/*
 FiMobile customize css starts here 
 * FiMobile v2 (https://maxartkiller.com/)
 * Copyright 2021 Maxartkiller 

==================================
Table of content 
==================================

1. variables
2. body
3. avatar
4. fonts and texts
5. sidebar
6. utility
7. navbar
8. form
9. Chart and Graph
10. darkmode
11. footer
12. carousel
13. loader
14. lists
15. calendar



*/
/* 1. variables */

@import url(//fonts.cdnfonts.com/css/retroica);
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

:root {
  --fimobile-green: #3ac79b;
  --fimobile-red: #f73563;
  --fimobile-yellow: #ffbd17;
  --fimobile-blue: #bc2126;
  --f7-grid-gap: 30px;
  --fimobile-rounded: 15px;
  --fimobile-padding: 15px;
  --bs-gutter-x: var(--fimobile-padding);
  --fimobile-input-rounded: 10px;
  --fimobile-input-color: #ffffff;
  --fimobile-input-text: #000000;
  --fimobile-theme-text: #ffffff;
  --f7-panel-width: 280px;
  --fimobile-footer: #ffffff;
  --fimobile-footer-text: #999999;
  --fimobile-footer-text-active: var(--f7-theme-color);
  /* card color */
  --fimobile-card-color: rgba(255, 255, 255, 0.85);
  --fimobile-card-text: #000000;
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #57bdff;
  --fimobile-theme-color-grad-2: #4f77fb;
  --fimobile-theme-color-grad-3: #6528cf;
  /* page color */
  --fimobile-page-bg-1: #f1f3f8;
  --fimobile-page-bg-2: #e5ecfe;
  --f7-bars-translucent-opacity: 0;
  --fimobile-border-color: #dadff6;
}

.color-theme-red {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #ffc107;
  --fimobile-theme-color-grad-2: #e91547;
  --fimobile-theme-color-grad-3: #77001c;
  /* page color */
  --fimobile-page-bg-1: #fffbf2;
  --fimobile-page-bg-2: #fff9fb;
  --fimobile-border-color: rgba(166, 7, 44, 0.1);
}

.color-theme-green {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #a9e682;
  --fimobile-theme-color-grad-2: #1fbb8a;
  --fimobile-theme-color-grad-3: #0072c3;
  /* page color */
  --fimobile-page-bg-1: #fffefd;
  --fimobile-page-bg-2: #edfaf6;
  --fimobile-border-color: rgba(29, 101, 78, 0.15);
}

.color-theme-blue {
  --f7-theme-color: #bc2126;
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #0897e9;
  --fimobile-theme-color-grad-2: #5100d4;
  --fimobile-theme-color-grad-3: #270069;
  /* page color */
  --fimobile-page-bg-1: #f1f3f8;
  --fimobile-page-bg-2: #e5ecfe;
  --fimobile-border-color: #dadff6;
}

.color-theme-pink {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #f38ac4;
  --fimobile-theme-color-grad-2: #d11e78;
  --fimobile-theme-color-grad-3: #300284;
  /* page color */
  --fimobile-page-bg-1: #fffbf2;
  --fimobile-page-bg-2: #fcf2f7;
  --fimobile-border-color: rgba(114, 23, 68, 0.15);
}

.color-theme-yellow {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #ffdb6f;
  --fimobile-theme-color-grad-2: #f0ac00;
  --fimobile-theme-color-grad-3: #f03000;
  /* page color */
  --fimobile-page-bg-1: #f6f8fe;
  --fimobile-page-bg-2: #fffaed;
  --fimobile-border-color: rgba(151, 108, 0, 0.15);
}

.color-theme-orange {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #ffc107;
  --fimobile-theme-color-grad-2: #ec6c02;
  --fimobile-theme-color-grad-3: #c70042;
  /* page color */
  --fimobile-page-bg-1: #fffbf2;
  --fimobile-page-bg-2: #fff3e8;
  --fimobile-border-color: rgba(144, 66, 1, 0.15);
}

.color-theme-purple {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #e908d8;
  --fimobile-theme-color-grad-2: #5a2ab3;
  --fimobile-theme-color-grad-3: #300284;
  /* page color */
  --fimobile-page-bg-1: #e5f9fe;
  --fimobile-page-bg-2: #f3effa;
  --fimobile-border-color: rgba(56, 32, 99, 0.15);
}

.color-theme-deeppurple {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #0897e9;
  --fimobile-theme-color-grad-2: #5100d4;
  --fimobile-theme-color-grad-3: #270069;
  /* page color */
  --fimobile-page-bg-1: #fff9fb;
  --fimobile-page-bg-2: #f1eafe;
  --fimobile-border-color: rgba(51, 7, 124, 0.15);
}

.color-theme-lightblue {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #9df5dc;
  --fimobile-theme-color-grad-2: #00b5da;
  --fimobile-theme-color-grad-3: #673ab7;
  /* page color */
  --fimobile-page-bg-1: #fff9fb;
  --fimobile-page-bg-2: #e5f9fe;
  --fimobile-border-color: rgba(6, 100, 119, 0.15);
}

.color-theme-teal {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #a2fffa;
  --fimobile-theme-color-grad-2: #00a2ad;
  --fimobile-theme-color-grad-3: #3f51b5;
  /* page color */
  --fimobile-page-bg-1: #fff4f7;
  --fimobile-page-bg-2: #e3fcfe;
  --fimobile-border-color: rgba(4, 65, 69, 0.15);
}

.color-theme-lime {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #a9e682;
  --fimobile-theme-color-grad-2: #1fbb8a;
  --fimobile-theme-color-grad-3: #0072c3;
  /* page color */
  --fimobile-page-bg-1: #fbfdfa;
  --fimobile-page-bg-2: #ebfdf1;
  --fimobile-border-color: #ebf6da;
}

.color-theme-deeporange {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #ffa807;
  --fimobile-theme-color-grad-2: #ec6c02;
  --fimobile-theme-color-grad-3: #960101;
  /* page color */
  --fimobile-page-bg-1: #f8f4f1;
  --fimobile-page-bg-2: #fef1e5;
  --fimobile-border-color: #f6e2da;
}

.color-theme-gray {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #a0b6c5;
  --fimobile-theme-color-grad-2: #646b81;
  --fimobile-theme-color-grad-3: #3c3c44;
  /* page color */
  --fimobile-page-bg-1: #eeeff1;
  --fimobile-page-bg-2: #d4d4d4;
  --fimobile-border-color: #d6d6d6;
}

.color-theme-black {
  /* radial gradient colors */
  --fimobile-theme-color-grad-1: #b6b6b6;
  --fimobile-theme-color-grad-2: #5c5c5c;
  --fimobile-theme-color-grad-3: #000000;
  /* page color */
  --fimobile-page-bg-1: #f0f0f0;
  --fimobile-page-bg-2: #d4d4d4;
  --fimobile-border-color: #d6d6d6;
}

@media screen and (max-width: 340px) {
  :root {
    --fimobile-padding: 10px;
    --fimobile-rounded: 12px;
  }
}

/* 2. body */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-y: auto;
  background: #BA2126 !important; /*var(--f7-theme-color);*/
}

.view .page,
.view-main .page, .messages, .messages-content {
  background: var(--fimobile-page-bg-2);
  background: -moz-linear-gradient(45deg, var(--fimobile-page-bg-2) 0%, var(--fimobile-page-bg-1) 100%);
  background: -webkit-linear-gradient(45deg, var(--fimobile-page-bg-2) 0%, var(--fimobile-page-bg-1) 100%);
  background: linear-gradient(45deg, var(--fimobile-page-bg-2) 0%, var(--fimobile-page-bg-1) 100%);
  background-attachment: fixed;
}

.dark-bg {

  background-color: #BA2126 !important;   /*var(--f7-theme-color) !important;*/
  background-image: url("../img/backgorund-image.svg") !important;
  background-repeat: repeat-x;
  background-position: bottom center !important;
  animation: zoombg infinite 10s;
  -webkit-animation: zoombg infinite 10s;
}
.mtn-bg {
  background-color: #ffcb01 !important;  /*var(--f7-theme-color) !important;*/
  /*background-image: url("../img/backgorund-image.svg") !important;*/
  background-repeat: repeat-x;
  background-position: bottom center !important;
  animation: zoombg infinite 10s;
  -webkit-animation: zoombg infinite 10s;
}

