/*
* 
* ==========================================================
* ADMIN.SCSS
* ==========================================================
*
* Main style file of the administration area. Written in SCSS. 
*
*/
/*
* 
* ==========================================================
* SHARED.SCSS
* ==========================================================
*
* File shared by both admin and client
*
*/
/*
* 
* ==========================================================
* ICONS.SCSS
* ==========================================================
*
* Icons file shared by admin and client
*
*/
@font-face {
  font-family: 'LiftTokens Icons';
  src: url("../media/fonts/icons6654.ttf?v1") format("truetype"), url("../media/fonts/icons6654.woff?v1") format("woff"), url("../media/fonts/icons6654.svg?v1#LiftTokens-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="lft-icon-"]:before,
[class*=" lft-icon-"]:before {
  font-family: "LiftTokens Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lft-icon-copy:before {
  content: "\e90d"; }

.lft-icon-back:before {
  content: "\e90c"; }

.lft-icon-search:before {
  content: "\e90b"; }

.lft-icon-shuffle:before {
  content: "\e904"; }

.lft-icon-automation:before {
  content: "\e905"; }

.lft-icon-bar-chart:before {
  content: "\e906"; }

.lft-icon-delete:before {
  content: "\e907"; }

.lft-icon-menu:before {
  content: "\e908"; }

.lft-icon-plus-2:before {
  content: "\e909"; }

.lft-icon-settings:before {
  content: "\e90a"; }

.lft-icon-close:before {
  content: "\e903"; }

.lft-icon-help:before {
  content: "\e902"; }

.lft-icon-check:before {
  content: "\e901"; }

.lft-icon-loader:before {
  content: "\e900"; }

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

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

.lft-icon-filters:before {
  content: "\e90e"; }

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

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

.lft-icon-arrow-right:before {
  content: "\ea3c"; }

.lft-icon-arrow-left:before {
  content: "\ea40"; }

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

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

.lft-icon-image:before {
  content: "\e90f"; }

@font-face {
  font-family: "LiftTokens";
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "LiftTokens";
  src: url("../media/fonts/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "LiftTokens";
  src: url("../media/fonts/bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@keyframes lft-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes lft-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes lft-fade-out {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes lft-fade-bottom {
  0% {
    transform: translateY(15px);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes lft-fade-bottom-center {
  0% {
    transform: translateY(15px) translateX(-50%);
    opacity: 0; }
  100% {
    transform: translateX(-50%);
    opacity: 1; } }
@keyframes lft-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes lft-ping {
  0% {
    transform: scale(0.2);
    opacity: 0.8; }
  80% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(2.2);
    opacity: 0; } }
/* 

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

*/
.lft-main, .lft-main input, .lft-main select, .lft-main textarea, .lft-btn, button, .lft-box, #lft-lightbox {
  font-family: "LiftTokens", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  box-sizing: border-box; }

.lft-main * {
  box-sizing: content-box;
  outline: none; }
.lft-main input, .lft-main input[text], .lft-main textarea, .lft-main input[email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.lft-main input:-webkit-autofill, .lft-main select:-webkit-autofill {
  box-shadow: 0 0 0 30px #f5fafa inset !important; }
.lft-main input:-webkit-autofill:focus, .lft-main select:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px #fff inset !important; }
.lft-main input:-autofill, .lft-main select:-autofill {
  box-shadow: 0 0 0 30px #f5fafa inset !important; }
.lft-main input:autofill:focus, .lft-main select:autofill:focus {
  box-shadow: 0 0 0 30px #fff inset !important; }

.lft-loading:before, [data-lft]:empty:before, .lft-select p:before, .lft-btn-main:before {
  font-family: "LiftTokens Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-indent: 0;
  position: absolute;
  z-index: 1; }

.lft-loader:before {
  content: "\e900"; }

.lft-loading, [data-lft]:empty {
  position: relative;
  text-indent: -999995px;
  overflow: hidden; }
  .lft-loading i, [data-lft]:empty i {
    display: none; }
  .lft-loading:before, [data-lft]:empty:before {
    content: "\e900";
    animation: lft-loading 0.6s linear infinite;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 21px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #2bb0ba; }
  .lft-loading div, .lft-loading ul, .lft-loading h1, .lft-loading h2, .lft-loading h3, .lft-loading h4, .lft-loading p, .lft-loading span, .lft-loading table, .lft-loading a, [data-lft]:empty div, [data-lft]:empty ul, [data-lft]:empty h1, [data-lft]:empty h2, [data-lft]:empty h3, [data-lft]:empty h4, [data-lft]:empty p, [data-lft]:empty span, [data-lft]:empty table, [data-lft]:empty a {
    opacity: 0; }

.lft-btn.lft-loading img {
  display: none !important; }
.lft-btn.lft-loading:before {
  color: #fff; }

.lft-hidden {
  position: absolute !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important; }

.lft-scrollbar {
  overflow-y: scroll !important;
  scrollbar-color: #ced6db #ced6db;
  scrollbar-width: thin; }
  .lft-scrollbar::-webkit-scrollbar {
    width: 5px; }
  .lft-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .lft-scrollbar::-webkit-scrollbar-thumb {
    background: #ced6db;
    border-radius: 6px;
    transition: all 0.4s; }
  .lft-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #A0A0A0; }

/* 

# TYPOGRAPHY
==========================================================

*/
.lft-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin: 0; }
  .lft-title + .lft-text:not(:empty) {
    margin-top: 15px; }

.lft-text {
  font-size: 15px;
  line-height: 25px;
  color: #5c7171;
  letter-spacing: .2px; }

/* 

# ELEMENTS
==========================================================

*/
.lft-select ul, .lft-ul {
  padding: 10px 0 !important;
  display: none;
  overflow: hidden;
  position: absolute;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  padding: 10px 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  list-style: none;
  z-index: 9999995; }
  .lft-select ul.lft-active, .lft-ul.lft-active {
    display: block;
    margin-bottom: 15px; }
  .lft-select ul li, .lft-ul li {
    cursor: pointer;
    padding: 6px 25px 6px 12px;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 20px;
    white-space: nowrap;
    list-style: none;
    transition: all 0.1s; }
    .lft-select ul li.lft-active, .lft-select ul li .lft-label div, .lft-ul li.lft-active, .lft-ul li .lft-label div {
      display: none; }
    .lft-select ul li .lft-label, .lft-ul li .lft-label {
      transition: none; }
    .lft-select ul li:hover, .lft-select ul li:hover .lft-label, .lft-ul li:hover, .lft-ul li:hover .lft-label {
      background-color: #2bb0ba;
      color: #fff;
      border-color: #fff; }

.lft-select {
  position: relative;
  color: #464646;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  display: inline-block; }
  .lft-select p {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 13px !important;
    line-height: 35px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s; }
    .lft-select p span {
      font-weight: 400;
      opacity: 0.7; }
    .lft-select p .lft-label {
      border: none;
      margin: 0;
      font-size: 13px;
      line-height: 35px;
      padding: 0;
      opacity: 1;
      font-weight: 500; }
      .lft-select p .lft-label div {
        display: none; }
    .lft-select p:before {
      content: "\61";
      top: 0;
      right: 1px;
      font-size: 9px;
      line-height: 35px; }
    .lft-select p:hover, .lft-select p:hover span {
      color: #2bb0ba; }
  .lft-select.lft-loading {
    overflow: visible; }
  .lft-select.lft-right ul {
    right: 0; }
  .lft-select + .lft-select {
    margin-left: 20px; }

.lft-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .lft-input span {
    display: block;
    width: 150px;
    min-width: 150px;
    flex-grow: 1;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #464646; }
  .lft-input input,
  .lft-input select,
  .lft-input textarea {
    position: static;
    border-radius: 4px !important;
    color: #464646;
    font-size: 13px;
    line-height: 35px;
    font-weight: 400;
    border: 1px solid #d4d4d4;
    background-color: #f5fafa;
    outline: none;
    height: 42px;
    min-height: 42px;
    min-width: 200px;
    max-width: none;
    padding: 0 10px;
    transition: all 0.4s;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    box-shadow: none; }
    .lft-input input:focus, .lft-input input.lft-focus,
    .lft-input select:focus,
    .lft-input select.lft-focus,
    .lft-input textarea:focus,
    .lft-input textarea.lft-focus {
      border: 1px solid #2bb0ba;
      box-shadow: 0 0 5px rgba(39, 255, 222, 0.2);
      background: #fff;
      color: #464646;
      outline: none !important; }
  .lft-input select {
    min-height: 37px; }
  .lft-input textarea {
    line-height: 20px;
    min-height: 75px;
    padding: 8px 10px; }
  .lft-input > div {
    padding-right: 30px;
    max-width: 800px; }
    .lft-input > div p, .lft-input > div p a {
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0.3px;
      margin: 5px 0 0 0;
      color: #5c7171;
      font-weight: 400; }
      .lft-input > div p a, .lft-input > div p a a {
        margin: 0 0 0 5px;
        text-decoration: none; }
        .lft-input > div p a:hover, .lft-input > div p a a:hover {
          text-decoration: underline; }
  .lft-input input[type="checkbox"] {
    background: #fff;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 42px;
    min-height: 42px;
    width: 42px;
    min-width: 42px;
    outline: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
    background-color: #f5fafa;
    -webkit-appearance: none; }
  .lft-input input[type="checkbox"]:checked:before {
    content: "\e901" !important;
    font-family: "LiftTokens Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 42px;
    font-size: 15px;
    color: #2bb0ba;
    margin: 0;
    width: 100%;
    height: 100%; }
  .lft-input + .lft-input {
    margin-top: 10px; }
  .lft-input.lft-error input, .lft-input.lft-error select, .lft-input.lft-error textarea {
    border: 1px solid #ca3434;
    box-shadow: 0 0 5px rgba(202, 52, 52, 0.25); }

.lft-input-btn .lft-btn {
  margin-left: 15px;
  border-radius: 4px;
  height: 39px !important;
  line-height: 39px !important;
  flex: 0 0 auto; }
  .lft-input-btn .lft-btn:not(:hover) {
    border-color: #d4d4d4; }
  .lft-input-btn .lft-btn.lft-loading:before {
    color: #2bb0ba; }

.lft-label, .lft-admin .lft-input span.lft-label {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0 15px;
  border: 1px solid #5c7171;
  color: #5c7171;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 7px;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: .2px;
  white-space: nowrap;
  transition: color .4s, border-color .4s, background-color .4s; }

.lft-clipboard {
  cursor: pointer;
  z-index: 2;
  transition: all 0.4s; }
  .lft-clipboard:hover {
    color: #2bcbd7; }

.lft-toolip-cnt {
  position: relative;
  overflow: visible !important; }
  .lft-toolip-cnt:hover .lft-toolip, .lft-toolip-cnt.lft-active .lft-toolip {
    display: block !important;
    animation: lft-fade-bottom-center 1s; }

.lft-toolip {
  position: absolute;
  display: none !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: .2px;
  font-size: 13px !important;
  line-height: 20px;
  z-index: 995;
  background: #464646;
  border-radius: 30px;
  padding: 3px 12px;
  color: #fff !important;
  margin-top: -40px;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  text-align: center; }
  .lft-toolip:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 8px);
    content: " ";
    border-width: 6px;
    border-style: solid;
    border-color: #464646 transparent transparent; }

.lft-info {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: #ca3434;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 0 40px 0;
  padding: 15px 20px;
  border-radius: 4px;
  display: none; }
  .lft-info:not(:empty) {
    display: block;
    animation: lft-fade-animation 0.4s; }

.lft-btn {
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-radius: 30px;
  min-width: 0;
  background-color: #2bb0ba;
  text-decoration: none;
  color: #fff;
  height: 38px;
  padding: 0 25px;
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  transition: color .4s, background-color .4s, border-color .4s, opacity .4s; }
  .lft-btn i {
    margin-right: 15px;
    font-size: 17px;
    transform: translateY(1px);
    display: inline-block;
    font-weight: 400;
    line-height: 0;
    transform: translateY(3px);
    margin: 0 7px 0 -5px; }
  .lft-btn.lft-btn-border {
    background: none !important;
    border: 1px solid #5c7171;
    color: #5c7171;
    height: 36px;
    line-height: 37px; }
    .lft-btn.lft-btn-border:hover, .lft-btn.lft-btn-border:active {
      color: #2bb0ba;
      border-color: #2bb0ba; }
  .lft-btn.lft-btn-img {
    padding-left: 43px;
    padding-right: 15px; }
    .lft-btn.lft-btn-img img {
      position: absolute;
      height: 18px;
      left: 16px;
      top: 7px; }
  .lft-btn:hover, .lft-btn:active {
    background-color: #2bcbd7;
    color: #fff; }
  .lft-btn + .lft-btn {
    margin-left: 15px; }
  .lft-btn.lft-disabled {
    background-color: #e3ebeb !important;
    color: #aeb7b7 !important;
    cursor: not-allowed !important; }

.lft-btn-icon {
  position: relative;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 0.8;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none !important;
  overflow: hidden;
  color: #464646; }
  .lft-btn-icon i {
    line-height: 33px;
    font-size: 18px;
    width: 33px; }
    .lft-btn-icon i:before {
      font-size: 18px;
      line-height: 35px; }
  .lft-btn-icon:before {
    font-size: 23px;
    line-height: 35px; }
  .lft-btn-icon.lft-loading:before {
    line-height: 30px; }
  .lft-btn-icon:hover {
    opacity: 1;
    border-color: #2bb0ba;
    color: #2bb0ba;
    background-color: rgba(39, 255, 222, 0.08); }

.lft-btn-text {
  cursor: pointer;
  transition: all 0.4s; }
  .lft-btn-text i {
    margin-right: 15px;
    display: inline-block; }
  .lft-btn-text:hover {
    color: #2bb0ba; }

.lft-btn-red:hover {
  border-color: #ca3434 !important;
  color: #ca3434 !important;
  background-color: rgba(202, 52, 52, 0.1) !important; }
  .lft-btn-red:hover i {
    color: #ca3434 !important; }
.lft-btn-red.lft-loading:before {
  color: #ca3434; }
.lft-btn-red.lft-link:hover:after {
  background-color: #ca3434 !important; }
.lft-btn-red.lft-link:hover {
  background-color: transparent !important; }

.lft-link, .lft-underline {
  cursor: pointer;
  letter-spacing: .5px;
  transition: all 0.4s; }
  .lft-link:hover, .lft-link:active, .lft-underline:hover, .lft-underline:active {
    color: #2bb0ba; }

.lft-underline {
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .lft-underline:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    transition: all 0.4s;
    background-color: #d4d4d4; }
  .lft-underline:hover:after {
    background-color: #2bb0ba; }

.lft-box {
  max-width: 600px;
  margin: 30px auto;
  padding: 45px;
  border-radius: 6px;
  border: 1px solid #d4d4d4;
  background: #fff;
  position: relative; }
  .lft-box + .lft-box {
    margin-top: 15px; }

.lft-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  .lft-flex .lft-input + .lft-input {
    margin: 0 0 0 15px !important;
    padding-top: 0 !important;
    border: none !important; }

hr {
  border: none;
  background: none;
  display: block;
  clear: both;
  height: 30px; }

@keyframes lft-lightbox-animation {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/* 

GLOBAL
==========================================================

*/
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%; }

.lft-loading-global {
  position: absolute;
  z-index: 99995;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px; }

/* 

ELEMENTS
==========================================================

*/
.lft-nav-wide {
  display: flex;
  align-items: center; }

.lft-color-cnt {
  position: relative; }
  .lft-color-cnt i {
    position: absolute;
    right: 12px;
    top: 25px;
    font-size: 10px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s; }
    .lft-color-cnt i:hover {
      color: #ca3434; }

[data-type="multi-input"] {
  margin-bottom: -15px; }
  [data-type="multi-input"] input, [data-type="multi-input"] select, [data-type="multi-input"] textarea {
    margin: 10px 0 17px 0 !important; }
  [data-type="multi-input"] [data-type="checkbox"], [data-type="multi-input"] [data-type="button"] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    [data-type="multi-input"] [data-type="checkbox"] span, [data-type="multi-input"] [data-type="button"] span {
      max-width: 350px !important;
      width: auto !important;
      padding-top: 7px; }
    [data-type="multi-input"] [data-type="checkbox"] input, [data-type="multi-input"] [data-type="button"] input {
      margin-top: 0 !important; }
  [data-type="multi-input"] .lft-btn {
    background: #ffffff;
    color: #1f3f3b;
    border: 1px solid #d4d4d4;
    margin-bottom: 15px; }
    [data-type="multi-input"] .lft-btn:hover {
      border-color: #2bb0ba;
      color: #2bb0ba;
      background: none; }
    [data-type="multi-input"] .lft-btn.lft-loading:before {
      color: #2bb0ba; }

[data-type="upload-file"] .lft-btn-icon {
  min-width: 40px;
  height: 40px;
  border: 1px solid #d4d4d4;
  margin-left: 5px;
  background-color: #f5fafa;
  opacity: 1; }
  [data-type="upload-file"] .lft-btn-icon i {
    line-height: 46px;
    color: #5c7171;
    transition: all 0.4s; }
  [data-type="upload-file"] .lft-btn-icon:hover {
    border-color: #2bb0ba; }
    [data-type="upload-file"] .lft-btn-icon:hover i {
      color: #2bb0ba; }

.lft-flex .lft-input {
  min-width: 0; }
  .lft-flex .lft-input input, .lft-flex .lft-input select {
    min-width: 0; }

.lft-table {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .lft-table th {
    white-space: nowrap;
    padding: 9px 15px;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #464646;
    letter-spacing: .3px; }
  .lft-table td {
    white-space: nowrap;
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    color: #464646;
    font-size: 15px;
    height: 30px;
    letter-spacing: .3px;
    transition: all 0.4s; }
  .lft-table .lft-title {
    font-weight: 500; }
    .lft-table .lft-title + .lft-text {
      line-height: 15px;
      margin-top: 5px; }
  .lft-table .lft-title, .lft-table .lft-text, .lft-table .lft-link {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .lft-table tr:hover td {
    cursor: pointer;
    background-color: #f5fafa; }
  .lft-table img {
    max-height: 35px;
    margin-right: 15px; }
  .lft-table .lft-flex {
    justify-content: flex-start; }
  .lft-table .lft-text:empty {
    display: none; }

.lft-search {
  position: relative; }
  .lft-search input {
    padding-right: 60px; }
    .lft-search input:focus + input + i {
      color: #2bb0ba; }
  .lft-search i {
    position: absolute;
    right: 15px;
    font-size: 18px;
    line-height: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: #5c7171;
    transition: all 0.4s; }
    .lft-search i.sb-loading {
      margin-top: 0; }

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

.lft-repater-line, .lft-upload-image {
  position: relative; }
  .lft-repater-line > i, .lft-upload-image > i {
    position: absolute;
    right: 0;
    top: 38px;
    font-size: 10px;
    color: #5c7171;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    cursor: pointer;
    transition: all 0.4s; }
    .lft-repater-line > i:hover, .lft-upload-image > i:hover {
      color: #ca3434; }

.lft-repater-line hr {
  height: 1px;
  margin: 15px 0 30px 0;
  background: #d4d4d4; }

.lft-upload-image .lft-btn-icon {
  margin: 0;
  width: 100%;
  height: 150px;
  line-height: 160px;
  background-size: cover;
  background-position: center center; }
  .lft-upload-image .lft-btn-icon i {
    color: #7f9494; }
    .lft-upload-image .lft-btn-icon i:before {
      font-size: 18px;
      line-height: 160px; }
  .lft-upload-image .lft-btn-icon[style] i {
    display: none; }
  .lft-upload-image .lft-btn-icon[style] + i {
    display: block; }
.lft-upload-image input {
  display: none !important; }
.lft-upload-image > i {
  top: calc(50% - 12.5px);
  right: -20px;
  display: none; }

/* 

ADMIN AREA
==========================================================

*/
.lft-nav-filters {
  padding: 0 10px;
  display: none;
  align-items: center; }
  .lft-nav-filters .lft-input {
    margin-right: 25px; }
  .lft-nav-filters.lft-active {
    display: flex;
    animation: lft-fade-in .5s; }

input.lft-filter-date, input.lft-filter-date-2 {
  min-width: 0;
  width: 100px;
  text-align: center; }

input.lft-filter-date-2 {
  margin-left: 10px !important; }

.lft-filter-checkout > p {
  max-width: 100px; }

.lft-admin {
  max-width: 1200px;
  color: #000; }
  .lft-admin main {
    padding: 0;
    position: relative; }
    .lft-admin main > div {
      min-height: 50px; }
      .lft-admin main > div.lft-active {
        animation: lft-fade-in .5s; }
      .lft-admin main > div:not(.lft-active) {
        display: none; }
      .lft-admin main > div.lft-loading:before {
        top: 15px;
        left: 20px; }
  .lft-admin .lft-input span {
    max-width: 420px;
    width: 420px;
    flex-shrink: 0; }
  .lft-admin .lft-input .lft-setting-input {
    width: 100%;
    padding-right: 0; }
  .lft-admin .lft-input .lft-setting-content {
    max-width: 420px; }
  .lft-admin .lft-input .lft-icon-help {
    transform: translateY(1px);
    margin: 0 0 0 5px;
    font-size: 12px;
    color: #b1c2d1;
    text-decoration: none;
    display: inline-block; }
    .lft-admin .lft-input .lft-icon-help:hover {
      color: #2bb0ba; }
  .lft-admin.lft-agent #lft-create-checkout, .lft-admin.lft-agent #lft-save-checkout, .lft-admin.lft-agent #lft-delete-checkout {
    display: none !important; }

.lft-settings-title {
  padding: 60px 0 0 0 !important; }
  .lft-settings-title + div {
    border-top: none !important; }

#lft-checkouts-form .lft-input {
  align-items: center;
  margin-top: 15px; }
  #lft-checkouts-form .lft-input#lft-checkout-title {
    margin-top: 4px; }
  #lft-checkouts-form .lft-input > span {
    transition: all 0.4s; }
  #lft-checkouts-form .lft-input:hover > span {
    transform: translateX(7px); }
#lft-checkouts-form #lft-checkout-payment-link a {
  padding: 0; }
  #lft-checkouts-form #lft-checkout-payment-link a:hover {
    text-decoration: underline; }
#lft-checkouts-form .lft-repater-line hr {
  margin: 4px 0 0 0;
  background: none; }
#lft-checkouts-form .lft-repater-line i {
  right: -20px;
  top: 11px; }
#lft-checkouts-form .lft-btn-repater {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 500; }
  #lft-checkouts-form .lft-btn-repater:not(:hover) {
    color: #5c7171; }
#lft-checkouts-form .lft-flex .lft-input + .lft-input {
  margin-top: 15px !important; }

#checkout-downloads {
  align-items: flex-start !important; }
  #checkout-downloads .lft-setting-input {
    text-align: right; }
  #checkout-downloads input:hover {
    cursor: pointer;
    text-decoration: underline; }

[data-area="settings"] .lft-input + .lft-input, [data-area="settings"] .lft-input + .lft-flex, [data-area="settings"] .lft-flex + .lft-input {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d4d4d4; }

.lft-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  background: #fff;
  border-right: 1px solid #d4d4d4;
  z-index: 999995; }
  .lft-sidebar > div {
    padding: 10px 0 10px 30px;
    margin-bottom: 25px; }
  .lft-sidebar .lft-logo {
    display: block;
    max-height: 40px;
    margin: 15px 30px 15px 0;
    max-width: calc(100% - 30px); }
  .lft-sidebar .lft-logo-icon {
    display: none;
    margin: 0;
    height: 25px;
    max-height: 25px; }
  .lft-sidebar .lft-link {
    font-weight: 600; }
  .lft-sidebar .lft-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 190px;
    margin: 0;
    z-index: 2; }
    .lft-sidebar .lft-bottom .lft-btn-icon {
      margin-right: -10px; }
    .lft-sidebar .lft-bottom > .lft-btn {
      display: none;
      margin: 0 0 30px 0; }

.lft-nav > div {
  font-weight: 600;
  cursor: pointer;
  line-height: 45px;
  font-size: 16px;
  border-right: 2px solid #fff;
  transition: all 0.4s;
  display: flex;
  align-content: center;
  align-items: center; }
  .lft-nav > div:hover, .lft-nav > div.lft-active {
    border-color: #2bb0ba !important;
    color: #2bb0ba; }
  .lft-nav > div:active i {
    transform: scale(0.95); }
.lft-nav i {
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
  line-height: 0; }

.lft-body {
  padding: 30px 30px 60px 280px; }

.lft-info-card {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border-radius: 4px;
  padding: 10px 30px;
  background: #1a9260;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  z-index: 9999995;
  display: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #fff; }
  .lft-info-card span, .lft-info-card a {
    text-decoration: underline;
    color: #fff; }
    .lft-info-card span:hover, .lft-info-card a:hover {
      text-decoration: none; }
  .lft-info-card:not(:empty) {
    display: block;
    animation: lft-fade-bottom .5s; }
  .lft-info-card.lft-info-card-error {
    background: #ca3434; }
  .lft-info-card.lft-info-card-info {
    background: #5c7171; }

.lft-top {
  padding-bottom: 50px; }
  .lft-top + div {
    margin-top: 0 !important; }

.lft-bottom {
  padding-top: 50px; }
  .lft-bottom:empty {
    display: none !important; }

.lft-area-transactions {
  max-width: none; }

.lft-area-settings #lft-save-settings, .lft-area-checkouts #lft-create-checkout, .lft-area-transactions #lft-request-payment {
  display: block;
  animation: lft-fade-bottom .5s; }

.lft-area-create-checkout #lft-create-checkout, .lft-area-create-checkout #lft-table-checkouts {
  display: none; }
.lft-area-create-checkout #lft-checkouts-form {
  display: block;
  animation: lft-fade-in .5s; }

#lft-checkouts-form {
  display: none; }
  #lft-checkouts-form .lft-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }

#lft-save-checkout {
  min-width: 134px; }

#lft-delete-checkout {
  display: none; }

#lft-checkout-embed-code, #lft-checkout-payment-link, #lft-checkout-shortcode, #lft-payment-request-url-box {
  position: relative;
  display: none; }
  #lft-checkout-embed-code div, #lft-checkout-embed-code a, #lft-checkout-payment-link div, #lft-checkout-payment-link a, #lft-checkout-shortcode div, #lft-checkout-shortcode a, #lft-payment-request-url-box div, #lft-payment-request-url-box a {
    width: 100%;
    min-width: 0;
    padding: 15px 40px 15px 15px;
    background: #5c7171;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden; }
  #lft-checkout-embed-code i, #lft-checkout-payment-link i, #lft-checkout-shortcode i, #lft-payment-request-url-box i {
    position: absolute;
    right: 0;
    top: 5px;
    color: #fff;
    background-color: #5c7171;
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    z-index: 9; }
    #lft-checkout-embed-code i:hover, #lft-checkout-payment-link i:hover, #lft-checkout-shortcode i:hover, #lft-payment-request-url-box i:hover {
      color: #2bb0ba; }

[data-checkout-id] #lft-delete-checkout {
  display: inline-block; }
  [data-checkout-id] #lft-delete-checkout:hover {
    color: #ca3434 !important;
    border-color: #ca3434 !important;
    background-color: rgba(155, 155, 155, 0.1) !important; }

[data-checkout-id] #lft-checkout-embed-code, [data-checkout-id] #lft-checkout-payment-link, [data-checkout-id] #lft-checkout-shortcode, #lft-payment-request-url-box {
  display: flex; }

#lft-payment-request-url-box i {
  top: 50%;
  transform: translateY(-50%); }

#lft-table-checkouts {
  max-width: 500px; }
  #lft-table-checkouts tr:first-child td {
    border-top: 1px solid #d4d4d4;
    max-width: 100px;
    width: 100px; }
  #lft-table-checkouts td:last-child {
    text-align: right; }
  #lft-table-checkouts .lft-title span:first-child {
    padding-right: 10px;
    opacity: .7; }

#lft-table-balances {
  margin-top: 23px; }
  #lft-table-balances td {
    font-weight: 600; }
  #lft-table-balances .lft-title + .lft-text {
    margin-top: 5px;
    font-weight: 400;
    line-height: 15px; }
  #lft-table-balances .lft-balance {
    font-size: 16px;
    font-weight: 500; }

#lft-table-transactions [data-field="status"], #lft-table-transactions .lft-td-status, #lft-table-transactions [data-field="amount"], #lft-table-transactions .lft-td-amount {
  max-width: 140px;
  width: 140px; }
#lft-table-transactions [data-field="date"], #lft-table-transactions .bcx-td-time {
  max-width: 150px;
  width: 150px; }
#lft-table-transactions .lft-td-time .lft-title, #lft-table-transactions .lft-td-amount .lft-title div + div {
  font-weight: 400; }
#lft-table-transactions .lft-td-amount {
  padding: 0 15px; }
  #lft-table-transactions .lft-td-amount .lft-title {
    margin: -7px 0; }
#lft-table-transactions th:last-child, #lft-table-transactions td:last-child {
  max-width: 10px;
  width: 10px;
  padding: 0 15px 0 0;
  position: relative; }
#lft-table-transactions .lft-link {
  text-decoration: none;
  color: #464646;
  display: block; }
  #lft-table-transactions .lft-link:hover {
    color: #2bb0ba; }
#lft-table-transactions .bcx-td-time span + span {
  font-weight: 400;
  display: block;
  margin-top: 5px; }
