/*@gradientTheme2: spin(@gradientBackground-1, 90%);
@gradientTheme3: spin(@gradientBackground-1, 180%);
@gradientTheme4: spin(@gradientBackground-1, 270%);



@gradientBackground-1: spin(desaturate(darken(#6767fa, 20%), 30%), 270%);*/
.lk-background-default {
  background: #28333f;
}
html,
body {
  background: #101419;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #e3e7ed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.lk-screen {
  position: fixed;
  background: #101419;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.lk-screen .lk-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
canvas {
  position: fixed;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -2500px;
}
.lk-new-container {
  width: 812px;
  margin: 120px auto;
}
.lk-new-container .lk-welcome-box .lk-header {
  margin: 0 0 36px;
}
.lk-new-container .lk-welcome-box .lk-header .lk-title {
  font-size: 42px;
  line-height: 1.5em;
  font-weight: 900;
  text-align: center;
}
.lk-new-container .lk-welcome-box .lk-content {
  position: relative;
  background: #161c23;
  padding: 36px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-subheader {
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  margin: 0 0 24px;
  color: #677f9d;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post {
  background: #101419;
  position: relative;
  padding: 24px;
  cursor: pointer;
  overflow: hidden;
  /*border: solid 1px @shadeBackground-5;*/
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-illustration {
  position: absolute;
  top: 24px;
  left: -96px;
  width: 180px;
  height: 60px;
  transition: transform 0.24s ease;
  -webkit-transition: transform 0.24s ease;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-illustration .lk-img {
  background: #1f2731;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: opacity 0.18s ease;
  -webkit-transition: opacity 0.18s ease;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-illustration .lk-img svg {
  stroke: #a9b7c8;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-illustration .lk-img svg path.lk-glow {
  stroke: #7070ff;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-illustration .lk-img.lk-brand {
  background: #101419;
  padding: 10px;
  width: 40px;
  height: 40px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-illustration .lk-img.lk-session {
  padding: 0;
  width: 60px;
  height: 60px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-illustration .lk-img.lk-brand svg {
  stroke-width: 0;
  fill: #a9b7c8;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-qr-link {
  position: absolute;
  top: 24px;
  left: -96px;
  width: 180px;
  height: 60px;
  transition: transform 0.24s ease;
  -webkit-transition: transform 0.24s ease;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-qr-link .lk-img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px;
  width: 32px;
  height: 32px;
  opacity: 0;
  transition: opacity 0.18s ease;
  -webkit-transition: opacity 0.18s ease;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-qr-link .lk-img svg {
  stroke: #a9b7c8;
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-qr-link .lk-img svg path.lk-glow {
  stroke: #7070ff;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-info {
  display: block;
  padding: 0 0 0 84px;
  color: #e3e7ed;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-info .lk-title {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-info .lk-title.lk-single {
  line-height: 60px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-info .lk-description {
  color: #677f9d;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-arrow-right {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 32px;
  transition: transform 0.18s ease;
  -webkit-transition: transform 0.18s ease;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-arrow-right svg {
  stroke: #677f9d;
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-soon-right {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 100px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post .lk-soon-right span {
  display: block;
  padding: 12px;
  background: #161c23;
  color: #677f9d;
  font-weight: 900;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post:hover .lk-illustration.lk-anim {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post:hover .lk-illustration.lk-anim .lk-img {
  opacity: 0;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post:hover .lk-qr-link {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post:hover .lk-qr-link .lk-img {
  opacity: 1;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post:hover .lk-qr-link:hover .lk-img svg {
  stroke: #e3e7ed;
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post:hover .lk-arrow-right {
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
}
.lk-new-container .lk-welcome-box .lk-content .lk-large-post:hover .lk-arrow-right svg {
  stroke: #a9b7c8;
}
.lk-new-container .lk-welcome-box .lk-content .lk-link-website {
  margin: 0 0 36px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-title {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-title.lk-margin {
  margin: 36px 0 24px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-subtitle {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  color: #a9b7c8;
  padding: 24px 0 0;
  margin: 24px 0 12px;
  border-top: solid 1px #222b36;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-description {
  color: #e3e7ed;
  line-height: 1.8em;
  margin: 24px 0 12px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-description span {
  display: block;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-description.lk-warning {
  background: #101419;
  color: #fff;
  padding: 18px;
  font-weight: 700;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-subtitle + .lk-description,
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-description + .lk-description {
  margin: 12px 0;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-table {
  margin: 0 0 24px;
  border: solid 1px #28333f;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-table .lk-grid-container {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-gap: 1px;
  background-color: #28333f;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-table .lk-grid-container .lk-grid-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background: #161c23;
  padding: 12px 18px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-table .lk-grid-container .lk-grid-item span {
  display: block;
  background: #101419;
  color: #eda3ff;
  padding: 6px 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-code {
  width: calc(100% + 36px);
  background: #101419;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 24px 0 24px -18px;
  box-sizing: border-box;
}
.lk-new-container .lk-welcome-box .lk-content .lk-docs .lk-code .lk-title-language {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5em;
  color: #a9b7c8;
  font-weight: 900;
  padding: 12px 18px;
  border-bottom: solid 1px #222b36;
}
pre {
  margin: 0;
  line-height: 0;
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 18px;
  line-height: 1.5em;
  tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
}
code.hljs {
  padding: 6px 8px;
}
.hljs {
  color: #a9b7c8;
}
.hljs-comment {
  color: #677f9d;
}
.hljs-punctuation,
.hljs-tag {
  color: #444a;
}
.hljs-tag .hljs-attr,
.hljs-tag .hljs-name {
  color: #444;
}
.hljs-attribute,
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-name,
.hljs-selector-tag {
  font-weight: 900;
  color: #a3e0ff;
}
.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-template-tag,
.hljs-type {
  color: #ffb0a3;
}
.hljs-string {
  color: #a3a3ff;
}
.hljs-section,
.hljs-title {
  color: #eda3ff;
  font-weight: 900;
}
.hljs-link,
.hljs-operator,
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-symbol,
.hljs-template-variable,
.hljs-variable {
  color: #7ba7ff;
}
.hljs-literal {
  color: #ffe0a3;
}
.hljs-addition,
.hljs-built_in,
.hljs-bullet,
.hljs-code {
  color: #397300;
}
.hljs-meta {
  color: #1f7199;
}
.hljs-meta .hljs-string {
  color: #38a;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
.lk-wrapper {
  position: relative;
}
.lk-wrapper .lk-navigation {
  position: fixed;
  background: #101419;
  width: 300px;
  border-right: solid 1px #1c232c;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 500;
  box-sizing: border-box;
}
.lk-wrapper .lk-navigation .lk-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer {
  padding: 0 0 36px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu-collapse {
  display: none;
  position: absolute;
  top: 12px;
  right: -52px;
  width: 52px;
  height: 75px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse .lk-close,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu-collapse .lk-close {
  position: relative;
  width: 52px;
  height: 75px;
  cursor: pointer;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse .lk-close::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu-collapse .lk-close::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse .lk-close::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu-collapse .lk-close::after {
  content: '';
  position: absolute;
  background: #a9b7c8;
  top: 50%;
  left: 17px;
  width: 18px;
  height: 3px;
  margin: -1.5px 0 0;
  transition: all 0.36s ease 0.48s, background 0.18s ease;
  -webkit-transition: all 0.36s ease 0.48s, background 0.18s ease;
  -webkit-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse .lk-close:hover::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu-collapse .lk-close:hover::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse .lk-close:hover::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu-collapse .lk-close:hover::after {
  background: #e3e7ed;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-heading .lk-name-site,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-heading .lk-name-site {
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-heading .lk-name-site a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-heading .lk-name-site a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background: #161c23;
  padding: 24px 0;
  margin: 12px;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-heading .lk-name-site a .lk-home,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-heading .lk-name-site a .lk-home {
  position: relative;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-heading .lk-name-site a .lk-home span,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-heading .lk-name-site a .lk-home span {
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  font-size: 10px;
  line-height: 1em;
  text-transform: lowercase;
  color: #a9b7c8;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user {
  padding: 36px 0 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin {
  display: flex;
  padding: 36px 36px 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin .lk-illustration,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin .lk-illustration {
  width: 52px;
  height: 52px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin .lk-illustration .lk-photo,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin .lk-illustration .lk-photo,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin .lk-illustration .lk-photo img,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin .lk-illustration .lk-photo img {
  width: 42px;
  height: 42px;
  padding: 5px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin .lk-illustration .lk-photo img,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin .lk-illustration .lk-photo img {
  padding: 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin .lk-illustration .lk-photo .lk-initials,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin .lk-illustration .lk-photo .lk-initials {
  width: 42px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin .lk-username,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin .lk-username {
  margin: 0;
  text-align: left;
  padding: 0 0 0 18px;
  flex: 1;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-admin .lk-username .lk-group,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-admin .lk-username .lk-group {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5em;
  color: #e3e7ed;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration {
  position: relative;
  width: 76px;
  margin: 0 auto;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration::after {
  content: '';
  position: absolute;
  background: #28333f;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user.lk-pro .lk-illustration::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user.lk-pro .lk-illustration::before {
  background: #5c5cff;
  background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration::after {
  background: #101419;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration .lk-photo,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration .lk-photo,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration .lk-photo img,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration .lk-photo img {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 8px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration .lk-photo img,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration .lk-photo img {
  padding: 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-illustration .lk-photo .lk-initials,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-illustration .lk-photo .lk-initials {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  font-weight: 900;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
  color: #677f9d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-username,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-username {
  text-align: center;
  padding: 0 36px;
  margin: 24px 0 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-username .lk-balance,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-username .lk-balance {
  font-size: 18px;
  line-height: 1.5em;
  color: #7070ff;
  font-weight: 900;
  margin: 0 0 1px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-username .lk-balance a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-username .lk-balance a {
  display: block;
  color: #7070ff;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-username .lk-balance a:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-username .lk-balance a:hover {
  color: #e270ff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-user .lk-username .lk-login,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-user .lk-username .lk-login {
  color: #677f9d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu {
  padding: 36px 0 24px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items {
  position: relative;
  padding: 0 24px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-separator,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-separator {
  width: 100%;
  height: 24px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient {
  background: #5c5cff;
  background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  color: #fff;
  transition: opacity 0.18s ease;
  -webkit-transition: opacity 0.18s ease;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient:hover {
  opacity: 0.9;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-current,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-current {
  background: #161c23;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item .lk-icon,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item .lk-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item .lk-icon svg {
  fill: none;
  stroke: #677f9d;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item:hover .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item:hover .lk-icon svg {
  stroke: #a9b7c8;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-current .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-current .lk-icon svg {
  stroke: #e3e7ed;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient:hover .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient:hover .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient.lk-current .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient.lk-current .lk-icon svg {
  stroke: #fff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item .lk-icon svg path,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item .lk-icon svg path {
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow {
  stroke: #e270ff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow-reverse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow-reverse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow-reverse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow-reverse {
  stroke: #7070ff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg path.lk-glow {
  stroke: #354252;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item .lk-link,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item .lk-link {
  position: relative;
  display: block;
  font-weight: 900;
  color: #677f9d;
  padding: 12px 0 12px 48px;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
  cursor: pointer;
  z-index: 2;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient .lk-link,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient .lk-link {
  color: #fff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item a:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item a:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item .lk-link:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item .lk-link:hover {
  color: #a9b7c8;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-current a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-current a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-current .lk-link,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-current .lk-link {
  color: #e3e7ed;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-disabled a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-disabled a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-disabled .lk-link,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-disabled .lk-link {
  color: #354252;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient a:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient a:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu .lk-items .lk-item.lk-gradient .lk-link:hover,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-menu .lk-items .lk-item.lk-gradient .lk-link:hover {
  color: #fff !important;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer {
  padding: 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg {
  padding: 36px 24px 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block {
  display: none;
  position: relative;
  background: #161c23;
  padding: 18px 24px 18px 54px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block .lk-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 24px;
  height: 24px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block .lk-icon svg {
  fill: none;
  stroke: #a9b7c8;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block .lk-icon svg path {
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block .lk-icon svg path.lk-glow {
  stroke: #e270ff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block .lk-text {
  color: #a9b7c8;
  padding: 0 0 12px;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block .lk-link {
  color: #7070ff;
  font-weight: 900;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block .lk-link:hover {
  color: #e270ff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block:hover .lk-icon svg {
  stroke: #e3e7ed;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-footer .lk-msg .lk-action-block:hover .lk-text {
  color: #e3e7ed;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration {
  position: relative;
  width: 48px;
  margin: 0 auto;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration::after {
  content: '';
  position: absolute;
  background: #28333f;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user.lk-pro .lk-illustration::before {
  background: #5c5cff;
  background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration::after {
  background: #101419;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration .lk-photo,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration .lk-photo img {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 6px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration .lk-photo img {
  padding: 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-full.lk-admin .lk-header .lk-user .lk-illustration .lk-photo .lk-initials {
  width: 36px;
  height: 36px;
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  color: #677f9d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini {
  display: none;
  position: absolute;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 223px;
  width: 76px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu-collapse {
  padding: 12px 12px 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu-collapse .lk-open {
  position: relative;
  width: 52px;
  height: 75px;
  cursor: pointer;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu-collapse .lk-open::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu-collapse .lk-open::after {
  content: '';
  position: absolute;
  background: #354252;
  top: 50%;
  left: 17px;
  width: 18px;
  height: 3px;
  margin: -1.5px 0 0;
  transition: transform 0.36s ease 0.48s, background 0.18s ease;
  -webkit-transition: transform 0.36s ease 0.48s, background 0.18s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu-collapse .lk-open::after {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open:hover::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu-collapse .lk-open:hover::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open:hover::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu-collapse .lk-open:hover::after {
  background: #677f9d;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user {
  padding: 24px 0 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration {
  position: relative;
  width: 48px;
  margin: 0 auto;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration::after {
  content: '';
  position: absolute;
  background: #28333f;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user.lk-pro .lk-illustration::before,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user.lk-pro .lk-illustration::before {
  background: #5c5cff;
  background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration::after,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration::after {
  background: #101419;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration .lk-photo,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration .lk-photo,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration .lk-photo img,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration .lk-photo img {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 6px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration .lk-photo img,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration .lk-photo img {
  padding: 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-user .lk-illustration .lk-photo .lk-initials,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-user .lk-illustration .lk-photo .lk-initials {
  width: 36px;
  height: 36px;
  font-weight: 900;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  color: #677f9d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu {
  padding: 24px 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items {
  position: relative;
  padding: 0 12px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-separator,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-separator {
  width: 100%;
  height: 24px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item.lk-current,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item.lk-current {
  background: #161c23;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item a,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item div.lk-link,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item div.lk-link {
  display: block;
  width: 52px;
  height: 52px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item .lk-icon,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item .lk-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 24px;
  height: 24px;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item .lk-icon svg {
  fill: none;
  stroke: #677f9d;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item:hover .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item:hover .lk-icon svg {
  stroke: #a9b7c8;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item.lk-current .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item.lk-current .lk-icon svg {
  stroke: #e3e7ed;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item .lk-icon svg path,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item .lk-icon svg path {
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow {
  stroke: #e270ff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow-reverse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item:hover .lk-icon svg path.lk-glow-reverse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow-reverse,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow-reverse {
  stroke: #7070ff;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-header .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg path.lk-glow,
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer .lk-menu .lk-items .lk-item.lk-disabled .lk-icon svg path.lk-glow {
  stroke: #354252;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini .lk-footer {
  padding: 0;
}
.lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper {
  display: none;
}
.lk-wrapper .lk-content {
  position: relative;
  padding: 0 0 0 300px;
  z-index: 1;
}
.lk-wrapper .lk-content.lk-content-sign-in {
  padding: 0;
}
.lk-wrapper .lk-content .lk-container {
  position: relative;
  width: 864px;
  padding: 48px 0;
  margin: 0 auto;
}
.lk-wrapper .lk-content .lk-container .lk-header {
  margin: 0 0 36px;
}
.lk-wrapper .lk-content .lk-container .lk-header .lk-title {
  font-size: 42px;
  line-height: 1.5em;
  font-weight: 900;
  color: #fff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-drop-down-arrow {
  display: none;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list {
  padding: 0 36px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list.lk-list-only {
  padding: 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post + div {
  display: none;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-top {
  position: relative;
  margin: 0 0 24px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-top .lk-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-top .lk-title .lk-mark-apeak {
  position: relative;
  padding: 0 0 0 24px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-top .lk-title .lk-mark-apeak::before {
  content: '';
  position: absolute;
  background: #354252;
  top: 15px;
  bottom: 15px;
  left: 9px;
  width: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-top .lk-description {
  color: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new {
  position: relative;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new .lk-btn {
  position: relative;
  background: #222b36;
  color: #7070ff;
  padding: 12px 18px 12px 54px;
  margin: 0 0 7px;
  cursor: pointer;
  font-weight: 900;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new:hover .lk-btn {
  color: #e270ff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new .lk-icon {
  position: absolute;
  top: 12px;
  left: 18px;
  width: 24px;
  height: 24px;
  z-index: 111;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new .lk-icon svg {
  stroke: #7070ff;
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new:hover .lk-icon svg {
  stroke: #e270ff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new.lk-soon-create .lk-btn {
  color: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new.lk-soon-create .lk-icon svg {
  stroke: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new.lk-soon-create:hover .lk-btn {
  color: #e3e7ed;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new.lk-soon-create:hover .lk-icon svg {
  stroke: #e3e7ed;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find > div + div {
  display: none;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list {
  position: relative;
  padding: 12px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post {
  position: relative;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post + .lk-find-post,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post + .lk-find-post {
  margin: 6px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style {
  position: relative;
  background: #161c23;
  padding: 18px 24px;
  padding-left: 94px;
  transition: background 0.24s ease;
  -webkit-transition: background 0.24s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post:not(.lk-pending, .lk-waiting) .lk-post-style:hover,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post:not(.lk-pending, .lk-waiting) .lk-post-style:hover {
  background: #1c232c;
  cursor: pointer;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-photo,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-photo {
  position: absolute;
  background: #101419;
  top: 18px;
  left: 24px;
  width: 42px;
  height: 42px;
  padding: 5px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-photo img,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-photo img {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-initial,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-initial {
  position: absolute;
  background: #101419;
  top: 18px;
  left: 24px;
  width: 52px;
  height: 52px;
  text-transform: uppercase;
  color: #677f9d;
  font-size: 14px;
  line-height: 52px;
  text-align: center;
  font-weight: 900;
  border-radius: 26px;
  -webkit-border-radius: 26px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-initial,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-initial {
  color: #354252;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-initial .lk-icon,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-initial .lk-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  line-height: 0;
  stroke: #677f9d;
  margin: -12px 0 0 -12px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-initial .lk-icon,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-initial .lk-icon {
  stroke: #354252;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-icon-copy-text,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-icon-copy-text {
  /*opacity: 0;*/
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style:hover .lk-icon-copy-text,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style:hover .lk-icon-copy-text {
  opacity: 1;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source {
  color: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top {
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom {
  color: #677f9d;
  margin: 1px 0 0;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-source .lk-left-top,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-source .lk-left-top,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-source .lk-left-bottom {
  color: #354252;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end {
  position: relative;
  height: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  /*padding: 0 28px 0 0;*/
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end.lk-detail-remove,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end.lk-detail-remove {
  padding: 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-waiting,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-waiting,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning {
  position: relative;
  width: 60px;
  height: 48px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning::after {
  content: '';
  position: absolute;
  background: #de5cff;
  width: 4px;
  height: 11px;
  top: 15px;
  right: 28px;
  opacity: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  animation-name: animated-fade-in;
  -webkit-animation-name: animated-fade-in;
  animation-duration: 0.18s;
  -webkit-animation-duration: 0.18s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-warning::after {
  height: 4px;
  top: 29px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result {
  text-align: right;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  font-weight: 900;
  margin: 0 0 1px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top.lk-highlighted,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top.lk-highlighted,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top.lk-highlighted-deposit,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top.lk-highlighted-deposit {
  color: #7070ff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top.lk-highlighted-debit,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top.lk-highlighted-debit {
  color: #e270ff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top {
  color: #354252;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-copy-content,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-copy-content {
  position: relative;
  padding: 0 0 0 42px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-bottom,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-bottom {
  color: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-bottom,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post.lk-unsuccessful .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-bottom {
  color: #354252;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail {
  position: absolute;
  top: -18px;
  right: -24px;
  width: 52px;
  height: 88px;
  cursor: pointer;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end.lk-detail-remove .lk-circle-detail,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end.lk-detail-remove .lk-circle-detail {
  display: none;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled {
  cursor: default;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::after {
  display: block;
  background: #354252;
  position: absolute;
  top: 42px;
  left: 24px;
  width: 4px;
  height: 4px;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled span::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail.lk-disabled span::after {
  background: #222b36;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::after {
  background: #7087a4;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::after {
  content: '';
  top: 0;
  left: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::before {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail span::after {
  -webkit-transform: translateY(10px);
  transform: translateY(-10px);
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::after,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-circle-detail:not(.lk-disabled):hover span::after {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-footer,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 0;
  margin: 12px 0 0;
  border-top: solid 1px #28333f;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-footer .lk-count,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-post-style .lk-result-footer .lk-count {
  color: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-before {
  position: relative;
  height: 88px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-not-found,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-not-found {
  color: #677f9d;
  font-weight: 900;
  text-align: center;
  margin: 32px 0;
  opacity: 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-star-new,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-star-new {
  background: #101419;
  position: absolute;
  top: 36px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-star-new::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list .lk-find-post .lk-star-new::before {
  content: '';
  background: #de5cff;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list.lk-find-ssn .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-bottom,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post div[class^="lk-tabs-"] .lk-search-list.lk-find-ssn .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-bottom {
  font-weight: 900;
  color: #e3e7ed;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-more {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-more .lk-btn-more {
  width: 88px;
  height: 52px;
  margin: 24px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-more .lk-btn-more .lk-progress {
  animation-name: animated-fade-in;
  -webkit-animation-name: animated-fade-in;
  animation-duration: 0.18s;
  -webkit-animation-duration: 0.18s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-more .lk-btn-more .lk-circle {
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-search,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-search {
  position: relative;
  padding: 12px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-search .lk-from-search,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-search .lk-from-search {
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-search .lk-from-search .lk-input input[type="text"],
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-search .lk-from-search .lk-input input[type="text"] {
  display: block;
  background: #161c23;
  border-color: #161c23;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-search .lk-from-search .lk-input input[type="text"]:focus,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-search .lk-from-search .lk-input input[type="text"]:focus {
  background: #101419;
  border-color: #5c5cff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-search .lk-search-prep-info,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-search .lk-search-prep-info {
  margin: 32px auto;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-search .lk-search-prep-info div,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-search .lk-search-prep-info div {
  color: #677f9d;
  text-align: center;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list {
  position: sticky;
  top: 48px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post {
  position: relative;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post div.lk-fuse {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post span {
  display: block;
  position: relative;
  padding: 12px 18px;
  color: #677f9d;
  font-weight: 900;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 1;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post:hover span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post span:hover {
  color: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post span.lk-current {
  background: #161c23;
  color: #e3e7ed;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post.lk-disabled span {
  position: relative;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post.lk-disabled:hover span,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post.lk-disabled span:hover,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type .lk-type-list .lk-type-post.lk-disabled span {
  color: #354252;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account {
  background: #161c23;
  padding: 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user {
  position: relative;
  padding: 0 0 0 70px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-open-settings {
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 48px;
  cursor: pointer;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-open-settings .lk-icon-setting {
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-open-settings .lk-icon-setting svg {
  stroke: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-open-settings .lk-icon-setting svg path {
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user:hover .lk-open-settings .lk-icon-setting svg {
  stroke: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user:hover .lk-open-settings .lk-icon-setting svg path.lk-glow {
  stroke: #7070ff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration {
  position: absolute;
  background: #101419;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration::before,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration::after {
  content: '';
  position: absolute;
  background: #101419;
  z-index: 2;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration::before {
  background: #222b36;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 1;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user.lk-pro .lk-illustration::before {
  background: #5c5cff;
  background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration .lk-photo,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration .lk-photo img {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 5px;
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration .lk-photo img {
  padding: 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-illustration .lk-initials {
  width: 42px;
  height: 42px;
  text-transform: uppercase;
  color: #47596f;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  font-weight: 900;
  border-radius: 21px;
  -webkit-border-radius: 21px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-balance {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  margin: 0 0 1px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-user .lk-login {
  color: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-session {
  position: relative;
  padding: 24px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-session::before {
  content: '';
  position: absolute;
  background: #222b36;
  top: 10px;
  bottom: 44px;
  left: 24px;
  width: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-session .lk-connect {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 12px;
  height: 12px;
  border: solid 4px #222b36;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-session .lk-log-in {
  padding: 0 0 0 70px;
  color: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-session .lk-log-in .lk-ip-address {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-session .lk-log-in .lk-ip-address .lk-ip {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  margin: 0 0 1px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-wallet .lk-account .lk-session .lk-log-in .lk-ip-address .lk-flag {
  display: none;
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 18px;
  margin: 0 0 0 12px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-spent .lk-account {
  background: #161c23;
  padding: 30px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-spent .lk-account .lk-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  color: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-spent .lk-account .lk-turnover {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
  color: #d9dfe7;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-spent .lk-account .lk-chart {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 47px;
  margin: 18px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-spent .lk-account .lk-chart .lk-candle {
  background: #de5cff;
  width: 100%;
  min-height: 12px;
  flex-grow: 1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-spent .lk-account .lk-chart .lk-candle + .lk-candle {
  margin: 0 0 0 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits {
  padding: 18px 0 0;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post {
  position: relative;
  padding: 30px;
  background: #161c23;
  margin: 0 0 0 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-title {
  width: 164px;
  font-weight: 900;
  color: #a9b7c8;
  padding: 0 36px 0 0;
  margin: 0 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-icon-type {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-icon-type svg {
  stroke: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-icon-type svg path.lk-glow {
  stroke: #5c5cff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-lookup {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-lookup .lk-price {
  color: #7070ff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-lookup .lk-limit {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  color: #e3e7ed;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-lookup .lk-limit .lk-separator {
  padding: 0 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-lookup .lk-limit .lk-separator,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post .lk-lookup .lk-limit .lk-available {
  color: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-dashboard .lk-data-limits .lk-limit-list .lk-limit-post:nth-child(n+4) {
  margin: 6px 0 0 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services {
  display: block;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link {
  position: relative;
  background: #161c23;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 18px 24px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: background 0.18s ease;
  -webkit-transition: background 0.18s ease;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link .lk-icon-link {
  background: #101419;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin: 0 18px 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link .lk-icon-link svg {
  stroke: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link .lk-icon-link svg path {
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link .lk-header-link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link .lk-header-link .lk-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  color: #a9b7c8;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link .lk-header-link .lk-description {
  margin: 1px 0 0;
  color: #677f9d;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link:hover:not(.lk-soon) {
  background: #1c232c;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link:hover:not(.lk-soon) .lk-icon-link svg {
  stroke: #a9b7c8;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link:hover:not(.lk-soon) .lk-icon-link svg path.lk-glow {
  stroke: #e270ff;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link:hover:not(.lk-soon) .lk-header-link .lk-title {
  color: #e3e7ed;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link.lk-soon {
  background: #13181e;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link.lk-soon .lk-header-link .lk-title,
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link.lk-soon .lk-header-link .lk-description {
  color: #354252;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services .lk-position-link.lk-soon::after {
  content: 'soon';
  position: absolute;
  top: 50%;
  right: 18px;
  background: #101419;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  color: #677f9d;
  padding: 4px 8px;
  margin: -10px 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-wrapper .lk-content .lk-container .lk-roster .lk-all-services .lk-column-services.lk-flex-item-12 {
  padding: 12px 0;
}
.lk-wrapper .lk-content .lk-container.lk-container-small {
  position: relative;
  width: 580px;
}
.lk-wrapper .lk-content .lk-container.lk-container-news {
  width: 612px;
}
.lk-wrapper .lk-content .lk-container.lk-container-news .lk-roster .lk-result .lk-column-data {
  width: 100%;
}
.lk-wrapper .lk-content .lk-container.lk-container-news .lk-roster .lk-result .lk-column-data .lk-data-list {
  padding: 0;
}
.lk-wrapper .lk-content .lk-container.lk-container-admin {
  width: 100%;
  padding: 48px;
}
.lk-open-detail-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 52px;
  height: 88px;
  margin: -44px 0 0;
  cursor: pointer;
}
.lk-open-detail-icon.lk-disabled {
  cursor: default;
}
.lk-open-detail-icon span,
.lk-open-detail-icon span::before,
.lk-open-detail-icon span::after {
  display: block;
  background: #354252;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-open-detail-icon.lk-disabled span,
.lk-open-detail-icon.lk-disabled span::before,
.lk-open-detail-icon.lk-disabled span::after {
  background: #222b36;
}
.lk-open-detail-icon:not(.lk-disabled):hover span,
.lk-open-detail-icon:not(.lk-disabled):hover span::before,
.lk-open-detail-icon:not(.lk-disabled):hover span::after {
  background: #7087a4;
}
.lk-open-detail-icon span::before,
.lk-open-detail-icon span::after {
  content: '';
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.lk-open-detail-icon:not(.lk-disabled):hover span::before {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.lk-open-detail-icon span::after {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.lk-open-detail-icon:not(.lk-disabled):hover span::after {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.lk-notice {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 300px;
  z-index: 100;
}
.lk-notice .lk-content .lk-container {
  position: relative;
  width: 864px;
  margin: 0 auto;
}
.lk-notice .lk-content .lk-container .lk-message {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% + 48px);
  padding: 18px 24px;
  margin: 0 0 0 -24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  background: #5c5cff;
  background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-notice .lk-content .lk-container .lk-message .lk-column-text,
.lk-notice .lk-content .lk-container .lk-message .lk-column-action {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.lk-notice .lk-content .lk-container .lk-message .lk-column-text .lk-text-list {
  padding: 0 36px 0 0;
}
.lk-notice .lk-content .lk-container .lk-message .lk-column-text .lk-text-list .lk-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
}
.lk-notice .lk-content .lk-container .lk-message .lk-column-action .lk-action-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.lk-notice .lk-content .lk-container .lk-message .lk-column-action .lk-action-list div + div {
  margin: 0 0 0 12px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally {
  padding: 24px 0 0;
  margin: 24px 0 0;
  border-top: solid 1px #1f2731;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-not-found {
  text-align: center;
  color: #677f9d;
  padding: 12px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-get-report {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-get-report .lk-report-type {
  width: 50%;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-get-report .lk-report-type .lk-title {
  color: #677f9d;
  font-weight: 900;
  margin: 0 0 1px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-get-report .lk-report-type.lk-only .lk-title {
  margin: 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-get-report .lk-report-type .lk-description {
  color: #a9b7c8;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-get-report .lk-report-buy {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-get-report .lk-report-buy .lk-waiting {
  display: none;
  position: relative;
  width: 60px;
  height: 48px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-addition-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin: 0 0 12px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-addition-head .lk-title {
  font-weight: 900;
  color: #677f9d;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post {
  background: #101419;
  padding: 18px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-head {
  position: relative;
  display: flex;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-head .lk-number {
  flex: 1;
  font-weight: 900;
  color: #a9b7c8;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-head .lk-number .lk-ssn {
  margin: 1px 0 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-head .lk-arrow-open-body {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: -18px;
  right: 0px;
  bottom: -18px;
  width: 36px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-head .lk-arrow-open-body span {
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.18s ease;
  -webkit-transition: transform 0.18s ease;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-head .lk-arrow-open-body span svg {
  stroke: #a9b7c8;
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-body {
  display: none;
  padding: 18px 0 0;
  margin: 18px 0 0;
  border-top: solid 1px #1c232c;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-body .lk-fullz-info .lk-info-title {
  font-weight: 900;
  color: #677f9d;
  margin: 0 0 6px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-body .lk-fullz-info .lk-info-list .lk-info-post {
  color: #e3e7ed;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-body .lk-fullz-info .lk-info-list .lk-info-post + .lk-info-post {
  margin: 4px 0 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post .lk-multiple-body .lk-fullz-info + .lk-fullz-info {
  padding: 18px 0 0;
  margin: 18px 0 0;
  border-top: solid 1px #1c232c;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post:hover .lk-multiple-head .lk-arrow-open-body span svg {
  stroke: #e3e7ed;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post.lk-active .lk-multiple-head .lk-arrow-open-body span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post.lk-active .lk-multiple-head .lk-arrow-open-body span svg {
  stroke: #e3e7ed;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post.lk-active .lk-multiple-body {
  display: block;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-multiple-list .lk-data-multiple-post + .lk-data-multiple-post {
  margin: 6px 0 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post {
  background: #101419;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post + .lk-car-post {
  margin: 6px 0 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post .lk-illustration {
  background-image: url("/resource/image/crossover.svg?1");
  background-position: center;
  background-size: 99px 99px;
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
  margin: 0 0 0 12px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post .lk-info {
  margin: 0 0 0 36px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post .lk-info .lk-vehicle {
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
  font-weight: 900;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post .lk-info .lk-vin {
  color: #677f9d;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post .lk-info .lk-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 12px 0 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-cars .lk-car-post .lk-info .lk-detail span {
  display: block;
  background: #222b36;
  padding: 6px 12px;
  color: #a9b7c8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-find-additionally .lk-data-reports .lk-report-post {
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
}
.lk-modal *[class^="lk-detail-"] .lk-data-title + .lk-data-find-additionally {
  padding: 0;
  margin: 0;
  border: 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-result,
.lk-modal .lk-transaction-detail .lk-data-result {
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  padding: 0 0 6px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-result.lk-unsuccessful,
.lk-modal .lk-transaction-detail .lk-data-result.lk-unsuccessful {
  color: #677f9d;
}
.lk-modal *[class^="lk-detail-"] .lk-data-result.lk-deposit,
.lk-modal .lk-transaction-detail .lk-data-result.lk-deposit {
  color: #7070ff;
}
.lk-modal *[class^="lk-detail-"] .lk-data-title,
.lk-modal .lk-transaction-detail .lk-data-title {
  text-align: center;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: solid 1px #1f2731;
}
.lk-modal *[class^="lk-detail-"] .lk-data-title .lk-name,
.lk-modal .lk-transaction-detail .lk-data-title .lk-name {
  color: #677f9d;
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial,
.lk-modal .lk-transaction-detail .lk-data-initial {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial .lk-initial-post,
.lk-modal .lk-transaction-detail .lk-data-initial .lk-initial-post {
  width: calc(50% - 12px);
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial .lk-initial-post:nth-child(even),
.lk-modal .lk-transaction-detail .lk-data-initial .lk-initial-post:nth-child(even) {
  margin-left: 24px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial .lk-initial-post:nth-child(n+3),
.lk-modal .lk-transaction-detail .lk-data-initial .lk-initial-post:nth-child(n+3) {
  margin-top: 12px;
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial .lk-initial-post .lk-title,
.lk-modal .lk-transaction-detail .lk-data-initial .lk-initial-post .lk-title {
  color: #677f9d;
  font-weight: 900;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial .lk-initial-post .lk-value,
.lk-modal .lk-transaction-detail .lk-data-initial .lk-initial-post .lk-value {
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
  margin: 1px 0 0;
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial .lk-initial-post .lk-value.lk-confirmed,
.lk-modal .lk-transaction-detail .lk-data-initial .lk-initial-post .lk-value.lk-confirmed {
  color: #7070ff;
}
.lk-modal *[class^="lk-detail-"] .lk-data-initial .lk-initial-post .lk-value.lk-unconfirmed,
.lk-modal .lk-transaction-detail .lk-data-initial .lk-initial-post .lk-value.lk-unconfirmed {
  color: #e270ff;
}
.lk-modal .lk-wallet-top-up-info .lk-tabs-coin > div + div {
  display: none;
}
.lk-modal .lk-wallet-create-success,
.lk-modal .lk-transaction-detail {
  padding: 24px 0 0;
}
.lk-modal .lk-wallet-create-success .lk-generated-qr-code,
.lk-modal .lk-transaction-detail .lk-generated-qr-code {
  position: relative;
  background: #101419;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-modal .lk-wallet-create-success .lk-generated-qr-code .lk-waiting,
.lk-modal .lk-transaction-detail .lk-generated-qr-code .lk-waiting {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lk-modal .lk-wallet-create-success .lk-generated-qr-code .lk-waiting::before,
.lk-modal .lk-transaction-detail .lk-generated-qr-code .lk-waiting::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lk-modal .lk-wallet-create-success .lk-generated-qr-code .lk-qr-image,
.lk-modal .lk-transaction-detail .lk-generated-qr-code .lk-qr-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  z-index: 2;
}
.lk-modal .lk-wallet-create-success .lk-generated-qr-code .lk-qr-image::before,
.lk-modal .lk-transaction-detail .lk-generated-qr-code .lk-qr-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.lk-modal .lk-wallet-create-success .lk-generated-qr-code .lk-qr-message,
.lk-modal .lk-transaction-detail .lk-generated-qr-code .lk-qr-message {
  text-align: center;
  color: #354252;
  padding: 0 36px 24px;
}
.lk-modal .lk-wallet-create-success .lk-coin-items,
.lk-modal .lk-transaction-detail .lk-coin-items {
  padding: 0 24px;
  margin: 24px 0 0;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item.lk-only,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item.lk-only {
  flex-direction: column;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item + .lk-coin-item,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item + .lk-coin-item {
  margin: 12px 0 0;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-column,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-column {
  width: calc(50% - 12px);
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-column + .lk-column,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-column + .lk-column {
  margin: 0 0 0 24px;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-title,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-title {
  color: #677f9d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-value,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-value {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  margin: 1px 0 0;
  word-break: break-all;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-value.lk-highlighted,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-value.lk-highlighted {
  color: #7070ff;
}
.lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-value .lk-span,
.lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-value .lk-span {
  position: relative;
  padding: 0 42px 0 0;
}
.lk-modal .lk-transaction-detail {
  padding: 0;
}
.lk-modal .lk-support-detail .lk-contacts-list {
  display: flex;
}
.lk-modal .lk-support-detail .lk-contacts-list .lk-contacts-post {
  width: 50%;
  padding: 0 24px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lk-modal .lk-support-detail .lk-contacts-list .lk-contacts-post a.lk-name {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  color: #a9b7c8;
}
.lk-modal .lk-support-detail .lk-contacts-list .lk-contacts-post .lk-discription {
  color: #677f9d;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-new-code,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-new-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0 0;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-new-code .lk-info,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-new-code .lk-info {
  width: 300px;
  text-align: center;
  color: #a9b7c8;
  padding: 0 0 18px;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0 0;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-info,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-info {
  width: 260px;
  text-align: center;
  color: #a9b7c8;
  padding: 0 0 18px;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-enter-code-list,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-enter-code-list {
  display: flex;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-enter-code-list .lk-input-code,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-enter-code-list .lk-input-code {
  position: relative;
  margin: 0 4px;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-enter-code-list .lk-input-code input,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-enter-code-list .lk-input-code input {
  width: 60px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 38px;
  color: #a9b7c8;
  background: #101419;
  padding: 8px;
  border: solid 3px #101419;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: border-color 0.18s ease, color 0.18s ease;
  -webkit-transition: border-color 0.18s ease, color 0.18s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-enter-code-list .lk-input-code input[type="text"]:focus,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-enter-code-list .lk-input-code input[type="text"]:focus,
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-enter-code-list .lk-input-code input[type="password"]:focus,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-enter-code-list .lk-input-code input[type="password"]:focus {
  border-color: #5c5cff;
  color: #e3e7ed;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 24px 0 0;
  font-weight: 900;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code .lk-resend,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code .lk-resend,
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code .lk-cancel,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code .lk-cancel {
  padding: 0 12px;
  cursor: pointer;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code .lk-resend,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code .lk-resend {
  color: #7070ff;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code .lk-resend:hover,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code .lk-resend:hover {
  color: #e270ff;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code .lk-resend.lk-disabled,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code .lk-resend.lk-disabled {
  color: #677f9d;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code .lk-cancel,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code .lk-cancel {
  color: #a9b7c8;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code .lk-action-code .lk-cancel:hover,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code .lk-action-code .lk-cancel:hover {
  color: #e3e7ed;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code.lk-disabled .lk-enter-code-list .lk-input-code input,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code.lk-disabled .lk-enter-code-list .lk-input-code input {
  color: #677f9d;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code.lk-disabled .lk-action-code .lk-resend,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code.lk-disabled .lk-action-code .lk-resend,
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code.lk-disabled .lk-action-code .lk-cancel,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code.lk-disabled .lk-action-code .lk-cancel {
  color: #677f9d;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code.lk-disabled::before,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code.lk-disabled::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.lk-modal .lk-recovery-detail .lk-recovery-create .lk-verification-code.lk-error .lk-enter-code-list .lk-input-code input,
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-verification-code.lk-error .lk-enter-code-list .lk-input-code input {
  color: #e270ff;
}
.lk-modal .lk-recovery-detail .lk-recovery-create > div + div {
  display: none;
}
.lk-modal .lk-recovery-detail .lk-recovery-code {
  display: none;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0 0;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-info {
  text-align: center;
  color: #a9b7c8;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-your-title {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  color: #e3e7ed;
  padding: 18px 0;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-key {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #101419;
  font-weight: 900;
  padding: 18px 24px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-sizing: border-box;
  -webkit0-box-sizing: border-box;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-key div {
  margin: 0 4px;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-key span {
  display: block;
  width: 6px;
  height: 6px;
  background: #a9b7c8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 4px;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-action {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 24px 0;
  box-sizing: border-box;
  -webkit0-box-sizing: border-box;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-action .lk-warning {
  width: 300px;
  color: #677f9d;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-action .lk-delete {
  font-weight: 900;
  color: #a9b7c8;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
  cursor: pointer;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-action .lk-delete:hover {
  color: #e3e7ed;
}
.lk-modal .lk-recovery-detail .lk-recovery-code .lk-code-detail .lk-action .lk-delete.lk-disabled {
  color: #677f9d;
}
.lk-modal .lk-recovery-detail .lk-recovery-code > div + div {
  display: none;
}
.lk-modal .lk-form .lk-form-head {
  text-align: center;
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: solid 1px #222b36;
}
.lk-modal .lk-form .lk-form-head.lk-modal-head-tabs {
  padding: 0;
  border-bottom: 0;
}
.lk-modal .lk-form .lk-form-head .lk-title {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
}
.lk-modal .lk-form .lk-form-head .lk-type {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  color: #677f9d;
}
.lk-modal .lk-form .lk-form-head .lk-type .lk-mark-apeak {
  position: relative;
  padding: 0 0 0 16px;
}
.lk-modal .lk-form .lk-form-head .lk-type .lk-mark-apeak::before {
  content: '';
  position: absolute;
  background: #354252;
  top: 10px;
  bottom: 10px;
  left: 6px;
  width: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-modal .lk-form .lk-form-head.lk-modal-head-tabs .lk-tabs {
  margin: 36px 0 0;
}
.lk-modal .lk-form .lk-form-head.lk-modal-head-tabs .lk-tabs::before {
  background: #222b36 !important;
}
.lk-modal .lk-form .lk-form-submit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0;
  padding: 18px 0 0 24px;
  border-top: solid 1px #222b36;
}
.lk-modal .lk-form .lk-form-submit .lk-lookup-price .lk-title {
  color: #677f9d;
}
.lk-modal .lk-form .lk-form-submit .lk-lookup-price .lk-value {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  color: #7070ff;
  margin: 1px 0 0;
}
.lk-modal .lk-form .lk-form-submit .lk-log-in-preview {
  position: relative;
  cursor: pointer;
  padding: 0 36px 0 0;
  margin: 0 0 0 -24px;
}
.lk-modal .lk-form .lk-form-submit .lk-log-in-preview span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  transition: transform 0.18s ease;
  -webkit-transition: transform 0.18s ease;
}
.lk-modal .lk-form .lk-form-submit .lk-log-in-preview span svg {
  stroke: #677f9d;
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-modal .lk-form .lk-form-submit .lk-log-in-preview:hover span {
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
}
.lk-modal .lk-form .lk-form-submit .lk-log-in-preview:hover span svg {
  stroke: #a9b7c8;
}
.lk-modal .lk-form .lk-form-submit .lk-submit {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.lk-modal .lk-form .lk-form-submit .lk-submit .lk-waiting {
  display: none;
  width: 60px;
  position: relative;
}
.lk-modal .lk-form .lk-form-submit .lk-back {
  font-weight: 900;
  color: #a9b7c8;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
  cursor: pointer;
}
.lk-modal .lk-form .lk-form-submit .lk-back:hover {
  color: #e3e7ed;
}
.lk-modal .lk-form .lk-form-submit .lk-back.lk-disabled,
.lk-modal .lk-form .lk-form-submit .lk-back.lk-disabled:hover {
  color: #677f9d;
  cursor: default;
}
.lk-modal .lk-form .lk-form-info {
  position: relative;
  padding: 24px;
}
.lk-modal .lk-form .lk-form-info .lk-title {
  font-size: 18px;
  line-height: 1.5em;
  color: #e3e7ed;
  font-weight: 900;
}
.lk-modal .lk-form .lk-form-info .lk-item {
  position: relative;
  color: #a9b7c8;
  padding: 0 0 0 20px;
}
.lk-modal .lk-form .lk-form-info .lk-item.lk-error {
  color: #e270ff;
}
.lk-modal .lk-form .lk-form-info .lk-item::before {
  content: '';
  background: #a9b7c8;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-modal .lk-form .lk-form-info .lk-item.lk-error::before {
  background: #de5cff;
}
.lk-modal .lk-form .lk-form-info div + .lk-item {
  margin: 6px 0 0;
}
.lk-modal .lk-form .lk-form-input .lk-form-info {
  padding: 14px 24px 6px;
}
.lk-modal .lk-form .lk-reduction-profile .lk-illustration {
  position: absolute;
  background: #101419;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-modal .lk-form .lk-reduction-profile .lk-illustration::before,
.lk-modal .lk-form .lk-reduction-profile .lk-illustration::after {
  content: '';
  position: absolute;
  background: #101419;
  z-index: 2;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-modal .lk-form .lk-reduction-profile .lk-illustration::before {
  background: #222b36;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 1;
}
.lk-modal .lk-form .lk-reduction-profile .lk-illustration .lk-photo,
.lk-modal .lk-form .lk-reduction-profile .lk-illustration .lk-photo img {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 5px;
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-modal .lk-form .lk-reduction-profile .lk-illustration .lk-photo img {
  padding: 0;
}
.lk-modal .lk-form .lk-reduction-profile .lk-illustration .lk-initials {
  width: 42px;
  height: 42px;
  text-transform: uppercase;
  color: #47596f;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  font-weight: 900;
  border-radius: 21px;
  -webkit-border-radius: 21px;
}
.lk-modal .lk-form .lk-reduction-profile .lk-label {
  color: #677f9d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 70px;
}
.lk-modal .lk-form .lk-reduction-profile .lk-username {
  max-width: 210px;
  font-size: 18px;
  line-height: 1.5em;
  margin: 1px 0 0;
  color: #a9b7c8;
  padding: 0 0 0 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lk-modal .lk-form .lk-input-user .lk-user-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #101419;
  position: relative;
  padding: 18px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-modal .lk-form .lk-input-user .lk-user-profile .lk-reduction-profile .lk-illustration {
  top: 18px;
  left: 24px;
}
.lk-modal .lk-form .lk-input-user .lk-user-profile .lk-detail-profile .lk-send-code {
  position: relative;
  height: 52px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.lk-modal .lk-form .lk-input-user .lk-user-profile .lk-detail-profile .lk-send-code .lk-waiting {
  position: relative;
  width: 60px;
  height: 48px;
}
.lk-modal .lk-form .lk-input-user .lk-user-profile .lk-detail-profile .lk-send-code .lk-btn-primary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lk-progress {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.lk-progress span {
  background: #5c5cff;
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 6px;
  animation-name: animated-process-odd;
  -webkit-animation-name: animated-process-odd;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-progress span + span {
  background: #de5cff;
  animation-name: animated-process-even;
  -webkit-animation-name: animated-process-even;
}
.lk-progress.lk-large {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
.lk-progress.lk-large span {
  width: 16px;
  height: 16px;
  top: 12px;
  left: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
@keyframes animated-process-odd {
  0% {
    transform: translate(0, 0);
    z-index: 1;
  }
  10% {
    transform: translate(0, -75%);
    z-index: 1;
  }
  20% {
    transform: translate(-75%, -75%);
    z-index: 1;
  }
  30% {
    transform: translate(-75%, 75%);
    z-index: 1;
  }
  40% {
    transform: translate(0, 75%);
    z-index: 2;
  }
  50% {
    transform: translate(0, 0);
    z-index: 2;
  }
  60% {
    transform: translate(0, -75%);
    z-index: 2;
  }
  70% {
    transform: translate(75%, -75%);
    z-index: 1;
  }
  80% {
    transform: translate(75%, 75%);
    z-index: 1;
  }
  90% {
    transform: translate(0, 75%);
    z-index: 1;
  }
  100% {
    transform: translate(0, 0);
    z-index: 1;
  }
}
@keyframes animated-process-even {
  0% {
    transform: translate(0, 0);
    z-index: 2;
  }
  10% {
    transform: translate(0, 75%);
    z-index: 2;
  }
  20% {
    transform: translate(75%, 75%);
    z-index: 2;
  }
  30% {
    transform: translate(75%, -75%);
    z-index: 2;
  }
  40% {
    transform: translate(0, -75%);
    z-index: 1;
  }
  50% {
    transform: translate(0, 0);
    z-index: 1;
  }
  60% {
    transform: translate(0, 75%);
    z-index: 1;
  }
  70% {
    transform: translate(-75%, 75%);
    z-index: 2;
  }
  80% {
    transform: translate(-75%, -75%);
    z-index: 2;
  }
  90% {
    transform: translate(0, -75%);
    z-index: 2;
  }
  100% {
    transform: translate(0, 0);
    z-index: 2;
  }
}
@-webkit-keyframes animated-process-odd {
  0% {
    transform: translate(0, 0);
    z-index: 1;
  }
  10% {
    transform: translate(0, -75%);
    z-index: 1;
  }
  20% {
    transform: translate(-75%, -75%);
    z-index: 1;
  }
  30% {
    transform: translate(-75%, 75%);
    z-index: 1;
  }
  40% {
    transform: translate(0, 75%);
    z-index: 2;
  }
  50% {
    transform: translate(0, 0);
    z-index: 2;
  }
  60% {
    transform: translate(0, -75%);
    z-index: 2;
  }
  70% {
    transform: translate(75%, -75%);
    z-index: 1;
  }
  80% {
    transform: translate(75%, 75%);
    z-index: 1;
  }
  90% {
    transform: translate(0, 75%);
    z-index: 1;
  }
  100% {
    transform: translate(0, 0);
    z-index: 1;
  }
}
@-webkit-keyframes animated-process-even {
  0% {
    transform: translate(0, 0);
    z-index: 2;
  }
  10% {
    transform: translate(0, 75%);
    z-index: 2;
  }
  20% {
    transform: translate(75%, 75%);
    z-index: 2;
  }
  30% {
    transform: translate(75%, -75%);
    z-index: 2;
  }
  40% {
    transform: translate(0, -75%);
    z-index: 1;
  }
  50% {
    transform: translate(0, 0);
    z-index: 1;
  }
  60% {
    transform: translate(0, 75%);
    z-index: 1;
  }
  70% {
    transform: translate(-75%, 75%);
    z-index: 2;
  }
  80% {
    transform: translate(-75%, -75%);
    z-index: 2;
  }
  90% {
    transform: translate(0, -75%);
    z-index: 2;
  }
  100% {
    transform: translate(0, 0);
    z-index: 2;
  }
}
.lk-flex-column {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.lk-flex-column.lk-num {
  flex-wrap: wrap;
  align-items: stretch;
}
.lk-flex-column.lk-num.lk-border {
  width: calc(100% + 6px);
  margin: 0 0 0 -6px;
}
.lk-flex-column [class^="lk-flex-item"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lk-flex-column .lk-flex-item {
  flex-grow: 1;
}
.lk-flex-column.lk-num .lk-flex-item-1 {
  width: calc(100% / 12);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-1 {
  width: calc((100% / 12) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-2 {
  width: calc(100% / 12 * 2);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-2 {
  width: calc((100% / 12 * 2) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-3 {
  width: calc(100% / 12 * 3);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-3 {
  width: calc((100% / 12 * 3) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-4 {
  width: calc(100% / 12 * 4);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-4 {
  width: calc((100% / 12 * 4) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-5 {
  width: calc(100% / 12 * 5);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-5 {
  width: calc((100% / 12 * 5) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-6 {
  width: calc(100% / 12 * 6);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-6 {
  width: calc((100% / 12 * 6) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-7 {
  width: calc(100% / 12 * 7);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-7 {
  width: calc((100% / 12 * 7) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-8 {
  width: calc(100% / 12 * 8);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-8 {
  width: calc((100% / 12 * 8) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-9 {
  width: calc(100% / 12 * 9);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-9 {
  width: calc((100% / 12 * 9) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-10 {
  width: calc(100% / 12 * 10);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-10 {
  width: calc((100% / 12 * 10) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-11 {
  width: calc(100% / 12 * 11);
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-11 {
  width: calc((100% / 12 * 11) - 6px);
  margin: 0 0 6px 6px;
}
.lk-flex-column.lk-num .lk-flex-item-12 {
  width: 100%;
}
.lk-flex-column.lk-num.lk-border .lk-flex-item-12 {
  width: calc(100% - 6px);
  margin: 0 0 6px 6px;
}
.lk-icon-copy-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 0;
  cursor: pointer;
  transition: opacity 0.18s ease;
  -webkit-transition: opacity 0.18s ease;
}
.lk-icon-copy-text.lk-right {
  right: 0;
  left: auto;
}
.lk-icon-copy-text::before,
.lk-icon-copy-text::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 10px;
  border: solid 2px #677f9d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.lk-icon-copy-text::after {
  background: #677f9d;
  top: auto;
  right: auto;
  left: 12px;
  bottom: 12px;
  width: 14px;
  height: 14px;
  border: 0;
}
.lk-icon-copy-text:hover:before {
  border-color: #677f9d;
  transform: translate(1px, -1px);
  -webkit-transform: translate(1px, -1px);
}
.lk-icon-copy-text:hover:after {
  background: #677f9d;
  transform: translate(-1px, 1px);
  -webkit-transform: translate(-1px, 1px);
}
.lk-icon-copy-text:active:before {
  border-color: #677f9d;
  transform: translate(-2px, 2px);
  -webkit-transform: translate(-2px, 2px);
}
.lk-icon-copy-text:active:after {
  background: #677f9d;
  transform: translate(2px, -2px);
  -webkit-transform: translate(2px, -2px);
}
.lk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 300px;
  z-index: 100;
}
.lk-modal .lk-modal-fill {
  display: none;
  background: rgba(16, 20, 25, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1;
}
.lk-modal .lk-modal-container {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  padding: 84px 0;
  margin: 0 auto;
  z-index: 3;
  opacity: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation-delay: 0.06s;
  -webkit-animation-delay: 0.06s;
}
.lk-modal .lk-modal-container .lk-modal-table {
  display: table;
  width: 580px;
  height: 100%;
  margin: 0 auto;
}
.lk-modal .lk-modal-container .lk-modal-table .lk-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lk-modal .lk-modal-container .lk-modal-table .lk-modal-cell {
  display: table-cell;
  vertical-align: middle;
}
.lk-modal .lk-modal-container .lk-modal-table .lk-modal-cell .lk-modal-content .lk-modal-head {
  margin: 0 0 36px;
}
.lk-modal .lk-modal-container .lk-modal-table .lk-modal-cell .lk-modal-content .lk-modal-head .lk-title {
  font-size: 42px;
  line-height: 1.5em;
  font-weight: 900;
  color: #a9b7c8;
  text-align: center;
}
.lk-modal .lk-modal-container .lk-modal-table .lk-modal-cell .lk-modal-content .lk-modal-default-box {
  background: #161c23;
  position: relative;
  padding: 36px;
  z-index: 2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-modal .lk-modal-container .lk-modal-table .lk-modal-cell .lk-modal-content .lk-modal-default-box .lk-copy-detailed {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
}
.lk-modal .lk-modal-container .lk-modal-table .lk-modal-cell .lk-modal-content .lk-modal-default-box .lk-detail-social-security .lk-copy-detailed {
  display: none;
}
.lk-modal.lk-modal-center {
  left: 0;
}
.lk-modal.lk-action {
  display: block;
}
.lk-modal.lk-action .lk-modal-fill {
  display: block;
}
.lk-modal.lk-action .lk-modal-container {
  display: block;
}
.lk-modal.lk-preloading .lk-modal-fill {
  display: block;
}
.lk-modal.lk-center {
  left: 0;
}
.lk-appear-up {
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animated-appear-up {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes animated-appear-up {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.lk-fade-in {
  animation-name: animated-fade-in;
  -webkit-animation-name: animated-fade-in;
  animation-duration: 0.18s;
  -webkit-animation-duration: 0.18s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animated-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animated-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lk-captcha {
  background: #101419;
  position: relative;
  height: 88px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
}
.lk-captcha .lk-image,
.lk-captcha .lk-image span {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lk-captcha .lk-image span {
  display: block;
  background-image: url('/resource/image/captcha.png');
  background-size: 152px 76px;
  background-position: center;
  background-repeat: no-repeat;
}
.lk-captcha .lk-waiting {
  position: absolute;
  background: #101419;
  z-index: 1;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
}
.lk-input {
  position: relative;
}
.lk-input::before,
.lk-input::after {
  content: '';
  position: absolute;
  display: none;
  background: #de5cff;
  width: 4px;
  height: 12px;
  right: 24px;
  bottom: 29px;
  opacity: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  animation-name: animated-fade-in;
  -webkit-animation-name: animated-fade-in;
  animation-duration: 0.18s;
  -webkit-animation-duration: 0.18s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-input::after {
  height: 4px;
  bottom: 22px;
}
.lk-input.lk-error::before,
.lk-input.lk-error::after {
  display: block;
  opacity: 1;
}
.lk-input .lk-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #677f9d;
  position: absolute;
  top: 18px;
  right: 24px;
  left: 24px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.lk-input .lk-waiting {
  display: none;
  position: absolute;
  top: 34px;
  right: 24px;
  width: 20px;
  height: 20px;
  z-index: 1;
  animation-name: animated-fade-in;
  -webkit-animation-name: animated-fade-in;
  animation-duration: 0.18s;
  -webkit-animation-duration: 0.18s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-input.lk-action .lk-waiting {
  display: block;
}
.lk-input input[type="text"],
.lk-input input[type="password"],
.lk-input textarea {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
  background: #101419;
  width: 100%;
  padding: 40px 21px 15px;
  border: solid 3px #101419;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: border-color 0.18s ease, color 0.18s ease;
  -webkit-transition: border-color 0.18s ease, color 0.18s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.lk-input input[type="text"]:focus,
.lk-input input[type="password"]:focus,
.lk-input textarea:focus {
  border-color: #5c5cff;
  color: #e3e7ed;
}
.lk-input input[type="text"]::placeholder,
.lk-input input[type="password"]::placeholder,
.lk-input textarea::placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #677f9d;
}
.lk-input input[type="text"]::-webkit-input-placeholder,
.lk-input input[type="password"]::-webkit-input-placeholder,
.lk-input textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #677f9d;
}
.lk-input input[type="text"]::-moz-placeholder,
.lk-input input[type="password"]::-moz-placeholder,
.lk-input textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #677f9d;
}
.lk-input input[type="text"]:-moz-placeholder,
.lk-input input[type="password"]:-moz-placeholder,
.lk-input textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #677f9d;
}
.lk-input input[type="text"]:-ms-input-placeholder,
.lk-input input[type="password"]:-ms-input-placeholder,
.lk-input textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #677f9d;
}
.lk-input input[type="text"]:focus::placeholder,
.lk-input input[type="password"]:focus::placeholder,
.lk-input textarea:focus::placeholder {
  opacity: 0;
}
.lk-input input[type="text"]:focus::-webkit-input-placeholder,
.lk-input input[type="password"]:focus::-webkit-input-placeholder,
.lk-input textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.lk-input input[type="text"]:focus::-moz-placeholder,
.lk-input input[type="password"]:focus::-moz-placeholder,
.lk-input textarea:focus::-moz-placeholder {
  opacity: 0;
}
.lk-input input[type="text"]:focus:-moz-placeholder,
.lk-input input[type="password"]:focus:-moz-placeholder,
.lk-input textarea:focus:-moz-placeholder {
  opacity: 0;
}
.lk-input input[type="text"]:focus:-ms-input-placeholder,
.lk-input input[type="password"]:focus:-ms-input-placeholder,
.lk-input textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
textarea {
  scrollbar-width: none;
  /* Для Firefox */
  -ms-overflow-style: none;
  overflow: hidden;
}
textarea::-webkit-scrollbar {
  width: 0;
  /* Скрываем полосу прокрутки для WebKit-браузеров */
}
.lk-input .lk-radio-group {
  padding: 54px 24px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
  background: #101419;
  transition: border-color 0.18s ease, color 0.18s ease;
  -webkit-transition: border-color 0.18s ease, color 0.18s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.editor-toolbar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  background: #101419;
  gap: 2px;
  padding: 12px;
  margin: 12px 0 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.editor-toolbar .toolbar-btn {
  background: #101419;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: none;
  cursor: pointer;
  user-select: none;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: transform 0.12s ease, background 0.18s ease;
  -webkit-transition: transform 0.12s ease, background 0.18s ease;
}
.editor-toolbar .toolbar-btn svg {
  stroke: #a9b7c8;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.editor-toolbar .toolbar-btn svg path.color-style-1 {
  stroke: #5c5cff;
}
.editor-toolbar .toolbar-btn svg path.color-style-2 {
  stroke: #de5cff;
}
.editor-toolbar .toolbar-btn.active {
  background: #1c232c;
}
.editor-toolbar .toolbar-btn.active svg {
  stroke: #fff;
}
.editor-toolbar .toolbar-btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.editor-text {
  position: relative;
}
.editor-text .editor-controls {
  position: absolute;
  padding: 12px;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: solid 2px #161c23;
}
.editor-text .editor-controls .controls-container {
  background: #101419;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn {
  background: #161c23;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: none;
  cursor: pointer;
  user-select: none;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .icon-trigger,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .icon-trigger {
  width: 24px;
  height: 24px;
  padding: 6px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .icon-trigger svg,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .icon-trigger svg {
  stroke: #a9b7c8;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .icon-trigger:hover svg,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .icon-trigger:hover svg {
  stroke: #e3e7ed;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-container,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-container {
  display: none;
  /* Скрываем по умолчанию */
  position: absolute;
  top: calc(100% + 6px);
  right: 6px;
  left: 6px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-content,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-content {
  background-color: rgba(16, 20, 25, 0.5);
  padding: 18px;
  backdrop-filter: blur(12px);
  height: 160px;
  /* Фиксированная высота */
  overflow-y: auto;
  /* Включаем вертикальный скролл */
  list-style: none;
  /* Убираем маркеры списка */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: solid 1px #222b36;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-content .lk-emoji-list,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-content .lk-emoji-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24px, 1fr));
  gap: 12px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-content .lk-emoji-list .lk-title-category,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-content .lk-emoji-list .lk-title-category {
  grid-column: 1 / -1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #a9b7c8;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-content .lk-emoji-list span + .lk-title-category,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-content .lk-emoji-list span + .lk-title-category {
  margin-top: 18px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-content .lk-emoji-list span,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-content .lk-emoji-list span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-content::-webkit-scrollbar,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-content::-webkit-scrollbar {
  display: none;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .popup-content,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .popup-content {
  scrollbar-width: none;
}
.editor-text .editor-controls .controls-container .controls-left .toolbar-btn .show,
.editor-text .editor-controls .controls-container .controls-right .toolbar-btn .show {
  display: block;
}
.editor-text #editor {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #a9b7c8;
  background: #101419;
  width: 100%;
  padding: 18px 24px 80px;
  box-sizing: border-box;
  min-height: 204px;
  outline: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.editor-text #editor h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.editor-text #editor h4 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.editor-text #editor * + h3 {
  margin: 12px 0 6px;
}
.editor-text #editor * + h4 {
  margin: 18px 0 6px;
}
.editor-text #editor blockquote {
  margin: 12px 0;
  padding: 12px 24px;
  background: #161c23;
  border-left: solid 4px #5c5cff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.editor-text #editor p {
  margin: 0;
}
.editor-text #editor a {
  color: #5c5cff;
  text-decoration: none;
  border-bottom: 1px dashed #5c5cff;
  font-weight: 500;
}
.editor-text #editor:focus {
  color: #e3e7ed;
}
.lk-detail-articles .lk-editor-article {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #e3e7ed;
  background: #101419;
  width: 100%;
  padding: 18px 24px;
  outline: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.lk-detail-articles .lk-editor-article h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.lk-detail-articles .lk-editor-article h4 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.lk-detail-articles .lk-editor-article * + h3 {
  margin: 12px 0 6px;
}
.lk-detail-articles .lk-editor-article * + h4 {
  margin: 18px 0 6px;
}
.lk-detail-articles .lk-editor-article blockquote {
  margin: 12px 0;
  padding: 12px 24px;
  background: #161c23;
  border-left: solid 4px #5c5cff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-detail-articles .lk-editor-article p {
  margin: 0;
}
.lk-detail-articles .lk-editor-article a {
  color: #5c5cff;
  text-decoration: none;
  border-bottom: 1px dashed #5c5cff;
  font-weight: 500;
}
.lk-detail-articles .lk-editor-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0;
}
.lk-detail-articles .lk-editor-stats .lk-metadata {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option {
  position: relative;
  padding: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option .lk-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option .lk-icon svg {
  stroke: #677f9d;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option .lk-count {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 36px;
  color: #677f9d;
  font-weight: 900;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn {
  background: #222b36;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: background 0.18s ease, transform 0.06s;
  -webkit-transition: background 0.18s ease, transform 0.06s;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn .lk-icon svg {
  stroke: #a9b7c8;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn .lk-count {
  color: #a9b7c8;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn:hover {
  background: #28333f;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn:hover .lk-icon svg {
  stroke: #e3e7ed;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn:hover .lk-count {
  color: #e3e7ed;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-icon svg,
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-icon svg {
  stroke: #de5cff;
}
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-count,
.lk-detail-articles .lk-editor-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-count {
  color: #de5cff;
}
.lk-detail-articles .lk-editor-stats .lk-date {
  font-size: 16px;
  line-height: 24px;
  color: #677f9d;
  padding: 0 24px 0 0;
}
.lk-detail-articles .lk-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}
.lk-detail-articles .lk-images-grid > div {
  max-width: 508px;
  aspect-ratio: 1 / 1;
}
.lk-detail-articles .lk-images-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-detail-articles .lk-column-chatlist-detailed {
  display: flex;
  gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-chatlist-images {
  width: 140px;
  margin: 0;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-chatlist-images div {
  background: #101419;
  padding: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-chatlist-images div img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-chatlist-info {
  flex: 1;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-btn-action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 18px 0 0;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-btn-action .lk-btn-open-chatlist {
  position: relative;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-btn-action .lk-btn-open-chatlist .lk-btn {
  position: relative;
  color: #7070ff;
  padding: 0 36px 0 0;
  cursor: pointer;
  font-weight: 900;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-btn-action .lk-btn-open-chatlist:hover .lk-btn {
  color: #e270ff;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-btn-action .lk-btn-open-chatlist .lk-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-btn-action .lk-btn-open-chatlist .lk-icon svg {
  stroke: #7070ff;
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.lk-detail-articles .lk-column-chatlist-detailed .lk-btn-action .lk-btn-open-chatlist:hover .lk-icon svg {
  stroke: #e270ff;
}
.lk-detail-articles .lk-editor-collage {
  margin: 0 0 24px;
}
.lk-detail-articles .lk-chatlist-images-list {
  padding: 18px 0 0;
  margin: 18px 0 0;
  border-top: solid 1px #1c232c;
}
.lk-detail-articles.lk-adm-grid .lk-editor-stats .lk-metadata .lk-option {
  background: #101419;
}
.lk-tabs-articles {
  padding: 12px 0 0;
}
.lk-tabs-articles .lk-adm-articles-list,
.lk-tabs-articles .lk-chatlist-articles-list {
  display: grid;
  grid-template-columns: 1fr;
  /* 1fr 1fr */
  gap: 6px;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #161c23;
  padding: 18px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.18s ease;
  -webkit-transition: background 0.18s ease;
  overflow: hidden;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-preview-image,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-preview-image {
  position: relative;
  background-color: #101419;
  flex-shrink: 0;
  width: 100px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-preview-image .lk-icon-image,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-preview-image .lk-icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 1;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-preview-image .lk-icon-image svg,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-preview-image .lk-icon-image svg {
  stroke: #677f9d;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-preview-image .lk-fill-image,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-preview-image .lk-fill-image {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 88px;
  height: 88px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  opacity: 2;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info {
  flex-grow: 1;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-title,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-preview-text,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-preview-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 1.5em;
  margin: 1px 0 0;
  color: #677f9d;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option {
  position: relative;
  padding: 12px;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-icon,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-icon svg,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-icon svg {
  stroke: #677f9d;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-count,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-count {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 36px;
  color: #677f9d;
  font-weight: 900;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn {
  background: #222b36;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: background 0.18s ease, transform 0.06s;
  -webkit-transition: background 0.18s ease, transform 0.06s;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn .lk-icon svg,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn .lk-icon svg {
  stroke: #a9b7c8;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn .lk-count,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn .lk-count {
  color: #a9b7c8;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover {
  background: #28333f;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover .lk-icon svg,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover .lk-icon svg {
  stroke: #e3e7ed;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover .lk-count,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover .lk-count {
  color: #e3e7ed;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:active,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-icon svg,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-icon svg,
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-icon svg,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-icon svg {
  stroke: #de5cff;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-count,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-count,
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-count,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-count {
  color: #de5cff;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post .lk-info .lk-stats .lk-date,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post .lk-info .lk-stats .lk-date {
  font-size: 14px;
  line-height: 16px;
  color: #677f9d;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post:hover,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post:hover {
  background: #191f27;
}
.lk-tabs-articles .lk-adm-articles-list .lk-articles-post:hover .lk-info .lk-title,
.lk-tabs-articles .lk-chatlist-articles-list .lk-articles-post:hover .lk-info .lk-title {
  color: #e3e7ed;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list {
  grid-template-columns: repeat(2, 1fr);
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post {
  display: block;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-preview-image,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-preview-image {
  width: calc(100% - 36px);
  margin: 0 auto 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-preview-image .lk-fill-image,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-preview-image .lk-fill-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-title,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-title {
  text-align: center;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-preview-text,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-preview-text {
  text-align: center;
  min-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats {
  flex-direction: column;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata {
  margin: 0 0 12px;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option {
  position: relative;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-icon,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-icon {
  width: 24px;
  height: 24px;
}
.lk-tabs-articles .lk-adm-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-count,
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-metadata .lk-option .lk-count {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 30px;
  color: #a9b7c8;
}
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0;
}
.lk-tabs-articles .lk-chatlist-articles-list.lk-chatlist-list .lk-articles-post .lk-info .lk-stats .lk-date {
  font-size: 16px;
  line-height: 24px;
  color: #677f9d;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post {
  background: #161c23;
  padding: 18px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-title {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 18px;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article {
  padding: 18px 0;
  border-top: solid 1px #222b36;
  border-bottom: solid 1px #222b36;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article h4 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article * + h3 {
  margin: 12px 0 6px;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article * + h4 {
  margin: 18px 0 6px;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article blockquote {
  margin: 12px 0;
  padding: 12px 24px;
  background: #101419;
  border-left: solid 4px #5c5cff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article p {
  margin: 0;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-article a {
  color: #5c5cff;
  text-decoration: none;
  border-bottom: 1px dashed #5c5cff;
  font-weight: 500;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post .lk-info .lk-stats .lk-date {
  font-size: 16px;
  line-height: 24px;
  color: #677f9d;
}
.lk-tabs-articles .lk-articles-list .lk-articles-post + .lk-articles-post {
  margin: 6px 0 0;
}
.lk-modal-title-art {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
  text-align: center;
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: solid 1px #222b36;
}
.lk-tabs-articles .lk-articles-list-2 {
  display: grid;
  grid-template-columns: 1fr;
  /* 1fr 1fr */
  gap: 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 {
  position: relative;
  background: #161c23;
  padding: 18px 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image {
  /* 1 картинка: занимает весь контейнер */
  /* 2 картинки: делят контейнер пополам */
  /* 3 картинки: одна - половина ширины, две - по четверти */
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 0 18px;
  gap: 12px;
  /* Отступ между первой картинкой и колонкой */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container img,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container .column img {
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container.count-1 img {
  width: 100%;
  height: 100%;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container.count-2 img {
  width: calc(50% - 6px);
  height: 100%;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container.count-3 > img:first-child {
  width: calc(50% - 6px);
  height: 100%;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container.count-3 .column {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  gap: 12px;
  /* Отступ между второй и третьей картинкой */
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-container.count-3 .column img {
  width: 100%;
  /* Используем calc() для точного расчета высоты */
  height: calc(50% - 6px);
  /* 50% минус половина gap (12px / 2) */
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .collage-counter {
  position: absolute;
  bottom: 6px;
  /* Отступ снизу */
  right: 6px;
  background-color: rgba(16, 20, 25, 0.5);
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-title {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 18px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article {
  padding: 18px 0;
  border-top: solid 1px #222b36;
  border-bottom: solid 1px #222b36;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article h4 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article * + h3 {
  margin: 12px 0 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article * + h4 {
  margin: 18px 0 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article blockquote {
  margin: 12px 0;
  padding: 12px 24px;
  background: #101419;
  border-left: solid 4px #5c5cff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article p {
  margin: 0;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-article a {
  color: #5c5cff;
  text-decoration: none;
  border-bottom: 1px dashed #5c5cff;
  font-weight: 500;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 0;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option {
  position: relative;
  padding: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option .lk-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option .lk-icon svg {
  stroke: #677f9d;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option .lk-count {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 36px;
  color: #677f9d;
  font-weight: 900;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn {
  background: #222b36;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: background 0.18s ease, transform 0.06s;
  -webkit-transition: background 0.18s ease, transform 0.06s;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn .lk-icon svg {
  stroke: #a9b7c8;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn .lk-count {
  color: #a9b7c8;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover {
  background: #28333f;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover .lk-icon svg {
  stroke: #e3e7ed;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:hover .lk-count {
  color: #e3e7ed;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-icon svg,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-icon svg {
  stroke: #de5cff;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-count,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-count {
  color: #de5cff;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-date {
  font-size: 16px;
  line-height: 24px;
  color: #677f9d;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-to-archive,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-from-archive,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-delete {
  position: absolute;
  left: 6px;
  top: 6px;
  padding: 12px;
  background: #101419;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 0;
  opacity: 0;
  transition: all 0.12s ease;
  z-index: 99999;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-to-archive svg,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-from-archive svg,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-delete svg {
  stroke: #677f9d;
  transition: all 0.12s ease;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-from-archive {
  left: 60px;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-to-archive:hover svg,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-from-archive:hover svg,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-articles-delete:hover svg {
  stroke: #a9b7c8;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2 .lk-open-detail-icon {
  top: 0;
  right: 0;
  width: 36px;
  height: 60px;
  margin: 0;
  cursor: pointer;
}
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2:hover .lk-articles-to-archive,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2:hover .lk-articles-from-archive,
.lk-tabs-articles .lk-articles-list-2 .lk-articles-post-2:hover .lk-articles-delete {
  opacity: 1;
}
/* Контейнер для всех опций */
.lk-radio-group {
  display: flex;
  flex-direction: column;
  /* Располагаем опции вертикально */
  gap: 6px;
  /* Пространство между опциями */
}
/* Контейнер для одной опции (радио + текст) */
.lk-radio-item {
  display: flex;
  align-items: center;
  /* Выравниваем радиокнопку и текст по вертикали */
  cursor: pointer;
  /* Показываем, что на элемент можно нажать */
}
.lk-radio-item label {
  /* Сбрасываем стили, если они наследуются от .lk-label */
  margin-bottom: 0;
  color: #a9b7c8;
}
/* Стили для самой радиокнопки */
.lk-radio-item input[type="radio"] {
  margin-right: 12px;
  /* Отступ между кнопкой и текстом */
  /* Убираем стандартные отступы, чтобы align-items работал лучше */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  /* Опционально: увеличиваем кнопку для удобства */
  width: 16px;
  height: 16px;
}
.lk-radio-item input[type="radio"]:checked + label {
  color: #fff;
  /* Ваш "активный" цвет */
}
/*
 * Этот класс JS добавит родительскому элементу,
 * чтобы лоадер мог использовать position: absolute.
 */
.image-parent-loader {
  position: relative;
}
/*
 * Этот класс JS добавит самому <img> в самом начале.
 * Он делает картинку полностью прозрачной, но оставляет
 * ее в потоке, сохраняя разметку.
 */
img.image-loading {
  opacity: 0;
}
/*
 * Этот класс JS добавит <img>, когда он полностью прогрузится.
 * Он плавно "проявляет" картинку.
 */
img.image-loaded {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* Та самая "плавность" */
}
/*
 * ВАЖНО: Этот код я не добавляю, т.к. вы сказали, что он у вас есть.
 * Но ваши стили для .lk-progress ДОЛЖНЫ включать position: absolute,
 * чтобы он мог "лежать" под картинкой и быть по центру.
 *
 * Примерно так:
 */
/*
.lk-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	(ваши стили анимации...)
}

img.image-loaded {
	position: relative; / Убедитесь, что картинка выше лоадера /
	z-index: 2;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
*/
/* Стили для контейнера галереи */
.gallery-container {
  display: grid;
  /* 1. По умолчанию 4 колонки равной ширины */
  grid-template-columns: repeat(4, 1fr);
  /* 2. Промежуток между блоками */
  gap: 6px;
  width: 100%;
}
/* Стили для каждого блока с картинкой */
.gallery-item {
  /* 3. Делаем блоки квадратными */
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  /* Обрезаем всё, что выходит за рамки блока */
  border-radius: 4px;
  /* Небольшое скругление углов */
  cursor: pointer;
}
/* Стили для самой картинки внутри блока */
.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 4. Сохраняем пропорции картинки, заполняя весь блок (может обрезать) */
  object-fit: cover;
  object-position: center;
  /* Центрируем картинку перед обрезкой */
  transition: transform 0.3s ease;
  /* Плавный эффект при наведении */
}
.gallery-item:hover img {
  transform: scale(1.05);
  /* Немного увеличиваем картинку при наведении */
}
/* --- Адаптивность --- */
/* 5. Когда ширина экрана 900px или меньше -> 3 колонки */
@media (max-width: 900px) {
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* 6. Когда ширина экрана 600px или меньше -> 2 колонки */
@media (max-width: 600px) {
  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lk-modal-description-art span {
  display: block;
  text-align: center;
}
.lk-modal-description-art span + span {
  padding: 12px 0 0;
}
.lk-tabs-articles.lk-news .lk-articles-list-2 {
  gap: 24px;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 {
  gap: 6px;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image {
  position: relative;
  background-color: #101419;
  flex-shrink: 0;
  width: 100px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 1;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-icon-image svg {
  stroke: #677f9d;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-fill-image {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 88px;
  height: 88px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  opacity: 2;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-info {
  flex: 1;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 900;
  margin: 0 0 6px;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-preview-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 1px 0 0;
  color: #677f9d;
}
.lk-tabs-articles.lk-news.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-metadata .lk-option {
  background: #101419;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 {
  grid-template-columns: repeat(2, 1fr);
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 {
  display: block;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image {
  position: relative;
  background-color: #101419;
  flex-shrink: 0;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  width: calc(100% - 36px);
  margin: 0 auto 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 1;
  z-index: 1;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-icon-image svg {
  stroke: #677f9d;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-fill-image {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 2;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
  margin: 0;
  text-align: center;
  max-width: 255px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-preview-text {
  margin: 1px 0 0;
  color: #677f9d;
  text-align: center;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats {
  flex-direction: column;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata {
  margin: 0 0 18px;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option {
  position: relative;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option .lk-icon {
  width: 24px;
  height: 24px;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button) .lk-icon svg {
  stroke: #677f9d;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button) .lk-count {
  color: #677f9d;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button):hover .lk-icon svg,
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button).active .lk-icon svg,
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button).active:hover .lk-icon svg {
  stroke: #a9b7c8;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button):hover .lk-count,
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button).active .lk-count,
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn:not(.like-button).active:hover .lk-count {
  color: #a9b7c8;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-icon svg,
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-icon svg {
  stroke: #de5cff;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active .lk-count,
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option.lk-btn.like-button.active:hover .lk-count {
  color: #de5cff;
}
.lk-tabs-articles.lk-chatlist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-date {
  font-size: 14px;
  line-height: 1.5em;
}
.lk-tabs-articles.lk-chatlist.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-metadata .lk-option {
  background: #101419;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 {
  display: block;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-articles-to-archive,
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-articles-delete,
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-articles-from-archive {
  top: 20px;
  left: 94px;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-articles-from-archive {
  left: 154px;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-open-detail-icon {
  width: 52px;
  height: 88px;
  z-index: 100;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image {
  position: absolute;
  background-color: #101419;
  top: 18px;
  left: 24px;
  flex-shrink: 0;
  padding: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  opacity: 1;
  z-index: 1;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-icon-image svg {
  stroke: #677f9d;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-preview-image .lk-fill-image {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 46px;
  height: 46px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 2;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info {
  padding-left: 70px;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  line-height: 1.5em;
  color: #a9b7c8;
  margin: 0;
  transition: all 0.12s ease;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-preview-text {
  margin: 1px 0 0;
  color: #677f9d;
  transition: all 0.12s ease;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-preview-text span {
  color: #47596f;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-title,
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-preview-text {
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats {
  position: absolute;
  top: 0;
  right: 52px;
  bottom: 0;
  margin: 0;
  z-index: 1;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-metadata .lk-option {
  background: #1c232c;
}
.lk-tabs-articles.lk-blacklist .lk-articles-list-2 .lk-articles-post-2 .lk-info .lk-stats .lk-date {
  display: none;
}
.lk-tabs-articles.lk-blacklist.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2:hover .lk-info .lk-title,
.lk-tabs-articles.lk-blacklist.lk-adm-grid .lk-articles-list-2 .lk-articles-post-2:hover .lk-info .lk-preview-text {
  opacity: 0;
}
/*.lk-flex-item-12 .lk-tabs-articles.lk-chatlist {
	.lk-articles-list-2 {
		grid-template-columns: repeat(3, 1fr);
	}
}*/
/* Основной контейнер "просмотрщика" */
.lightbox {
  position: fixed;
  /* Закрепляем на экране */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 20, 25, 0.9);
  /* Полупрозрачный черный фон */
  display: flex;
  /* Используем flexbox для центрирования */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* Поверх всего контента */
  visibility: hidden;
  /* Скрываем по умолчанию */
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease;
  /* Плавное появление */
}
/* Видимое состояние */
.lightbox.visible {
  visibility: visible;
  opacity: 1;
}
/* Блок с изображением внутри */
.lightbox-content {
  position: relative;
  max-width: calc(100% - 192px);
  /* 48px * 2 */
  max-height: calc(100% - 192px);
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Само изображение */
.lightbox-image {
  /* Новые свойства для сохранения пропорций */
  max-width: calc(100vw - 192px);
  max-height: calc(100vh - 192px);
  width: auto;
  height: auto;
  object-fit: contain;
  /* Ключевое свойство */
  /* Остальные свойства */
  display: block;
  transition: transform 0.3s ease;
  /* Плавное увеличение */
  cursor: zoom-in;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
/* Увеличенное состояние изображения */
.lightbox-image.zoomed {
  transform: scale(1.8);
  /* Увеличение на 50% */
  cursor: move;
  /* Курсор для перемещения */
}
/* Кнопка закрытия */
.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #a9b7c8;
  font-size: 3rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  /* Поверх изображения */
  transition: color 0.3s ease;
}
.lightbox-close:hover {
  color: #fff;
}
/* Стрелки навигации */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 4rem;
  cursor: pointer;
  z-index: 1001;
  user-select: none;
  /* Предотвращаем выделение текста */
}
.lightbox-prev svg,
.lightbox-next svg {
  stroke: #a9b7c8;
  transition: stroke 0.3s ease;
}
.lightbox-prev:hover svg,
.lightbox-next:hover svg {
  stroke: #fff;
}
.lightbox-prev {
  left: 24px;
}
.lightbox-next {
  right: 24px;
}
/* Подпись под картинкой */
.lightbox-caption {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  width: calc(100% - 96px);
  padding: 48px;
  margin: 0;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, /* Начинается с полностью прозрачного черного */ rgba(16, 20, 25, 0.9) 100% /* Остается на 80% непрозрачности до конца */);
  border-radius: 0 0 11px 11px;
  -webkit-border-radius: 0 0 11px 11px;
  -webkit-text-shadow: 2px 1px 2px #101419;
  text-shadow: 2px 1px 2px #101419;
}
.lightbox-caption.loaded {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
}
.lightbox-image.zoomed + .lightbox-caption.loaded {
  opacity: 0;
  transition: opacity 0s ease-in-out;
}
.lk-btn-primary {
  background: #222b36;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 900;
  color: #a9b7c8;
  transition: all 0.18s ease;
  -webkit-transition: all 0.18s ease;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-btn-primary:hover {
  color: #e3e7ed;
}
.lk-btn-primary.lk-disabled,
.lk-btn-primary.lk-disabled:hover,
.lk-btn-primary.lk-disabled-less,
.lk-btn-primary.lk-disabled-less:hover {
  color: #677f9d;
  cursor: default;
}
.lk-btn-primary.lk-light {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.lk-btn-primary.lk-light:hover {
  background: rgba(255, 255, 255, 0.24);
}
.lk-btn-primary.lk-white {
  background: #fff;
  color: #7070ff;
}
.lk-btn-primary.lk-white:hover {
  color: #e270ff;
}
.lk-btn-primary.lk-mini {
  padding: 12px 18px;
}
.lk-btn-more {
  position: relative;
  width: 88px;
  height: 52px;
  cursor: pointer;
}
.lk-btn-more.lk-disabled {
  cursor: default;
}
.lk-btn-more span.lk-circle,
.lk-btn-more span.lk-circle::before,
.lk-btn-more span.lk-circle::after {
  display: block;
  background: #354252;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-btn-more.lk-disabled span.lk-circle,
.lk-btn-more.lk-disabled span.lk-circle::before,
.lk-btn-more.lk-disabled span.lk-circle::after {
  background: #222b36;
}
.lk-btn-more:not(.lk-disabled):hover span.lk-circle,
.lk-btn-more:not(.lk-disabled):hover span.lk-circle::before,
.lk-btn-more:not(.lk-disabled):hover span.lk-circle::after {
  background: #7087a4;
}
.lk-btn-more span.lk-circle::before,
.lk-btn-more span.lk-circle::after {
  content: '';
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.lk-btn-more:not(.lk-disabled):hover span.lk-circle::before {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.lk-btn-more span.lk-circle::after {
  -webkit-transform: translateX(10px);
  transform: translateX(-10px);
}
.lk-btn-more:not(.lk-disabled):hover span.lk-circle::after {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}
#jlk-tabs {
  position: relative;
}
#jlk-tabs .lk-tabs,
#jlk-tabs .lk-tabs.lk-space-between .lk-tabs-row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
#jlk-tabs .lk-tabs::before {
  content: '';
  position: absolute;
  background: #1c232c;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  z-index: 1;
}
#jlk-tabs .lk-tabs.lk-space-between {
  justify-content: space-between;
}
#jlk-tabs .lk-tabs.lk-space-around {
  justify-content: space-around;
}
#jlk-tabs .lk-tabs.lk-disabled::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#jlk-tabs .lk-tabs .lk-tab {
  position: relative;
  z-index: 2;
}
#jlk-tabs .lk-tabs.lk-space-around .lk-tab {
  flex-grow: 1;
}
#jlk-tabs .lk-tabs .lk-tab span {
  position: relative;
  display: block;
  padding: 0 24px 19px;
  cursor: pointer;
  color: #677f9d;
  font-weight: 900;
  transition: color 0.18s ease;
  -webkit-transition: color 0.18s ease;
}
#jlk-tabs .lk-tabs.lk-space-around .lk-tab span {
  padding: 0 6px 19px;
}
#jlk-tabs .lk-tabs .lk-tab span::before {
  content: '';
  position: absolute;
  background: transparent;
  height: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  transition: background 0.18s ease;
  -webkit-transition: background 0.18s ease;
}
#jlk-tabs .lk-tabs .lk-tab span.lk-current::before {
  background: #de5cff;
}
#jlk-tabs .lk-tabs.lk-disabled .lk-tab span.lk-current::before {
  background: #677f9d;
}
#jlk-tabs .lk-tabs .lk-tab span:hover {
  color: #a9b7c8;
}
#jlk-tabs .lk-tabs .lk-tab span.lk-current {
  color: #e3e7ed;
}
#jlk-tabs .lk-tabs.lk-disabled .lk-tab span.lk-current {
  color: #a9b7c8;
}
#jlk-tabs .lk-tab-list {
  margin: 36px 0 0;
}
#jlk-tabs .lk-tab-list .lk-tabs-post + div {
  display: none;
}
#jlk-tabs .lk-marks {
  display: flex;
}
#jlk-tabs .lk-marks .lk-mark-apeak {
  position: relative;
  padding: 0 0 0 16px;
}
#jlk-tabs .lk-marks .lk-mark-apeak::before {
  content: '';
  position: absolute;
  background: #354252;
  top: 10px;
  bottom: 10px;
  left: 6px;
  width: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.lk-soon::after {
  content: 'soon';
  position: absolute;
  top: 50%;
  right: 18px;
  background: #1c232c;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  color: #677f9d;
  padding: 4px 8px;
  margin: -10px 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-toggle {
  position: relative;
}
.lk-toggle .lk-items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.lk-toggle .lk-items.lk-row {
  flex-direction: row;
}
.lk-toggle .lk-items .lk-item {
  position: relative;
  color: #a9b7c8;
  padding: 6px 0 6px 26px;
  -webkit-transition: color 0.18s ease;
  transition: color 0.18s ease;
  cursor: pointer;
}
.lk-toggle .lk-items.lk-row .lk-item + .lk-item {
  margin: 0 0 0 24px;
}
.lk-toggle .lk-items .lk-item:hover,
.lk-toggle .lk-items .lk-item.lk-current {
  color: #e3e7ed;
}
.lk-toggle .lk-items .lk-item::before,
.lk-toggle .lk-items .lk-item::after {
  content: '';
  position: absolute;
  background: #1c232c;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}
.lk-toggle .lk-items .lk-item::after {
  top: 12px;
  left: 3px;
  width: 12px;
  height: 12px;
}
.lk-toggle .lk-items .lk-item:hover::before,
.lk-toggle .lk-items .lk-item:hover::after,
.lk-toggle .lk-items .lk-item.lk-current::before {
  background: #222b36;
}
.lk-toggle .lk-items .lk-item.lk-current::after {
  background: #5c5cff;
}
.lk-no-internet {
  display: none;
  position: fixed;
  background: #101419;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
}
.lk-no-internet .lk-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 302px;
  margin: -151px 0 0 -250px;
}
.lk-no-internet .lk-content .lk-illustration {
  position: absolute;
  top: -80px;
  left: 0;
  width: 500px;
  height: 240px;
  opacity: 0;
  animation-delay: 650ms;
  -webkit-animation-delay: 650ms;
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-no-internet .lk-content .lk-illustration .lk-legs {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 24px;
  margin: 24px 0 0 -70px;
  z-index: 2;
}
.lk-no-internet .lk-content .lk-illustration .lk-legs span {
  display: block;
  background: #1c232c;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}
.lk-no-internet .lk-content .lk-illustration .lk-router {
  position: absolute;
  background: #1c232c;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 80px;
  margin: -40px 0 0 -130px;
  z-index: 3;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  animation-name: animated-no-internet-router;
  -webkit-animation-name: animated-no-internet-router;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-eyes {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  top: 50%;
  right: 30px;
  width: 96px;
  height: 48px;
  z-index: 1;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-eyes span {
  display: block;
  position: relative;
  width: 48px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-eyes span::before {
  content: '';
  position: absolute;
  display: block;
  top: -18px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: 0 0 0 -18px;
  border: solid 6px #354252;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-antenna {
  position: absolute;
  top: -80px;
  left: 24px;
  width: 12px;
  height: 160px;
  z-index: 1;
  animation-name: animated-no-internet-antenna;
  -webkit-animation-name: animated-no-internet-antenna;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-antenna span {
  position: absolute;
  display: block;
  background: #1c232c;
  top: 0;
  left: 0;
  width: 12px;
  height: 68px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-power {
  position: absolute;
  display: flex;
  top: 50%;
  left: 30px;
  height: 12px;
  margin: -6px 0 0;
  z-index: 2;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-power span {
  display: block;
  background: #5c5cff;
  width: 12px;
  height: 12px;
  margin: 0 8px 0 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-power span + span {
  background: #677f9d;
  width: 8px;
  height: 8px;
  margin: 2px;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-sleep {
  position: absolute;
  right: 0px;
  top: -18px;
  color: #de5cff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5em;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-sleep span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  animation-name: animated-no-internet-sleep-1;
  -webkit-animation-name: animated-no-internet-sleep-1;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-sleep span:nth-child(2) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-name: animated-no-internet-sleep-2;
  -webkit-animation-name: animated-no-internet-sleep-2;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.lk-no-internet .lk-content .lk-illustration .lk-router .lk-sleep span:nth-child(3) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-name: animated-no-internet-sleep-1;
  -webkit-animation-name: animated-no-internet-sleep-1;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.lk-no-internet .lk-content .lk-message {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.lk-no-internet .lk-content .lk-message .lk-ooops {
  font-size: 42px;
  line-height: 1.5em;
  font-weight: 900;
  padding: 0 0 18px;
  opacity: 0;
  animation-delay: 675ms;
  -webkit-animation-delay: 675ms;
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-no-internet .lk-content .lk-message .lk-title {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
  color: #677f9d;
  opacity: 0;
  animation-delay: 700ms;
  -webkit-animation-delay: 700ms;
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.lk-no-internet .lk-content .lk-message .lk-description {
  color: #677f9d;
  opacity: 0;
  animation-delay: 725ms;
  -webkit-animation-delay: 725ms;
  animation-name: animated-appear-up;
  -webkit-animation-name: animated-appear-up;
  animation-duration: 0.36s;
  -webkit-animation-duration: 0.36s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animated-no-internet-router {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.1) translateY(-6%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes animated-no-internet-router {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.1) translateY(-6%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes animated-no-internet-antenna {
  92% {
    transform: rotate(0deg);
  }
  94% {
    transform: rotate(8deg);
  }
  96% {
    transform: rotate(-8deg);
  }
  98% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes animated-no-internet-antenna {
  92% {
    transform: rotate(0deg);
  }
  94% {
    transform: rotate(8deg);
  }
  96% {
    transform: rotate(-8deg);
  }
  98% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes animated-no-internet-sleep-1 {
  50% {
    transform: translate(0, 0) scale(1.4) rotate(0);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(30px, -60px) scale(2.4) rotate(-24deg);
    opacity: 0;
  }
}
@-webkit-keyframes animated-no-internet-sleep-1 {
  50% {
    transform: translate(0, 0) scale(1.4) rotate(0);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(30px, -60px) scale(2.4) rotate(-24deg);
    opacity: 0;
  }
}
@keyframes animated-no-internet-sleep-2 {
  50% {
    transform: translate(0, 0) scale(1.4) rotate(0);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(40px, -50px) scale(2.4) rotate(24deg);
    opacity: 0;
  }
}
@-webkit-keyframes animated-no-internet-sleep-2 {
  50% {
    transform: translate(0, 0) scale(1.4) rotate(0);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(40px, -50px) scale(2.4) rotate(24deg);
    opacity: 0;
  }
}
._lk-color-gradient {
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #5c5cff;
}
._lk-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* для шаблона 
._lk-gen-shade() {
	@nameBackground: lk-background-shade;
	@nameColor: lk-color-shade;
	@nameBorder: lk-border-shade;

	*[class^="@{nameBackground}"] {
		-webkit-transition: background .18s ease-out;
		transition: background .18s ease-out;
	}
	*[class^="@{nameColor}"] {
		-webkit-transition: color .18s ease-out;
		transition: color .18s ease-out;
	}
	*[class^="@{nameBorder}"] {
		-webkit-transition: border-color .18s ease-out;
		transition: border-color .18s ease-out;
	}
	.genShade(@i: 1) when (@i =< @countClassShade) {
		.@{nameBackground}-@{i} {
			background: ~"@{shadeBackground-@{i}}";
		}
		.@{nameColor}-@{i} {
			color: ~"@{shadeBackground-@{i}}";
		}
		.@{nameBorder}-@{i} {
			border-color: ~"@{shadeBackground-@{i}}";
		}
		.genShade(@i + 1);
	}
	.genShade();
}
._lk-gen-gradient(@color: @gradientBackground-1) {
	@nameBackgroundGradient: lk-background-gradient;
	@nameColorGradient: lk-color-gradient;
	@nameBorderGradient: lk-border-gradient;
	
	*[class^="@{nameBackgroundGradient}"] {
		-webkit-transition: background .18s ease-out;
		transition: background .18s ease-out;
	}
	*[class^="@{nameColorGradient}"] {
		-webkit-transition: color .18s ease-out;
		transition: color .18s ease-out;
	}
	*[class^="@{nameBorderGradient}"] {
		-webkit-transition: border-color .18s ease-out;
		transition: border-color .18s ease-out;
	}
	.genGradient(@i: 1) when (@i =< @countClassGradient) {

		.@{nameBackgroundGradient}-@{i} {
			background: ~"@{gradientBackground-@{i}}";
		}
		.@{nameColorGradient}-@{i} {
			color: ~"@{gradientColor-@{i}}";
		}
		.@{nameBorderGradient}-@{i} {
			border-color: ~"@{gradientBackground-@{i}}";
		}
		.genGradient(@i + 1);
	}
	.genGradient();

}*/
@keyframes animated-appear-left {
  0% {
    opacity: 0;
    transform: translateX(36%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes animated-appear-left {
  0% {
    opacity: 0;
    transform: translateX(36%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 1318px 0;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 1318px 0;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 1318px 0;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 1318px 0;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 1318px 0;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 1318px 0;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 1318px 0;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 1318px 0;
  }
}
.lk-bottom-animated-welcome {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 278px;
  background: url('/resource/image/welcome.svg?2') repeat 0 0;
  background-size: 1318px 300px;
  -webkit-animation: bg-scrolling 80s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling 80s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling 80s infinite;
  /* Opera 12+ */
  animation: bg-scrolling 80s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.form-group {
  margin: 14px 0 0;
  padding: 18px 0 0;
  border-top: solid 1px #222b36;
}
.form-group .message-info-load {
  background: #101419;
  padding: 18px;
  margin: 0 0 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #a9b7c8;
  text-align: center;
}
.form-group .message-info-load span {
  display: block;
}
/* Стили для перетаскиваемого элемента */
.preview-item.dragging {
  opacity: 0.2;
  cursor: grabbing;
}
.image-upload-area {
  border: 3px dashed #222b36;
  padding: 36px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.18s ease;
  transition: border-color 0.18s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.image-upload-area p {
  color: #677f9d;
  padding: 0;
  margin: 0;
  -webkit-transition: color 0.18s ease;
  transition: color 0.18s ease;
}
.image-upload-area:hover {
  border-color: #7070ff;
}
.image-upload-area:hover p {
  color: #a9b7c8;
}
.image-upload-area.drag-over {
  border-color: #e270ff;
  background-color: #101419;
}
.preview-container {
  width: calc(100% + 12px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  align-content: flex-start;
  padding: 6px 0 0;
}
.preview-container .drag-indicator {
  position: relative;
  display: none;
  /* По умолчанию скрыт */
  background-color: #7070ff;
  width: 0;
  margin: 24px 0 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  flex-shrink: 0;
  /* Не сжимается при недостатке места */
}
.preview-container .drag-indicator::before {
  content: '';
  position: absolute;
  background: #7070ff;
  top: 0;
  right: -8px;
  bottom: 0;
  left: 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.preview-container .preview-item {
  width: calc(25% - 12px);
  background: #354252;
  position: relative;
  cursor: grab;
  margin: 12px 0 0 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.preview-container .preview-item:active {
  cursor: grabbing;
}
.preview-container .preview-item img {
  width: calc(100% - 4px);
  height: 100px;
  object-fit: cover;
  display: block;
  margin: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.preview-container .delete-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(16, 20, 25, 0.6);
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -18px 0 0 -18px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.18s ease;
  -webkit-transition: opacity 0.18s ease;
}
.preview-container .delete-btn svg path {
  stroke: #a9b7c8;
  transition: stroke 0.18s ease;
  -webkit-transition: stroke 0.18s ease;
}
.preview-container .delete-btn:hover svg path {
  stroke: #fff;
}
.preview-container .preview-item:hover .delete-btn {
  opacity: 1;
}
button[type="submit"] {
  display: block;
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
button[type="submit"]:hover {
  background-color: #0056b3;
}
.message {
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  display: none;
}
.message.success {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}
.message.error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
/* =============================================
	 Стили формы обращения в поддержку (lk-input версия)
	 ============================================= */
/* Контейнер формы (можно не трогать, если модалка уже стилизована) */
.support-form-container {
  font-family: inherit;
  /* шрифт наследуется от вашего сайта */
}
/* Тумблеры (радио-кнопки в виде сегментированного переключателя) */
.toggle-group {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
.toggle-option {
  flex: 1;
  min-width: 90px;
}
.toggle-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 18px 0;
  background: #101419;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 700;
  color: #677f9d;
  transition: all 0.2s;
}
.toggle-btn svg {
  min-width: 24px;
  min-height: 24px;
}
.toggle-option input[type="radio"]:checked + .toggle-btn {
  background: #7070ff;
  color: #fff;
  border-color: #7070ff;
}
.toggle-option input[type="radio"]:focus-visible + .toggle-btn {
  outline: 2px solid #818cf8;
  outline-offset: 2px;
}
/* Чекбокс «Срочно» (кастомный вид) */
.field-checkbox {
  margin: 1rem 0;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #334155;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox-custom {
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #94a3b8;
  border-radius: 0.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.2s;
}
.checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
  background: #6366f1;
  border-color: #6366f1;
}
.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.6rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}
/* Кнопка отправки */
.lk-btn-primary.submit-btn {
  width: 100%;
  margin: 24px 0 0;
  box-sizing: border-box;
}
.lk-btn-primary.submit-btn:active {
  transform: scale(0.98);
}
.lk-btn-primary.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.lk-modal .support-form-container .lk-form .lk-form-info {
  padding: 24px 24px 0;
}
/* Сообщения об ошибках валидации */
.error-message {
  display: block;
  min-height: 1.2em;
  font-size: 0.8rem;
  color: #ef4444;
  margin-top: 0.25rem;
}
/* Экран успешной отправки */
.success-message {
  text-align: center;
  padding: 2rem 1rem;
  animation: fadeIn 0.4s ease;
}
.success-icon {
  width: 80px;
  height: 80px;
  background: #5c5cff;
  background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.success-message h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 900;
}
.success-message p {
  margin: 0;
  color: #677f9d;
  line-height: 1.5;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1235px) {
  .lk-wrapper .lk-navigation {
    transition: all 0.48s ease;
    -webkit-transition: all 0.48s ease;
    -moz-transition: all 0.48s ease;
    transform: translateX(-223px);
    -webkit-transform: translateX(-223px);
    -moz-transform: translateX(-223px);
  }
  .lk-wrapper .lk-navigation.lk-unwrap {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    box-shadow: 0px 0px 36px 12px rgba(16, 20, 25, 0.6);
    -webkit-box-shadow: 0px 0px 36px 12px rgba(16, 20, 25, 0.6);
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-full {
    display: flex;
    z-index: 2;
    opacity: 0;
    transition: all 0.48s ease;
    -webkit-transition: all 0.48s ease;
    -moz-transition: all 0.48s ease;
    transform: translateX(-24%) scale(0.8);
    -webkit-transform: translateX(-24%) scale(0.8);
    -moz-transform: translateX(-24%) scale(0.8);
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse {
    display: block;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini {
    display: flex;
    z-index: 3;
    opacity: 1;
    transition: all 0.48s ease;
    -webkit-transition: all 0.48s ease;
    -moz-transition: all 0.48s ease;
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
  }
  .lk-wrapper .lk-navigation.lk-unwrap .lk-container .lk-sidebar-full {
    z-index: 3;
    opacity: 1;
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
  }
  .lk-wrapper .lk-navigation.lk-unwrap .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse .lk-close::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .lk-wrapper .lk-navigation.lk-unwrap .lk-container .lk-sidebar-full .lk-header .lk-menu-collapse .lk-close::after {
    transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
  }
  .lk-wrapper .lk-navigation.lk-unwrap .lk-container .lk-sidebar-mini {
    display: flex;
    z-index: 2;
    opacity: 0;
    transform: translateX(-299px) scale(0.8);
    -webkit-transform: translateX(-299px) scale(0.8);
    -moz-transform: translateX(-299px) scale(0.8);
  }
  .lk-wrapper .lk-navigation.lk-unwrap .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .lk-wrapper .lk-navigation.lk-unwrap .lk-container .lk-sidebar-mini .lk-header .lk-menu-collapse .lk-open::after {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .lk-wrapper .lk-content {
    padding: 0 0 0 77px;
  }
  .lk-modal,
  .lk-notice {
    left: 77px;
  }
}
@media screen and (max-width: 1012px) {
  .lk-wrapper .lk-content .lk-container {
    width: 612px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result {
    flex-direction: column-reverse;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data {
    width: 100%;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list {
    padding: 0;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type {
    display: none;
    position: absolute;
    background: #101419;
    top: 48px;
    right: 0;
    width: 248px;
    padding: 11px;
    border: solid 1px #222b36;
    z-index: 100;
    animation-name: animated-appear-up;
    -webkit-animation-name: animated-appear-up;
    animation-duration: 0.36s;
    -webkit-animation-duration: 0.36s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: animated-appear-left;
    -webkit-animation-name: animated-appear-left;
    box-shadow: 0px 0px 36px 12px rgba(16, 20, 25, 0.6);
    -webkit-box-shadow: 0px 0px 36px 12px rgba(16, 20, 25, 0.6);
    border-radius: 12px;
    -webkit-border-radius: 12px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type.lk-current {
    display: block;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-drop-down-arrow {
    display: block;
    position: absolute;
    background: #5c5cff;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    z-index: 10;
    transition: background 0.18s ease;
    -webkit-transition: background 0.18s ease;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-drop-down-arrow svg {
    stroke: #fff;
    transition: all 0.18s ease;
    -webkit-transition: all 0.18s ease;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-drop-down-arrow.lk-current svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .lk-notice .lk-content .lk-container {
    width: 612px;
  }
  .lk-flex-item-12 .lk-tabs-articles.lk-chatlist .lk-articles-list-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 760px) {
  .lk-wrapper .lk-navigation,
  .lk-wrapper .lk-navigation .lk-container {
    position: relative;
    width: 100%;
    border: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    z-index: 50;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-full,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-mini {
    display: none;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper {
    display: block;
    width: 100%;
    height: 85px;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    bottom: auto;
    box-shadow: 0px 0px 36px 12px rgba(16, 20, 25, 0.6);
    -webkit-box-shadow: 0px 0px 36px 12px rgba(16, 20, 25, 0.6);
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-sidebar-fill {
    display: none;
    background: rgba(16, 20, 25, 0.96);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation-duration: 0.36s;
    -webkit-animation-duration: 0.36s;
    animation-timing-function: ease, step-start, cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation-timing-function: ease, step-start, cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 1;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-sidebar-fill.lk-forward {
    animation-name: animated-sidebar-fill-forward;
    -webkit-animation-name: animated-sidebar-fill-forward;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-sidebar-fill.lk-backward {
    animation-name: animated-sidebar-fill-backward;
    -webkit-animation-name: animated-sidebar-fill-backward;
  }
  @keyframes animated-sidebar-fill-forward {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes animated-sidebar-fill-forward {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes animated-sidebar-fill-backward {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes animated-sidebar-fill-backward {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle {
    position: relative;
    width: 52px;
    height: 52px;
    padding: 16px 12px;
    cursor: pointer;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle::before,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle::after {
    content: '';
    position: absolute;
    background: #354252;
    top: 50%;
    left: 29px;
    width: 18px;
    height: 3px;
    margin: -1.5px 0 0;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease, step-start, cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation-timing-function: ease, step-start, cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle::after {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle.lk-forward::before {
    animation-name: animated-before-sidebar-forward;
    -webkit-animation-name: animated-before-sidebar-forward;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle.lk-forward::after {
    animation-name: animated-after-sidebar-forward;
    -webkit-animation-name: animated-after-sidebar-forward;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle.lk-backward::before {
    animation-name: animated-before-sidebar-backward;
    -webkit-animation-name: animated-before-sidebar-backward;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu-collapse .lk-toggle.lk-backward::after {
    animation-name: animated-after-sidebar-backward;
    -webkit-animation-name: animated-after-sidebar-backward;
  }
  @keyframes animated-before-sidebar-forward {
    0% {
      transform: translateY(-4px);
      background: #354252;
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: rotate(-45deg);
      background: #a9b7c8;
    }
  }
  @-webkit-keyframes animated-before-sidebar-forward {
    0% {
      transform: translateY(-4px);
      background: #354252;
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: rotate(-45deg);
      background: #a9b7c8;
    }
  }
  @keyframes animated-after-sidebar-forward {
    0% {
      transform: translateY(4px);
      background: #354252;
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: rotate(45deg);
      background: #a9b7c8;
    }
  }
  @-webkit-keyframes animated-after-sidebar-forward {
    0% {
      transform: translateY(4px);
      background: #354252;
    }
    50% {
      transform: translateY(0);
    }
    100% {
      transform: rotate(45deg);
      background: #a9b7c8;
    }
  }
  @keyframes animated-before-sidebar-backward {
    0% {
      transform: rotate(-45deg);
      background: #a9b7c8;
    }
    50% {
      transform: rotate(0);
    }
    100% {
      transform: translateY(-4px);
      background: #354252;
    }
  }
  @-webkit-keyframes animated-before-sidebar-backward {
    0% {
      transform: rotate(-45deg);
      background: #a9b7c8;
    }
    50% {
      transform: rotate(0);
    }
    100% {
      transform: translateY(-4px);
      background: #354252;
    }
  }
  @keyframes animated-after-sidebar-backward {
    0% {
      transform: rotate(45deg);
      background: #a9b7c8;
    }
    50% {
      transform: rotate(0);
    }
    100% {
      transform: translateY(4px);
      background: #354252;
    }
  }
  @-webkit-keyframes animated-after-sidebar-backward {
    0% {
      transform: rotate(45deg);
      background: #a9b7c8;
    }
    50% {
      transform: rotate(0);
    }
    100% {
      transform: translateY(4px);
      background: #354252;
    }
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-heading {
    position: relative;
    background: #101419;
    padding: 30px 0 31px;
    z-index: 10;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-heading .lk-name-site {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-heading .lk-name-site a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    color: #fff;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-heading .lk-name-site a .lk-home {
    position: relative;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-heading .lk-name-site a .lk-home span {
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    font-size: 10px;
    line-height: 1em;
    text-transform: lowercase;
    color: #a9b7c8;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-heading::before {
    content: '';
    position: absolute;
    background: #1c232c;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user {
    position: absolute;
    top: 18px;
    right: 36px;
    z-index: 15;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration {
    position: relative;
    width: 48px;
    margin: 0 auto;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration::before,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration::after {
    content: '';
    position: absolute;
    background: #28333f;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration::after {
    background: #101419;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration .lk-photo,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration .lk-photo img {
    position: relative;
    width: 36px;
    height: 36px;
    padding: 6px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration .lk-photo img {
    padding: 0;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user .lk-illustration .lk-photo .lk-initials {
    width: 36px;
    height: 36px;
    font-weight: 900;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    color: #677f9d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user.lk-pro .lk-illustration::before {
    background: #5c5cff;
    background: -moz-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
    background: -webkit-linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
    background: linear-gradient(135deg, #5c5cff 0%, #de5cff 100%);
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: 85px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 10;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    overflow-y: auto;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items {
    position: relative;
    padding: 36px 24px;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-separator {
    width: 100%;
    height: 24px;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-current {
    background: #161c23;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item .lk-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item .lk-icon svg {
    fill: none;
    stroke: #677f9d;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item:hover .lk-icon svg {
    stroke: #a9b7c8;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-current .lk-icon svg {
    stroke: #e3e7ed;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item .lk-icon svg path {
    transition: stroke 0.18s ease;
    -webkit-transition: stroke 0.18s ease;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item:hover .lk-icon svg path.lk-glow,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow {
    stroke: #e270ff;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item:hover .lk-icon svg path.lk-glow-reverse,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-current .lk-icon svg path.lk-glow-reverse {
    stroke: #7070ff;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-disabled .lk-icon svg,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-disabled .lk-icon svg path.lk-glow {
    stroke: #354252;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item a,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item .lk-link {
    position: relative;
    display: block;
    font-weight: 900;
    color: #677f9d;
    padding: 12px 0 12px 48px;
    transition: all 0.18s ease;
    -webkit-transition: all 0.18s ease;
    cursor: pointer;
    z-index: 2;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item a:hover,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item .lk-link:hover {
    color: #a9b7c8;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-current a,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-current .lk-link {
    color: #e3e7ed;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-disabled a,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-menu .lk-scroll-items .lk-items .lk-item.lk-disabled .lk-link {
    color: #354252;
  }
  .lk-wrapper .lk-content {
    padding: 0;
  }
  .lk-modal,
  .lk-notice {
    left: 0;
  }
}
@media screen and (max-width: 683px) {
  .lk-wrapper .lk-content .lk-container {
    width: auto;
    margin: 0 36px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style {
    padding-left: 24px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom {
    width: 190px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-initial,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-initial,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-initial,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-initial,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-photo,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-photo {
    display: none;
  }
  .lk-notice .lk-content .lk-container {
    width: calc(100% - 48px);
  }
  .lk-notice .lk-content .lk-container .lk-message {
    width: calc(100% + 24px);
    margin: 0 0 0 -12px;
  }
}
@media screen and (max-width: 651px) {
  /* для modal */
  .lk-modal .lk-modal-container .lk-modal-table {
    width: calc(100% - 72px);
  }
  .lk-modal .lk-form .lk-reduction-profile .lk-illustration {
    display: none;
  }
  .lk-modal .lk-form .lk-reduction-profile .lk-label,
  .lk-modal .lk-form .lk-reduction-profile .lk-username {
    max-width: 172px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media screen and (max-width: 539px) {
  #jlk-tabs .lk-tabs.lk-space-between .lk-tabs-row.lk-adding {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    padding: 0 0 24px;
    z-index: 50;
  }
  #jlk-tabs .lk-tabs.lk-space-between .lk-tabs-row.lk-selector {
    width: 100%;
    justify-content: space-around;
  }
  #jlk-tabs .lk-tabs.lk-space-between .lk-tabs-row.lk-selector.lk-span-2 .lk-tab {
    width: 50%;
    text-align: center;
  }
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header .lk-user {
    position: absolute;
    right: 24px;
  }
  .lk-wrapper .lk-content .lk-container {
    margin: 0;
  }
  .lk-wrapper .lk-content .lk-container .lk-header {
    padding: 0 36px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-drop-down-arrow {
    right: 36px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type {
    right: 36px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-top {
    padding: 0 36px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles {
    padding: 0 12px 60px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source {
    width: 100%;
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: solid 1px #1f2731;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-source .lk-left-bottom {
    width: 100%;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end {
    width: 100%;
    padding: 0;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result {
    text-align: left;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top {
    justify-content: flex-start;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-copy-content,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-copy-content,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-copy-content,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-copy-content {
    padding: 0 42px 0 0;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-icon-copy-text,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-find-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-icon-copy-text,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-icon-copy-text,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-articles .lk-search-list .lk-find-post .lk-post-style .lk-result-header .lk-end .lk-result .lk-right-top .lk-icon-copy-text {
    left: auto;
    right: 0;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new {
    position: relative;
    background: #5c5cff;
    padding: 18px 24px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index: 10;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new .lk-icon {
    top: 18px;
    left: 24px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new .lk-icon svg,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new:hover .lk-icon svg {
    stroke: #fff;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new .lk-btn,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new:hover .lk-btn {
    color: #fff;
    padding: 0 0 0 36px;
  }
  .lk-notice {
    top: 0;
    bottom: auto;
  }
  .lk-notice .lk-content .lk-container {
    width: 100%;
  }
  .lk-notice .lk-content .lk-container .lk-message {
    width: 100%;
    margin: 0;
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
  }
  .lk-modal .lk-modal-container {
    padding: 48px 0;
  }
  .lk-modal .lk-modal-container .lk-modal-table {
    width: calc(100% - 24px);
  }
  .lk-modal .lk-modal-container .lk-modal-table .lk-modal-cell .lk-modal-content .lk-modal-default-box {
    padding: 24px;
  }
  .lk-modal .lk-modal-container .lk-modal-table .lk-form-input .lk-flex-column {
    flex-direction: column;
  }
  .lk-modal .lk-modal-container .lk-modal-table .lk-flex-column [class^="lk-flex-item"] {
    width: calc(100% - 6px);
  }
  .lk-modal .lk-modal-container.lk-appear-up {
    animation-name: animated-appear-left;
    -webkit-animation-name: animated-appear-left;
  }
  .lk-modal .lk-wallet-create-success .lk-generated-qr-code .lk-qr-image,
  .lk-modal .lk-transaction-detail .lk-generated-qr-code .lk-qr-image {
    background-size: 72%;
  }
  .lk-modal .lk-form .lk-input-user .lk-user-profile {
    flex-direction: column;
  }
  .lk-modal .lk-form .lk-input-user .lk-user-profile .lk-reduction-profile {
    margin: 0 0 12px;
    text-align: center;
  }
  .lk-modal .lk-form .lk-reduction-profile .lk-label,
  .lk-modal .lk-form .lk-reduction-profile .lk-username {
    max-width: 240px;
    padding: 0;
  }
}
@media screen and (max-width: 429px) {
  body,
  .lk-wrapper .lk-navigation .lk-container .lk-sidebar-upper .lk-header {
    min-width: 375px;
  }
  .lk-wrapper .lk-content .lk-container .lk-header {
    padding: 0 24px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-drop-down-arrow {
    right: 24px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-type {
    right: 24px;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-top {
    padding: 0 24px;
  }
  .lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item,
  .lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item {
    flex-direction: column;
  }
  .lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-column,
  .lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-column {
    width: 100%;
  }
  .lk-modal .lk-wallet-create-success .lk-coin-items .lk-coin-item .lk-column + .lk-column,
  .lk-modal .lk-transaction-detail .lk-coin-items .lk-coin-item .lk-column + .lk-column {
    margin: 12px 0 0;
  }
  .lk-notice .lk-content .lk-container .lk-message .lk-column-text .lk-text-list {
    padding: 0 18px 0 0;
  }
  .lk-modal .lk-modal-container .lk-modal-table {
    min-width: 351px;
  }
  .lk-modal .lk-form .lk-form-submit {
    flex-direction: column;
    padding: 18px 0 0;
  }
  .lk-modal .lk-form .lk-form-submit .lk-lookup-price {
    text-align: center;
    margin: 0 0 24px;
  }
  .lk-modal .lk-form .lk-form-submit .lk-submit .lk-waiting {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -30px;
  }
  .lk-modal .lk-form .lk-form-submit .lk-submit .lk-btn-primary.lk-disabled {
    opacity: 0;
  }
  .lk-modal .lk-form .lk-form-submit .lk-log-in-preview,
  .lk-modal .lk-form .lk-form-submit .lk-back {
    margin: 0 0 24px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post .lk-post-style .lk-icon-copy-text,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post .lk-post-style .lk-icon-copy-text {
    opacity: 1;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-find-list .lk-find-post:not(.lk-pending, .lk-waiting) .lk-post-style:hover,
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-tabs-find .lk-search-list .lk-find-post:not(.lk-pending, .lk-waiting) .lk-post-style:hover {
    background: #161c23;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new {
    transition: transform 0.06s ease;
    -webkit-transition: transform 0.06s ease;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new:active {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new:hover .lk-icon svg {
    stroke: #fff;
  }
  .lk-wrapper .lk-content .lk-container .lk-roster .lk-result .lk-column-data .lk-data-list .lk-form-post .lk-find-filter .lk-create-new:hover .lk-btn {
    color: #fff;
  }
  .lk-icon-copy-text::before,
  .lk-icon-copy-text::after {
    transition: all 0.18s ease;
    -webkit-transition: all 0.18s ease;
  }
  .lk-icon-copy-text:hover:before {
    border-color: #354252;
    transform: translate(-2px, 2px);
    -webkit-transform: translate(-2px, 2px);
  }
  .lk-icon-copy-text:hover:after {
    background: #354252;
    transform: translate(2px, -2px);
    -webkit-transform: translate(2px, -2px);
  }
  .lk-progress span {
    animation-timing-function: ease, step-start, cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-animation-timing-function: ease, step-start, cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