.a2cash-bg {
  background-color: #fff !important;  /* 29e7c3 var(--f7-theme-color) !important;
  background-image: url("../img/backgorund-image.svg") !important;*/
  background-repeat: repeat-x;
  background-position: bottom center !important;
  animation: zoombg infinite 10s;
  -webkit-animation: zoombg infinite 10s;
}

.dark-bg main {
  background: transparent;
}

.dark-bg .form-list,
.dark-bg .list .item-floating-label,
.dark-bg .list .item-label {
  color: #000000;
}

.dark-bg .card {
  color: #ffffff;
}

@keyframes zoombg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}

@-webkit-keyframes zoombg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}

.dark-bg-navbar {
  color: #ffffff;
}

.dark-bg-navbar .button.bg-color-white {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(0, 0, 0, 0.05) !important;
  color: #ffffff;
}

.theme-bg {
  background: var(--f7-theme-color) !important;
  color: var(--fimobile-theme-text) !important;
}

.no-background {
  background-color: transparent !important;
}

.card {
  background-color: var(--fimobile-card-color);
  margin: 0;
  color: var(--fimobile-card-text);
  border-radius: var(--fimobile-rounded);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px #ffffff;
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px #ffffff;
  border: 1px solid var(--fimobile-border-color);
}

.card .card-header {
  display: block;
  background-color: transparent;
  border-color: var(--fimobile-theme-bordercolor);
  /*padding: var(--fimobile-padding);*/
  border-top-left-radius: var(--fimobile-rounded);
  border-top-right-radius: var(--fimobile-rounded);
}

.card .card-header > .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  max-width: none;
}

.card .card-content-padding {
  padding: var(--fimobile-padding);
}

.card .card-content-padding > .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  max-width: none;
}

.card .card-footer {
  display: block;
  background-color: transparent;
  border-color: var(--fimobile-theme-bordercolor);
  padding: var(--fimobile-padding);
  border-bottom-left-radius: var(--fimobile-rounded);
  border-bottom-right-radius: var(--fimobile-rounded);
}

.card .card-footer > .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  max-width: none;
}

.card.theme-bg, .card.dark-bg, .card.bg-danger, .card.bg-success, .card.bg-primary, .card.bg-warning, .card.bg-info, .card.bg-dark, .card.theme-radial-gradient, .card.bg-opac {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px rgba(255, 255, 255, 0.18);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px rgba(255, 255, 255, 0.18);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px rgba(255, 255, 255, 0.18);
  background-color: var(--fimobile-theme-color);
  color: var(--fimobile-theme-text);
}

.card.selected {
  border: 2px solid var(--fimobile-green);
}