#lft-table-transactions.lft-loading {
  height: 50px; }
  #lft-table-transactions.lft-loading tbody, #lft-table-transactions.lft-loading thead {
    display: none; }
#lft-table-transactions .lft-not-found {
  margin: 15px; }
#lft-table-transactions .lft-transaction-menu-btn {
  line-height: 34px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px; }
  #lft-table-transactions .lft-transaction-menu-btn:hover, #lft-table-transactions .lft-transaction-menu-btn.lft-active {
    color: #2bb0ba; }
  #lft-table-transactions .lft-transaction-menu-btn + .lft-ul {
    display: block;
    right: 35px;
    top: 50%;
    transform: translateY(-50%); }
  #lft-table-transactions .lft-transaction-menu-btn.lft-loading {
    margin-left: -7.5px; }

.lft-status-C, .lft-status-P, .lft-status-R, .lft-status-X {
  position: relative;
  padding-left: 25px; }
  .lft-status-C:before, .lft-status-P:before, .lft-status-R:before, .lft-status-X:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1a9260;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%; }
  .lft-status-C.lft-status-P:before, .lft-status-P.lft-status-P:before, .lft-status-R.lft-status-P:before, .lft-status-X.lft-status-P:before {
    background-color: #f69e00; }
  .lft-status-C.lft-status-R:before, .lft-status-P.lft-status-R:before, .lft-status-R.lft-status-R:before, .lft-status-X.lft-status-R:before {
    background-color: #ca3434; }
  .lft-status-C.lft-status-X:before, .lft-status-P.lft-status-X:before, .lft-status-R.lft-status-X:before, .lft-status-X.lft-status-X:before {
    background-color: #f6d000; }

[data-status="R"] td:not(:last-child) {
  opacity: .6; }

.bcx-td-id, th[data-field="id"] {
  max-width: 15px;
  width: 15px; }

.lft-td-id {
  font-size: 11px !important;
  padding: 15px 0 15px 15px !important; }

.lft-td-amount .lft-text {
  text-transform: capitalize; }

.lft-area-transactions .lft-icon-search.lft-loading:before {
  opacity: 0 !important; }

#lft-version {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  margin-right: 10px; }

[data-area="balance"].lft-loading:not(.lft-loading-first) {
  text-indent: unset; }
  [data-area="balance"].lft-loading:not(.lft-loading-first) * {
    opacity: 1 !important; }
  [data-area="balance"].lft-loading:not(.lft-loading-first):before {
    display: none; }

[data-area="transactions"] > .lft-nav-wide .lft-search {
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 10px; }
[data-area="transactions"] > .lft-nav-wide .lft-btn-icon {
  width: 39px;
  min-width: 39px;
  height: 39px; }
  [data-area="transactions"] > .lft-nav-wide .lft-btn-icon i {
    line-height: 46px;
    width: 39px; }

.lft-not-found {
  font-size: 15px;
  white-space: nowrap;
  opacity: .8;
  letter-spacing: .3px; }

.lft-transaction-details-list {
  margin-bottom: 15px; }

/* 

MISCELLANEOUS
==========================================================

*/
.lft-login .lft-input, .lft-installation .lft-input, .lft-cloud-box .lft-input {
  align-items: center; }
.lft-login img, .lft-installation img, .lft-cloud-box img {
  max-width: 250px;
  margin-bottom: 50px; }

#lft-lightbox {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 999995;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none; }
  #lft-lightbox > div {
    position: fixed;
    border-radius: 4px;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  #lft-lightbox .lft-top {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px; }
    #lft-lightbox .lft-top #lft-lightbox-close, #lft-lightbox .lft-top .lft-btn + .lft-btn {
      margin-left: 15px; }
  #lft-lightbox [data-name] .lft-loading {
    width: 20px;
    height: 20px; }
  #lft-lightbox.lft-active {
    display: block;
    animation: lft-lightbox-animation 0.5s; }

