/*!
 * Thorium Extended CSS
 * Version 3.0.0 may, 2021
 * framework7 v6.x (https://framework7.io) MIT Licensed
 * Thorium builder© Copyright 2019-2021 Nymphide Lab, All Rights Reserved.
*/

html {
    scroll-behavior: smooth;
  }
  
  * {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }
  
  @font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"),
      url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),
      url(../fonts/MaterialIcons-Regular.woff) format("woff"),
      url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
  }
  
  .material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
  }
  
  @font-face {
    font-family: "Framework7 Icons";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
      url("../fonts/Framework7Icons-Regular.woff") format("woff"),
      url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
  }
  
  .f7-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";
    text-align: center;
  }
  
  .ios .if-md,
  .ios .md-only {
    display: none !important;
  }
  
  .md .if-ios,
  .md .ios-only {
    display: none !important;
  }
  
  body {
    -webkit-user-select: none;
    overflow-y: visible;
  }
  
  /*-- ios Bounce --*/
  .disable-bounce {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
  .disable-bounce .page-content {
    overflow-y: auto;
    overscroll-behavior: none;
  }
  /*-- ios Bounce --*/
  
  .theme-dark {
    background-color: rgb(18, 18, 18) !important;
  }
  
  .fa {
    font-size: 25px;
  }
  
  .hidden {
    display: none !important;
  }
  
  .displayed {
    display: block !important;
  }
  
  .grayscale {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    -webkit-backface-visibility: hidden !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  .text-shadow {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  
  .font-weight-bold {
    font-weight: 700;
  }
  
  .font-italic {
    font-style: italic;
  }
  
  .font-underline {
    text-decoration: underline;
  }
  
  .font-overline {
    text-decoration: overline;
  }
  
  .font-line-through {
    text-decoration: line-through;
  }
  
  .text-lowercase {
    text-transform: lowercase;
  }
  
  .text-uppercase {
    text-transform: uppercase;
  }
  
  .text-capitalize {
    text-transform: capitalize;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-justify {
    text-align: justify;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .text-nowrap * {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .clampin {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  
  .fw-100 {
    font-weight: 100 !important;
  }
  
  .fw-200 {
    font-weight: 200 !important;
  }
  
  .fw-300 {
    font-weight: 300 !important;
  }
  
  .fw-400 {
    font-weight: 400 !important;
  }
  
  .fw-500 {
    font-weight: 500 !important;
  }
  
  .fw-600 {
    font-weight: 600 !important;
  }
  
  .fw-700 {
    font-weight: 700 !important;
  }
  
  .fw-800 {
    font-weight: 800 !important;
  }
  
  .fw-900 {
    font-weight: 900 !important;
  }
  
  .w-25 {
    width: 25% !important;
    max-width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
    max-width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
    max-width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .overflow-visible {
    overflow: visible !important;
  }
  
  .overflow-scroll {
    overflow: scroll !important;
  }
  
  .overflow-hidden {
    overflow: hidden !important;
  }
  
  .overflow-x-scroll {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
  }
  
  .overflow-y-scroll {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  
  .overflow-disabled {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  
  .overflow-scrolly {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
  }
  
  .rounded {
    border-radius: 0.25rem !important;
  }
  
  .rounded-circle {
    border-radius: 50%;
  }
  
  .avatar {
    height: 64px;
    max-height: 64px;
    margin: 2px;
    opacity: 1;
  }
  
  .avatar:hover {
    opacity: 0.95;
  }
  
  .page.photo-browser-page {
    background: black;
  }
  
  .timeline-item-content {
    width: 100%;
  }
  
  .timeline-item-date {
    background-color: transparent !important;
  }
  
  .youtube,
  .dailymotion-video {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  
  .embed-responsive-16by9 {
    padding-top: 56.25%;
    height: 0px !important;
    min-height: 0px !important;
  }
  
  .embed-responsive-21by9 {
    padding-top: 42.857143%;
    height: 0px !important;
    min-height: 0px !important;
  }
  
  .embed-responsive-4by3 {
    padding-top: 75%;
    height: 0px !important;
    min-height: 0px !important;
  }
  
  .embed-responsive-1by1 {
    padding-top: 100%;
    height: 0px !important;
    min-height: 0px !important;
  }
  
  .embed-responsive-3by4 {
    padding-top: 125%;
    height: 0px !important;
    min-height: 0px !important;
  }
  
  .embed-responsive-cover {
    position: relative !important;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border: 0;
    overflow: hidden;
  }
  
  .videocontainer {
    background-color: rgb(0, 0, 0) !important;
  }
  
  .audiocontainer audio {
    width: 100% !important;
  }
  
  .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
    height: 100%;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  
  .mr-0 {
    margin-right: 0 !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0 {
    margin-left: 0 !important;
  }
  
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .m-1 {
    margin: 4px !important;
  }
  
  .mt-1 {
    margin-top: 4px !important;
  }
  
  .mr-1 {
    margin-right: 4px !important;
  }
  
  .mb-1 {
    margin-bottom: 4px !important;
  }
  
  .ml-1 {
    margin-left: 4px !important;
  }
  
  .mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  
  .my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  
  .m-2 {
    margin: 8px !important;
  }
  
  .mt-2 {
    margin-top: 8px !important;
  }
  
  .mr-2 {
    margin-right: 8px !important;
  }
  
  .mb-2 {
    margin-bottom: 8px !important;
  }
  
  .ml-2 {
    margin-left: 8px !important;
  }
  
  .mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  
  .my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  
  .m-3 {
    margin: 16px !important;
  }
  
  .mt-3 {
    margin-top: 16px !important;
  }
  
  .mr-3 {
    margin-right: 16px !important;
  }
  
  .mb-3 {
    margin-bottom: 16px !important;
  }
  
  .ml-3 {
    margin-left: 16px !important;
  }
  
  .mx-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  
  .my-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  
  .m-4 {
    margin: 24px !important;
  }
  
  .mt-4 {
    margin-top: 24px !important;
  }
  
  .mr-4 {
    margin-right: 24px !important;
  }
  
  .mb-4 {
    margin-bottom: 24px !important;
  }
  
  .ml-4 {
    margin-left: 24px !important;
  }
  
  .mx-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  
  .my-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  
  .m-5 {
    margin: 48px !important;
  }
  
  .mt-5 {
    margin-top: 48px !important;
  }
  
  .mr-5 {
    margin-right: 48px !important;
  }
  
  .mb-5 {
    margin-bottom: 48px !important;
  }
  
  .ml-5 {
    margin-left: 48px !important;
  }
  
  .ml-auto {
    margin-left: auto !important;
  }
  .mr-auto {
    margin-right: auto !important;
  }
  
  .mx-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  
  .my-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  .pr-0 {
    padding-right: 0 !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0 {
    padding-left: 0 !important;
  }
  
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1 {
    padding-left: 0.25rem !important;
  }
  
  .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2 {
    padding-left: 0.5rem !important;
  }
  
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3 {
    padding-left: 1rem !important;
  }
  
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4 {
    padding-left: 1.5rem !important;
  }
  
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5 {
    padding-left: 3rem !important;
  }
  
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .s-1 {
    font-size: 8px !important;
  }
  
  .s-2 {
    font-size: 12px !important;
  }
  
  .s-3 {
    font-size: 16px !important;
  }
  
  .s-4 {
    font-size: 20px !important;
  }
  
  .s-5 {
    font-size: 24px !important;
  }
  
  .s-6 {
    font-size: 32px !important;
  }
  
  .s-7 {
    font-size: 48px !important;
  }
  
  .list ul {
    background: inherit !important;
    background-color: inherit !important;
  }
  
  .list .fa {
    font-size: 30px;
  }
  
  .ios .list .list-button {
    color: inherit;
  }
  
  .list .item-media i {
    font-size: 20px !important;
    border-radius: 5px;
    height: 29px !important;
    width: 29px !important;
    max-height: 29px !important;
    max-width: 29px !important;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .snippet iframe {
    border: 0 solid transparent;
  }
  .embedweb iframe {
    border: 0 solid transparent;
  }
  
  .demo-list-icon,
  .icon-f7 {
    background: #ccc;
    display: block;
    position: relative;
  }
  
  .icon-f7 {
    background: url(../img/f7-icon.png) no-repeat center;
    background-size: cover;
  }
  
  .ios .demo-list-icon,
  .ios .icon-f7 {
    width: 29px;
    height: 29px;
    border-radius: 6px;
    box-sizing: border-box;
  }
  
  .md .demo-list-icon,
  .md .icon-f7 {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
  
  .swiper-container {
    width: 100%;
  }
  .swiper-container-horizontal {
    padding-bottom: 50px;
  }
  
  .swiper-container-3d .swiper-slide {
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  
  .ios .tabbar .tab-link:not(.tab-link-active) .icon-fill {
    display: none;
  }
  
  .ios .tabbar .tab-link.tab-link-active .icon:not(.icon-fill) {
    display: none;
  }
  
  .page-content {
    overflow-x: hidden !important;
  }
  
  .page-content::-webkit-scrollbar {
    width: 5px !important;
    display: block !important;
    background-color: inherit;
    border: 1px solid rgba(80, 80, 80, 0.5);
  }
  
  .page-content::-webkit-scrollbar-thumb {
    margin: 5px;
    background-color: #999;
    -webkit-border-radius: 5px;
  }
  
  /* --- COLLECTION ---*/
  .collection {
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    min-height: 44px;
    background-color: inherit;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  
  .collection .collection-item {
    width: 33.33333%;
    overflow: hidden;
    text-align: center;
    background-color: inherit;
    color: inherit !important;
    box-sizing: border-box;
  }
  .collection-item-image {
    background-color: rgba(150, 150, 150, 0.1);
    border: 0px;
  }
  
  .collection .collection-item:link:hover {
    cursor: pointer;
    opacity: 0.9;
    text-decoration: none;
  }
  
  .collection .collection-item {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .collection-item-spacer .collection-item {
    padding: 1px !important;
  }
  .collection-item-rounded .collection-item {
    padding: 2px !important;
  }
  .collection-item-spacer .collection-item {
    padding: 4px !important;
  }
  
  .collection .collection-item .collection-item-image {
    width: 100%;
    padding-top: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: inherit;
    color: inherit;
    box-sizing: border-box;
  }
  
  .collection .collection-item .collection-item-text {
    color: inherit;
    text-align: center;
    font-size: inherit;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px;
    background-color: inherit;
    color: inherit;
  }
  
  .collection .collection-item .collection-item-subtitle {
    display: block;
    font-size: 90%;
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .collection-notext .collection-item-text {
    display: none !important;
  }
  
  .collection .collection-item-zoom:active {
    opacity: 0.9;
    cursor: zoom-in;
  }
  
  @media (min-width: 576px) {
    .collection .collection-item {
      width: 25%;
    }
  }
  
  @media (min-width: 768px) {
    .collection .collection-item {
      width: 20%;
    }
  }
  
  @media (min-width: 992px) {
    .collection .collection-item {
      width: 16.66666%;
    }
  }
  
  @media (min-width: 1200px) {
    .collection .collection-item {
      width: 14.2857%;
    }
  }
  
  @media (min-width: 1500px) {
    .collection .collection-item {
      width: 12.5%;
    }
  }
  
  .collection-horizontal {
    overflow-x: scroll;
    position: relative;
    display: block;
    white-space: nowrap;
    height: auto;
    width: 100%;
    min-height: 20px;
  }
  .collection-horizontal .collection-item {
    display: inline-block;
    width: 96px;
    vertical-align: top;
  }
  .collection-horizontal .collection-item .collection-item-text {
    height: 44px;
  }
  
  .collection-rounded .collection-item .collection-item-image {
    box-sizing: border-box;
    border-radius: 50%;
    border: 0px;
  }
  .collection-rounded-soft .collection-item .collection-item-image {
    box-sizing: border-box;
    border-radius: 1rem;
    border: 0px;
  }
  
  .collection-horizontal-32 .collection-item {
    width: 32px;
  }
  .collection-horizontal-48 .collection-item {
    width: 48px;
  }
  .collection-horizontal-56 .collection-item {
    width: 56px;
  }
  .collection-horizontal-64 .collection-item {
    width: 64px;
  }
  .collection-horizontal-72 .collection-item {
    width: 72px;
  }
  .collection-horizontal-96 .collection-item {
    width: 96px;
  }
  .collection-horizontal-128 .collection-item {
    width: 128px;
  }
  .collection-horizontal .templaterow {
    display: none;
  }
  /* --- COLLECTION ---*/
  
  .img-zoom {
    cursor: zoom-in;
  }
  
  .bg-transparent {
    background-color: transparent !important;
  }
  
  .ios .bg-danger {
    background-color: #ff3b30 !important;
  }
  
  .md .bg-danger {
    background-color: #f44336 !important;
  }
  
  .ios .bg-danger {
    background-color: #ff3b30 !important;
  }
  
  .md .bg-danger {
    background-color: #f44336 !important;
  }
  
  .bg-white {
    background-color: rgb(255, 255, 255) !important;
  }
  
  .bg-dark {
    background-color: rgb(0, 0, 0) !important;
  }
  
  .md .bg-primary {
    background-color: #2196f3 !important;
  }
  
  .ios .bg-primary {
    background-color: #007aff !important;
  }
  
  .md .bg-success {
    background-color: #4caf50 !important;
  }
  
  .ios .bg-success {
    background-color: #4cd964 !important;
  }
  
  .md .bg-info {
    background-color: #00bcd4 !important;
  }
  
  .ios .bg-info {
    background-color: #5ac8fa !important;
  }
  
  .md .bg-warning {
    background-color: #ff9800 !important;
  }
  
  .ios .bg-warning {
    background-color: #ff9500 !important;
  }
  
  .md .bg-light {
    background-color: rgb(248, 249, 250) !important;
  }
  
  .ios .bg-light {
    background-color: rgb(248, 249, 250) !important;
  }
  
  .ios .text-muted {
    color: #6d6d72 !important;
  }
  
  .md .text-muted {
    color: rgba(0, 0, 0, 0.54) !important;
  }
  
  .ios .text-success {
    color: #4cd964 !important;
  }
  
  .md .text-success {
    color: #4caf50 !important;
  }
  
  .ios .text-primary {
    color: #007aff !important;
  }
  
  .md .text-primary {
    color: #2196f3 !important;
  }
  
  .ios .text-info {
    color: #5ac8fa !important;
  }
  
  .md .text-info {
    color: #00bcd4 !important;
  }
  
  .ios .text-warning {
    color: #ff9500 !important;
  }
  
  .md .text-warning {
    color: #ff9800 !important;
  }
  
  .text-white {
    color: rgb(255, 255, 255) !important;
  }
  
  .ios .text-danger {
    color: #ff3b30 !important;
  }
  
  .md .text-danger {
    color: #f44336 !important;
  }
  
  .text-black {
    color: rgb(0, 0, 0) !important;
  }
  
  .googlemap {
    width: 100%;
    overflow: hidden;
  }
  
  .googlemap-item {
    width: 100%;
  }
  
  .search-map {
    overflow: hidden;
  }
  
  .search-map .search-place {
    color: inherit;
    border-radius: var(--f7-searchbar-input-border-radius) !important;
  }
  
  .googlemapAPI .gm-style-iw-d {
    color: black;
  }
  
  .pac-container {
    z-index: 20000;
  }
  
  .pac-container .pac-item:hover,
  .pac-container .pac-item:focus,
  .pac-container .pac-item:active {
    background-color: rgba(150, 150, 150, 0.5) !important;
  }
  
  /* -- GoogleMap Info Window --*/
  .custominfowindow {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--f7-page-bg-color);
    height: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 5000;
  }
  
  .custominfowindow .iw-container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(150, 150, 150, 0.3);
  }
  
  @media (min-width: 480px) {
    .imgbloc {
      text-align: center;
    }
  }
  
  .custominfowindow .iw-container img {
    max-height: 80px;
    max-width: 99%;
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .custominfowindow .iw-container .button {
    width: 70px;
    font-size: 20px !important;
    margin-right: 6px;
  }
  .custominfowindow .iw-container .button i {
    margin: 0px;
  }
  
  .custominfowindow .iw-container .iw-title {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .custominfowindow .iw-container .iw-subtitle {
    font-size: 14px;
    color: rgb(120, 120, 120);
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .custominfowindow .iw-container .iw-title span:not(:empty) {
    font-size: 13px;
    background-color: var(
      --f7-button-fill-pressed-bg-color,
      var(--f7-theme-color-shade)
    );
    color: white;
    border-radius: 16px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: default;
  }
  
  .custominfowindow .iw-container .iw-rate {
    color: rgb(247, 171, 18);
  }
  
  .custominfowindow .iw-container .iw-rate i {
    font-size: 13px;
  }
  .custominfowindow .btncloseinfowindow {
    position: absolute;
    right: 16px;
    top: 16px;
    color: rgba(128, 128, 128, 0.5);
  }
  .custominfowindow .btncloseinfowindow:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  
  /* -- GoogleMap Info Window --*/
  
  .border-thin {
    border-width: 1px 1px 1px 1px !important;
  }
  
  .border-left-thin {
    border-width: 0 0 0 1px !important;
  }
  
  .border-top-thin {
    border-width: 1px 0 0 0px !important;
  }
  
  .border-right-thin {
    border-width: 0 1px 0 0px !important;
  }
  
  .border-bottom-thin {
    border-width: 0 0 1px 0px !important;
  }
  
  .border-heavy {
    border-width: 5px 5px 5px 5px !important;
  }
  
  .border-left-heavy {
    border-width: 0 0 0 5px !important;
  }
  
  .border-top-heavy {
    border-width: 5px 0 0 0px !important;
  }
  
  .border-right-heavy {
    border-width: 0 5px 0 0px !important;
  }
  
  .border-bottom-heavy {
    border-width: 0 0 5px 0px !important;
  }
  
  .border-style-solid {
    border-style: solid !important;
  }
  
  .border-style-dotted {
    border-style: dotted !important;
  }
  
  .border-0 {
    border-width: 0 0 0 0px !important;
  }
  
  .box-shadow {
    box-shadow: rgba(0, 0, 0, 0.06) 0 20px 20px;
  }
  
  /*-- Forms--*/
  
  .form .item-input-form-check {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .form .item-input-form-check .form-check {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 75% !important;
  }
  
  .form .item-input-info {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    position: relative;
    white-space: pre-wrap;
    top: 0px;
  }
  .inline-labels .item-input-info {
    display: none;
  }
  
  .form .input-clear-button {
    right: 4px;
  }
  
  .form .range-slider {
    margin-bottom: 16px;
  }
  
  .form input[type="geo"] {
    border: 0px;
    font-size: 75% !important;
    width: 100%;
    cursor: zoom-in;
  }
  
  .form .item-inner-switch {
    flex-direction: row;
    align-items: center;
  }
  .form .item-label-switch {
    width: auto;
    max-width: 80%;
  }
  
  .form .smart-select .item-inner {
    max-width: 50%;
  }
  .form .smart-select .item-inner .item-after {
    line-height: 30px;
  }
  
  .form .smart-select-standard {
    width: 100%;
  }
  
  .form .smart-select-inline {
    width: 100%;
  }
  .form .smart-select-inline .inline-labels {
    width: 100%;
  }
  
  .form .shadow-text {
    display: none;
    height: 0px;
  }
  
  .form .item-group {
    padding-left: 0px;
  }
  
  .form .item-group .item-inner-group {
    padding-left: 16px;
  }
  /*-- Forms--*/
  
  .templaterow {
    display: none;
  }
  
  .searchbar {
    overflow: hidden;
  }
  
  .searchbar input {
    border-radius: var(--f7-searchbar-input-border-radius) !important;
  }
  
  .displayer {
    visibility: hidden;
  }
  
  .repeater {
    display: none;
  }
  
  .repeater .list .fa {
    font-size: 13px !important;
    color: rgb(253, 129, 8);
  }
  
  .repeater .searchbar {
    top: 0px !important;
  }
  
  .repeater .item-content {
    color: inherit !important;
  }
  
  .hideifempty .db-field :empty {
    display: none;
  }
  .hideifnohref .link[href=""] {
    display: none !important;
  }
  
  .db-video {
    background-color: rgb(0, 0, 0) !important;
    position: relative;
  }
  
  .sticked-bottom {
    position: fixed;
    right: 0;
    width: 100%;
    bottom: 0;
    top: auto !important;
  }
  
  .figure {
    max-width: 100% !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(164, 177, 185, 0.5);
    min-height: 30px;
    background: url(../img/transparent.png) no-repeat center;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  
  .button i {
    font-size: inherit !important;
    margin-right: 4px;
    margin-left: 4px;
  }
  
  .unsplash-container {
    overflow: hidden;
  }
  
  .unsplash-notice {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white;
    margin-top: -30px;
    padding: 5px;
    font-size: 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    text-align: center;
  }
  
  .unsplash-notice a {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .unsplash-container,
  .image-container {
    position: relative;
  }
  
  .unsplash-container .webshare,
  .image-container .webshare {
    position: absolute;
    left: 4px;
    top: 8px;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .opaque {
    opacity: 1 !important;
    background-color: var(--f7-login-screen-bg-color) !important;
    z-index: 13001 !important;
  }
  
  #auth-db-status,
  #auth-register-db-status,
  #auth-lostpw-status {
    display: none;
    color: red;
    font-size: 13px;
    margin-top: 15px;
  }
  
  .auth-signin-page .item-input {
    width: 100% !important;
  }
  
  .auth-profile-page .item-input {
    width: 100% !important;
  }
  
  .auth-register-page .item-input {
    width: 100% !important;
  }
  
  .auth-sendpassword-page .item-input {
    width: 100% !important;
  }
  
  .db-user-widget {
    cursor: pointer;
  }
  
  .list .item-label {
    margin-bottom: 4px;
  }
  
  .md .navbar .right [data-popover] {
    padding: 16px 0;
    min-width: 48px;
  }
  
  .md .navbar .left [data-popover] {
    padding: 0 16px;
    min-width: 48px;
  }
  
  .toolbar form {
    background-color: inherit;
  }
  
  /*-- JSON Plugin --*/
  
  .json-virtual-list {
    background-color: inherit;
    min-height: 50px;
  }
  
  .json-virtual-list .searchbar {
    background-color: inherit;
  }
  
  .json-virtual-list .searchbar:after,
  .json-virtual-list .searchbar:before {
    height: 0px;
  }
  
  .json-virtual-list .searchbar-input-wrap {
    background-color: inherit;
  }
  
  .json-virtual-list-content {
    margin-top: -1px;
    background-color: inherit !important;
    min-height: 50px;
  }
  
  .loadingdata {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/loading.svg");
  }
  
  .json-virtual-list-content ul {
    background-color: inherit !important;
  }
  
  .json-virtual-list-content li {
    background-color: inherit !important;
  }
  
  .json-virtual-list-content .virtual-list-media {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  .json-virtual-list-content ul:before,
  ul:after {
    height: 0px !important;
  }
  
  .json-virtual-list .templaterow {
    display: none;
    box-sizing: border-box;
  }
  
  /* -- Global Virtual list CSS--*/
  .virtual-list .item-title,
  .item-header,
  .item-footer {
    white-space: nowrap !important;
    text-overflow: ellipsis;
  }
  .virtual-list .item-text {
    height: auto; /* -- calc(var(--f7-list-item-text-line-height) * 2); -webkit-line-clamp: 2;--*/
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .virtual-list .link[href="mailto:"] {
    visibility: hidden;
    pointer-events: none;
  }
  
  .virtual-list .link[href=""] {
    visibility: hidden;
    pointer-events: none;
  }
  
  .virtual-list .link[href="tel:"] {
    visibility: hidden;
    pointer-events: none;
  }
  
  .virtual-list .link[href="sms:"] {
    visibility: hidden;
    pointer-events: none;
  }
  
  .virtual-list .link[href="facetime:"] {
    visibility: hidden;
    pointer-events: none;
  }
  
  .virtual-list .link[href="skype:"] {
    visibility: hidden;
    pointer-events: none;
  }
  .virtual-list li {
    list-style: none;
  }
  /* -- Global Virtual list CSS--*/
  
  .collection-item:hover {
    opacity: 0.9;
  }
  
  .collection-item-zoom {
    cursor: zoom-in;
  }
  
  .no-hairlines input:after {
    background-color: transparent !important;
    display: none !important;
  }
  
  /* -- Json Api Form --*/
  
  .json-form {
    display: none;
  }
  .json-display-form {
    pointer-events: none;
  }
  
  .json-form .item-input-wrap:after {
    height: 0px !important;
  }
  
  .json-form .item-inner:after {
    height: 0px !important;
  }
  
  .json-form .item-label {
    color: inherit !important;
  }
  
  .json-form ul:before,
  ul:after {
    height: 0px !important;
  }
  
  /* -- Json Api Form --*/
  
  .json-field * {
    margin: 0px;
  }
  
  .json-img {
    background-image: url("../img/loading.svg");
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  /*-- JSON Plugin --*/
  
  .database-form .item-label {
    color: inherit !important;
  }
  
  .database-form ul:before,
  ul:after {
    height: 0px !important;
  }
  
  .json-virtual-list-searchbar form {
    background-color: inherit;
    color: inherit;
  }
  
  .popup {
    overflow-y: auto;
  }
  
  .external i {
    pointer-events: none;
  }
  
  /*-- Firebase Plugin --*/
  
  .firebase-virtual-list {
    background-color: inherit;
  }
  
  .firebase-virtual-list .searchbar {
    background-color: inherit;
  }
  
  .firebase-virtual-list .searchbar:after,
  .firebase-virtual-list .searchbar:before {
    height: 0px;
  }
  
  .firebase-virtual-list .searchbar-input-wrap {
    background-color: inherit;
  }
  
  .firebase-virtual-list-content {
    margin: 0px;
    background-color: inherit !important;
  }
  
  .firebase-virtual-list-content ul {
    background-color: inherit !important;
  }
  
  .firebase-virtual-list-content li {
    background-color: inherit !important;
  }
  
  .firebase-virtual-list-content .virtual-list-media {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  .firebase-virtual-list-content ul:before,
  ul:after {
    height: 0px !important;
  }
  
  .firebase-virtual-list .template-container {
    display: none;
  }
  
  .firebase-form {
    display: none;
  }
  
  .firebase-form .item-input-wrap:after {
    height: 0px !important;
  }
  
  .firebase-form .item-inner:after {
    height: 0px !important;
  }
  
  .firebase-form .item-label {
    color: inherit !important;
  }
  
  .firebase-form ul:before,
  ul:after {
    height: 0px !important;
  }
  
  .firebase-field * {
    margin: 0px;
  }
  
  .firebase_profile_avatar {
    max-width: 128px;
    max-height: 128px;
  }
  
  .firebase_profile_avatar:hover {
    opacity: 0.9;
    cursor: pointer;
  }
  
  .firebase_profile_avatar_input {
    opacity: 0;
    position: absolute;
  }
  
  .firebase-upload-progress {
    display: none;
  }
  
  .firebase_avatar {
    max-width: 30px;
    max-height: 30px;
    width: 100%;
  }
  
  .firebase-display-form {
    pointer-events: none;
  }
  
  /*-- JSON Plugin --*/
  
  .segmented .button {
    font-size: inherit;
  }
  
  /* Safari issue*/
  
  .md .navbar a.link:before,
  .md .toolbar a.link:before,
  .md .subnavbar a.link:before,
  .md .data-table-rows-select a.link:before,
  .md .data-table-pagination a.link:before,
  .md .searchbar-disable-button:before,
  .md .searchbar .input-clear-button:before,
  .md .notification-close-button:before {
    background-image: radial-gradient(
      circle at center,
      rgba(0, 0, 0, 0.1) 66%,
      rgba(255, 255, 255, 0) 66%
    );
  }
  
  .card {
    overflow: hidden;
  }
  
  .card-rounded {
    border-radius: 15px !important;
    overflow: hidden;
  }
  
  .firebase-virtual-list-content .virtuallist-template {
    display: none !important;
  }
  
  .firebase-virtual-list ul .virtuallist-template {
    display: block !important;
  }
  
  .firebase-virtual-list .item-inner {
    padding-left: 4px;
    font-size: inherit;
  }
  
  .firebase-virtual-list .item-inner div {
    color: inherit;
    font-size: inherit;
  }
  
  .firebase-virtual-list-content {
    font-size: inherit;
  }
  
  .firebase-virtual-list-content .item-footer {
    font-size: 90%;
  }
  
  .firebase-virtual-list-content .item-header {
    font-size: 90%;
  }
  
  .firebase-action-button i {
    pointer-events: none;
  }
  
  .firebase_document_preview {
    height: 200px;
    width: 100%;
    background-color: rgb(224, 224, 224) !important;
    background-image: url("../img/image-placeholder.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border: 2px solid rgba(123, 185, 249, 0);
    padding: 0px;
    float: left;
    margin-top: 8px;
    border-radius: 0px;
  }
  
  .firebase_document_preview:hover {
    cursor: pointer;
    opacity: 0.9;
    border: 2px solid rgba(123, 185, 249, 1);
  }
  
  /* -- Form Image Input --*/
  .form-img-controls,
  .form-file-controls {
    width: 100%;
    height: 56px;
    overflow: visible;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .form-img-controls .button,
  .form-file-controls .button {
    margin-top: 12px !important;
    width: 32px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    float: right;
  }
  
  .form-img-controls .button i,
  .form-file-controls .button i {
    font-size: 30px !important;
    line-height: 30px !important;
    color: rgb(128, 128, 128);
    height: 30px;
  }
  
  .form-img-controls .firebase_fileupload-remove {
    margin-left: 8px;
    margin-right: 8px;
  }
  
  .form-img-controls .form-img-add-btn {
    display: block;
  }
  .form .item-image-small .form-img-add-btn {
    margin-top: 7px !important;
  }
  
  .form-img-controls .button:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .form-file-controls .button:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  
  .firebase_document_input {
    visibility: visible !important;
    position: absolute !important;
    left: 0px !important;
    font-size: 13px !important;
    padding: 0px;
    width: 100%;
    opacity: 0;
    margin: 0px;
  }
  
  input[type="file"]::-webkit-file-upload-button {
    background-color: transparent;
    color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    margin: 0px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    font-family: inherit;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    border: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 11px !important;
  }
  
  .firebase_fileupload-file {
    width: calc(100% - 40px);
    float: left;
    overflow: hidden;
    visibility: hidden;
  }
  .firebase_fileupload-remove {
    width: 80px;
    overflow: hidden;
    float: left;
    font-size: 20px;
    display: none;
  }
  .firebase_fileupload-remove:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .firebase_fileupload-file span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 40px);
    float: left;
    line-height: 30px;
    height: 30px;
    padding-left: 8px;
    font-size: 12px !important;
    pointer-events: none;
  }
  
  .firebase_fileupload-rotate {
    display: none;
    width: 80px;
    overflow: hidden;
    float: left;
    font-size: 20px;
    margin-left: 8px;
  }
  
  .input-filename {
    width: 100%;
    font-size: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    line-height: 20px;
    padding-top: 0px;
    display: none;
    flex-direction: row;
    justify-content: center;
  }
  .input-filename i {
    font-size: 16px !important;
    opacity: 0.5;
    margin-right: 4px;
    float: left;
    line-height: 30px;
  }
  .input-filename span {
    line-height: 30px;
  }
  .item-image-large .form-img-controls {
    background-color: transparent;
  }
  /* -- Form Image Input --*/
  
  .firebase_fileupload-dropzone {
    border: 3px dashed rgba(123, 185, 249, 0.5) !important;
    background-image: url("../img/dropzone.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
    color: transparent;
    height: 30px;
    width: 100%;
    pointer-events: all !important;
    float: left;
    margin-top: 8px;
  }
  .firebase_fileupload-dropzone:hover {
    cursor: pointer;
    opacity: 0.9;
    border: 4px dashed rgba(123, 185, 249, 0.5);
  }
  /*-- Color Theme Fill --*/
  
  .color-theme-fill .navbar-bg {
    background-color: var(--f7-theme-color) !important;
  }
  
  .color-theme-fill .subnavbar {
    background-color: var(--f7-theme-color) !important;
  }
  
  .color-theme-fill .navbar * {
    color: white;
  }
  
  .color-theme-fill .tabbar {
    background-color: var(--f7-theme-color) !important;
  }
  
  .color-theme-fill .tabbar .tab-link-active span {
    color: white;
  }
  
  .color-theme-fill .tabbar .tab-link {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .color-theme-fill .tabbar .tab-link-active {
    color: white;
  }
  
  .color-theme-fill .toolbar {
    background-color: var(--f7-theme-color) !important;
    color: white;
  }
  
  .color-theme-fill .navbar * {
    color: white;
  }
  
  .color-theme-fill .toolbar .link {
    color: white;
  }
  
  .color-theme-fill .navbar i {
    color: white !important;
  }
  
  .color-theme-fill .toolbar i {
    color: white !important;
  }
  
  .rsslist {
    height: 100%;
  }
  
  .rsslist .rsstemplate {
    display: none;
  }
  
  .rsslist li .rsstemplate {
    display: flex !important;
  }
  
  .rsstemplate .item-inner {
    display: block !important;
  }
  
  .card-expandable .card-content {
    width: 100%;
  }
  
  .card-expandable .card-content .card-expandable-container {
    min-height: 300px;
    max-height: 300px;
  }
  
  .card-expandable.card-opened .card-content::-webkit-scrollbar {
    width: 5px !important;
    display: block !important;
    background-color: inherit;
    border: 1px solid rgba(80, 80, 80, 0.5);
  }
  
  .card-expandable.card-opened .card-content::-webkit-scrollbar-thumb {
    margin: 5px;
    background-color: #999;
    -webkit-border-radius: 5px;
  }
  
  .apploader {
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14499;
    overflow: hidden;
    background-image: url("../img/loading.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .theme-dark .popup {
    background-color: #121212 !important;
  }
  
  .media-list .item-media .item-media-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .media-list .item-media .item-media-img-round {
    border-radius: 50%;
    border: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .media-list .item-media-none {
    display: none !important;
  }
  .media-list .invisible-tags {
    display: none !important;
  }
  
  .ios .virtual-media-list .item-text {
    // min-height: 40px;
  }
  
  .md .virtual-media-list .item-text {
    //min-height: 38px;
  }
  
  .virtual-media-list .item-subtitle {
    // min-height: 21px;
  }
  
  .navbar .subnavbar .toolbar {
    z-index: 15;
  }
  
  .view-master-detail .navbar-master-detail .link.back,
  .view-master-detail .page-master-detail .navbar .link.back {
    display: none;
  }
  
  /* --  VL --*/
  .virtual-list {
    overflow: inherit !important;
  }
  
  .virtual-list ul {
    overflow: inherit !important;
  }
  
  .virtual-list ul li {
    overflow: inherit !important;
  }
  
  .virtual-list .card-expandable {
    overflow: hidden !important;
  }
  
  /* -- MultiColums VL --*/
  .virtual-list ul {
    width: 100%;
  }
  .virtual-list li {
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .virtual-list .col-20 {
      width: 20%;
    }
    .virtual-list .col-25 {
      width: 25%;
    }
    .virtual-list .col-33 {
      width: 33.33%;
    }
    .virtual-list .col-50 {
      width: 50%;
    }
  }
  
  @media (min-width: 768px) {
    .virtual-list .medium-20 {
      width: 20%;
    }
    .virtual-list .medium-25 {
      width: 25%;
    }
    .virtual-list .medium-33 {
      width: 33.33%;
    }
    .virtual-list .medium-50 {
      width: 50%;
    }
  }
  /* -- MultiColums VL --*/
  
  /*-- Tab Bar --*/
  .tabcontainer .segmented-underline .tab-link {
    background-color: inherit !important;
    color: inherit !important;
    border-bottom: 1px solid transparent;
  }
  .tabcontainer .segmented-underline .tab-link-active {
    background-color: inherit !important;
    color: inherit !important;
    border-bottom: 1px solid var(--f7-button-fill-bg-color, var(--f7-theme-color)) !important;
  }
  .tabcontainer .segmented-xtransform .button {
    text-transform: inherit;
  }
  .tabcontainer .button-xsmall .button {
    font-size: 11px;
  }
  /*-- Tab Bar --*/
  
  /* -- Add Comment Button -- */
  .tb-comments-add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
  }
  .tb-comments-add * {
    pointer-events: none;
  }
  .tb-comments-add .tb-comments-link {
    color: inherit !important;
  }
  .tb-comments-add .tb-comments-link p {
    color: inherit;
  }
  .tb-comments-add:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .tb-comments-add .tb-comments-link .tb-comments-ex1 {
    display: block;
    margin-left: 4px;
    color: inherit;
    font-size: inherit;
  }
  .tb-comments-add .tb-comments-link .tb-comments-ex2 {
    display: none;
    margin: 0px;
    margin-left: 4px;
    color: inherit;
    font-size: inherit;
  }
  .tb-comments-add .tb-comments-link[data-count=""] .tb-comments-ex1 {
    display: none;
  }
  .tb-comments-add .tb-comments-link[data-count=""] .tb-comments-ex2 {
    display: block;
  }
  .tb-comments-add .tb-comments-link .firebase_avatar {
    display: none;
  }
  .tb-comments-add .tb-comments-link[data-count=""] .firebase_avatar {
    display: block;
  }
  .tb-comments-add .tb-comments-link .f7-icons {
    font-size: 16px;
    color: rgba(150, 150, 150, 0.8);
  }
  .tb-comments-add .tb-comments-link[data-count=""] .f7-icons {
    display: none;
  }
  /* -- Add Comment Button -- */
  
  /* -- Comments -- */
  .message .message-footer {
    margin-bottom: 2px;
  }
  .send-comment i {
    color: var(--f7-theme-color) !important;
  }
  
  /* -- Add to Home Screen V2 -- */
  .addtohomescreen {
    height: auto;
  }
  .addtohomescreen p {
    text-align: center;
    font-size: 17px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .addtohomescreen p .fa {
    color: #1c80fa;
  }
  /* -- Add to Home Screen V2 -- */
  
  .md .toggle .toggle-icon {
    background: rgba(150, 150, 150, 0.5) !important;
  }
  
  /* -- Self Scrolling VL -- */
  .selfscroll {
    overflow-x: scroll;
    position: relative;
  }
  
  /* like button --*/
  .firebase-like {
    cursor: pointer;
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    flex-direction: row !important;
    font-size: 22px;
  }
  .firebase-like i {
    pointer-events: none;
    font-size: inherit;
    margin-right: 2px;
  }
  .firebase-like span {
    pointer-events: none;
    font-size: 13px !important;
    margin-left: 2px;
  }
  
  /*-- Template VL Calculation --*/
  .temptemplate {
    white-space: nowrap !important;
    width: 100%;
    padding: 0px;
  }
  .temptemplate ul {
    white-space: nowrap !important;
    width: 100%;
    padding: 0px;
  }
  
  /*-- Text Editor--*/
  .text-editor-toolbar {
    background-color: rgba(150, 150, 150, 0.2);
  }
  .text-editor-content {
    border: 1px solid rgba(150, 150, 150, 0.2);
  }
  
  /*-- DBEXPRESS AUTH --*/
  
  .dbexpress_avatar {
    height: 32px;
    width: 32px;
  }
  
  /*-  LOGIN FORM --*/
  .dbexpress-signin .page {
    /*-background-image: url("./../img/loginbackground.png");--*/
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat no-repeat;
    background-color: #f2f2f7;
  }
  .theme-dark .dbexpress-signin .page {
    background-color: #232326;
  }
  .dbexpress-signin .dbexpress-signin-form {
    background-color: white;
  }
  .theme-dark .dbexpress-signin .dbexpress-signin-form {
    background-color: #232326;
  }
  
  /*-- PIN selector --*/
  .dbexpress-twofactors .numpad-inline-container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dbexpress-twofactors .dbexpress-twofactors-pin {
    text-align: center;
    width: 100%;
    font-size: 60px !important;
  }
  .numpad-inline-container {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    max-width: none;
    z-index: 10;
  }
  .theme-dark .keypad .keypad-button {
    background-color: #87878a;
    color: #ffffff;
  }
  .theme-dark .keypad .keypad-button-dark {
    background-color: #545457;
    color: #ffffff;
  }
  .theme-dark .keypad .keypad-delete-button {
    background-color: #545457;
    color: #ffffff;
  }
  .theme-dark .keypad .keypad-delete-button .icon-keypad-delete {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'><path d='M18,0h-8C8.9,0,7.9,0.5,7.1,1.2c0,0,0,0,0,0L1,7.2C0.6,7.7,0.6,8.4,1,8.8l4.9,4.7L7,14.6c0,0,0,0,0,0c0.7,0.9,1.8,1.4,3,1.4 h8c2.2,0,4-1.8,4-4V4C22,1.8,20.2,0,18,0z M17.3,11.2l-0.7,0.7l-3.2-3.2l-3.2,3.2l-0.7-0.7L12.8,8L9.6,4.8l0.7-0.7l3.2,3.2l3.2-3.2 l0.7,0.7L14.2,8L17.3,11.2z' fill='#FFFF'/></svg>");
  }
  /*-- PIN selector --*/
  
  /*-- Register --*/
  .dbexpress-register .page-content {
  }
  .dbexpress-register .dbexpress-register-form {
    background-color: white;
  }
  .theme-dark .dbexpress-register .dbexpress-register-form {
    background-color: #232326;
  }
  
  /*-  PROFILE FORM --*/
  .dbexpress-profile .page {
    background-color: #f2f2f7;
  }
  .theme-dark .dbexpress-profile .page {
    background-color: #232326;
  }
  
  .dbexpress-profile .dbexpress-profile-photourl-container,
  .dbexpress-profile .dbexpress-profile-headimage-container {
    /*--MAin Img Container
      /* height: 64px;
      width: 64px;
      max-height: 64px;
      max-width: 64px; */
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-shrink: 1;
    position: relative;
  }
  .item-input-outline .dbexpress-profile-photourl-container,
  .dbexpress-profile-headimage-container {
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid var(--f7-input-outline-border-color);
    border-radius: var(--f7-input-outline-border-radius);
  }
  .dbexpress-profile .dbexpress-profile-photourl,
  .dbexpress-profile-headimage {
    height: 64px;
    width: 64px;
    max-height: 64px;
    max-width: 64px;
    min-width: 64px;
    border-radius: 8px;
    margin: 8px !important;
  }
  .dbexpress-profile .dbexpress-profile-controls {
    margin: 8px !important;
  }
  .dbexpress-profile .dbexpress-profile-controls .button {
    width: auto;
  }
  .dbexpress-profile .button {
    margin: 4px;
  }
  .dbexpress-profile .button i {
    font-size: 20px;
    margin-right: 4px;
  }
  
  .dbexpress-profile .block ul:before {
    // display: none;
  }
  
  .dbexpress-profile .dbexpress-profile-flag {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    min-width: 20px !important;
    min-height: 15px !important;
    margin-right: 8px;
    padding: 0px;
    border: 1px solid rgba(150, 150, 150, 0.4);
  }
  
  .theme-dark .dbexpress-profile .firebase_document_preview {
    background-color: #343839 !important;
    border: 2px solid #3b3f40 !important;
  }
  
  /*-- USer Popover --*/
  
  .user-popover .list-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /*--DB EXPRESS DATA --*/
  .dbexpress-virtual-list .templaterow {
    display: none;
  }
  .dbexpress-virtual-list .item-dbexpress {
    cursor: pointer;
    overflow: hidden !important;
  }
  .dbexpress-horizontal-list .item-dbexpress {
    overflow: visible !important;
  }
  
  .dbexpress-virtual-list .item-media .virtual-list-media {
    background-position: center center;
    background-size: cover;
  }
  
  .dbexpress-virtual-list .img-rounded-4 .virtual-list-media {
    border-radius: 4px;
  }
  .dbexpress-virtual-list .img-rounded-8 .virtual-list-media {
    border-radius: 8px;
  }
  .dbexpress-virtual-list .img-rounded-16 .virtual-list-media {
    border-radius: 16px;
  }
  .dbexpress-virtual-list .img-rounded-circle .virtual-list-media {
    border-radius: 50%;
  }
  .dbexpress-virtual-list .img-rounded-4 .collection-item-image {
    border-radius: 4px;
  }
  .dbexpress-virtual-list .img-rounded-8 .collection-item-image {
    border-radius: 8px;
  }
  .dbexpress-virtual-list .img-rounded-16 .collection-item-image {
    border-radius: 16px;
  }
  .dbexpress-virtual-list .img-rounded-circle .collection-item-image {
    border-radius: 50%;
  }
  .collection-horizontal::-webkit-scrollbar {
    display: none;
  }
  
  .dbexpress-horizontal-list {
    height: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    white-space: nowrap;
    align-content: space-between;
    display: flex;
    cursor: grab;
  }
  
  .dbexpress-horizontal-list::-webkit-scrollbar {
    display: none;
  }
  
  .dbexpress-horizontal-list .item-dbexpress {
    width: auto;
    padding-right: 2px;
    padding-left: 2px;
    float: left;
    cursor: grab;
  }
  
  .dbexpress-virtual-list .virtual-list {
    margin: 0px;
  }
  
  .dbexpress-horizontal-list .chip:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  
  .dbexpress-field .chip {
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
  }
  
  .dbexpress-video {
    overflow: hidden;
    background-color: rgb(0, 0, 0) !important;
    position: relative !important;
  }
  
  .dbexpress-image {
    overflow: hidden;
    position: relative !important;
  }
  
  .dbexpress-image .embed-full-item {
    height: 100%;
    width: 100%;
  }
  
  .smart-select-sheet .disabled {
    display: none !important;
  }
  .smart-select-page .disabled {
    display: none !important;
  }
  
  .smart-select .item-input-error-message {
    margin-top: 8px;
  }
  
  .chip-button {
    background-color: var(--f7-button-fill-bg-color, var(--f7-theme-color));
    color: var(--f7-button-fill-text-color, #fff);
    box-shadow: var(--f7-button-raised-box-shadow);
    font-size: 11px;
    font-weight: bold;
  }
  
  /* -- FORM V3 -- */
  .form .item-title {
    outline: transparent !important;
  }
  
  .form .item-inner .item-title-large {
    width: 65%;
  }
  
  form .inline-labels input:not(:focus) {
    display: block;
    text-align: right;
  }
  form .inline-labels.item-label {
    font-weight: 600 !important;
  }
  form .inline-labels ::-webkit-input-placeholder {
    text-align: left;
  }
  
  .form input::-webkit-inner-spin-button {
    display: none;
  }
  
  .form .item-group {
    background-color: #f2f2f6;
    color: #8e8e93;
  }
  .form .item-group .item-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  
  .form .item-group .item-inner .item-title {
    font-size: 15px !important;
    font-weight: 600;
  }
  .form .item-group .item-inner {
    width: 100%;
  }
  .form .item-group .item-inner .item-description {
    white-space: normal;
    font-size: 13px;
    margin-bottom: 4px;
  }
  
  .form.item-image-small .item-inner,
  .form .item-image-big .item-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  .form.item-image-small .item-title,
  .form .item-image-big .item-title {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  
  .form .item-image-small .item-inner .img-thumbnail {
    height: 48px;
    width: 48px;
    border-radius: 4px;
    border: 0px solid transparent !important;
    background-size: cover;
    background-position: center center;
    margin: 8px;
  }
  
  .form .item-image-small .item-input-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
  .form .item-image-small .item-input-wrap::after {
    height: 0px !important;
  }
  
  .form .item-image-big .item-inner .form-img-controls {
    height: auto;
  }
  
  .form .item-image-small .item-inner .form-img-controls {
    flex-direction: row;
    justify-content: center;
    display: block;
    background-color: rgba(128, 128, 128, 0.1);
    padding: 4px;
    border-radius: 8px;
  }
  
  .form .item-image-small .item-inner .form-img-controls .button {
    margin-top: 8px;
    width: auto;
    background-color: transparent;
    height: 40px;
    display: flex;
    padding: 0px;
    margin-left: 8px;
    margin-right: 0px;
    border-radius: 0px;
  }
  
  .form
    .item-image-small
    .item-inner
    .form-img-controls
    .firebase_fileupload-remove {
    display: none;
  }
  .form
    .item-image-small
    .item-inner
    .form-img-controls
    .firebase_fileupload-rotate {
    display: none;
  }
  
  .form .item-image-small .item-inner .form-img-controls .button i {
    line-height: 20px;
    color: rgb(128, 128, 128);
  }
  .form .item-image-small .item-inner .form-img-controls .button span {
    line-height: 20px;
    color: rgb(128, 128, 128);
    font-size: 11px;
    text-transform: uppercase;
  }
  
  .form .item-image-big .item-inner .form-img-controls .button span {
    display: none;
  }
  .form .item-image-big .item-inner .form-img-controls .button i {
    line-height: 22px;
    color: white;
  }
  .form .radio-group {
    width: 100%;
    margin: 0px;
  }
  .form .radio-group ul {
    padding-left: 0px;
  }
  .form .radio-group ul li label {
    padding-left: 0px;
  }
  .form .radio-group ul li label .item-inner {
    justify-content: center;
  }
  /* -- FORM V3 -- */
  
  /* -- dbExpress eCommerce --*/
  .shoppingcartcontroller {
    cursor: pointer;
    color: inherit;
  }
  .shoppingcartcontroller .shoppingcartcounter {
    margin-left: 2px;
    margin-right: 4px;
    font-size: 11px;
  }
  .shoppingcartpopup .shoppingcart-template {
    display: none;
  }
  
  .shoppingcartcontents .item-content {
    padding: 0px;
  }
  .shoppingcartcontents .item-media {
    width: 64px;
  }
  .shoppingcartcontents .item-media .item-media-img {
    width: 100%;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
  }
  
  .shoppingcartpopup .shoppingcartlabel {
    font-size: 19px;
    margin: 0;
  }
  .shoppingcartpopup .shoppingcart-line-total {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
  }
  .shoppingcartpopup .shoppingcarttotal {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
  }
  
  .shoppingcartpopup .form {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .shoppingcartpopup .form .item-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  #paymentframe {
    background-color: inherit;
    background-image: url("../img/loading.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 800px;
  }
  .shoppingcartpopup .shoppingcartdelivery {
    font-size: 19px;
    margin: 0;
    font-weight: 600;
  }
  .multicol {
    align-content: flex-start;
    justify-content: flex-start;
  }
  .deliveryblock {
    display: flex;
  }
  .shoppingcart-rounded-8 .item-content {
    border-radius: 8px;
  }
  
  .shoppingcart-rounded-8 .block {
    border-radius: 8px;
  }
  
  .shoppingcart-rounded-12 .item-content {
    border-radius: 12px;
  }
  .shoppingcart-rounded-12 .block {
    border-radius: 12px;
  }
  /* -- dbExpress eCommerce --*/
  
  .list textarea.resizable {
    min-height: 130px;
  }
  
  .prewrap {
    white-space: pre-wrap;
  }
  
  hr {
    border-color: rgba(128, 128, 128, 0.1);
  }
  
  .shoppingcartdeliverybox {
    border: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 8px;
  }
  
  .qrbox {
    width: 100%;
    display: none;
  }
  .qrbox #orderqrcode {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid gray;
    width: 116px;
    height: 116px;
  }
  
  #dbexpress-profile-photourl-fileinput,
  #dbexpress-profile-headimage-fileinput {
    z-index: 99;
    opacity: 0;
    height: 100%;
    width: 80px;
  }
  .dbexpress-termsofuse .block-text {
    font-size: 17px;
  }
  .dbexpress-privacypolicy .block-text {
    font-size: 17px;
  }
  .shoppingcartpopup .tab p {
    white-space: pre-wrap;
  }
  
  .temptemplate * {
    box-sizing: border-box !important;
    height: auto !important;
  }
  
  /* -- Record Buttons --*/
  .capture_button {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .capture_button:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .capture_button input {
    width: 48px;
    height: 48px;
    opacity: 0;
  }
  .capture_buttoninput:hover {
    cursor: pointer;
  }
  .capture_video {
    background-image: url("../img/capture_video.png");
  }
  .capture_picture {
    background-image: url("../img/capture_picture.png");
  }
  .capture_audio {
    background-image: url("../img/capture_audio.png");
  }
  
  .container-link:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .chip {
    cursor: default;
  }
  .dynamic-popover:hover {
    cursor: pointer;
    cursor: context-menu;
  }
  .dbexpress-search-filter:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .dbexpress-action-button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  
  .color-theme-fill .popup .navbar {
    background-color: var(--f7-theme-color) !important;
  }
  