.card > .card.bg-opac {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

a.card {
  text-decoration: none;
  display: block;
}

.chip.small {
  height: 18px;
  margin: 0;
  font-size: 11px;
}

.text-color-theme {
  color: #ffffff !important;
}

figure {
  margin: 0;
}

.theme-radial-gradient {
  background: var(--fimobile-theme-color-grad-1);
 /* background: -moz-radial-gradient(30% 30%, ellipse cover, var(--fimobile-theme-color-grad-1) 0%, var(--fimobile-theme-color-grad-2) 50%, var(--fimobile-theme-color-grad-3) 100%);
  background: -webkit-radial-gradient(30% 30%, ellipse cover, var(--fimobile-theme-color-grad-1) 0%, var(--fimobile-theme-color-grad-2) 50%, var(--fimobile-theme-color-grad-3) 100%);
  background: radial-gradient(ellipse at 30% 30%, var(--fimobile-theme-color-grad-1) 0%, var(--fimobile-theme-color-grad-2) 50%, var(--fimobile-theme-color-grad-3) 100%);*/
  /* background: radial-gradient(ellipse at 30% 30%, #f5437a 0%, #f73563 50%, #fe527e 100%);*/
  background: linear-gradient(to right, #B62025, #200A2B);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--fimobile-theme-color-grad-1)', endColorstr='var(--fimobile-theme-color-grad-3)',GradientType=1 );
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.bg-opac {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.border-opac {
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.alert-danger,
.card.alert-danger,
.bg-danger-light {
  background-color: rgba(247, 53, 99, 0.2);
}

.alert-info,
.card.alert-info,
.bg-info-light {
  background-color: rgba(10, 178, 190, 0.2);
}

.alert-primary,
.card.alert-primary,
.bg-primary-light {
  background-color: rgba(60, 99, 226, 0.2);
}

.alert-warning,
.card.alert-warning,
.bg-warning-light {
  background-color: rgba(255, 189, 23, 0.2);
}

.alert-success,
.card.alert-success,
.bg-success-light {
  background-color: rgba(58, 199, 155, 0.2);
}

.alert-theme,
.card.alert-theme,
.bg-theme-light {
  background-color: #fff; /*var(--fimobile-border-color);*/
}

.chartdoughnut {
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.chartdoughnut > .datadisplay {
  position: absolute;
  left: 0;
  right: 0;
  margin: 35px auto;
  text-align: center;
  display: block;
  border-radius: 100px;
  height: 130px;
  width: 130px;
  padding: 35px 0;
  background-color: var(--fimobile-theme-text);
  box-sizing: border-box;
}

.smallchart {
  width: 100.4%;
  padding: 0;
  display: block;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 0 0 var(--fimobile-padding) var(--fimobile-padding);
}

.circle-small {
  height: 44px;
  width: 44px;
  position: relative;
}

.circle-small > div:first-child {
  position: relative;
  width: 100%;
}

.circle-small > .avatar {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px; /* or 7 */
}

.overlay {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  position: absolute;
  background: -moz-linear-gradient(top, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.65) 100%);
}

@media screen and (max-width: 340px) {
  :root {
    --fimobile-padding: 10px;
    --fimobile-rounded: 12px;
  }
  body {
    font-size: 15px !important;
  }
  .logo-small img {
    border-radius: calc(var(--fimobile-rounded) - 5px);
  }
  .logo-small2 img {
    width:40% !important;
  }
  .size-12 {
    font-size: 11px !important;
  }
}

/* webkit - scrollbar*/
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}

/* 2. text */
.text-muted {
  opacity: 0.6;
  color: inherit !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 1.25;
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
  font-size: 1.05rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

.small, small {
  line-height: 1.22;
  font-size: 0.775rem;
}
/*
.small, small {
  line-height: 1.22;
  font-size: 0.875rem;
}
*/
strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

.size-10 {
  font-size: 10px;
  line-height: 12px;
}

.size-12 {
  font-size: 12px;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-22 {
  font-size: 22px;
}

.size-32 {
  font-size: 32px;
}

.dark-bg {
  color: var(--f7-color-white);
}

.dark-bg a,
.dark-bg .text-color-theme {
  color: var(--f7-color-white);
}

.dark-bg .form-control,
.dark-bg label {
  color: #000000;
}

/* 3. avatar */
.avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.avatar > i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.avatar > img {
  width: 100%;
  vertical-align: top;
}

.avatar.avatar-6 {
  line-height: 6px;
  height: 6px;
  width: 6px;
}

.avatar.avatar-10 {
  line-height: 10px;
  height: 10px;
  width: 10px;
}

.avatar.avatar-20 {
  line-height: 20px;
  height: 20px;
  width: 20px;
}

.avatar.avatar-30 {
  line-height: 30px;
  height: 30px;
  width: 30px;
}

.avatar.avatar-36 {
  line-height: 36px;
  height: 36px;
  width: 36px;
}

.avatar.avatar-40 {
  line-height: 40px;
  height: 40px;
  width: 40px;
}

.avatar.avatar-44 {
  line-height: 44px;
  height: 44px;
  width: 44px;
}

.avatar.avatar-50 {
  line-height: 50px;
  height: 50px;
  width: 50px;
}

.avatar.avatar-60 {
  line-height: 60px;
  height: 60px;
  width: 60px;
}

.avatar.avatar-70 {
  line-height: 70px;
  height: 70px;
  width: 70px;
}

.avatar.avatar-80 {
  line-height: 80px;
  height: 80px;
  width: 80px;
}

.avatar.avatar-90 {
  line-height: 90px;
  height: 90px;
  width: 90px;
}

.avatar.avatar-100 {
  line-height: 100px;
  height: 100px;
  width: 100px;
}

.avatar.avatar-110 {
  line-height: 110px;
  height: 110px;
  width: 110px;
}

.avatar.avatar-120 {
  line-height: 120px;
  height: 120px;
  width: 120px;
}

.avatar.avatar-130 {
  line-height: 130px;
  height: 130px;
  width: 130px;
}

.avatar.avatar-140 {
  line-height: 140px;
  height: 140px;
  width: 140px;
}

.avatar.avatar-150 {
  line-height: 150px;
  height: 150px;
  width: 150px;
}

.avatar.avatar-160 {
  line-height: 160px;
  height: 160px;
  width: 160px;
}

.avatar-group {
  z-index: 1;
  display: flex;
}

.avatar-group .avatar {
  z-index: 1;
  margin-left: -20px;
}

.avatar-group .avatar:nth-child(1) {
  z-index: 6;
}

.avatar-group .avatar:nth-child(2) {
  z-index: 5;
}

.avatar-group .avatar:nth-child(3) {
  z-index: 4;
}

.avatar-group .avatar:nth-child(4) {
  z-index: 3;
}

.avatar-group .avatar:nth-child(5) {
  z-index: 2;
}

.avatar-group .avatar:nth-child(6) {
  z-index: 1;
}

.avatar-group .avatar:nth-child(7) {
  z-index: 0;
}

.avatar-group .avatar:nth-child(1) {
  margin-left: 0;
}

/* 4. fonts and texts*/
/* 5. sidebar*/
html.with-panel-left-reveal .framework7-root > .view,
html.with-panel-left-reveal .framework7-root .views {
  transform: translate3d(var(--f7-panel-left-width, var(--f7-panel-width)), 30px, 0);
  border-radius: var(--fimobile-rounded);
}

html.with-panel-left-reveal .framework7-root > .view .navbar-bg, html.with-panel-left-reveal .framework7-root > .view .navbar, html.with-panel-left-reveal .framework7-root > .view .page,
html.with-panel-left-reveal .framework7-root .views .navbar-bg,
html.with-panel-left-reveal .framework7-root .views .navbar,
html.with-panel-left-reveal .framework7-root .views .page {
  border-radius: var(--fimobile-rounded) var(--fimobile-rounded) 0 0;
  overflow: hidden;
}

.with-panel-left-reveal .panel-left.panel-reveal:after {
  display: none;
}

.panel {
  --f7-list-chevron-icon-color: rgba(255, 255, 255, 0.3);
  --f7-list-item-min-height: 50px;
}

.panel .list ul {
  border-radius: var(--fimobile-rounded);
}

.panel .list ul::before, .panel .list ul::after {
  display: none;
}

.panel .list ul li {
  border-radius: var(--fimobile-rounded);
  margin-bottom: 5px;
}

.panel .list ul li a {
  justify-content: start;
  justify-content: flext-start;
  border-radius: var(--fimobile-rounded);
}

.panel .list ul li a::after {
  display: none;
}

.panel .list ul li a.active {
  background-color: rgba(255, 255, 255, 0.15);
}

.panel .list ul li .accordion-item-content {
  padding-left: 10px;
  padding-right: 10px;
}

.panel .list ul li.accordion-item-opened {
  background-color: rgba(255, 255, 255, 0.15);
}

/* 6. utility*/
.h-100 {
  height: 100%;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.max-width-100 {
  max-width: 100%;
}

.coverimg {
  background-size: cover;
  background-position: center center;
}

.coverimg + div {
  position: relative;
  z-index: 1;
}

.coverimg + div + div {
  position: relative;
  z-index: 1;
}

.block {
  padding-left: 0;
  padding-right: 0;
}

.block.block-strong {
  padding-left: var(--fimobile-padding);
  padding-right: var(--fimobile-padding);
}

.row {
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.row > *,
.row > .col,
.row > [class*="col-"] {
  width: calc(100% / var(--f7-cols-per-row));
  max-width: 100%;
  padding-left: var(--fimobile-padding);
  padding-right: var(--fimobile-padding);
}

.row > * > .row,
.row > .col > .row,
.row > [class*="col-"] > .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  max-width: none;
}

.col,
.row > .col {
  flex: 1 0 0%;
}

.col-auto,
.row > .col-auto {
  flex: 0 0 auto;
  width: auto;
}

.row > [class*="col-ld-"] {
  display: block;
}

.item-inner > .row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  max-width: none;
}

.overflow-hidden {
  overflow: hidden;
}

.transition-05, .footer, .footer .nav .nav-item.centerbutton .nav-link > span img, .footer .nav .nav-item.centerbutton .nav-link > span i.close {
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.transition-1 {
  -webkit-transition: ease all 1s;
  -moz-transition: ease all 1s;
  transition: ease all 1s;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.rounded-10 {
  border-radius: calc(var(--fimobile-rounded) - 5px);
}

.rounded-10-right {
  border-radius: 0 calc(var(--fimobile-rounded) - 5px) calc(var(--fimobile-rounded) - 5px) 0;
}

.rounded-15 {
  border-radius: var(--fimobile-rounded);
}

.rounded-15-right {
  border-radius: 0 calc(var(--fimobile-rounded) - 5px) calc(var(--fimobile-rounded) - 5px) 0;
}

.rounded-circle {
  border-radius: 50% !important;
}

.h-1 {
  height: 1px;
}

.h-2 {
  height: 2px;
}

.h-4 {
  height: 4px;
}

.h-5 {
  height: 5px;
}

.h-190 {
  height: 190px;
}

.w-10 {
  width: 10px !important;
}

.w-12 {
  width: 12px !important;
}

.w-110 {
  min-width: 110px;
  width: 110px !important;
}

.opacity-5 {
  opacity: 0.5;
}

.vm {
  vertical-align: middle !important;
}

.no-border {
  border: none !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.left-0 {
  left: 0;
}

.left-auto {
  left: auto !important;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.start-50 {
  left: 50% !important;
}

.top-50 {
  top: 50% !important;
}

@media screen and (min-device-width: 300px) and (max-device-width: 1023px) and (orientation: landscape) {
  .col-ld-1,
  .row .col-ld-1 {
    width: 8.33333%;
  }
  .col-ld-2,
  .row .col-ld-2 {
    width: 16.66667%;
  }
  .col-ld-3,
  .row .col-ld-3 {
    width: 25%;
  }
  .col-ld-4,
  .row .col-ld-4 {
    width: 33.33333%;
  }
  .col-ld-5,
  .row .col-ld-5 {
    width: 41.66667%;
  }
  .col-ld-6,
  .row .col-ld-6 {
    width: 50%;
  }
  .col-ld-7,
  .row .col-ld-7 {
    width: 58.33333%;
  }
  .col-ld-8,
  .row .col-ld-8 {
    width: 66.66667%;
  }
  .col-ld-9,
  .row .col-ld-9 {
    width: 75%;
  }
  .col-ld-10,
  .row .col-ld-10 {
    width: 83.33333%;
  }
  .col-ld-11,
  .row .col-ld-11 {
    width: 91.66667%;
  }
  .col-ld-12,
  .row .col-ld-12 {
    width: 100%;
  }
}

/* 7. navbar*/
.navbar {
  height: 76px;
}

.navbar .navbar-inner {
  padding: var(--fimobile-padding);
  line-height: 44px;
}

.navbar .navbar-inner .title h5,
.navbar .navbar-inner .title h6,
.navbar .navbar-inner .title h3 {
  margin-top: 0;
}

.navbar .navbar-bg {
  border-radius: 0 0 var(--fimobile-rounded) var(--fimobile-rounded);
}

.navbar .navbar-bg::after, .navbar .navbar-bg::before {
  display: none;
}

.navbar.active .navbar-bg {
  --f7-bars-translucent-opacity: 0.8;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkt-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.view.view-main .page-content {
  padding-top: 86px;
}

.toolbar.template,
.ios-translucent-bars .toolbar.template {
  background-color: var(--fimobile-border-color);
  border-radius: var(--fimobile-rounded);
  height: 60px;
}

.toolbar.template .toolbar-inner,
.ios-translucent-bars .toolbar.template .toolbar-inner {
  padding: 0px;
}

.toolbar.template .toolbar-inner .tab-link,
.ios-translucent-bars .toolbar.template .toolbar-inner .tab-link {
 /* background-color: transparent;
  color: var(--f7-theme-color);
  border-radius: calc(var(--fimobile-rounded) - 5px);
  */
  
  background-color: #ba2126;
  color: #fff;
  border-radius: 0px; /*calc(var(--fimobile-rounded) - 5px);*/
}

.toolbar.template .toolbar-inner .tab-link.tab-link-active,
.ios-translucent-bars .toolbar.template .toolbar-inner .tab-link.tab-link-active {
  background-color: #1c112e; /*var(--f7-theme-color);*/
  color: #fff; /*var(--fimobile-theme-text); f5437a*/
}

/* 8. navbar*/
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="file"],
select,
textarea {
  padding: 0.625rem 0.75rem;
  line-height: 1.5;
  border-radius: var(--fimobile-input-rounded); 
  background-color: var(--fimobile-input-color);
  color: var(--fimobile-input-text);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

label.small {
  margin-bottom: 10px;
  display: block;
}

.item-input-wrap,
.ios .item-input-wrap,
.md .item-input-wrap {
  position: relative;
  margin: 0;
}

.form-list {
  border: 1px solid var(--fimobile-border-color);
  border-radius: var(--fimobile-input-rounded);
}

.form-list ul {
  background-color: transparent;
}

.form-list ul:after {
  display: none;
}

.form-list ul:before {
  display: none;
}

.form-list ul .item-input {
  background-color: var(--fimobile-input-color);
  border-radius: var(--fimobile-input-rounded);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

.form-list ul .item-input.is-valid:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  height: 68%;
  top: 16%;
  width: 3px;
  border-radius: 2px;
  background-color: var(--fimobile-green);
}

.form-list ul .item-input.is-invalid:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  height: 68%;
  top: 16%;
  width: 3px;
  border-radius: 2px;
  background-color: var(--fimobile-red);
}

.form-list ul .item-input .item-inner,
.form-list ul .item-input .item-media {
  padding: 0;
}

.form-list ul .item-input .item-inner input[type="date"],
.form-list ul .item-input .item-inner input[type="datetime-local"],
.form-list ul .item-input .item-inner input[type="email"],
.form-list ul .item-input .item-inner input[type="month"],
.form-list ul .item-input .item-inner input[type="number"],
.form-list ul .item-input .item-inner input[type="password"],
.form-list ul .item-input .item-inner input[type="search"],
.form-list ul .item-input .item-inner input[type="tel"],
.form-list ul .item-input .item-inner input[type="text"],
.form-list ul .item-input .item-inner input[type="time"],
.form-list ul .item-input .item-inner input[type="url"],
.form-list ul .item-input .item-inner input[type="file"],
.form-list ul .item-input .item-inner select,
.form-list ul .item-input .item-inner textarea,
.form-list ul .item-input .item-media input[type="date"],
.form-list ul .item-input .item-media input[type="datetime-local"],
.form-list ul .item-input .item-media input[type="email"],
.form-list ul .item-input .item-media input[type="month"],
.form-list ul .item-input .item-media input[type="number"],
.form-list ul .item-input .item-media input[type="password"],
.form-list ul .item-input .item-media input[type="search"],
.form-list ul .item-input .item-media input[type="tel"],
.form-list ul .item-input .item-media input[type="text"],
.form-list ul .item-input .item-media input[type="time"],
.form-list ul .item-input .item-media input[type="url"],
.form-list ul .item-input .item-media input[type="file"],
.form-list ul .item-input .item-media select,
.form-list ul .item-input .item-media textarea {
  height: auto;
  padding-top: 22px;
  line-height: 20px;
  padding-bottom: 22px;
}

.form-list ul .item-input .item-inner input[type="date"].input-with-value,
.form-list ul .item-input .item-inner input[type="datetime-local"].input-with-value,
.form-list ul .item-input .item-inner input[type="email"].input-with-value,
.form-list ul .item-input .item-inner input[type="month"].input-with-value,
.form-list ul .item-input .item-inner input[type="number"].input-with-value,
.form-list ul .item-input .item-inner input[type="password"].input-with-value,
.form-list ul .item-input .item-inner input[type="search"].input-with-value,
.form-list ul .item-input .item-inner input[type="tel"].input-with-value,
.form-list ul .item-input .item-inner input[type="text"].input-with-value,
.form-list ul .item-input .item-inner input[type="time"].input-with-value,
.form-list ul .item-input .item-inner input[type="url"].input-with-value,
.form-list ul .item-input .item-inner input[type="file"].input-with-value,
.form-list ul .item-input .item-inner select.input-with-value,
.form-list ul .item-input .item-inner textarea.input-with-value,
.form-list ul .item-input .item-media input[type="date"].input-with-value,
.form-list ul .item-input .item-media input[type="datetime-local"].input-with-value,
.form-list ul .item-input .item-media input[type="email"].input-with-value,
.form-list ul .item-input .item-media input[type="month"].input-with-value,
.form-list ul .item-input .item-media input[type="number"].input-with-value,
.form-list ul .item-input .item-media input[type="password"].input-with-value,
.form-list ul .item-input .item-media input[type="search"].input-with-value,
.form-list ul .item-input .item-media input[type="tel"].input-with-value,
.form-list ul .item-input .item-media input[type="text"].input-with-value,
.form-list ul .item-input .item-media input[type="time"].input-with-value,
.form-list ul .item-input .item-media input[type="url"].input-with-value,
.form-list ul .item-input .item-media input[type="file"].input-with-value,
.form-list ul .item-input .item-media select.input-with-value,
.form-list ul .item-input .item-media textarea.input-with-value {
  padding-top: 30px;
  padding-bottom: 14px;
}

.form-list ul .item-input .item-inner .item-floating-label,
.form-list ul .item-input .item-media .item-floating-label {
  position: absolute;
  top: 0px;
  transform: scale(var(--f7-floating-label-scale)) translateY(calc((var(--f7-input-height) / 2 + 14%) / var(--f7-floating-label-scale)));
}

.form-list ul .item-input.item-input-focused .item-floating-label,
.form-list ul .item-input.item-input-focused .item-label, .form-list ul .item-input.item-input-with-value .item-floating-label,
.form-list ul .item-input.item-input-with-value .item-label {
  transform: scale(1) translateY(0);
  top: 10px;
  opacity: 0.5;
}

.form-list ul .item-input.item-input-focused input[type="date"],
.form-list ul .item-input.item-input-focused input[type="datetime-local"],
.form-list ul .item-input.item-input-focused input[type="email"],
.form-list ul .item-input.item-input-focused input[type="month"],
.form-list ul .item-input.item-input-focused input[type="number"],
.form-list ul .item-input.item-input-focused input[type="password"],
.form-list ul .item-input.item-input-focused input[type="search"],
.form-list ul .item-input.item-input-focused input[type="tel"],
.form-list ul .item-input.item-input-focused input[type="text"],
.form-list ul .item-input.item-input-focused input[type="time"],
.form-list ul .item-input.item-input-focused input[type="url"],
.form-list ul .item-input.item-input-focused input[type="file"],
.form-list ul .item-input.item-input-focused select,
.form-list ul .item-input.item-input-focused textarea, .form-list ul .item-input.item-input-with-value input[type="date"],
.form-list ul .item-input.item-input-with-value input[type="datetime-local"],
.form-list ul .item-input.item-input-with-value input[type="email"],
.form-list ul .item-input.item-input-with-value input[type="month"],
.form-list ul .item-input.item-input-with-value input[type="number"],
.form-list ul .item-input.item-input-with-value input[type="password"],
.form-list ul .item-input.item-input-with-value input[type="search"],
.form-list ul .item-input.item-input-with-value input[type="tel"],
.form-list ul .item-input.item-input-with-value input[type="text"],
.form-list ul .item-input.item-input-with-value input[type="time"],
.form-list ul .item-input.item-input-with-value input[type="url"],
.form-list ul .item-input.item-input-with-value input[type="file"],
.form-list ul .item-input.item-input-with-value select,
.form-list ul .item-input.item-input-with-value textarea {
  padding-top: 30px;
  padding-bottom: 14px;
}

.form-list ul .item-input .input-clear-button {
  margin-top: 3px;
  margin-right: 15px;
}

.skipbtn {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1;
}

.button {
  /*border-radius: calc(var(--fimobile-rounded) - 5px); */
  padding: var(--fimobile-padding) 0;
  line-height: 30px;
  height: auto;
}

.button:disabled {
  opacity: 0.5;
}

.button.button-raised {
  box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.1) !important;
}

.elevation-2 {
  box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.1) !important;
}

.button-44 {
  height: 44px;
  width: 44px;
  padding: 0;
  line-height: 44px;
}

input.calendar-daterange {
  line-height: 20px;
  padding: 0;
  opacity: 0.65;
  font-size: 14px;
  background-color: transparent !important;
}

.form-check.avatar {
  display: block;
  position: relative;
  padding: 0;
}

.form-check.avatar .form-check-input {
  position: absolute;
  left: 3px;
  bottom: 3px;
  margin-left: 0;
  z-index: 1;
  border-radius: 10px;
  opacity: 0.5;
}

.form-check.avatar .form-check-input:checked {
  opacity: 1;
}

input.trasparent-input {
  font-size: 50px;
  line-height: 60px;
  padding: 10px 15px;
  border: 0;
  background-color: transparent !important;
  display: block;
  width: 100%;
  border-radius: var(--fimobile-rounded);
}

/* 9. Chart and Graph*/
/* 10. dark mode*/
.theme-dark {
  background-color: var(--f7-theme-color);
  --fimobile-input-color: rgba(0, 0, 0, 0.35);
  --fimobile-input-text: #ffffff;
  --fimobile-theme-text: #ffffff;
  --f7-panel-width: 280px;
  --fimobile-footer: #03175a;
  --fimobile-footer-text: #6683e0;
  --fimobile-footer-text-active: #ffffff;
  /* card color */
  --fimobile-card-color: rgba(255, 255, 255, 0.1);
  --fimobile-card-text: #ffffff;
  /* page color */
  --fimobile-page-bg-1: #001a5c;
  --fimobile-page-bg-2: #000000;
  --f7-bars-bg-color-rgb: 10, 10, 10;
  --f7-bars-translucent-opacity: 0;
  --fimobile-border-color: var(--fimobile-page-bg-1);
}

.theme-dark .navbar .navbar-bg {
  opacity: 0;
}

.theme-dark .navbar.active .navbar-bg {
  opacity: 1;
}

.theme-dark .chartdoughnut > .datadisplay {
  color: #000;
}

.theme-dark input.calendar-daterange {
  color: var(--fimobile-color-text);
}

.theme-dark .bg-color-white {
  background-color: #000000 !important;
}

.theme-dark .card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px rgba(255, 255, 255, 0.1);
}

.theme-dark.color-theme-red {
  /* page color */
  --fimobile-page-bg-1: #440312;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(166, 7, 44, 0.1);
}

.theme-dark.color-theme-green {
  /* page color */
  --fimobile-page-bg-1: #061511;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(29, 101, 78, 0.15);
}

.theme-dark.color-theme-blue {
  --f7-theme-color: #bc2126;
  /* page color */
  --fimobile-page-bg-1: #050d24;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: #05103f;
}

.theme-dark.color-theme-pink {
  /* page color */
  --fimobile-page-bg-1: #260817;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(114, 23, 68, 0.15);
}

.theme-dark.color-theme-yellow {
  /* page color */
  --fimobile-page-bg-1: #402e00;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(151, 108, 0, 0.15);
}

.theme-dark.color-theme-orange {
  /* page color */
  --fimobile-page-bg-1: #351800;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(144, 66, 1, 0.15);
}

.theme-dark.color-theme-purple {
  /* page color */
  --fimobile-page-bg-1: #1c1031;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(56, 32, 99, 0.15);
}

.theme-dark.color-theme-deeppurple {
  /* page color */
  --fimobile-page-bg-1: #0d0716;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(51, 7, 124, 0.15);
}

.theme-dark.color-theme-lightblue {
  /* page color */
  --fimobile-page-bg-1: #03272e;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(6, 100, 119, 0.15);
}

.theme-dark.color-theme-teal {
  /* page color */
  --fimobile-page-bg-1: #011819;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: rgba(4, 65, 69, 0.15);
}

.theme-dark.color-theme-lime {
  /* page color */
  --fimobile-page-bg-1: #345c00;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: #2c4900;
}

.theme-dark.color-theme-deeporange {
  /* page color */
  --fimobile-page-bg-1: #682d00;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: #4b1500;
}

.theme-dark.color-theme-gray {
  /* page color */
  --fimobile-page-bg-1: #4d4d4d;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: #333333;
}

.theme-dark.color-theme-black {
  /* page color */
  --fimobile-page-bg-1: #303030;
  --fimobile-page-bg-2: #000000;
  --fimobile-border-color: #111111;
}

/* 11. footer */
.footer-info {
  padding: var(--fimobile-padding) 0px;
  line-height: 30px;
}

.page-content.has-footer {
  padding-bottom: 70px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  border-radius: var(--fimobile-rounded) var(--fimobile-rounded) 0 0;
  background-color: #200a2b; /*var(--fimobile-footer);*/
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.07);
  -webkt-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.07);
}

.footer .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}

.footer .nav .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.footer .nav .nav-item .nav-link {
  text-align: center;
  background: transparent;
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  height: 100%;
  line-height: 60px;
  vertical-align: middle;
  color: var(--fimobile-footer-text);
  padding: calc(var(--fimobile-padding) - 5px) calc(var(--fimobile-padding) - 10px);
}

.footer .nav .nav-item .nav-link span {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.footer .nav .nav-item .nav-link span .nav-icon {
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 auto;
}

.footer .nav .nav-item .nav-link span .nav-text {
  font-size: 10px;
  line-height: 15px;
  display: block;
}

.footer .nav .nav-item .nav-link.active {
  color: #fcfcfe; /*var(--fimobile-footer-text-active);*/
}

.footer .nav .nav-item.centerbutton {
  padding: 0px;
  transition: none;
}

.footer .nav .nav-item.centerbutton .nav-link {
  box-sizing: border-box;
  position: relative;
  padding: 8px;
  height: 76px;
  width: 76px;
  margin: 0 auto;
  border-radius: 0 0 40px 40px;
  margin-top: -20px;
  transition: none;
}

.footer .nav .nav-item.centerbutton .nav-link > span {
  height: 60px;
  line-height: 56px;
  width: 60px;
  border-radius: 30px;
  margin: 0px auto 0 auto;
  color: var(--fimobile-theme-text);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkt-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.footer .nav .nav-item.centerbutton .nav-link > span img {
  opacity: 1;
  width: 16px;
  height: 25px;
  vertical-align: middle;
}

.footer .nav .nav-item.centerbutton .nav-link > span i.close {
  opacity: 0;
  height: 24px;
  width: 24px;
  font-size: 0;
  line-height: 24px;
  display: inline-block;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  margin: 0 auto;
}

.footer .nav .nav-item.centerbutton .nav-link .nav-menu-popover {
  height: auto;
  padding: var(--fimobile-padding);
  border-radius: var(--fimobile-rounded);
  background: linear-gradient(to right, #B62025, #200A2B); /* smoll var(--f7-theme-color-shade);*/
  color: var(--fimobile-theme-text);
  position: absolute;
  bottom: 100%;
  width: 350px;
  left: -160px;
  margin-left: 23px;
  display: none;
  justify-content: space-between;
}

.footer .nav .nav-item.centerbutton .nav-link .nav-menu-popover a {
  color: var(--fimobile-theme-text);
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
}

.footer .nav .nav-item.centerbutton .nav-link .nav-menu-popover a i {
  font-size: 32px;
  height: 62px;
  width: 62px;
  line-height: 62px;
  vertical-align: middle;
  border-radius: var(--fimobile-rounded);
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--fimobile-theme-text);
  display: inline-block;
  margin: 0 auto 5px auto;
  text-align: center;
}

.footer .nav .nav-item.centerbutton .nav-link .nav-menu-popover a span {
  display: block;
}

.footer .nav .nav-item.centerbutton .nav-link.active {
  background: transparent;/* linear-gradient(to right, #B62025, #200A2B); var(--f7-theme-color-shade);*/
}

.footer .nav .nav-item.centerbutton .nav-link.active::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
  height: 20px;
 /* background-image: radial-gradient(ellipse at 0% 100%, transparent 0%, transparent 70%, var(--f7-theme-color-shade) 72%); */
}

.footer .nav .nav-item.centerbutton .nav-link.active::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 20px;
  /* background-image: radial-gradient(ellipse at 100% 100%, transparent 0%, transparent 70%, var(--f7-theme-color-shade) 72%); */
}

.footer .nav .nav-item.centerbutton .nav-link.active .nav-menu-popover {
  display: flex;
}

.footer .nav .nav-item.centerbutton .nav-link.active > span img {
  opacity: 0;
}

.footer .nav .nav-item.centerbutton .nav-link.active > span i.close {
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  font-size: 22px;
}

.with-panel-left-reveal .footer {
  margin-bottom: -80px;
}

/* 12. carousel */
.swiper-container {
  z-index: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--f7-theme-color);
}

.introswiper {
  height: 100%;
}

.cardswiper .swiper-wrapper .swiper-slide {
  width: 270px;
  padding: 0 5px 10px 15px;
}

.cardswiper .swiper-wrapper .swiper-slide:last-child {
  padding-right: var(--fimobile-padding);
}

.cardswiper .swiper-wrapper .swiper-slide:first-child {
  padding-left: var(--fimobile-padding);
}

.cardswiper .swiper-wrapper .swiper-slide .card {
  min-height: 150px;
}

.connectionwiper .swiper-wrapper .swiper-slide {
  width: auto;
  padding: 0 5px 10px 15px;
}

.connectionwiper .swiper-wrapper .swiper-slide:last-child {
  padding-right: var(--fimobile-padding);
}

.connectionwiper .swiper-wrapper .swiper-slide:first-child {
  padding-left: var(--fimobile-padding);
}

.summayswiper .swiper-wrapper .swiper-slide {
  width: 200px;
  padding: 0 5px 10px 15px;
}

.summayswiper .swiper-wrapper .swiper-slide:last-child {
  padding-right: var(--fimobile-padding);
}

.summayswiper .swiper-wrapper .swiper-slide:first-child {
  padding-left: var(--fimobile-padding);
}

.tagsswiper .swiper-wrapper .swiper-slide {
  width: auto;
  padding: 0 5px 10px 5px;
}

.tagsswiper .swiper-wrapper .swiper-slide:last-child {
  padding-right: var(--fimobile-padding);
}

.tagsswiper .swiper-wrapper .swiper-slide:first-child {
  padding-left: var(--fimobile-padding);
}

/* 13. loader */
.loader-wrap {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  color: var(--f7-color-white);
}

.loader-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: var(--f7-theme-color);
}

.loader-wrap > div {
  z-index: 1;
  position: relative;
}

.loader-cube-wrap {
  align-self: flex-end;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 100px;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
  position: relative;
  width: 100px;
}

.loader-cube-wrap img {
  max-width: 100%;
}

.loader-cube-animate {
  animation-name: cubeanimate;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

@keyframes cubeanimate {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.progressstimer {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto 10px auto;
  position: relative;
}

.progressstimer img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.progressstimer .timer {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 14. list */
.list ul {
  background-color: transparent;
}

.list ul li.list-item {
  padding-top: var(--fimobile-padding);
  padding-bottom: var(--fimobile-padding);
}

.list ul li.list-item::after {
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: var(--fimobile-border-color);
  height: 1px;
}

.list ul li.list-item:last-child::after {
  display: none;
}

.list a {
  color: inherit;
}

/* 15. calendar */
.calendar .toolbar {
  background-color: var(--f7-calendar-selected-bg-color, var(--f7-theme-color));
  color: var(--f7-calendar-selected-text-color);
  height: 54px;
}

.calendar .toolbar .toolbar-inner {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.15);
}

.calendar .toolbar .toolbar-inner a,
.calendar .toolbar .toolbar-inner button {
  color: var(--f7-calendar-selected-text-color);
}

.calendar .calendar-week-header {
  background-color: var(--f7-calendar-selected-bg-color, var(--f7-theme-color));
  color: var(--f7-calendar-selected-text-color);
  height: auto;
}

.calendar .calendar-week-header .calendar-week-day {
  padding: 10px 0;
}

/* 16. logo */
.logo-splash {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.logo-splash img {
  width: 100px;
  margin-bottom: 15px;
  border-radius: calc(var(--fimobile-rounded) + 5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.logo-small {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 44px;
}

.logo-small img {
  width: 32px;
  margin: 0;
  border-radius: calc(var(--fimobile-rounded) - 10px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  margin-right: 12px;
  border: 0;
  vertical-align: middle;
}

.logo-small h5 {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.iwatchposition {
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -45px;
  width: 90px;
}




/* Coin Generator */

.coin {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 30px auto;
  transform-style: preserve-3d;
  -webkit-animation: rotate3d 4.5s linear infinite;
          animation: rotate3d 4.5s linear infinite;
  transition: all 0.3s;
}

.coin__front,
.coin__back {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #3D0000;
}
.coin__front:after,
.coin__back:after {
  content: "";
  position: absolute;
  left: -200px;
  bottom: 100%;
  display: block;
  height: 266.6666666667px;
  width: 800px;
  background: #FF0000;
  opacity: 0.3;
  -webkit-animation: shine linear 2.25s infinite;
          animation: shine linear 2.25s infinite;
}




.coin .side {
  -webkit-transform: translateX(21.5px);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.coin .side .circle {
  height: 300px;
  width: 5px;
  position: fixed;
  top: 0px;
  left: 124px;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.coin .side .circle:before,
.coin .side .circle:after {
  content: "";
  display: block;
  height: 39.68px;
  width: 16px;
  position: absolute;
  -webkit-transform: rotateX(84.375deg);
  background: linear-gradient(#CF1B1B, #000);
}

.coin .side .circle:before {
  -webkit-transform-origin: top center;
}

.coin .side .circle:after {
  bottom: 0;
  -webkit-transform-origin: center bottom;
}

.coin .side .circle:nth-child(48) {
  -webkit-transform: rotateY(90deg) rotateX(180deg);
}

.coin .side .circle:nth-child(47) {
  -webkit-transform: rotateY(90deg) rotateX(176.25deg);
}

.coin .side .circle:nth-child(46) {
  -webkit-transform: rotateY(90deg) rotateX(172.5deg);
}

.coin .side .circle:nth-child(45) {
  -webkit-transform: rotateY(90deg) rotateX(168.75deg);
}

.coin .side .circle:nth-child(44) {
  -webkit-transform: rotateY(90deg) rotateX(165deg);
}

.coin .side .circle:nth-child(43) {
  -webkit-transform: rotateY(90deg) rotateX(161.25deg);
}

.coin .side .circle:nth-child(42) {
  -webkit-transform: rotateY(90deg) rotateX(157.5deg);
}

.coin .side .circle:nth-child(41) {
  -webkit-transform: rotateY(90deg) rotateX(153.75deg);
}

.coin .side .circle:nth-child(40) {
  -webkit-transform: rotateY(90deg) rotateX(150deg);
}

.coin .side .circle:nth-child(39) {
  -webkit-transform: rotateY(90deg) rotateX(146.25deg);
}

.coin .side .circle:nth-child(38) {
  -webkit-transform: rotateY(90deg) rotateX(142.55deg);
}

.coin .side .circle:nth-child(37) {
  -webkit-transform: rotateY(90deg) rotateX(138.75deg);
}

.coin .side .circle:nth-child(36) {
  -webkit-transform: rotateY(90deg) rotateX(135deg);
}

.coin .side .circle:nth-child(35) {
  -webkit-transform: rotateY(90deg) rotateX(131.25deg);
}

.coin .side .circle:nth-child(34) {
  -webkit-transform: rotateY(90deg) rotateX(127.5deg);
}

.coin .side .circle:nth-child(33) {
  -webkit-transform: rotateY(90deg) rotateX(123.75deg);
}

.coin .side .circle:nth-child(32) {
  -webkit-transform: rotateY(90deg) rotateX(120deg);
}

.coin .side .circle:nth-child(31) {
  -webkit-transform: rotateY(90deg) rotateX(116.25deg);
}

.coin .side .circle:nth-child(30) {
  -webkit-transform: rotateY(90deg) rotateX(112.5deg);
}

.coin .side .circle:nth-child(29) {
  -webkit-transform: rotateY(90deg) rotateX(108.75deg);
}

.coin .side .circle:nth-child(28) {
  -webkit-transform: rotateY(90deg) rotateX(105deg);
}

.coin .side .circle:nth-child(27) {
  -webkit-transform: rotateY(90deg) rotateX(101.25deg);
}

.coin .side .circle:nth-child(26) {
  -webkit-transform: rotateY(90deg) rotateX(97.5deg);
}

.coin .side .circle:nth-child(25) {
  -webkit-transform: rotateY(90deg) rotateX(93.75deg);
}

.coin .side .circle:nth-child(24) {
  -webkit-transform: rotateY(90deg) rotateX(90deg);
}

.coin .side .circle:nth-child(23) {
  -webkit-transform: rotateY(90deg) rotateX(86.25deg);
}

.coin .side .circle:nth-child(22) {
  -webkit-transform: rotateY(90deg) rotateX(82.5deg);
}

.coin .side .circle:nth-child(21) {
  -webkit-transform: rotateY(90deg) rotateX(78.75deg);
}

.coin .side .circle:nth-child(20) {
  -webkit-transform: rotateY(90deg) rotateX(75deg);
}

.coin .side .circle:nth-child(19) {
  -webkit-transform: rotateY(90deg) rotateX(71.25deg);
}

.coin .side .circle:nth-child(18) {
  -webkit-transform: rotateY(90deg) rotateX(67.5deg);
}

.coin .side .circle:nth-child(17) {
  -webkit-transform: rotateY(90deg) rotateX(63.75deg);
}

.coin .side .circle:nth-child(16) {
  -webkit-transform: rotateY(90deg) rotateX(60deg);
}

.coin .side .circle:nth-child(15) {
  -webkit-transform: rotateY(90deg) rotateX(56.25deg);
}

.coin .side .circle:nth-child(14) {
  -webkit-transform: rotateY(90deg) rotateX(52.5deg);
}

.coin .side .circle:nth-child(13) {
  -webkit-transform: rotateY(90deg) rotateX(48.75deg);
}

.coin .side .circle:nth-child(12) {
  -webkit-transform: rotateY(90deg) rotateX(45deg);
}

.coin .side .circle:nth-child(11) {
  -webkit-transform: rotateY(90deg) rotateX(41.25deg);
}

.coin .side .circle:nth-child(10) {
  -webkit-transform: rotateY(90deg) rotateX(37.5deg);
}

.coin .side .circle:nth-child(9) {
  -webkit-transform: rotateY(90deg) rotateX(33.75deg);
}

.coin .side .circle:nth-child(8) {
  -webkit-transform: rotateY(90deg) rotateX(30deg);
}

.coin .side .circle:nth-child(7) {
  -webkit-transform: rotateY(90deg) rotateX(26.25deg);
}

.coin .side .circle:nth-child(6) {
  -webkit-transform: rotateY(90deg) rotateX(22.5deg);
}

.coin .side .circle:nth-child(5) {
  -webkit-transform: rotateY(90deg) rotateX(18.75deg);
}

.coin .side .circle:nth-child(4) {
  -webkit-transform: rotateY(90deg) rotateX(15deg);
}

.coin .side .circle:nth-child(3) {
  -webkit-transform: rotateY(90deg) rotateX(11.25deg);
}

.coin .side .circle:nth-child(2) {
  -webkit-transform: rotateY(90deg) rotateX(7.5deg);
}

.coin .side .circle:nth-child(1) {
  -webkit-transform: rotateY(90deg) rotateX(3.75deg);
}

.coin__shadow {
  position: absolute;
  width: 300px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 100px 100px #000;
  opacity: 0.125;
  transform: rotateX(90deg) translateZ(-440px) scale(0.5);
}

@-webkit-keyframes rotate3d {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}
@-webkit-keyframes shine {
  0%, 15% {
    transform: translateY(800px) rotate(-40deg);
  }
  50% {
    transform: translateY(-400px) rotate(-40deg);
  }
}
@keyframes shine {
  0%, 15% {
    transform: translateY(800px) rotate(-40deg);
  }
  50% {
    transform: translateY(-400px) rotate(-40deg);
  }
}

.bar-more > span {
  height: 6px;
  width: 60px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 5px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: bottom;
}










.pwainstall {
  position: fixed;
  bottom: 0px;
 /* right: -370px;*/
  max-width: 98%;
  width: 98%;
  background: #fff;
  border-radius: 0px;
  padding: 10px 10px 10px 10px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}


.pwainstall2 {
  position: fixed;
  bottom: 0px;
 /* right: -370px;*/
  max-width: 100%;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  padding: 10px 10px 10px 10px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.pwainstall.show {
  right: 20px;
}
.pwainstall header23 {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.pwainstall2.show {
  right: 20px;
}
.pwainstall2 header23 {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header23 i {
  color: #4070f4;
  font-size: 32px;
}
header23 h2 {
  color: #4070f4;
  font-weight: 500;
}
.pwainstall .data {
  margin-top: 16px;
}
.pwainstall .data p {
  color: #333;
  font-size: 16px;
}
.pwainstall2 .data {
  margin-top: 16px;
}
.pwainstall2 .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.pwainstall .pwabtn {
  margin-top: 16px;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pwainstall2 .pwabtn {
  margin-top: 16px;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pwabtn .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #220a2b;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.pwabtn #acceptBtn:hover {
  background-color: #220a2b;
}
#declineBtn {
  border: 2px solid #b51f24;
  background-color: #b51f24;
  color: #fff;
}
#declineBtn:hover {
  background-color: #fff;
  color: #b51f24;
}

.verified {
  margin: auto;
}

.material-icons2 {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  transform: translateY(-3px);
  background: white;
  border-radius: 90px;
  float: left;
}


/* Sample */



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.plugin-setting-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #000000;
  list-style-type: none;
  margin-bottom: 15px;
}

.plugin-setting-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #3cb371;
  border-radius: 100%;
}

/* Plugin Style Start */
.kwt-file {
  max-width: 380px;
  margin: 0 auto;
}

.kwt-file__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}

.kwt-file__drop-area.is-active {
  background-color: #d1def0;
}

.kwt-file__choose-file {
  flex-shrink: 0;
  background-color: #1d3557;
  border-radius: 100%;
  margin-right: 10px;
  color: #ffffff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
}

.kwt-file__choose-file svg {
  width: 24px;
  height: 24px;
  display: block;
}

.kwt-file__msg {
  color: #1d3557;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.kwt-file__input:focus {
  outline: none;
}

.kwt-file__delete {
  display: none;
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #1d3557;
  border-radius: 50%;
  transition: 0.3s;
}

.kwt-file__delete:hover:after {
  transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}


.nk-kyc-app-icon { margin-bottom: 2rem; }

.nk-kyc-app-icon .icon { display: inline-flex; align-items: center; justify-content: center; height: 80px; width: 80px; font-size: 36px; border-radius: 50%; color: #8094ae; border: 2px solid #dbdfea; }

.nk-kyc-app-text:not(:last-child) { margin-bottom: 2rem; }

.nk-kycfm-head { display: flex; align-items: center; }

.nk-kycfm-head, .nk-kycfm-content, .nk-kycfm-footer { padding: 1.5rem; }

.nk-kycfm-head:not(:last-child), .nk-kycfm-content:not(:last-child), .nk-kycfm-footer:not(:last-child) { border-bottom: 1px solid #e5e9f2; }

.nk-kycfm-count { display: inline-flex; align-items: center; justify-content: center; height: 44px; width: 44px; font-size: 16px; border-radius: 50%; color: #526484; border: 2px solid #dbdfea; margin-right: 1rem; flex-shrink: 0; }

.nk-kycfm-title .title { margin: .25rem 0; }

.nk-kycfm-content .title { margin-bottom: .75rem; }

.nk-kycfm-note { color: #8094ae; display: flex; }

.nk-kycfm-note:not(:last-child) { margin-bottom: 1rem; }

.nk-kycfm-note .icon { margin-right: 0.5rem; font-size: 0.875rem; line-height: 1.65; }

.nk-kycfm-label { display: flex; align-items: center; border: 2px solid #e5e9f2; border-radius: 4px; padding: .5rem 2.875rem .5rem 1rem; font-size: 13px; line-height: 1.3; letter-spacing: -0.01rem; font-weight: 500; cursor: pointer; transition: all .3s; margin-bottom: 0; }

.nk-kycfm-label::after { position: absolute; right: 1.375rem; top: 50%; height: 20px; width: 20px; line-height: 20px; font-size: 12px; border-radius: 50%; transform: translateY(-50%); font-family: "Nioicon"; content: ""; color: #fff; background: #6576ff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }

.nk-kycfm-label-icon { position: relative; width: 34px; display: flex; align-items: center; flex-shrink: 0; margin-right: 12px; }

.nk-kycfm-label-icon .label-icon { transition: all .3s; color: #8094ae; width: 100%; height: 28px; }

.nk-kycfm-control { position: absolute; height: 1px; width: 1px; opacity: 0; }

.nk-kycfm-control-list { display: flex; flex-wrap: wrap; }

.nk-kycfm-control-list + * { margin-top: 1.25rem; }

.nk-kycfm-control-item { position: relative; flex-grow: 1; list-style-type: none; padding-bottom:1%;}

.nk-kycfm-control:checked ~ .nk-kycfm-label { border-color: #6576ff; }

.nk-kycfm-control:checked ~ .nk-kycfm-label:after { opacity: 1; }

.nk-kycfm-control:checked ~ .nk-kycfm-label .label-icon { color: #6576ff; }

.nk-kycfm-upload:not(:first-child) { margin-top: 1.5rem; }

@media (min-width: 576px) { .nk-kycfm-head, .nk-kycfm-content, .nk-kycfm-footer { padding: 1.5rem 2.25rem; }
  .nk-kycfm-content { padding-bottom: 1.75rem; }
  .nk-kycfm-footer { padding: 2.25rem; } }
.data-head {
  padding: 0.25rem 0.25rem;
  margin-bottom: 0.25rem;
  background-color: transaprent;
  border-radius: 4px;
}

.nk-kycfm-label {
  display: flex;
  align-items: center;
  border: 2px solid #e5e9f2;
    border-top-color: rgb(229, 233, 242);
    border-right-color: rgb(229, 233, 242);
    border-bottom-color: rgb(229, 233, 242);
    border-left-color: rgb(229, 233, 242);
  border-radius: 4px;
  padding: .5rem 2.875rem .5rem 1rem;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -0.01rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 0;
}



.upload-card{
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.imagePreview{
    width: 100vh;
    height: 150px;
    border-radius: 4px;
	border: #000000 solid 1px thin;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0%;
}
.file-upload{
    display: flex;
    align-items: center;
    padding: 0px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.12);
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
}
.file-select {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}


.file-select-name{
    margin-left: 15px;
}

.file-select input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.file-remove{
    margin-left: 15px;
    position: absolute;
    right: 15px;
    top: 20px;
}


bdr {
  position: relative;
  margin: auto;
  width: 90%;
  line-height: 64px;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  border:2px solid #0b0b0b;
  border-radius: 10px;
  /*background: #f6a9bd;*/
  transition: all 0.3s;
  cursor: pointer;
}

bdr::before, bdr::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid #ff8800;
  transition: all 0.5s;
  -webkit-animation: clippath 3s infinite linear;
          animation: clippath 3s infinite linear;
  border-radius: 10px;
}
bdr::after {
  -webkit-animation: clippath 3s infinite -1.5s linear;
          animation: clippath 3s infinite -1.5s linear;
}

@-webkit-keyframes clippath {
  0%, 100% {
    -webkit-clip-path: inset(0 0 98% 0);
            clip-path: inset(0 0 98% 0);
  }
  25% {
    -webkit-clip-path: inset(0 98% 0 0);
            clip-path: inset(0 98% 0 0);
  }
  50% {
    -webkit-clip-path: inset(98% 0 0 0);
            clip-path: inset(98% 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 98%);
            clip-path: inset(0 0 0 98%);
  }
}

@keyframes clippath {
  0%, 100% {
    -webkit-clip-path: inset(0 0 98% 0);
            clip-path: inset(0 0 98% 0);
  }
  25% {
    -webkit-clip-path: inset(0 98% 0 0);
            clip-path: inset(0 98% 0 0);
  }
  50% {
    -webkit-clip-path: inset(98% 0 0 0);
            clip-path: inset(98% 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 98%);
            clip-path: inset(0 0 0 98%);
  }
}

.navbar-bg {
  width: 100% !important;
  height: 100% !important;

}

.fixed-content {
  bottom:0;
  position:static;
  overflow-y:scroll;
  overflow-x:hidden;
  height:80vh;
  z-index: 1;
  padding:0px !important;
  background-color: #ffffff;
}










.centerlist {
  text-align: center;
  display: block;
  line-height: 36px;
  vertical-align: middle;
  min-height: 36px;
  border-bottom: 1px solid #ddd;
}
.content-block-title {
  font-size: 16px;
}
.content-block.margin10 {
  margin-top: 10px;
}
.content-block-title.margin10 {
  margin: 12px 16px 16px;
  padding-top: 15px;
}
.content-block-title.center.margin10 {
  margin: 10px;
  padding: 0px;
}
.settings {
  display: block;
  margin-top: 10px;
  z-index: 1;
  text-align: center;
  width: 100%;
  line-height: 20px;
}
.custom.buttonn {
  background-color: #03a9f4;
}
.custom.buttonn {
  background-color: #03a9f4;
}
.save.buttonn {
  background-color: #00a450;
  display: none;
}
a.save.buttonn.close-sortable.show {
  display: inline-block;
}
.restore.buttonn {
  background-color: #f44336;
  display: none;
}
.show {
  display: inline-block;
}
.buttonn {
  background-color: #999;
  color: #fff;
  background-size: 22px;
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
  background-position: 8px center;
  border-radius: 0px;
  margin: 0 10px 0 0;
  font-size: 14px;
  display: inline-block;
}
.list-block.sortable {
  margin-top: 10px;
}
.list-block .item-title {
  font-size: 16px;
}
a.item-link.item-content {
  padding-left: 0px;
}
.list-block .item-inner {
  padding-left: 16px;
}
.center {
  text-align: center;
}
.panel-left {
  padding: 10px 16px;
}
.shadow {
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: none;
}
.confirm {
  position: absolute;
  z-index: 99999;
  top: 30%;
  max-width: 200px;
  min-width: 200px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  display: none;
  height: 100px;
  margin: 0 auto;
  left:0;
  right:0;
}
.text {
  position: absolute;
  top: 15px;
  z-index: 2;
  width:40%;
  max-width: 960px;
  min-width: 600px;
  height: 60px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  left:0;
  right:0;
}
.confirm p {
  margin: 15px 10px 5px;
}
.yes, .no {
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px;
}
.yes {
  background: #00a450;
}
.no {
  background: #f44336;
}
.modalscreen {
  display: block;
}
body {
  background: #eee;
}
.toggle-text {
  margin-right: 10px;
  color: #999;
}
.blue {
  color: #2196f3
}
.lbl {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  vertical-align: middle;
  margin-right: 20px;
}
.lbl:after {
  position: absolute;
  left: 20px;
  top: -5px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: #e4e4e4;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  transition: all 0.3s ease;
}

.cbx:checked ~ label {
  background: #8cccff;
}
.cbx:checked ~ label:after {
  left: -3px;
  background: #2196f3;
}
.cbx:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
.cbx:disabled ~ label:after {
  background: #bcbdbc;
}
.hidden {
  display: none;
}
.bus2 {
  background-image: url(http://imgh.us/1qmkw-lhviv.svg);
  width: 48px;
  height: 48px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 16px;
  margin-right: -10px;
}
.bus {
  background-image: url(http://image.flaticon.com/icons/png/128/149/149345.png);
  background-color: #F57E25;
  width: 28px;
  height: 28px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 16px;
}
.am {
  background-color: #fbbc00;
}
.lj {
  background-color: #F57E25;
}
.az {
  background-color: #0B61AE;
}
.vd {
  background-color: #00A450;
}
li:nth-child(1) {
  
}
.checky {
  display: none;
  background: #79BD9A;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #4d9c74;
  padding: 10px;
  width: 120px;
  overflow: hidden;
  transition: 0.3s all ease;
  position: absolute;
  top: 8px;
  right: 50px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.checky.mini {
  padding: 5px;
  width: 110px;
}
.checky.mini .label {
    top: 5px;
    left: 8px;
    color: #fff;
}
.checky:active, .checky.blue:active, .checky.blue.selected:active, .checky.selected:active {
  box-shadow: none;
  transform: translateY(2px);
}
.checky .label {
  font-size: 0.9em;
  font-family: sans-serif;
  color: white;
  position: absolute;
  top: 12px;
  left: 17px;
  transition: 0.3s all ease;
}
.checky .figure {
  width: 4px;
  height: 20px;
  background: white;
  display: block;
  float: right;
  margin-right: 10px;
  transform: rotate(45deg);
  box-shadow: 0 0 30px #34694e;
}
.checky .figure:after {
  width: 4px;
  height: 12px;
  background: white;
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: rotate(-90deg);
  margin-left: -4px;
  transition: 0.3s all ease;
}
.checky.selected {
  background: #eb4f37;
  box-shadow: 0 2px 0 0 #c22b13;
}
.checky.selected .figure:after, .checky.blue.selected .figure:after {
  height: 20px;
  margin-left: 0;
  bottom: 0;
}
.checky.fade .label-selected {
  opacity: 0;
}
.checky.fade.selected .label {
  opacity: 0;
}
.checky.fade.selected .label.label-selected {
  opacity: 1;
}
.visible {
  display: list-item;
}
.hidden a {
opacity: 0.5;
}