#lft-lightbox-main {
  padding: 0 20px 20px 20px; }
  #lft-lightbox-main .lft-input {
    align-items: center; }
    #lft-lightbox-main .lft-input span {
      padding-right: 30px; }
    #lft-lightbox-main .lft-input + .lft-btn {
      margin-top: 30px; }

.lft-lightbox-buttons {
  justify-content: flex-end; }
  .lft-lightbox-buttons > div {
    display: block; }

#lft-lightbox-loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999995;
  display: none; }
  #lft-lightbox-loading.lft-active {
    display: block;
    animation: lft-fade-in 0.5s; }

#lft-cancel-btn {
  background-color: #ca3434; }
  #lft-cancel-btn:hover {
    background-color: #e43c3b; }

[data-lightbox-id="confirm"]#lft-lightbox > div {
  max-width: 550px; }
[data-lightbox-id="confirm"] #lft-lightbox-close {
  display: none !important; }
[data-lightbox-id="confirm"] #lft-lightbox-main {
  overflow: hidden !important; }

.lft-text-list > div {
  color: #464646; }
  .lft-text-list > div > div:first-child {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px; }
  .lft-text-list > div > div:last-child {
    font-size: 15px;
    line-height: 22px; }
  .lft-text-list > div .lft-title, .lft-text-list > div .lft-text {
    font-weight: 400;
    font-size: 15px;
    display: inline-block; }
  .lft-text-list > div .lft-text {
    margin: 0 !important;
    display: block; }
  .lft-text-list > div a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #464646; }
  .lft-text-list > div + div {
    margin-top: 15px; }

#lft-upload-form {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
  z-index: -1; }

