html,
body {
  position: fixed;
  overflow: hidden;
}
html .pac-container,
body .pac-container {
  position: fixed!important;
}
html.preload {
  background-image: url(static/img/loading.gif);
  background-position: center;
  background-size: 10vh;
  background-repeat: no-repeat;
}
@media (min-width: 450px) {
  ::-webkit-scrollbar {
    width: 5px;
    /* for vertical scrollbars */
    height: 5px;
    /* for horizontal scrollbars */
  }
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
  }
}
ons-toolbar-button {
  position: relative;
}
ons-toolbar-button span.notification,
.left-menu span.notification {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1;
  line-height: 0.813rem;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.share-icon {
  width: 20px!important;
  opacity: 0.41;
  margin-right: 4px!important;
  margin-left: 4p!important;
}
.top-bar-center {
  padding-top: 10px!important;
  text-align: center!important;
}
.top-bar-center .txt-top {
  font-size: 0.7rem;
  line-height: 0.9rem;
  opacity: 0.41;
}
.top-bar-center .txt-bot {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 1px;
  overflow: hidden;
  margin: auto;
  text-overflow: ellipsis;
  font-weight: bold;
  border: none!important;
}
.top-bar-center .txt-bot .fa.fa-chevron-down {
  margin-left: 5px;
  font-size: 0.875rem;
}
ons-toolbar.toolbar {
  background-color: white!important;
  box-shadow: none;
}
ons-pull-hook {
  opacity: 0.8;
}
.toolbar {
  background: white;
}
.note {
  opacity: 0.64;
  max-width: 290px;
  font-size: 0.875rem;
}
.no-data {
  opacity: 0.41!important;
  font-size: 0.875rem;
  padding: 20px;
}
.left-menu {
  background-color: white;
}
.left-menu span.notification {
  position: relative;
  top: auto;
  right: auto;
}
.left-menu .list-item--material__center {
  font-size: 0.95rem;
}
.left-menu ons-list-item img {
  width: 20px;
}
.left-menu ons-list-item .on {
  display: none;
}
.left-menu ons-list-item .off {
  display: block;
}
.left-menu ons-list-item.active .on {
  display: block;
}
.left-menu ons-list-item.active .off {
  display: none;
}
.left-menu .left-user-box {
  background-color: white;
  box-shadow: none;
  text-align: center;
}
.left-menu .left-user-box img {
  display: inline-block;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 7px;
}
.left-menu .page__background {
  background-color: white;
}
.left-menu .list {
  background: none;
}
.left-menu ons-list-item {
  opacity: 0.64;
}
.left-menu .left-menu-bottom {
  box-shadow: none;
  height: auto;
  border-top: 1px solid #e2e2e2;
  border-radius: 0;
  background: white;
  margin: 0 20px;
}
.left-menu .left-menu-bottom ons-list-item {
  padding: 0;
}
.left-menu .list-item__left {
  min-width: 35px;
}
/*@font-face {*/
/*font-family: 'Segoe UI Regular';*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*src: local('Segoe UI Regular'), url('/frontend/static/fonts/segoe.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*font-family: 'Segoe UI Italic';*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*src: local('Segoe UI Italic'), url('/frontend/static/fonts/segoe-italic.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*font-family: 'Segoe UI Bold';*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*src: local('Segoe UI Bold'), url('/frontend/static/fonts/segoe-bold.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*font-family: 'Segoe UI Bold Italic';*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*src: local('Segoe UI Bold Italic'), url('/frontend/static/fonts/segoe-bold-italic.woff') format('woff');*/
/*}*/
/*.page--material__content, .page, .list, .list--material{*/
/*font-family: 'Segoe UI Regular'!important;*/
/*}*/
.toolbar .center {
  opacity: 0.81;
}
#leftMenu .active {
  background-color: #efefef;
  opacity: 1;
}
#app-update {
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  color: white;
  background: #81C784;
  width: 100%;
  font-family: Arial;
  left: 0;
  right: 0;
  text-align: center;
  padding: 9px 0;
  box-shadow: 0 0 10px #0000008c;
}
#app-update .txt {
  margin-bottom: 10px;
}
#ios-install {
  position: fixed;
  background: #0000007d;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
#ios-install .ios-install-inner {
  position: relative;
  width: 270px;
  margin: auto;
  top: 50%;
  background-color: white;
  margin-top: -150px;
  border-radius: 3px;
  box-shadow: 0 0 5px #00000073;
  overflow: hidden;
  font-family: 'Roboto', 'Noto', sans-serif;
}
#ios-install .ios-install-title {
  margin-top: 5px;
  font-size: 1.25rem;
  text-transform: capitalize;
  text-align: center;
  opacity: 0.64;
  font-weight: bold;
}
#ios-install .ios-install-instructions {
  bottom: 0;
  background: #f8f8fa;
  width: 100%;
  text-align: center;
  height: 40px;
}
#ios-install .ios-install-instructions span {
  font-size: 0.75rem;
  opacity: 0.64;
}
#ios-install .ios-install-instructions img {
  height: 25px;
  margin: 10px 5px;
}
#ios-install .close-bar {
  text-align: right;
}
#ios-install .close-bar i {
  margin: 8px 10px 0 0;
  opacity: 0.64;
}
#ios-install .ios-install-comment {
  font-size: 0.875rem;
  text-align: center;
  opacity: 0.64;
  margin: 10px;
}
#ios-install .app-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #00000042;
  border-radius: 10px;
  margin: 13px 5px;
}
#ios-install .app-icon img {
  width: 80%;
  height: 80%;
  margin: 10%;
}
html .page--material__background {
  background-color: white!important;
}
html .notification.dot {
  width: 11px;
  min-width: 11px;
  height: 11px;
  min-height: 11px;
}
html .toolbar__right img {
  height: 39px;
  width: 39px;
  margin: 8px;
  margin-right: 13px;
}
html .bottom-bar {
  height: 50px;
  box-shadow: none;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 6px 24px #00000091;
}
html .bottom-bar .bottom-bar-text {
  font-size: 11px;
}
html .bottom-bar .active .bottom-bar-text {
  border-bottom: 8px solid;
  padding-bottom: 3px;
}
html .bottom-bar img {
  width: 20px;
  height: 20px;
}
html .page-with-bottom-toolbar > .page__content {
  bottom: 40px;
}
