html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
  color: rgb(0,100,200);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


label {
  display: block;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

input[type="range"] {
  height: 0;
}

button {
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

button:disabled {
  color: #999;
}

button:not(:disabled):active {
  background-color: #ddd;
}

button:focus {
  border-color: #666;
}

/* Standalone-mode styles */

.standalone:before {
  content: '';
  display: block;
  height: env(safe-area-inset-top);
  background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}

.standalone {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("./icons/f7/fonts/Framework7Icons-Regular.eot");
  src: local('Framework7 Icons'),
  local('Framework7Icons-Regular'),
  url("./icons/f7/fonts/Framework7Icons-Regular.woff2") format("woff2"),
  url("./icons/f7/fonts/Framework7Icons-Regular.woff") format("woff"),
  url("./icons/f7/fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons, .framework7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.tabbar a.link {
  text-decoration: none !important;
}

.props-img-swiper .swiper-slide {
  font-size: 25px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
}
.props-img-swiper .swiper-slide {
  box-sizing: border-box;
  border: 1px solid transparent;
  background: transparent;
}
.props-img-swiper .swiper-wrapper {
  height: 240px;
}
.props-img-swiper .swiper-slide img {
  width: 100%;
}
.props-img-swiper {
  margin: 0px 0 35px;
  font-size: 18px;
  height: 240px;
  position: relative;
}
.props-img-swiper.props-img-swiper-auto .swiper-slide {
  width: 85%;
}
.props-img-swiper.props-img-swiper-auto .swiper-slide:nth-child(2n) {
  width: 70%;
}
.props-img-swiper.props-img-swiper-auto .swiper-slide:nth-child(3n) {
  width: 30%;
}

.swipeout-actions-opened .a:visited {
  color: inherit;
}

.dialog,
.uppy-Dashboard-inner
div[role=dialog] {
  z-index: 5000;
}
.framework7-root {
  z-index: 1;
}

.active-list-item {
  background: rgba(0,0,0, 0.035);
}
.theme-dark .active-list-item {
  background: rgba(255,255,255, 0.035);
}

.queue-list-item:hover {
  cursor: pointer;
}