/* 

# SHOP
==========================================================

*/
[data-name="data-license-key"] > div:last-child {
  display: flex;
  align-items: center;
  position: relative; }
[data-name="data-license-key"] .lft-label {
  font-size: 12px;
  line-height: 13px; }
[data-name="data-license-key"] .lft-btn-text {
  margin: 0 10px; }

[data-area="analytics"] .lft-nav-wide {
  justify-content: space-between; }
[data-area="analytics"] .lft-nav-filters {
  display: flex;
  padding: 0; }
[data-area="analytics"] #lft-filters {
  display: none; }

#lft-analytics-earnings .lft-title, #lft-analytics-sales .lft-title {
  font-size: 18px;
  line-height: 15px;
  white-space: nowrap; }
#lft-analytics-earnings .lft-text, #lft-analytics-sales .lft-text {
  margin-top: 14px !important;
  line-height: 10px;
  white-space: nowrap; }

#lft-analytics-sales {
  padding-left: 40px;
  padding-right: 30px; }

#lft-analytics-chart.lft-loading canvas {
  visibility: hidden; }

#shop-page .lft-setting-content p {
  overflow: hidden; }

/*  

RTL
==========================================================

*/
.lft-rtl, .lft-rtl textarea, .lft-rtl input, .lft-rtl ul, .lft-rtl ul li {
  direction: rtl;
  text-align: right; }

.lft-rtl {
  float: right; }
  .lft-rtl .lft-body {
    padding: 30px 280px 60px 30px; }
  .lft-rtl .lft-sidebar {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #d4d4d4; }
    .lft-rtl .lft-sidebar > div {
      padding: 10px 30px 10px 0; }
    .lft-rtl .lft-sidebar .lft-bottom {
      left: auto;
      right: 0; }
      .lft-rtl .lft-sidebar .lft-bottom .lft-btn-icon {
        margin-right: 0;
        margin-left: -10px; }
  .lft-rtl .lft-nav i {
    margin-left: 30px;
    margin-right: 0; }
  .lft-rtl .lft-nav > div {
    border-right: none;
    border-left: 2px solid #fff; }
  .lft-rtl .lft-table td, .lft-rtl .lft-table th {
    text-align: right; }
  .lft-rtl #lft-table-checkouts .lft-title span:first-child {
    float: right;
    padding-right: 0;
    padding-left: 10px; }
  .lft-rtl .lft-table img {
    margin-left: 15px;
    margin-right: 0; }
  .lft-rtl .lft-input > div {
    padding-left: 30px;
    padding-right: 0; }
  .lft-rtl .lft-flex .lft-input + .lft-input {
    margin: 0 15px 0 0 !important; }
  .lft-rtl .lft-btn i {
    margin-left: 15px;
    margin-right: 0; }
  .lft-rtl .lft-input .lft-icon-help {
    margin: 0 5px 0 0; }

/* 

RESPONSIVE
==========================================================

*/
@media (max-width: 1200px) {
  .lft-admin .lft-input span {
    max-width: 320px;
    width: 320px; } }
@media (max-width: 1024px) {
  .lft-table tr:hover td {
    background-color: #fff; }

  .lft-admin .lft-input span {
    max-width: 220px;
    width: 220px; }

  .lft-transaction-details-list .lft-label {
    display: none; }

  #lft-table-transactions tr, #lft-table-transactions td {
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden; }
  #lft-table-transactions td {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between; }
    #lft-table-transactions td .lft-label {
      margin: 0 30px 0 0;
      padding: 0;
      border: none;
      font-size: 13px; }
    #lft-table-transactions td .lft-title {
      font-weight: 400;
      font-size: 15px; }
    #lft-table-transactions td:last-child {
      border-bottom: none;
      text-align: center;
      padding: 15px;
      overflow: visible;
      display: block;
      z-index: 95; }
  #lft-table-transactions thead, #lft-table-transactions td:empty {
    display: none; }
  #lft-table-transactions .lft-td-id {
    font-size: 15px !important; }
  #lft-table-transactions .lft-td-amount, #lft-table-transactions .lft-td-id {
    padding: 15px !important; }
  #lft-table-transactions .lft-title span + span, #lft-table-transactions .lft-title + .lft-text {
    margin: 0 0 0 15px !important;
    color: #464646;
    font-size: 15px; }
  #lft-table-transactions .lft-title, #lft-table-transactions .lft-td-title, #lft-table-transactions .lft-td-amount {
    display: flex;
    align-items: center; }
  #lft-table-transactions tr:nth-child(2n+1) td {
    background: #f5fafa; }
    #lft-table-transactions tr:nth-child(2n+1) td .lft-transaction-menu-btn + .lft-ul {
      background: #f5fafa; }
  #lft-table-transactions .lft-transaction-menu-btn {
    position: static;
    display: block;
    margin: auto;
    padding: 0;
    width: 100%; }
    #lft-table-transactions .lft-transaction-menu-btn + .lft-ul {
      transform: none;
      position: static;
      box-shadow: none;
      background: none;
      margin: 0 -15px;
      background: #fff; }
      #lft-table-transactions .lft-transaction-menu-btn + .lft-ul li {
        padding: 10px;
        font-size: 16px; }
    #lft-table-transactions .lft-transaction-menu-btn:before {
      transform: rotate(90deg);
      display: inline-block; }

  .lft-setting-content {
    max-width: 300px;
    width: 300px; }

  .lft-rtl #lft-table-transactions .lft-title span + span, .lft-rtl #lft-table-transactions .lft-title + .lft-text {
    margin: 0 15px 0 0 !important; } }
@media (max-width: 768px) {
  [data-name="data-license-key"] .lft-btn-text {
    position: absolute;
    top: -10px;
    right: -15px;
    background: white;
    border: 10px solid #fff; }

  [data-area="transactions"] > .lft-nav-wide .lft-btn-icon {
    width: 43px; }
    [data-area="transactions"] > .lft-nav-wide .lft-btn-icon i:before {
      font-size: 21px; }

  .lft-btn {
    font-size: 16px;
    height: 43px;
    line-height: 43px; }

  #lft-table-balances .lft-label {
    overflow: hidden;
    margin: 5px;
    min-width: 21px;
    max-width: 21px;
    padding: 2px; }
  #lft-table-balances img {
    max-height: 24px;
    margin-right: 7px; }
  #lft-table-balances td:first-child {
    overflow: hidden; }

  [data-area="transactions"] > .lft-nav-wide .lft-search {
    flex-shrink: 1; }

  #lft-search-transactions {
    min-width: 140px; }

  .lft-body {
    padding: 80px 15px 15px 15px !important; }

  .lft-sidebar, .lft-sidebar > div {
    display: flex;
    align-items: center;
    justify-content: flex-start; }

  .lft-sidebar {
    bottom: auto;
    right: 0 !important;
    left: 0 !important;
    height: 55px;
    width: auto;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d4d4d4; }
    .lft-sidebar > div {
      padding: 10px !important;
      margin: 0; }
      .lft-sidebar > div.lft-nav {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .lft-sidebar .lft-logo {
      display: none; }
    .lft-sidebar .lft-logo-icon {
      display: block;
      height: 35px;
      max-height: 35px; }
    .lft-sidebar .lft-bottom {
      right: 0 !important;
      left: 0 !important;
      width: auto;
      text-align: center; }
      .lft-sidebar .lft-bottom > .lft-btn {
        margin: 0 auto 5px auto; }

  .lft-nav > div {
    border: none !important;
    width: 55px;
    height: 55px;
    border-radius: 4px; }
    .lft-nav > div i {
      text-indent: 0;
      margin: auto !important;
      font-size: 25px; }
    .lft-nav > div span {
      display: none !important; }

  .lft-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 18px; }
    .lft-mobile-menu > i {
      display: block;
      width: 45px;
      height: 55px;
      line-height: 63px;
      border-radius: 4px;
      text-align: center; }
    .lft-mobile-menu > div {
      display: none;
      background: #fff;
      padding: 15px;
      position: fixed;
      right: 10px;
      top: 60px;
      box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
      border-radius: 5px;
      text-align: center;
      z-index: 9999995;
      animation: lft-fade-bottom; }
      .lft-mobile-menu > div .lft-btn-icon {
        margin: 5px auto -5px auto !important; }
    .lft-mobile-menu.lft-active > i {
      color: #2bb0ba; }
    .lft-mobile-menu.lft-active > div {
      display: block; }

  .lft-admin main > div > .lft-loading {
    bottom: -20px; }

  .lft-input input, .lft-input select, .lft-input textarea {
    font-size: 15px; }

  .lft-input {
    display: block; }
    .lft-input span {
      margin-bottom: 9px;
      font-size: 17px;
      max-width: 100% !important;
      width: auto !important;
      max-width: none; }
    .lft-input > div {
      padding-right: 0;
      width: auto; }
      .lft-input > div p {
        font-size: 15px;
        line-height: 25px; }
    .lft-input .lft-setting-input {
      margin-top: 15px; }

  .lft-flex .lft-input + .lft-input {
    margin-top: 30px !important; }

  #lft-checkouts-form .lft-flex .lft-input + .lft-input {
    margin-top: 50px !important; }

  [data-checkout-id] #lft-checkout-embed-code, [data-checkout-id] #lft-checkout-payment-link {
    display: block; }

  [data-area="balance"] > div:first-child {
    text-align: center;
    padding-top: 15px; }

  [data-type="multi-input"] > div {
    padding-bottom: 15px; }

  [data-area="settings"] {
    padding-bottom: 80px; }

  .lft-color-cnt i {
    right: 12px; }
  .lft-color-cnt:after {
    right: 1px; }

  #lft-checkout-embed-code div, #lft-checkout-payment-link div {
    width: auto; }

  #lft-version {
    margin-top: 13px; }

  .lft-rtl .lft-mobile-menu {
    left: 0;
    right: auto; }
    .lft-rtl .lft-mobile-menu > div {
      left: 10px;
      right: auto; }

  #lft-table-transactions, #lft-table-checkouts {
    margin-bottom: 60px; }

  #lft-table-transactions .lft-td-amount .lft-title {
    margin: 0; }
  #lft-table-transactions .lft-td-amount div + div {
    margin: 0 0 0 15px; }
  #lft-table-transactions .lft-not-found {
    margin: 0; }

  #lft-table-checkouts tr:first-child td {
    border-top: none; }
  #lft-table-checkouts tr:last-child td {
    border-bottom: none; }

  #lft-checkouts-form .lft-input, #lft-checkouts-form .lft-flex {
    border-top: none !important; }
  #lft-checkouts-form #checkout-downloads {
    padding-right: 20px; }

  #lft-checkout-embed-code i, #lft-checkout-payment-link i, #lft-checkout-shortcode i {
    margin-top: 32px; }

  .lft-login {
    border: none; }

  .lft-login .lft-input, .lft-cloud-box .lft-input {
    margin-top: 15px; }

  #lft-balance-total {
    font-size: 22px; }
    #lft-balance-total + div {
      font-size: 18px; }

  .lft-nav-filters {
    position: absolute;
    top: 50px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    z-index: 9; }
    .lft-nav-filters .lft-input {
      margin-right: 0;
      display: flex;
      justify-content: start;
      margin: 15px 0; }
    .lft-nav-filters > .lft-select {
      display: block;
      margin: 0; }
      .lft-nav-filters > .lft-select p, .lft-nav-filters > .lft-select li {
        font-size: 17px !important; }
    .lft-nav-filters.lft-active {
      display: block;
      left: 0;
      right: 0;
      padding-bottom: 15px;
      z-index: 96; }
    .lft-nav-filters > div:last-child {
      margin-bottom: 15px; }
    .lft-nav-filters .lft-filter-checkout > p {
      max-width: 100%; }

  input.lft-filter-date, input.lft-filter-date-2 {
    width: 50%;
    text-align: left; }

  [data-area="analytics"] .lft-nav-wide > .lft-flex {
    width: 100%; }
  [data-area="analytics"] .lft-nav-filters:not(.lft-active) {
    display: none; }
  [data-area="analytics"] #lft-filters {
    display: block;
    margin-left: auto; } }

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