/**
 * Framework7 2.0.0-beta.9
 * Full featured mobile HTML framework for building iOS & Android apps
 * http://framework7.io/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2017
 */
html {
  direction: rtl;
}
html,
body,
.framework7-root {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.framework7-root {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.framework7-initializing *,
.framework7-initializing *:before,
.framework7-initializing *:after {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
/*
a, button, input, textarea, .link, .button, label, .sortable-handler {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
}
*/
@media all and (width: 1024px) and (height: 691px) and (orientation: landscape) {
  html,
  body,
  .framework7-root {
    height: 671px;
  }
}
@media all and (width: 1024px) and (height: 692px) and (orientation: landscape) {
  html,
  body,
  .framework7-root {
    height: 672px;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a,
input,
textarea,
select {
  outline: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
p {
  margin: 1em 0;
}
.md body {
  font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
  color: #212121;
  line-height: 1.5;
}
.md .ios-only,
.md .if-ios {
  display: none;
}
.md a {
  color: #2196f3;
}
.md .color-theme-red a {
  color: #f44336;
}
.md .color-theme-pink a {
  color: #e91e63;
}
.md .color-theme-purple a {
  color: #9c27b0;
}
.md .color-theme-deeppurple a {
  color: #673ab7;
}
.md .color-theme-indigo a {
  color: #3f51b5;
}
.md .color-theme-blue a {
  color: #2196f3;
}
.md .color-theme-lightblue a {
  color: #03a9f4;
}
.md .color-theme-cyan a {
  color: #00bcd4;
}
.md .color-theme-teal a {
  color: #009688;
}
.md .color-theme-green a {
  color: #4caf50;
}
.md .color-theme-lightgreen a {
  color: #8bc34a;
}
.md .color-theme-lime a {
  color: #cddc39;
}
.md .color-theme-yellow a {
  color: #ffeb3b;
}
.md .color-theme-amber a {
  color: #ffc107;
}
.md .color-theme-orange a {
  color: #ff9800;
}
.md .color-theme-deeporange a {
  color: #ff5722;
}
.md .color-theme-brown a {
  color: #795548;
}
.md .color-theme-gray a {
  color: #9e9e9e;
}
.md .color-theme-bluegray a {
  color: #607d8b;
}
.md .color-theme-white a {
  color: #ffffff;
}
.md .color-theme-black a {
  color: #000000;
}
.md a.color-red {
  color: #f44336;
}
.md a.color-pink {
  color: #e91e63;
}
.md a.color-purple {
  color: #9c27b0;
}
.md a.color-deeppurple {
  color: #673ab7;
}
.md a.color-indigo {
  color: #3f51b5;
}
.md a.color-blue {
  color: #2196f3;
}
.md a.color-lightblue {
  color: #03a9f4;
}
.md a.color-cyan {
  color: #00bcd4;
}
.md a.color-teal {
  color: #009688;
}
.md a.color-green {
  color: #4caf50;
}
.md a.color-lightgreen {
  color: #8bc34a;
}
.md a.color-lime {
  color: #cddc39;
}
.md a.color-yellow {
  color: #ffeb3b;
}
.md a.color-amber {
  color: #ffc107;
}
.md a.color-orange {
  color: #ff9800;
}
.md a.color-deeporange {
  color: #ff5722;
}
.md a.color-brown {
  color: #795548;
}
.md a.color-gray {
  color: #9e9e9e;
}
.md a.color-bluegray {
  color: #607d8b;
}
.md a.color-white {
  color: #ffffff;
}
.md a.color-black {
  color: #000000;
}
/* === Statusbar === */
.statusbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
html.device-ios .statusbar,
html.ios:not(.device-ios):not(.device-android) .statusbar {
  height: 20px;
}
html.device-android .statusbar,
html.md:not(.device-ios):not(.device-android) .statusbar {
  height: 24px;
}
html.with-statusbar .statusbar {
  display: block;
}
html.with-statusbar.device-ios .framework7-root,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root {
  padding-top: 20px;
}
html.with-statusbar.device-ios .panel,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel {
  top: 20px;
  height: calc(100% - 20px);
}
html.with-statusbar.device-android .framework7-root,
html.with-statusbar.md:not(.device-ios):not(.device-android) .framework7-root {
  padding-top: 24px;
}
html.with-statusbar.device-android .panel,
html.with-statusbar.md:not(.device-ios):not(.device-android) .panel {
  top: 24px;
  height: calc(100% - 24px);
}
.md .statusbar {
  background: #0a6ebd;
  height: 24px;
}
.md .color-theme-red .statusbar {
  background: #d2190b;
}
.md .color-theme-pink .statusbar {
  background: #aa1145;
}
.md .color-theme-purple .statusbar {
  background: #641971;
}
.md .color-theme-deeppurple .statusbar {
  background: #46287d;
}
.md .color-theme-indigo .statusbar {
  background: #2b387c;
}
.md .color-theme-blue .statusbar {
  background: #0a6ebd;
}
.md .color-theme-lightblue .statusbar {
  background: #0275a8;
}
.md .color-theme-cyan .statusbar {
  background: #007888;
}
.md .color-theme-teal .statusbar {
  background: #004a43;
}
.md .color-theme-green .statusbar {
  background: #357a38;
}
.md .color-theme-lightgreen .statusbar {
  background: #649130;
}
.md .color-theme-lime .statusbar {
  background: #9daa1e;
}
.md .color-theme-yellow .statusbar {
  background: #eed500;
}
.md .color-theme-amber .statusbar {
  background: #b98b00;
}
.md .color-theme-orange .statusbar {
  background: #b36a00;
}
.md .color-theme-deeporange .statusbar {
  background: #d43300;
}
.md .color-theme-brown .statusbar {
  background: #49332b;
}
.md .color-theme-gray .statusbar {
  background: #787878;
}
.md .color-theme-bluegray .statusbar {
  background: #41545e;
}
.md .color-theme-white .statusbar {
  background: #d9d9d9;
}
.md .color-theme-black .statusbar {
  background: #000000;
}
/* === Views === */
.views,
.view {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 5000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* === Pages === */
.pages {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  contain: layout size style;
}
.page.cached {
  display: none;
}
.page-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 1;
  contain: layout size style;
  will-change: scroll-position;
}
.md .page {
  background: #fff;
  contain: strict;
}
.md .page-next {
  -webkit-transform: translate3d(0, 56px, 0);
  transform: translate3d(0, 56px, 0);
  opacity: 0;
  pointer-events: none;
}
.md .page-transitioning {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.md .router-transition-forward .page,
.md .router-transition-backward .page {
  pointer-events: none;
}
.md .router-transition-forward .page-next,
.md .router-transition-backward .page-next,
.md .router-transition-forward .page-current,
.md .router-transition-backward .page-current {
  will-change: transform, opacity;
}
.md .router-transition-css-forward .page-next {
  -webkit-animation: md-page-next-to-current 250ms forwards;
  animation: md-page-next-to-current 250ms forwards;
}
.md .router-transition-css-forward .page-current {
  -webkit-animation: none;
  animation: none;
}
.md .router-transition-css-backward .page-current {
  -webkit-animation: md-page-current-to-next 250ms forwards;
  animation: md-page-current-to-next 250ms forwards;
}
.md .router-transition-css-backward .page-previous {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes md-page-next-to-current {
  from {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
@keyframes md-page-next-to-current {
  from {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}
@-webkit-keyframes md-page-current-to-next {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }
}
@keyframes md-page-current-to-next {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }
}
/* === Link === */
.link,
.tab-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.md .link i + span,
.md .link i + i,
.md .link span + i,
.md .link span + span {
  margin-right: 8px;
}
/* === Navbar === */
.navbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar b {
  font-weight: 500;
}
.navbar a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar .title,
.navbar .left,
.navbar .right {
  position: relative;
  z-index: 1;
}
.navbar .title {
  text-align: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 10;
  -ms-flex-negative: 10;
  flex-shrink: 10;
  font-weight: 500;
  display: inline-block;
}
.navbar .subtitle {
  display: block;
}
.navbar .left,
.navbar .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar .right:first-child {
  position: absolute;
  height: 100%;
}
.navbar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-inner.stacked {
  display: none;
}
.views > .navbar,
.view > .navbar,
.page > .navbar {
  position: absolute;
}
.md .navbar {
  height: 56px;
  background: #2196f3;
  color: #fff;
  font-size: 20px;
}
.md .navbar:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 100%;
  bottom: auto;
  height: 10px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.md .navbar.no-shadow:after {
  display: none;
}
.md .navbar a {
  color: inherit;
}
.md .navbar a.link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  min-width: 48px;
  height: 56px;
  line-height: 56px;
}
.md .navbar a.link:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .navbar a.link.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .navbar a.icon-only {
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.md .navbar .title {
  margin: 0 16px;
  line-height: 1.2;
  text-align: left;
}
.md .navbar .subtitle {
  line-height: 1.2;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85);
}
.md .navbar .right {
  margin-right: auto;
}
.md .navbar .right:first-child {
  left: 16px;
}
.md .navbar-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.md .page-with-subnavbar .navbar-inner {
  overflow: visible;
}
.md .navbar ~ * .page-content,
.md .navbar ~ .page-content {
  padding-top: 56px;
}
@media (min-width: 768px) {
  .md .navbar {
    height: 64px;
  }
  .md .navbar a.link {
    height: 64px;
    line-height: 64px;
  }
  .md .navbar ~ * .page-content,
  .md .navbar ~ .page-content {
    padding-top: 64px;
  }
}
.md .navbar-transitioning {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.md .navbar-hidden {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.md .navbar-hidden:after {
  display: none;
}
.md .color-theme-red .navbar,
.md .color-theme-red.navbar {
  background: #f44336;
}
.md .color-theme-pink .navbar,
.md .color-theme-pink.navbar {
  background: #e91e63;
}
.md .color-theme-purple .navbar,
.md .color-theme-purple.navbar {
  background: #9c27b0;
}
.md .color-theme-deeppurple .navbar,
.md .color-theme-deeppurple.navbar {
  background: #673ab7;
}
.md .color-theme-indigo .navbar,
.md .color-theme-indigo.navbar {
  background: #3f51b5;
}
.md .color-theme-blue .navbar,
.md .color-theme-blue.navbar {
  background: #2196f3;
}
.md .color-theme-lightblue .navbar,
.md .color-theme-lightblue.navbar {
  background: #03a9f4;
}
.md .color-theme-cyan .navbar,
.md .color-theme-cyan.navbar {
  background: #00bcd4;
}
.md .color-theme-teal .navbar,
.md .color-theme-teal.navbar {
  background: #009688;
}
.md .color-theme-green .navbar,
.md .color-theme-green.navbar {
  background: #4caf50;
}
.md .color-theme-lightgreen .navbar,
.md .color-theme-lightgreen.navbar {
  background: #8bc34a;
}
.md .color-theme-lime .navbar,
.md .color-theme-lime.navbar {
  background: #cddc39;
}
.md .color-theme-yellow .navbar,
.md .color-theme-yellow.navbar {
  background: #ffeb3b;
}
.md .color-theme-amber .navbar,
.md .color-theme-amber.navbar {
  background: #ffc107;
}
.md .color-theme-orange .navbar,
.md .color-theme-orange.navbar {
  background: #ff9800;
}
.md .color-theme-deeporange .navbar,
.md .color-theme-deeporange.navbar {
  background: #ff5722;
}
.md .color-theme-brown .navbar,
.md .color-theme-brown.navbar {
  background: #795548;
}
.md .color-theme-gray .navbar,
.md .color-theme-gray.navbar {
  background: #9e9e9e;
}
.md .color-theme-bluegray .navbar,
.md .color-theme-bluegray.navbar {
  background: #607d8b;
}
.md .color-theme-white .navbar,
.md .color-theme-white.navbar {
  background: #ffffff;
}
.md .color-theme-black .navbar,
.md .color-theme-black.navbar {
  background: #000000;
}
.md .navbar.color-red {
  background: #f44336;
}
.md .navbar.color-pink {
  background: #e91e63;
}
.md .navbar.color-purple {
  background: #9c27b0;
}
.md .navbar.color-deeppurple {
  background: #673ab7;
}
.md .navbar.color-indigo {
  background: #3f51b5;
}
.md .navbar.color-blue {
  background: #2196f3;
}
.md .navbar.color-lightblue {
  background: #03a9f4;
}
.md .navbar.color-cyan {
  background: #00bcd4;
}
.md .navbar.color-teal {
  background: #009688;
}
.md .navbar.color-green {
  background: #4caf50;
}
.md .navbar.color-lightgreen {
  background: #8bc34a;
}
.md .navbar.color-lime {
  background: #cddc39;
}
.md .navbar.color-yellow {
  background: #ffeb3b;
}
.md .navbar.color-amber {
  background: #ffc107;
}
.md .navbar.color-orange {
  background: #ff9800;
}
.md .navbar.color-deeporange {
  background: #ff5722;
}
.md .navbar.color-brown {
  background: #795548;
}
.md .navbar.color-gray {
  background: #9e9e9e;
}
.md .navbar.color-bluegray {
  background: #607d8b;
}
.md .navbar.color-white {
  background: #ffffff;
}
.md .navbar.color-black {
  background: #000000;
}
/* === Toolbar === */
.toolbar {
  width: 100%;
  position: relative;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
}
.toolbar b {
  font-weight: 500;
}
.toolbar a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toolbar a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.toolbar i.icon {
  display: block;
}
.toolbar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.views > .tabbar,
.views > .tabbar-labels {
  z-index: 5001;
}
.tabbar a.link,
.tabbar-labels a.link {
  line-height: 1.4;
}
.tabbar a.tab-link,
.tabbar-labels a.tab-link,
.tabbar a.link,
.tabbar-labels a.link {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tabbar-labels a.tab-link,
.tabbar-labels a.link {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabbar-labels a.tab-link .tabbar-label,
.tabbar-labels a.link .tabbar-label {
  display: block;
  line-height: 1;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabbar-scrollable .toolbar-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  opacity: 0 !important;
}
.tabbar-scrollable a.tab-link,
.tabbar-scrollable a.link {
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.views > .toolbar,
.view > .toolbar,
.page > .toolbar {
  position: absolute;
}
.md .toolbar {
  background: #2196f3;
  height: 48px;
  color: #fff;
  font-size: 14px;
  top: 0;
}
.md .toolbar:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 100%;
  bottom: auto;
  height: 10px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.md .toolbar.no-shadow:after {
  display: none;
}
.md .toolbar a {
  color: #fff;
}
.md .toolbar a.link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  min-width: 48px;
  line-height: 48px;
  height: 48px;
}
.md .toolbar a.link:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .toolbar a.link.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .toolbar a.link i + span,
.md .toolbar a.link i + i,
.md .toolbar a.link span + i,
.md .toolbar a.link span + span {
  margin-right: 8px;
}
.md .toolbar a.icon-only {
  min-width: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.md .toolbar-inner {
  overflow: hidden;
}
.md .tabbar a.link,
.md .tabbar-labels a.link,
.md .tabbar a.tab-link,
.md .tabbar-labels a.tab-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.md .tabbar i.icon,
.md .tabbar-labels i.icon {
  height: 24px;
}
.md .tabbar a.tab-link,
.md .tabbar-labels a.tab-link {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.md .tabbar a.tab-link.tab-link-active,
.md .tabbar-labels a.tab-link.tab-link-active,
.md .tabbar a.tab-link.active-state,
.md .tabbar-labels a.tab-link.active-state {
  color: #ffffff;
}
.md .tabbar .tab-link-highlight,
.md .tabbar-labels .tab-link-highlight {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  right: 0;
}
.md .toolbar-bottom-md,
.md .messagebar {
  top: auto !important;
  bottom: 0 !important;
}
.md .toolbar-bottom-md:after,
.md .messagebar:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 100%;
  height: 10px;
  top: auto;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.md .toolbar-bottom-md .tab-link-highlight,
.md .messagebar .tab-link-highlight {
  bottom: auto;
  top: 0;
}
.md .tabbar-labels {
  height: 72px;
}
.md .tabbar-labels a.tab-link,
.md .tabbar-labels a.link {
  padding-top: 12px;
  padding-bottom: 12px;
}
.md .tabbar-labels .tabbar-label {
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
}
.md .tabbar-labels.toolbar-bottom-md {
  height: 56px;
}
.md .tabbar-labels.toolbar-bottom-md a.tab-link,
.md .tabbar-labels.toolbar-bottom-md a.link {
  padding-top: 7px;
  padding-bottom: 7px;
}
.md .tabbar-labels.toolbar-bottom-md .tabbar-label {
  text-transform: none;
  line-height: 1.2;
}
.md .tabbar-scrollable .toolbar-inner {
  overflow: auto;
}
.md .tabbar-scrollable a.tab-link,
.md .tabbar-scrollable a.link {
  padding: 0 16px;
}
.md .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .page-content,
.md .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .page-content {
  padding-top: 48px;
}
.md .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ * .page-content,
.md .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ .page-content {
  padding-top: 72px;
}
.md .toolbar-hidden {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.md .toolbar-hidden:after {
  display: none;
}
.md .toolbar-hidden.toolbar-bottom-md,
.md .toolbar-hidden.messagebar {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) {
  top: 56px;
}
.md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .page-content,
.md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .page-content {
  padding-top: 104px;
}
.md .navbar + .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ * .page-content,
.md .navbar + .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ .page-content {
  padding-top: 128px;
}
.md .navbar + .toolbar-hidden:not(.toolbar-bottom-md):not(.messagebar) {
  -webkit-transform: translate3d(0, -104px, 0);
  transform: translate3d(0, -104px, 0);
}
.md .navbar + .toolbar-hidden.tabbar-labels:not(.toolbar-bottom-md) {
  -webkit-transform: translate3d(0, -128px, 0);
  transform: translate3d(0, -128px, 0);
}
.md .navbar.navbar-hidden + .toolbar:not(.toolbar-bottom-md):not(.messagebar) {
  -webkit-transform: translate3d(0, -56px, 0);
  transform: translate3d(0, -56px, 0);
}
@media (min-width: 768px) {
  .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) {
    top: 64px;
  }
  .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .page-content,
  .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .page-content {
    padding-top: 112px;
  }
  .md .navbar + .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ * .page-content,
  .md .navbar + .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ .page-content {
    padding-top: 136px;
  }
  .md .navbar.navbar-hidden + .toolbar:not(.toolbar-bottom-md) {
    -webkit-transform: translate3d(0, -64px, 0);
    transform: translate3d(0, -64px, 0);
  }
  .md .navbar + .toolbar-hidden:not(.toolbar-bottom-md):not(.messagebar) {
    -webkit-transform: translate3d(0, -112px, 0);
    transform: translate3d(0, -112px, 0);
  }
  .md .navbar + .toolbar-hidden.tabbar-labels:not(.toolbar-bottom-md) {
    -webkit-transform: translate3d(0, -136px, 0);
    transform: translate3d(0, -136px, 0);
  }
}
.md .toolbar-bottom-md ~ * .page-content,
.md .toolbar-bottom-md ~ .page-content,
.md .messagebar ~ * .page-content,
.md .messagebar ~ .page-content {
  padding-bottom: 48px;
}
.md .toolbar-bottom-md.tabbar-labels ~ * .page-content,
.md .toolbar-bottom-md.tabbar-labels ~ .page-content {
  padding-bottom: 56px;
}
.md .toolbar-transitioning,
.md .navbar-transitioning + .toolbar {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.md .color-theme-red .toolbar:not(.messagebar),
.md .color-theme-red.toolbar:not(.messagebar) {
  background: #f44336;
}
.md .color-theme-pink .toolbar:not(.messagebar),
.md .color-theme-pink.toolbar:not(.messagebar) {
  background: #e91e63;
}
.md .color-theme-purple .toolbar:not(.messagebar),
.md .color-theme-purple.toolbar:not(.messagebar) {
  background: #9c27b0;
}
.md .color-theme-deeppurple .toolbar:not(.messagebar),
.md .color-theme-deeppurple.toolbar:not(.messagebar) {
  background: #673ab7;
}
.md .color-theme-indigo .toolbar:not(.messagebar),
.md .color-theme-indigo.toolbar:not(.messagebar) {
  background: #3f51b5;
}
.md .color-theme-blue .toolbar:not(.messagebar),
.md .color-theme-blue.toolbar:not(.messagebar) {
  background: #2196f3;
}
.md .color-theme-lightblue .toolbar:not(.messagebar),
.md .color-theme-lightblue.toolbar:not(.messagebar) {
  background: #03a9f4;
}
.md .color-theme-cyan .toolbar:not(.messagebar),
.md .color-theme-cyan.toolbar:not(.messagebar) {
  background: #00bcd4;
}
.md .color-theme-teal .toolbar:not(.messagebar),
.md .color-theme-teal.toolbar:not(.messagebar) {
  background: #009688;
}
.md .color-theme-green .toolbar:not(.messagebar),
.md .color-theme-green.toolbar:not(.messagebar) {
  background: #4caf50;
}
.md .color-theme-lightgreen .toolbar:not(.messagebar),
.md .color-theme-lightgreen.toolbar:not(.messagebar) {
  background: #8bc34a;
}
.md .color-theme-lime .toolbar:not(.messagebar),
.md .color-theme-lime.toolbar:not(.messagebar) {
  background: #cddc39;
}
.md .color-theme-yellow .toolbar:not(.messagebar),
.md .color-theme-yellow.toolbar:not(.messagebar) {
  background: #ffeb3b;
}
.md .color-theme-amber .toolbar:not(.messagebar),
.md .color-theme-amber.toolbar:not(.messagebar) {
  background: #ffc107;
}
.md .color-theme-orange .toolbar:not(.messagebar),
.md .color-theme-orange.toolbar:not(.messagebar) {
  background: #ff9800;
}
.md .color-theme-deeporange .toolbar:not(.messagebar),
.md .color-theme-deeporange.toolbar:not(.messagebar) {
  background: #ff5722;
}
.md .color-theme-brown .toolbar:not(.messagebar),
.md .color-theme-brown.toolbar:not(.messagebar) {
  background: #795548;
}
.md .color-theme-gray .toolbar:not(.messagebar),
.md .color-theme-gray.toolbar:not(.messagebar) {
  background: #9e9e9e;
}
.md .color-theme-bluegray .toolbar:not(.messagebar),
.md .color-theme-bluegray.toolbar:not(.messagebar) {
  background: #607d8b;
}
.md .color-theme-white .toolbar:not(.messagebar),
.md .color-theme-white.toolbar:not(.messagebar) {
  background: #ffffff;
}
.md .color-theme-black .toolbar:not(.messagebar),
.md .color-theme-black.toolbar:not(.messagebar) {
  background: #000000;
}
.md .toolbar:not(.messagebar).color-red {
  background: #f44336;
}
.md .toolbar:not(.messagebar).color-pink {
  background: #e91e63;
}
.md .toolbar:not(.messagebar).color-purple {
  background: #9c27b0;
}
.md .toolbar:not(.messagebar).color-deeppurple {
  background: #673ab7;
}
.md .toolbar:not(.messagebar).color-indigo {
  background: #3f51b5;
}
.md .toolbar:not(.messagebar).color-blue {
  background: #2196f3;
}
.md .toolbar:not(.messagebar).color-lightblue {
  background: #03a9f4;
}
.md .toolbar:not(.messagebar).color-cyan {
  background: #00bcd4;
}
.md .toolbar:not(.messagebar).color-teal {
  background: #009688;
}
.md .toolbar:not(.messagebar).color-green {
  background: #4caf50;
}
.md .toolbar:not(.messagebar).color-lightgreen {
  background: #8bc34a;
}
.md .toolbar:not(.messagebar).color-lime {
  background: #cddc39;
}
.md .toolbar:not(.messagebar).color-yellow {
  background: #ffeb3b;
}
.md .toolbar:not(.messagebar).color-amber {
  background: #ffc107;
}
.md .toolbar:not(.messagebar).color-orange {
  background: #ff9800;
}
.md .toolbar:not(.messagebar).color-deeporange {
  background: #ff5722;
}
.md .toolbar:not(.messagebar).color-brown {
  background: #795548;
}
.md .toolbar:not(.messagebar).color-gray {
  background: #9e9e9e;
}
.md .toolbar:not(.messagebar).color-bluegray {
  background: #607d8b;
}
.md .toolbar:not(.messagebar).color-white {
  background: #ffffff;
}
.md .toolbar:not(.messagebar).color-black {
  background: #000000;
}
/* === Subnavbar === */
.subnavbar {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subnavbar .title {
  position: relative;
  overflow: hidden;
  text-overflow: ellpsis;
  white-space: nowrap;
}
.subnavbar .left,
.subnavbar .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subnavbar .right:first-child {
  position: absolute;
  height: 100%;
}
.subnavbar-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.subnavbar-inner.stacked {
  display: none;
}
.navbar .subnavbar {
  top: 100%;
}
.views > .navbar,
.view > .navbar,
.page > .navbar {
  position: absolute;
}
.md .subnavbar {
  height: 48px;
  background: #2196f3;
  color: #fff;
}
.md .subnavbar:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 100%;
  bottom: auto;
  height: 10px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.md .subnavbar.no-shadow:after {
  display: none;
}
.md .subnavbar .title {
  margin: 0 16px;
  font-size: 20px;
  line-height: 48px;
  display: inline-block;
  text-align: left;
  font-weight: 500;
}
.md .subnavbar .title:first-child {
  margin-right: 56px;
}
.md .subnavbar .right {
  margin-right: auto;
}
.md .subnavbar .right:first-child {
  left: 16px;
}
.md .subnavbar a {
  color: inherit;
}
.md .subnavbar a.link {
  line-height: 48px;
  height: 48px;
  min-width: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
}
.md .subnavbar a.link:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .subnavbar a.link.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .subnavbar a.icon-only {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 0;
}
.md .subnavbar-inner {
  padding: 0 16px;
}
.md .subnavbar-inner > a.link:first-child {
  margin-right: -16px;
}
.md .subnavbar-inner > a.link:last-child {
  margin-left: -16px;
}
.md .subnavbar ~ * .page-content,
.md .subnavbar ~ .page-content,
.md .page-with-subnavbar .page-content {
  padding-top: 48px;
}
.md .navbar ~ .subnavbar ~ .page-content,
.md .navbar ~ .subnavbar ~ * .page-content,
.md .page-with-subnavbar .navbar ~ * .page-content,
.md .page-with-subnavbar .navbar ~ .page-content {
  padding-top: 104px;
}
@media (min-width: 768px) {
  .md .navbar ~ .subnavbar ~ .page-content,
  .md .navbar ~ .subnavbar ~ * .page-content,
  .md .page-with-subnavbar .navbar ~ * .page-content,
  .md .page-with-subnavbar .navbar ~ .page-content {
    padding-top: 112px;
  }
}
.md .navbar ~ .subnavbar,
.md .navbar ~ * .subnavbar,
.md .page-with-subnavbar .navbar ~ .subnavbar,
.md .page-with-subnavbar .navbar ~ * .subnavbar {
  top: 56px;
}
@media (min-width: 768px) {
  .md .navbar ~ .subnavbar,
  .md .navbar ~ * .subnavbar,
  .md .page-with-subnavbar .navbar ~ .subnavbar,
  .md .page-with-subnavbar .navbar ~ * .subnavbar {
    top: 64px;
  }
}
.md .color-theme-red .subnavbar,
.md .color-theme-red.subnavbar {
  background: #f44336;
}
.md .color-theme-pink .subnavbar,
.md .color-theme-pink.subnavbar {
  background: #e91e63;
}
.md .color-theme-purple .subnavbar,
.md .color-theme-purple.subnavbar {
  background: #9c27b0;
}
.md .color-theme-deeppurple .subnavbar,
.md .color-theme-deeppurple.subnavbar {
  background: #673ab7;
}
.md .color-theme-indigo .subnavbar,
.md .color-theme-indigo.subnavbar {
  background: #3f51b5;
}
.md .color-theme-blue .subnavbar,
.md .color-theme-blue.subnavbar {
  background: #2196f3;
}
.md .color-theme-lightblue .subnavbar,
.md .color-theme-lightblue.subnavbar {
  background: #03a9f4;
}
.md .color-theme-cyan .subnavbar,
.md .color-theme-cyan.subnavbar {
  background: #00bcd4;
}
.md .color-theme-teal .subnavbar,
.md .color-theme-teal.subnavbar {
  background: #009688;
}
.md .color-theme-green .subnavbar,
.md .color-theme-green.subnavbar {
  background: #4caf50;
}
.md .color-theme-lightgreen .subnavbar,
.md .color-theme-lightgreen.subnavbar {
  background: #8bc34a;
}
.md .color-theme-lime .subnavbar,
.md .color-theme-lime.subnavbar {
  background: #cddc39;
}
.md .color-theme-yellow .subnavbar,
.md .color-theme-yellow.subnavbar {
  background: #ffeb3b;
}
.md .color-theme-amber .subnavbar,
.md .color-theme-amber.subnavbar {
  background: #ffc107;
}
.md .color-theme-orange .subnavbar,
.md .color-theme-orange.subnavbar {
  background: #ff9800;
}
.md .color-theme-deeporange .subnavbar,
.md .color-theme-deeporange.subnavbar {
  background: #ff5722;
}
.md .color-theme-brown .subnavbar,
.md .color-theme-brown.subnavbar {
  background: #795548;
}
.md .color-theme-gray .subnavbar,
.md .color-theme-gray.subnavbar {
  background: #9e9e9e;
}
.md .color-theme-bluegray .subnavbar,
.md .color-theme-bluegray.subnavbar {
  background: #607d8b;
}
.md .color-theme-white .subnavbar,
.md .color-theme-white.subnavbar {
  background: #ffffff;
}
.md .color-theme-black .subnavbar,
.md .color-theme-black.subnavbar {
  background: #000000;
}
.md .subnavbar.color-red {
  background: #f44336;
}
.md .subnavbar.color-pink {
  background: #e91e63;
}
.md .subnavbar.color-purple {
  background: #9c27b0;
}
.md .subnavbar.color-deeppurple {
  background: #673ab7;
}
.md .subnavbar.color-indigo {
  background: #3f51b5;
}
.md .subnavbar.color-blue {
  background: #2196f3;
}
.md .subnavbar.color-lightblue {
  background: #03a9f4;
}
.md .subnavbar.color-cyan {
  background: #00bcd4;
}
.md .subnavbar.color-teal {
  background: #009688;
}
.md .subnavbar.color-green {
  background: #4caf50;
}
.md .subnavbar.color-lightgreen {
  background: #8bc34a;
}
.md .subnavbar.color-lime {
  background: #cddc39;
}
.md .subnavbar.color-yellow {
  background: #ffeb3b;
}
.md .subnavbar.color-amber {
  background: #ffc107;
}
.md .subnavbar.color-orange {
  background: #ff9800;
}
.md .subnavbar.color-deeporange {
  background: #ff5722;
}
.md .subnavbar.color-brown {
  background: #795548;
}
.md .subnavbar.color-gray {
  background: #9e9e9e;
}
.md .subnavbar.color-bluegray {
  background: #607d8b;
}
.md .subnavbar.color-white {
  background: #ffffff;
}
.md .subnavbar.color-black {
  background: #000000;
}
/* === Content Block === */
.block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.block.no-hairlines:before,
.block.no-hairlines ul:before,
.md .block.no-hairlines-md:before,
.md .block.no-hairlines-md ul:before,
.ios .block.no-hairlines-ios:before,
.ios .block.no-hairlines-ios ul:before {
  display: none !important;
}
.block.no-hairlines:after,
.block.no-hairlines ul:after,
.md .block.no-hairlines-md:after,
.md .block.no-hairlines-md ul:after,
.ios .block.no-hairlines-ios:after,
.ios .block.no-hairlines-ios ul:after {
  display: none !important;
}
.block.no-hairline-top:before,
.block.no-hairline-top ul:before,
.md .block.no-hairline-top-md:before,
.md .block.no-hairline-top-md ul:before,
.ios .block.no-hairline-top-ios:before,
.ios .block.no-hairline-top-ios ul:before {
  display: none !important;
}
.block.no-hairline-bottom:after,
.block.no-hairline-bottom ul:after,
.md .block.no-hairline-bottom-md:after,
.md .block.no-hairline-bottom-md ul:after,
.ios .block.no-hairline-bottom-ios:after,
.ios .block.no-hairline-bottom-ios ul:after {
  display: none !important;
}
.block > h1:first-child,
.block > h2:first-child,
.block > h3:first-child,
.block > h4:first-child,
.block > p:first-child {
  margin-top: 0;
}
.block > h1:last-child,
.block > h2:last-child,
.block > h3:last-child,
.block > h4:last-child,
.block > p:last-child {
  margin-bottom: 0;
}
.block-title {
  position: relative;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1;
}
.block-strong.inset {
  border-radius: 7px;
}
.block-strong.inset:before {
  display: none !important;
}
.block-strong.inset:after {
  display: none !important;
}
.block-footer,
.block-header {
  font-size: 14px;
}
.block-footer ul:first-child,
.block-header ul:first-child,
.block-footer p:first-child,
.block-header p:first-child,
.block-footer h1:first-child,
.block-header h1:first-child,
.block-footer h2:first-child,
.block-header h2:first-child,
.block-footer h3:first-child,
.block-header h3:first-child,
.block-footer h4:first-child,
.block-header h4:first-child {
  margin-top: 0;
}
.block-footer ul:last-child,
.block-header ul:last-child,
.block-footer p:last-child,
.block-header p:last-child,
.block-footer h1:last-child,
.block-header h1:last-child,
.block-footer h2:last-child,
.block-header h2:last-child,
.block-footer h3:last-child,
.block-header h3:last-child,
.block-footer h4:last-child,
.block-header h4:last-child {
  margin-bottom: 0;
}
.block-footer ul:first-child:last-child,
.block-header ul:first-child:last-child,
.block-footer p:first-child:last-child,
.block-header p:first-child:last-child,
.block-footer h1:first-child:last-child,
.block-header h1:first-child:last-child,
.block-footer h2:first-child:last-child,
.block-header h2:first-child:last-child,
.block-footer h3:first-child:last-child,
.block-header h3:first-child:last-child,
.block-footer h4:first-child:last-child,
.block-header h4:first-child:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.block-header {
  margin-bottom: 10px;
}
.block-footer {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .block-strong.tablet-inset:before {
    display: none !important;
  }
  .block-strong.tablet-inset:after {
    display: none !important;
  }
}
.md .block {
  margin: 32px 0;
  padding: 0 16px;
}
.md .block-title {
  color: rgba(0, 0, 0, 0.54);
  margin: 32px 16px 16px;
  line-height: 16px;
  font-weight: 500;
}
.md .block-title + .list,
.md .block-title + .block,
.md .block-title + .card,
.md .block-title + .timeline,
.md .block-title + .block-header {
  margin-top: 0px;
}
.md .block-strong {
  padding: 16px;
}
.md .block-strong:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.md.device-pixel-ratio-2 .block-strong:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .block-strong:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .block-strong:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .block-strong:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .block-strong:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .block.inset {
  margin-left: 16px;
  margin-right: 16px;
}
.md .block-strong.inset {
  border-radius: 4px;
}
.md .block-header,
.md .block-footer {
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.54);
}
.md .block .block-header,
.md .block .block-footer {
  padding: 0;
}
.md .block-header {
  margin-top: 32px;
}
.md .block-header + .list,
.md .block-header + .block,
.md .block-header + .card,
.md .block-header + .timeline {
  margin-top: 10px;
}
.md .block-footer {
  margin-bottom: 32px;
}
.md .list .block-header,
.md .block .block-header,
.md .card .block-header,
.md .timeline .block-header {
  margin-top: 0;
}
.md .list .block-footer,
.md .block .block-footer,
.md .card .block-footer,
.md .timeline .block-footer {
  margin-bottom: 0;
}
.md .list + .block-footer,
.md .block + .block-footer,
.md .card + .block-footer,
.md .timeline + .block-footer {
  margin-top: -22px;
}
.md .block + .block-footer {
  margin-top: -22px;
  margin-bottom: 32px;
}
@media all and (min-width: 768px) {
  .md .block.tablet-inset {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 4px;
  }
  .md .block-strong.tablet-inset {
    border-radius: 4px;
  }
}
/* === List View === */
.list {
  position: relative;
  z-index: 1;
}
.list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.list ul ul:before {
  display: none !important;
}
.list ul ul:after {
  display: none !important;
}
.list li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list .item-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8px;
}
.list .item-inner {
  position: relative;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.list .item-title {
  min-width: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.list .item-after {
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 28px;
  margin-right: auto;
}
.list .item-link,
.list .list-button {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.list .item-link.disabled,
.list .list-button.disabled {
  opacity: 0.55;
  pointer-events: none;
}
.list .item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.list .item-subtitle {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
.list .item-text {
  position: relative;
  overflow: hidden;
  text-overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.list .item-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list .item-title-row .item-after {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.list .item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list .item-cell {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.list li:last-child .list-button:after {
  display: none !important;
}
.list li:last-child .item-inner:after,
.list li:last-child li:last-child .item-inner:after {
  display: none !important;
}
.list.no-hairlines:before,
.list.no-hairlines ul:before,
.md .list.no-hairlines-md:before,
.md .list.no-hairlines-md ul:before,
.ios .list.no-hairlines-ios:before,
.ios .list.no-hairlines-ios ul:before {
  display: none !important;
}
.list.no-hairlines:after,
.list.no-hairlines ul:after,
.md .list.no-hairlines-md:after,
.md .list.no-hairlines-md ul:after,
.ios .list.no-hairlines-ios:after,
.ios .list.no-hairlines-ios ul:after {
  display: none !important;
}
.list.no-hairline-top:before,
.list.no-hairline-top ul:before,
.md .list.no-hairline-top-md:before,
.md .list.no-hairline-top-md ul:before,
.ios .list.no-hairline-top-ios:before,
.ios .list.no-hairline-top-ios ul:before {
  display: none !important;
}
.list.no-hairline-bottom:after,
.list.no-hairline-bottom ul:after,
.md .list.no-hairline-bottom-md:after,
.md .list.no-hairline-bottom-md ul:after,
.ios .list.no-hairline-bottom-ios:after,
.ios .list.no-hairline-bottom-ios ul:after {
  display: none !important;
}
.list.no-hairlines-between .item-inner:after,
.md .list.no-hairlines-between-md .item-inner:after,
.ios .list.no-hairlines-between-ios .item-inner:after,
.list.no-hairlines-between .list-button:after,
.md .list.no-hairlines-between-md .list-button:after,
.ios .list.no-hairlines-between-ios .list-button:after,
.list.no-hairlines-between .item-divider:after,
.md .list.no-hairlines-between-md .item-divider:after,
.ios .list.no-hairlines-between-ios .item-divider:after,
.list.no-hairlines-between .list-group-title:after,
.md .list.no-hairlines-between-md .list-group-title:after,
.ios .list.no-hairlines-between-ios .list-group-title:after,
.list.no-hairlines-between .list-group-title:after,
.md .list.no-hairlines-between-md .list-group-title:after,
.ios .list.no-hairlines-between-ios .list-group-title:after {
  display: none !important;
}
.list.simple-list li {
  position: relative;
  white-space: nowrap;
  text-oveflow: ellipsis;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.list.simple-list li:last-child:after {
  display: none !important;
}
.list.links-list a {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-oveflow: ellipsis;
  max-width: 100%;
}
.list.links-list li:last-child a:after {
  display: none !important;
}
.media-list .item-inner,
li.media-item .item-inner {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.media-list .item-link .item-inner,
li.media-item .item-link .item-inner {
  background: none;
}
.media-list .item-media,
li.media-item .item-media {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.media-list .item-media img,
li.media-item .item-media img {
  display: block;
}
.list .item-link .item-inner,
.links-list a,
.media-list .item-link .item-title-row,
li.media-item .item-link .item-title-row {
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(6.500000%2C%206.500000)%20rotate(-225.000000)%20translate(-6.500000%2C%20-6.500000)%20'%20points%3D'11%2011%2011%202%209%202%209%209%202%209%202%2011%2010%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}
.media-list .item-link .item-inner,
li.media-item .item-link .item-inner {
  background: none;
}
.media-list .item-link .item-title-row,
li.media-item .item-link .item-title-row {
  background-position: left center !important;
}
.list-group ul:after,
.list-group ul:before {
  z-index: 25 !important;
}
.list-group + .list-group ul:before {
  display: none !important;
}
li.item-divider,
.item-divider,
li.list-group-title {
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 15;
}
li.list-group-title {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 0;
  z-index: 20;
}
li.list-group-title:before {
  display: none !important;
}
.list.inset .block-title {
  margin-left: 0;
  margin-right: 0;
}
.list.inset ul:before {
  display: none !important;
}
.list.inset ul:after {
  display: none !important;
}
@media (min-width: 768px) {
  .list.tablet-inset .block-title {
    margin-left: 0;
    margin-right: 0;
  }
  .list.tablet-inset ul:before {
    display: none !important;
  }
  .list.tablet-inset ul:after {
    display: none !important;
  }
}
.md .list {
  margin: 32px 0;
  font-size: 16px;
}
.md .list .item-cell {
  width: 100%;
  min-width: 0;
  margin-right: 16px;
}
.md .list .item-cell:first-child {
  margin-left: 0;
}
.md .list ul ul {
  padding-right: 56px;
}
.md .list .item-media {
  padding-top: 8px;
  min-width: 40px;
}
.md .list .item-media i + i,
.md .list .item-media i + img {
  margin-right: 8px;
}
.md .list .item-media + .item-inner {
  margin-right: 16px;
}
.md .list .item-inner {
  min-height: 48px;
  padding-left: 16px;
}
.md .list .item-after {
  color: #757575;
  font-size: 14px;
  padding-right: 8px;
}
.md .list .item-link,
.md .list .list-button {
  color: inherit;
}
.md .list .item-link .item-inner,
.md .list .list-button .item-inner {
  padding-left: 42px;
}
.md .list .item-link.active-state,
.md .list .list-button.active-state {
  background-color: rgba(0, 0, 0, 0.1);
}
.md .list .list-button {
  padding: 0 16px;
  font-size: 16px;
  line-height: 48px;
}
.md .list .item-content {
  min-height: 48px;
  padding-right: 16px;
}
.md .list .item-subtitle {
  font-size: 14px;
}
.md .list .item-text {
  font-size: 14px;
  color: #757575;
  line-height: 20px;
  max-height: 40px;
}
.md .list .item-header,
.md .list .item-footer {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  white-space: normal;
}
.md .list .item-footer {
  color: rgba(0, 0, 0, 0.5);
}
.md .simple-list li:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .simple-list li:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .simple-list li:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .simple-list li {
  padding-left: 16px;
  padding-right: 16px;
  line-height: 48px;
  height: 48px;
}
.md .simple-list li:after {
  width: auto;
  left: 0;
  right: 16px;
}
.md .links-list a:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .links-list a:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .links-list a:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .links-list a {
  height: 48px;
  color: inherit;
}
.md .links-list a.active-state {
  background-color: rgba(0, 0, 0, 0.1);
}
.md .links-list a:after {
  width: auto;
}
.md .links-list a {
  padding-right: 16px;
  padding-left: 42px;
}
.md .links-list a:after {
  right: 16px;
  left: 0;
}
.md .media-list .item-inner,
.md li.media-item .item-inner {
  padding-top: 14px;
  padding-bottom: 14px;
}
.md .media-list .item-link .item-inner,
.md li.media-item .item-link .item-inner {
  padding-left: 16px;
}
.md .media-list .item-link .item-title-row,
.md li.media-item .item-link .item-title-row {
  padding-left: 26px;
}
.md .media-list .item-media,
.md li.media-item .item-media {
  padding-top: 14px;
  padding-bottom: 14px;
}
.md .list .item-link .item-inner,
.md .links-list a {
  background-position: 16px center;
}
.md .item-divider,
.md .list-group-title {
  padding: 0 16px;
  background: #f4f4f4;
  color: rgba(0, 0, 0, 0.54);
  height: 48px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.md .item-divider:before,
.md .list-group-title:before {
  display: none !important;
}
.md .list-group-title {
  margin-top: 0;
}
.md .list .item-inner:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .list .item-inner:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .list .item-inner:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .list ul:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.md.device-pixel-ratio-2 .list ul:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .list ul:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .list ul:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .list ul:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .list ul:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .list.inset {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 4px;
}
.md .list.inset ul {
  border-radius: 4px;
}
.md .list.inset li:first-child > a {
  border-radius: 4px 4px 0 0;
}
.md .list.inset li:last-child > a {
  border-radius: 0 0 4px 4px;
}
.md .list.inset li:first-child:last-child > a {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .md .list.tablet-inset {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 4px;
  }
  .md .list.tablet-inset li:first-child > a {
    border-radius: 4px 4px 0 0;
  }
  .md .list.tablet-inset li:last-child > a {
    border-radius: 0 0 4px 4px;
  }
  .md .list.tablet-inset li:first-child:last-child > a {
    border-radius: 4px;
  }
}
.md li li:last-child .item-inner:after,
.md li:last-child li .item-inner:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
html.device-pixel-ratio-2 .md li li:last-child .item-inner:after,
html.device-pixel-ratio-2 .md li:last-child li .item-inner:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
html.device-pixel-ratio-3 .md li li:last-child .item-inner:after,
html.device-pixel-ratio-3 .md li:last-child li .item-inner:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .color-theme-red .list-button {
  color: #f44336;
}
.md .color-theme-pink .list-button {
  color: #e91e63;
}
.md .color-theme-purple .list-button {
  color: #9c27b0;
}
.md .color-theme-deeppurple .list-button {
  color: #673ab7;
}
.md .color-theme-indigo .list-button {
  color: #3f51b5;
}
.md .color-theme-blue .list-button {
  color: #2196f3;
}
.md .color-theme-lightblue .list-button {
  color: #03a9f4;
}
.md .color-theme-cyan .list-button {
  color: #00bcd4;
}
.md .color-theme-teal .list-button {
  color: #009688;
}
.md .color-theme-green .list-button {
  color: #4caf50;
}
.md .color-theme-lightgreen .list-button {
  color: #8bc34a;
}
.md .color-theme-lime .list-button {
  color: #cddc39;
}
.md .color-theme-yellow .list-button {
  color: #ffeb3b;
}
.md .color-theme-amber .list-button {
  color: #ffc107;
}
.md .color-theme-orange .list-button {
  color: #ff9800;
}
.md .color-theme-deeporange .list-button {
  color: #ff5722;
}
.md .color-theme-brown .list-button {
  color: #795548;
}
.md .color-theme-gray .list-button {
  color: #9e9e9e;
}
.md .color-theme-bluegray .list-button {
  color: #607d8b;
}
.md .color-theme-white .list-button {
  color: #ffffff;
}
.md .color-theme-black .list-button {
  color: #000000;
}
.md .list .list-button.color-red,
.md .list li.color-red .list-button,
.md .links-list li.color-red a,
.md .simple-list li.color-red,
.md .links-list a.color-red,
.md .list .item-link.color-red,
.md .list li.color-red .item-link {
  color: #f44336;
}
.md .list .list-button.color-pink,
.md .list li.color-pink .list-button,
.md .links-list li.color-pink a,
.md .simple-list li.color-pink,
.md .links-list a.color-pink,
.md .list .item-link.color-pink,
.md .list li.color-pink .item-link {
  color: #e91e63;
}
.md .list .list-button.color-purple,
.md .list li.color-purple .list-button,
.md .links-list li.color-purple a,
.md .simple-list li.color-purple,
.md .links-list a.color-purple,
.md .list .item-link.color-purple,
.md .list li.color-purple .item-link {
  color: #9c27b0;
}
.md .list .list-button.color-deeppurple,
.md .list li.color-deeppurple .list-button,
.md .links-list li.color-deeppurple a,
.md .simple-list li.color-deeppurple,
.md .links-list a.color-deeppurple,
.md .list .item-link.color-deeppurple,
.md .list li.color-deeppurple .item-link {
  color: #673ab7;
}
.md .list .list-button.color-indigo,
.md .list li.color-indigo .list-button,
.md .links-list li.color-indigo a,
.md .simple-list li.color-indigo,
.md .links-list a.color-indigo,
.md .list .item-link.color-indigo,
.md .list li.color-indigo .item-link {
  color: #3f51b5;
}
.md .list .list-button.color-blue,
.md .list li.color-blue .list-button,
.md .links-list li.color-blue a,
.md .simple-list li.color-blue,
.md .links-list a.color-blue,
.md .list .item-link.color-blue,
.md .list li.color-blue .item-link {
  color: #2196f3;
}
.md .list .list-button.color-lightblue,
.md .list li.color-lightblue .list-button,
.md .links-list li.color-lightblue a,
.md .simple-list li.color-lightblue,
.md .links-list a.color-lightblue,
.md .list .item-link.color-lightblue,
.md .list li.color-lightblue .item-link {
  color: #03a9f4;
}
.md .list .list-button.color-cyan,
.md .list li.color-cyan .list-button,
.md .links-list li.color-cyan a,
.md .simple-list li.color-cyan,
.md .links-list a.color-cyan,
.md .list .item-link.color-cyan,
.md .list li.color-cyan .item-link {
  color: #00bcd4;
}
.md .list .list-button.color-teal,
.md .list li.color-teal .list-button,
.md .links-list li.color-teal a,
.md .simple-list li.color-teal,
.md .links-list a.color-teal,
.md .list .item-link.color-teal,
.md .list li.color-teal .item-link {
  color: #009688;
}
.md .list .list-button.color-green,
.md .list li.color-green .list-button,
.md .links-list li.color-green a,
.md .simple-list li.color-green,
.md .links-list a.color-green,
.md .list .item-link.color-green,
.md .list li.color-green .item-link {
  color: #4caf50;
}
.md .list .list-button.color-lightgreen,
.md .list li.color-lightgreen .list-button,
.md .links-list li.color-lightgreen a,
.md .simple-list li.color-lightgreen,
.md .links-list a.color-lightgreen,
.md .list .item-link.color-lightgreen,
.md .list li.color-lightgreen .item-link {
  color: #8bc34a;
}
.md .list .list-button.color-lime,
.md .list li.color-lime .list-button,
.md .links-list li.color-lime a,
.md .simple-list li.color-lime,
.md .links-list a.color-lime,
.md .list .item-link.color-lime,
.md .list li.color-lime .item-link {
  color: #cddc39;
}
.md .list .list-button.color-yellow,
.md .list li.color-yellow .list-button,
.md .links-list li.color-yellow a,
.md .simple-list li.color-yellow,
.md .links-list a.color-yellow,
.md .list .item-link.color-yellow,
.md .list li.color-yellow .item-link {
  color: #ffeb3b;
}
.md .list .list-button.color-amber,
.md .list li.color-amber .list-button,
.md .links-list li.color-amber a,
.md .simple-list li.color-amber,
.md .links-list a.color-amber,
.md .list .item-link.color-amber,
.md .list li.color-amber .item-link {
  color: #ffc107;
}
.md .list .list-button.color-orange,
.md .list li.color-orange .list-button,
.md .links-list li.color-orange a,
.md .simple-list li.color-orange,
.md .links-list a.color-orange,
.md .list .item-link.color-orange,
.md .list li.color-orange .item-link {
  color: #ff9800;
}
.md .list .list-button.color-deeporange,
.md .list li.color-deeporange .list-button,
.md .links-list li.color-deeporange a,
.md .simple-list li.color-deeporange,
.md .links-list a.color-deeporange,
.md .list .item-link.color-deeporange,
.md .list li.color-deeporange .item-link {
  color: #ff5722;
}
.md .list .list-button.color-brown,
.md .list li.color-brown .list-button,
.md .links-list li.color-brown a,
.md .simple-list li.color-brown,
.md .links-list a.color-brown,
.md .list .item-link.color-brown,
.md .list li.color-brown .item-link {
  color: #795548;
}
.md .list .list-button.color-gray,
.md .list li.color-gray .list-button,
.md .links-list li.color-gray a,
.md .simple-list li.color-gray,
.md .links-list a.color-gray,
.md .list .item-link.color-gray,
.md .list li.color-gray .item-link {
  color: #9e9e9e;
}
.md .list .list-button.color-bluegray,
.md .list li.color-bluegray .list-button,
.md .links-list li.color-bluegray a,
.md .simple-list li.color-bluegray,
.md .links-list a.color-bluegray,
.md .list .item-link.color-bluegray,
.md .list li.color-bluegray .item-link {
  color: #607d8b;
}
.md .list .list-button.color-white,
.md .list li.color-white .list-button,
.md .links-list li.color-white a,
.md .simple-list li.color-white,
.md .links-list a.color-white,
.md .list .item-link.color-white,
.md .list li.color-white .item-link {
  color: #ffffff;
}
.md .list .list-button.color-black,
.md .list li.color-black .list-button,
.md .links-list li.color-black a,
.md .simple-list li.color-black,
.md .links-list a.color-black,
.md .list .item-link.color-black,
.md .list li.color-black .item-link {
  color: #000000;
}
/* === Badge === */
.badge {
  display: inline-block;
  color: #fff;
  background: #8e8e93;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.icon .badge,
.f7-icons .badge,
.framework7-icons .badge,
.material-icons .badge {
  position: absolute;
  left: 100%;
  margin-left: -10px;
  top: -2px;
}
.md .badge {
  font-size: 10px;
  border-radius: 3px;
  padding: 1px 6px;
  vertical-align: middle;
}
.md .icon .badge,
.md .f7-icons .badge,
.md .framework7-icons .badge,
.md .material-icons .badge {
  line-height: 1.4;
  padding: 1px 5px;
  font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
  font-size: 10px;
}
.md .badge.color-red {
  background-color: #f44336;
}
.md .badge.color-pink {
  background-color: #e91e63;
}
.md .badge.color-purple {
  background-color: #9c27b0;
}
.md .badge.color-deeppurple {
  background-color: #673ab7;
}
.md .badge.color-indigo {
  background-color: #3f51b5;
}
.md .badge.color-blue {
  background-color: #2196f3;
}
.md .badge.color-lightblue {
  background-color: #03a9f4;
}
.md .badge.color-cyan {
  background-color: #00bcd4;
}
.md .badge.color-teal {
  background-color: #009688;
}
.md .badge.color-green {
  background-color: #4caf50;
}
.md .badge.color-lightgreen {
  background-color: #8bc34a;
}
.md .badge.color-lime {
  background-color: #cddc39;
}
.md .badge.color-yellow {
  background-color: #ffeb3b;
}
.md .badge.color-amber {
  background-color: #ffc107;
}
.md .badge.color-orange {
  background-color: #ff9800;
}
.md .badge.color-deeporange {
  background-color: #ff5722;
}
.md .badge.color-brown {
  background-color: #795548;
}
.md .badge.color-gray {
  background-color: #9e9e9e;
}
.md .badge.color-bluegray {
  background-color: #607d8b;
}
.md .badge.color-white {
  background-color: #ffffff;
}
.md .badge.color-black {
  background-color: #000000;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button {
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
input[type="submit"].button,
input[type="button"].button {
  width: 100%;
}
button {
  width: 100%;
}
.segmented {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.segmented .button,
.segmented button {
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
}
.subnavbar .segmented {
  width: 100%;
}
.md .button {
  color: #2196f3;
  border-radius: 2px;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
  min-width: 64px;
  padding: 0 8px;
  border: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.md .button.active-state {
  background: rgba(0, 0, 0, 0.1);
}
.md .button.button-fill,
.md .button.button-fill-md,
.md .button.button-active,
.md .button.tab-link-active {
  background-color: #2196f3;
  color: #fff;
}
.md .button.button-fill.active-state,
.md .button.button-fill-md.active-state,
.md .button.button-active.active-state,
.md .button.tab-link-active.active-state {
  background: #0c82df;
}
.md .button.button-big,
.md .button.button-big-md {
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
}
.md .button.button-round,
.md .button.button-round-md {
  border-radius: 36px;
}
.md .button.button-outline {
  border: 1px solid #2196f3;
  line-height: 34px;
}
.md .button.button-outline.button-big,
.md .button.button-outline.button-big-md {
  line-height: 46px;
}
.md .button.button-small,
.md .button.button-small-md {
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.md .button.button-small.button-outline,
.md .button.button-small-md.button-outline {
  border-width: 2px;
  line-height: 25px;
}
.md .button i.icon + span,
.md .button span:not(.ripple-wave) + span,
.md .button span:not(.ripple-wave) + i.icon,
.md .button i.icon + i.icon {
  margin-right: 8px;
}
.md .button.button-raised {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.md .button.button-raised.active-state {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md .navbar .button:not(.button-fill):not(.button-fill-md),
.md .subnavbar .button:not(.button-fill):not(.button-fill-md),
.md .toolbar .button:not(.button-fill):not(.button-fill-md) {
  color: #fff;
}
.md .navbar .button:not(.button-fill):not(.button-fill-md).active-state,
.md .subnavbar .button:not(.button-fill):not(.button-fill-md).active-state,
.md .toolbar .button:not(.button-fill):not(.button-fill-md).active-state {
  background: rgba(255, 255, 255, 0.15);
}
.md .toast .button:not(.button-fill):not(.button-fill-md).active-state {
  background: rgba(255, 255, 255, 0.15);
}
.md .segmented {
  border-radius: 3px;
}
.md .segmented.segmented-raised {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.md .segmented.segmented-round {
  border-radius: 36px;
}
.md .segmented .button {
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.md .segmented .button:first-child {
  border-radius: 0 3px 3px 0;
  border-right: none;
}
.md .segmented .button.button-outline {
  border: 1px solid #2196f3;
}
.md .segmented .button.button-outline:nth-child(n + 2) {
  border-right: none;
}
.md .segmented .button:last-child {
  border-radius: 3px 0 0 3px;
}
.md .segmented .button:first-child:last-child {
  border-radius: 5px;
}
.md .segmented .button.button-round:first-child {
  border-radius: 0 36px 36px 0;
}
.md .segmented .button.button-round:last-child {
  border-radius: 36px 0 0 36px;
}
.md .color-theme-red .button,
.md .color-red .button {
  color: #f44336;
}
.md .color-theme-red .button.button-fill,
.md .color-red .button.button-fill,
.md .color-theme-red .button.button-fill-md,
.md .color-red .button.button-fill-md,
.md .color-theme-red .button.button-active,
.md .color-red .button.button-active,
.md .color-theme-red .button.tab-link-active,
.md .color-red .button.tab-link-active {
  background-color: #f44336;
  color: #fff;
}
.md .color-theme-red .button.button-fill.active-state,
.md .color-red .button.button-fill.active-state,
.md .color-theme-red .button.button-fill-md.active-state,
.md .color-red .button.button-fill-md.active-state,
.md .color-theme-red .button.button-active.active-state,
.md .color-red .button.button-active.active-state,
.md .color-theme-red .button.tab-link-active.active-state,
.md .color-red .button.tab-link-active.active-state {
  background: #f21f0f;
}
.md .color-theme-red .button.button-outline,
.md .color-red .button.button-outline {
  border-color: #f44336;
}
.md .color-theme-pink .button,
.md .color-pink .button {
  color: #e91e63;
}
.md .color-theme-pink .button.button-fill,
.md .color-pink .button.button-fill,
.md .color-theme-pink .button.button-fill-md,
.md .color-pink .button.button-fill-md,
.md .color-theme-pink .button.button-active,
.md .color-pink .button.button-active,
.md .color-theme-pink .button.tab-link-active,
.md .color-pink .button.tab-link-active {
  background-color: #e91e63;
  color: #fff;
}
.md .color-theme-pink .button.button-fill.active-state,
.md .color-pink .button.button-fill.active-state,
.md .color-theme-pink .button.button-fill-md.active-state,
.md .color-pink .button.button-fill-md.active-state,
.md .color-theme-pink .button.button-active.active-state,
.md .color-pink .button.button-active.active-state,
.md .color-theme-pink .button.tab-link-active.active-state,
.md .color-pink .button.tab-link-active.active-state {
  background: #ca1452;
}
.md .color-theme-pink .button.button-outline,
.md .color-pink .button.button-outline {
  border-color: #e91e63;
}
.md .color-theme-purple .button,
.md .color-purple .button {
  color: #9c27b0;
}
.md .color-theme-purple .button.button-fill,
.md .color-purple .button.button-fill,
.md .color-theme-purple .button.button-fill-md,
.md .color-purple .button.button-fill-md,
.md .color-theme-purple .button.button-active,
.md .color-purple .button.button-active,
.md .color-theme-purple .button.tab-link-active,
.md .color-purple .button.tab-link-active {
  background-color: #9c27b0;
  color: #fff;
}
.md .color-theme-purple .button.button-fill.active-state,
.md .color-purple .button.button-fill.active-state,
.md .color-theme-purple .button.button-fill-md.active-state,
.md .color-purple .button.button-fill-md.active-state,
.md .color-theme-purple .button.button-active.active-state,
.md .color-purple .button.button-active.active-state,
.md .color-theme-purple .button.tab-link-active.active-state,
.md .color-purple .button.tab-link-active.active-state {
  background: #7e208f;
}
.md .color-theme-purple .button.button-outline,
.md .color-purple .button.button-outline {
  border-color: #9c27b0;
}
.md .color-theme-deeppurple .button,
.md .color-deeppurple .button {
  color: #673ab7;
}
.md .color-theme-deeppurple .button.button-fill,
.md .color-deeppurple .button.button-fill,
.md .color-theme-deeppurple .button.button-fill-md,
.md .color-deeppurple .button.button-fill-md,
.md .color-theme-deeppurple .button.button-active,
.md .color-deeppurple .button.button-active,
.md .color-theme-deeppurple .button.tab-link-active,
.md .color-deeppurple .button.tab-link-active {
  background-color: #673ab7;
  color: #fff;
}
.md .color-theme-deeppurple .button.button-fill.active-state,
.md .color-deeppurple .button.button-fill.active-state,
.md .color-theme-deeppurple .button.button-fill-md.active-state,
.md .color-deeppurple .button.button-fill-md.active-state,
.md .color-theme-deeppurple .button.button-active.active-state,
.md .color-deeppurple .button.button-active.active-state,
.md .color-theme-deeppurple .button.tab-link-active.active-state,
.md .color-deeppurple .button.tab-link-active.active-state {
  background: #563098;
}
.md .color-theme-deeppurple .button.button-outline,
.md .color-deeppurple .button.button-outline {
  border-color: #673ab7;
}
.md .color-theme-indigo .button,
.md .color-indigo .button {
  color: #3f51b5;
}
.md .color-theme-indigo .button.button-fill,
.md .color-indigo .button.button-fill,
.md .color-theme-indigo .button.button-fill-md,
.md .color-indigo .button.button-fill-md,
.md .color-theme-indigo .button.button-active,
.md .color-indigo .button.button-active,
.md .color-theme-indigo .button.tab-link-active,
.md .color-indigo .button.tab-link-active {
  background-color: #3f51b5;
  color: #fff;
}
.md .color-theme-indigo .button.button-fill.active-state,
.md .color-indigo .button.button-fill.active-state,
.md .color-theme-indigo .button.button-fill-md.active-state,
.md .color-indigo .button.button-fill-md.active-state,
.md .color-theme-indigo .button.button-active.active-state,
.md .color-indigo .button.button-active.active-state,
.md .color-theme-indigo .button.tab-link-active.active-state,
.md .color-indigo .button.tab-link-active.active-state {
  background: #344397;
}
.md .color-theme-indigo .button.button-outline,
.md .color-indigo .button.button-outline {
  border-color: #3f51b5;
}
.md .color-theme-blue .button,
.md .color-blue .button {
  color: #2196f3;
}
.md .color-theme-blue .button.button-fill,
.md .color-blue .button.button-fill,
.md .color-theme-blue .button.button-fill-md,
.md .color-blue .button.button-fill-md,
.md .color-theme-blue .button.button-active,
.md .color-blue .button.button-active,
.md .color-theme-blue .button.tab-link-active,
.md .color-blue .button.tab-link-active {
  background-color: #2196f3;
  color: #fff;
}
.md .color-theme-blue .button.button-fill.active-state,
.md .color-blue .button.button-fill.active-state,
.md .color-theme-blue .button.button-fill-md.active-state,
.md .color-blue .button.button-fill-md.active-state,
.md .color-theme-blue .button.button-active.active-state,
.md .color-blue .button.button-active.active-state,
.md .color-theme-blue .button.tab-link-active.active-state,
.md .color-blue .button.tab-link-active.active-state {
  background: #0c82df;
}
.md .color-theme-blue .button.button-outline,
.md .color-blue .button.button-outline {
  border-color: #2196f3;
}
.md .color-theme-lightblue .button,
.md .color-lightblue .button {
  color: #03a9f4;
}
.md .color-theme-lightblue .button.button-fill,
.md .color-lightblue .button.button-fill,
.md .color-theme-lightblue .button.button-fill-md,
.md .color-lightblue .button.button-fill-md,
.md .color-theme-lightblue .button.button-active,
.md .color-lightblue .button.button-active,
.md .color-theme-lightblue .button.tab-link-active,
.md .color-lightblue .button.tab-link-active {
  background-color: #03a9f4;
  color: #fff;
}
.md .color-theme-lightblue .button.button-fill.active-state,
.md .color-lightblue .button.button-fill.active-state,
.md .color-theme-lightblue .button.button-fill-md.active-state,
.md .color-lightblue .button.button-fill-md.active-state,
.md .color-theme-lightblue .button.button-active.active-state,
.md .color-lightblue .button.button-active.active-state,
.md .color-theme-lightblue .button.tab-link-active.active-state,
.md .color-lightblue .button.tab-link-active.active-state {
  background: #038dcc;
}
.md .color-theme-lightblue .button.button-outline,
.md .color-lightblue .button.button-outline {
  border-color: #03a9f4;
}
.md .color-theme-cyan .button,
.md .color-cyan .button {
  color: #00bcd4;
}
.md .color-theme-cyan .button.button-fill,
.md .color-cyan .button.button-fill,
.md .color-theme-cyan .button.button-fill-md,
.md .color-cyan .button.button-fill-md,
.md .color-theme-cyan .button.button-active,
.md .color-cyan .button.button-active,
.md .color-theme-cyan .button.tab-link-active,
.md .color-cyan .button.tab-link-active {
  background-color: #00bcd4;
  color: #fff;
}
.md .color-theme-cyan .button.button-fill.active-state,
.md .color-cyan .button.button-fill.active-state,
.md .color-theme-cyan .button.button-fill-md.active-state,
.md .color-cyan .button.button-fill-md.active-state,
.md .color-theme-cyan .button.button-active.active-state,
.md .color-cyan .button.button-active.active-state,
.md .color-theme-cyan .button.tab-link-active.active-state,
.md .color-cyan .button.tab-link-active.active-state {
  background: #0098ab;
}
.md .color-theme-cyan .button.button-outline,
.md .color-cyan .button.button-outline {
  border-color: #00bcd4;
}
.md .color-theme-teal .button,
.md .color-teal .button {
  color: #009688;
}
.md .color-theme-teal .button.button-fill,
.md .color-teal .button.button-fill,
.md .color-theme-teal .button.button-fill-md,
.md .color-teal .button.button-fill-md,
.md .color-theme-teal .button.button-active,
.md .color-teal .button.button-active,
.md .color-theme-teal .button.tab-link-active,
.md .color-teal .button.tab-link-active {
  background-color: #009688;
  color: #fff;
}
.md .color-theme-teal .button.button-fill.active-state,
.md .color-teal .button.button-fill.active-state,
.md .color-theme-teal .button.button-fill-md.active-state,
.md .color-teal .button.button-fill-md.active-state,
.md .color-theme-teal .button.button-active.active-state,
.md .color-teal .button.button-active.active-state,
.md .color-theme-teal .button.tab-link-active.active-state,
.md .color-teal .button.tab-link-active.active-state {
  background: #006d63;
}
.md .color-theme-teal .button.button-outline,
.md .color-teal .button.button-outline {
  border-color: #009688;
}
.md .color-theme-green .button,
.md .color-green .button {
  color: #4caf50;
}
.md .color-theme-green .button.button-fill,
.md .color-green .button.button-fill,
.md .color-theme-green .button.button-fill-md,
.md .color-green .button.button-fill-md,
.md .color-theme-green .button.button-active,
.md .color-green .button.button-active,
.md .color-theme-green .button.tab-link-active,
.md .color-green .button.tab-link-active {
  background-color: #4caf50;
  color: #fff;
}
.md .color-theme-green .button.button-fill.active-state,
.md .color-green .button.button-fill.active-state,
.md .color-theme-green .button.button-fill-md.active-state,
.md .color-green .button.button-fill-md.active-state,
.md .color-theme-green .button.button-active.active-state,
.md .color-green .button.button-active.active-state,
.md .color-theme-green .button.tab-link-active.active-state,
.md .color-green .button.tab-link-active.active-state {
  background: #409343;
}
.md .color-theme-green .button.button-outline,
.md .color-green .button.button-outline {
  border-color: #4caf50;
}
.md .color-theme-lightgreen .button,
.md .color-lightgreen .button {
  color: #8bc34a;
}
.md .color-theme-lightgreen .button.button-fill,
.md .color-lightgreen .button.button-fill,
.md .color-theme-lightgreen .button.button-fill-md,
.md .color-lightgreen .button.button-fill-md,
.md .color-theme-lightgreen .button.button-active,
.md .color-lightgreen .button.button-active,
.md .color-theme-lightgreen .button.tab-link-active,
.md .color-lightgreen .button.tab-link-active {
  background-color: #8bc34a;
  color: #fff;
}
.md .color-theme-lightgreen .button.button-fill.active-state,
.md .color-lightgreen .button.button-fill.active-state,
.md .color-theme-lightgreen .button.button-fill-md.active-state,
.md .color-lightgreen .button.button-fill-md.active-state,
.md .color-theme-lightgreen .button.button-active.active-state,
.md .color-lightgreen .button.button-active.active-state,
.md .color-theme-lightgreen .button.tab-link-active.active-state,
.md .color-lightgreen .button.tab-link-active.active-state {
  background: #76ab39;
}
.md .color-theme-lightgreen .button.button-outline,
.md .color-lightgreen .button.button-outline {
  border-color: #8bc34a;
}
.md .color-theme-lime .button,
.md .color-lime .button {
  color: #cddc39;
}
.md .color-theme-lime .button.button-fill,
.md .color-lime .button.button-fill,
.md .color-theme-lime .button.button-fill-md,
.md .color-lime .button.button-fill-md,
.md .color-theme-lime .button.button-active,
.md .color-lime .button.button-active,
.md .color-theme-lime .button.tab-link-active,
.md .color-lime .button.tab-link-active {
  background-color: #cddc39;
  color: #fff;
}
.md .color-theme-lime .button.button-fill.active-state,
.md .color-lime .button.button-fill.active-state,
.md .color-theme-lime .button.button-fill-md.active-state,
.md .color-lime .button.button-fill-md.active-state,
.md .color-theme-lime .button.button-active.active-state,
.md .color-lime .button.button-active.active-state,
.md .color-theme-lime .button.tab-link-active.active-state,
.md .color-lime .button.tab-link-active.active-state {
  background: #bac923;
}
.md .color-theme-lime .button.button-outline,
.md .color-lime .button.button-outline {
  border-color: #cddc39;
}
.md .color-theme-yellow .button,
.md .color-yellow .button {
  color: #ffeb3b;
}
.md .color-theme-yellow .button.button-fill,
.md .color-yellow .button.button-fill,
.md .color-theme-yellow .button.button-fill-md,
.md .color-yellow .button.button-fill-md,
.md .color-theme-yellow .button.button-active,
.md .color-yellow .button.button-active,
.md .color-theme-yellow .button.tab-link-active,
.md .color-yellow .button.tab-link-active {
  background-color: #ffeb3b;
  color: #fff;
}
.md .color-theme-yellow .button.button-fill.active-state,
.md .color-yellow .button.button-fill.active-state,
.md .color-theme-yellow .button.button-fill-md.active-state,
.md .color-yellow .button.button-fill-md.active-state,
.md .color-theme-yellow .button.button-active.active-state,
.md .color-yellow .button.button-active.active-state,
.md .color-theme-yellow .button.tab-link-active.active-state,
.md .color-yellow .button.tab-link-active.active-state {
  background: #ffe712;
}
.md .color-theme-yellow .button.button-outline,
.md .color-yellow .button.button-outline {
  border-color: #ffeb3b;
}
.md .color-theme-amber .button,
.md .color-amber .button {
  color: #ffc107;
}
.md .color-theme-amber .button.button-fill,
.md .color-amber .button.button-fill,
.md .color-theme-amber .button.button-fill-md,
.md .color-amber .button.button-fill-md,
.md .color-theme-amber .button.button-active,
.md .color-amber .button.button-active,
.md .color-theme-amber .button.tab-link-active,
.md .color-amber .button.tab-link-active {
  background-color: #ffc107;
  color: #fff;
}
.md .color-theme-amber .button.button-fill.active-state,
.md .color-amber .button.button-fill.active-state,
.md .color-theme-amber .button.button-fill-md.active-state,
.md .color-amber .button.button-fill-md.active-state,
.md .color-theme-amber .button.button-active.active-state,
.md .color-amber .button.button-active.active-state,
.md .color-theme-amber .button.tab-link-active.active-state,
.md .color-amber .button.tab-link-active.active-state {
  background: #dda600;
}
.md .color-theme-amber .button.button-outline,
.md .color-amber .button.button-outline {
  border-color: #ffc107;
}
.md .color-theme-orange .button,
.md .color-orange .button {
  color: #ff9800;
}
.md .color-theme-orange .button.button-fill,
.md .color-orange .button.button-fill,
.md .color-theme-orange .button.button-fill-md,
.md .color-orange .button.button-fill-md,
.md .color-theme-orange .button.button-active,
.md .color-orange .button.button-active,
.md .color-theme-orange .button.tab-link-active,
.md .color-orange .button.tab-link-active {
  background-color: #ff9800;
  color: #fff;
}
.md .color-theme-orange .button.button-fill.active-state,
.md .color-orange .button.button-fill.active-state,
.md .color-theme-orange .button.button-fill-md.active-state,
.md .color-orange .button.button-fill-md.active-state,
.md .color-theme-orange .button.button-active.active-state,
.md .color-orange .button.button-active.active-state,
.md .color-theme-orange .button.tab-link-active.active-state,
.md .color-orange .button.tab-link-active.active-state {
  background: #d68000;
}
.md .color-theme-orange .button.button-outline,
.md .color-orange .button.button-outline {
  border-color: #ff9800;
}
.md .color-theme-deeporange .button,
.md .color-deeporange .button {
  color: #ff5722;
}
.md .color-theme-deeporange .button.button-fill,
.md .color-deeporange .button.button-fill,
.md .color-theme-deeporange .button.button-fill-md,
.md .color-deeporange .button.button-fill-md,
.md .color-theme-deeporange .button.button-active,
.md .color-deeporange .button.button-active,
.md .color-theme-deeporange .button.tab-link-active,
.md .color-deeporange .button.tab-link-active {
  background-color: #ff5722;
  color: #fff;
}
.md .color-theme-deeporange .button.button-fill.active-state,
.md .color-deeporange .button.button-fill.active-state,
.md .color-theme-deeporange .button.button-fill-md.active-state,
.md .color-deeporange .button.button-fill-md.active-state,
.md .color-theme-deeporange .button.button-active.active-state,
.md .color-deeporange .button.button-active.active-state,
.md .color-theme-deeporange .button.tab-link-active.active-state,
.md .color-deeporange .button.tab-link-active.active-state {
  background: #f83c00;
}
.md .color-theme-deeporange .button.button-outline,
.md .color-deeporange .button.button-outline {
  border-color: #ff5722;
}
.md .color-theme-brown .button,
.md .color-brown .button {
  color: #795548;
}
.md .color-theme-brown .button.button-fill,
.md .color-brown .button.button-fill,
.md .color-theme-brown .button.button-fill-md,
.md .color-brown .button.button-fill-md,
.md .color-theme-brown .button.button-active,
.md .color-brown .button.button-active,
.md .color-theme-brown .button.tab-link-active,
.md .color-brown .button.tab-link-active {
  background-color: #795548;
  color: #fff;
}
.md .color-theme-brown .button.button-fill.active-state,
.md .color-brown .button.button-fill.active-state,
.md .color-theme-brown .button.button-fill-md.active-state,
.md .color-brown .button.button-fill-md.active-state,
.md .color-theme-brown .button.button-active.active-state,
.md .color-brown .button.button-active.active-state,
.md .color-theme-brown .button.tab-link-active.active-state,
.md .color-brown .button.tab-link-active.active-state {
  background: #5f4339;
}
.md .color-theme-brown .button.button-outline,
.md .color-brown .button.button-outline {
  border-color: #795548;
}
.md .color-theme-gray .button,
.md .color-gray .button {
  color: #9e9e9e;
}
.md .color-theme-gray .button.button-fill,
.md .color-gray .button.button-fill,
.md .color-theme-gray .button.button-fill-md,
.md .color-gray .button.button-fill-md,
.md .color-theme-gray .button.button-active,
.md .color-gray .button.button-active,
.md .color-theme-gray .button.tab-link-active,
.md .color-gray .button.tab-link-active {
  background-color: #9e9e9e;
  color: #fff;
}
.md .color-theme-gray .button.button-fill.active-state,
.md .color-gray .button.button-fill.active-state,
.md .color-theme-gray .button.button-fill-md.active-state,
.md .color-gray .button.button-fill-md.active-state,
.md .color-theme-gray .button.button-active.active-state,
.md .color-gray .button.button-active.active-state,
.md .color-theme-gray .button.tab-link-active.active-state,
.md .color-gray .button.tab-link-active.active-state {
  background: #8a8a8a;
}
.md .color-theme-gray .button.button-outline,
.md .color-gray .button.button-outline {
  border-color: #9e9e9e;
}
.md .color-theme-bluegray .button,
.md .color-bluegray .button {
  color: #607d8b;
}
.md .color-theme-bluegray .button.button-fill,
.md .color-bluegray .button.button-fill,
.md .color-theme-bluegray .button.button-fill-md,
.md .color-bluegray .button.button-fill-md,
.md .color-theme-bluegray .button.button-active,
.md .color-bluegray .button.button-active,
.md .color-theme-bluegray .button.tab-link-active,
.md .color-bluegray .button.tab-link-active {
  background-color: #607d8b;
  color: #fff;
}
.md .color-theme-bluegray .button.button-fill.active-state,
.md .color-bluegray .button.button-fill.active-state,
.md .color-theme-bluegray .button.button-fill-md.active-state,
.md .color-bluegray .button.button-fill-md.active-state,
.md .color-theme-bluegray .button.button-active.active-state,
.md .color-bluegray .button.button-active.active-state,
.md .color-theme-bluegray .button.tab-link-active.active-state,
.md .color-bluegray .button.tab-link-active.active-state {
  background: #4f6773;
}
.md .color-theme-bluegray .button.button-outline,
.md .color-bluegray .button.button-outline {
  border-color: #607d8b;
}
.md .color-theme-white .button,
.md .color-white .button {
  color: #ffffff;
}
.md .color-theme-white .button.button-fill,
.md .color-white .button.button-fill,
.md .color-theme-white .button.button-fill-md,
.md .color-white .button.button-fill-md,
.md .color-theme-white .button.button-active,
.md .color-white .button.button-active,
.md .color-theme-white .button.tab-link-active,
.md .color-white .button.tab-link-active {
  background-color: #ffffff;
  color: #fff;
}
.md .color-theme-white .button.button-fill.active-state,
.md .color-white .button.button-fill.active-state,
.md .color-theme-white .button.button-fill-md.active-state,
.md .color-white .button.button-fill-md.active-state,
.md .color-theme-white .button.button-active.active-state,
.md .color-white .button.button-active.active-state,
.md .color-theme-white .button.tab-link-active.active-state,
.md .color-white .button.tab-link-active.active-state {
  background: #ebebeb;
}
.md .color-theme-white .button.button-outline,
.md .color-white .button.button-outline {
  border-color: #ffffff;
}
.md .color-theme-black .button,
.md .color-black .button {
  color: #000000;
}
.md .color-theme-black .button.button-fill,
.md .color-black .button.button-fill,
.md .color-theme-black .button.button-fill-md,
.md .color-black .button.button-fill-md,
.md .color-theme-black .button.button-active,
.md .color-black .button.button-active,
.md .color-theme-black .button.tab-link-active,
.md .color-black .button.tab-link-active {
  background-color: #000000;
  color: #fff;
}
.md .color-theme-black .button.button-fill.active-state,
.md .color-black .button.button-fill.active-state,
.md .color-theme-black .button.button-fill-md.active-state,
.md .color-black .button.button-fill-md.active-state,
.md .color-theme-black .button.button-active.active-state,
.md .color-black .button.button-active.active-state,
.md .color-theme-black .button.tab-link-active.active-state,
.md .color-black .button.tab-link-active.active-state {
  background: #000000;
}
.md .color-theme-black .button.button-outline,
.md .color-black .button.button-outline {
  border-color: #000000;
}
.md .button.color-red {
  color: #f44336;
}
.md .button.color-red.button-fill,
.md .button.color-red.button-fill-md,
.md .button.color-red.button-active,
.md .button.color-red.tab-link-active {
  background-color: #f44336;
  color: #fff;
}
.md .button.color-red.button-fill.active-state,
.md .button.color-red.button-fill-md.active-state,
.md .button.color-red.button-active.active-state,
.md .button.color-red.tab-link-active.active-state {
  background: #f21f0f;
}
.md .button.color-red.button-outline {
  border-color: #f44336;
}
.md .button.color-pink {
  color: #e91e63;
}
.md .button.color-pink.button-fill,
.md .button.color-pink.button-fill-md,
.md .button.color-pink.button-active,
.md .button.color-pink.tab-link-active {
  background-color: #e91e63;
  color: #fff;
}
.md .button.color-pink.button-fill.active-state,
.md .button.color-pink.button-fill-md.active-state,
.md .button.color-pink.button-active.active-state,
.md .button.color-pink.tab-link-active.active-state {
  background: #ca1452;
}
.md .button.color-pink.button-outline {
  border-color: #e91e63;
}
.md .button.color-purple {
  color: #9c27b0;
}
.md .button.color-purple.button-fill,
.md .button.color-purple.button-fill-md,
.md .button.color-purple.button-active,
.md .button.color-purple.tab-link-active {
  background-color: #9c27b0;
  color: #fff;
}
.md .button.color-purple.button-fill.active-state,
.md .button.color-purple.button-fill-md.active-state,
.md .button.color-purple.button-active.active-state,
.md .button.color-purple.tab-link-active.active-state {
  background: #7e208f;
}
.md .button.color-purple.button-outline {
  border-color: #9c27b0;
}
.md .button.color-deeppurple {
  color: #673ab7;
}
.md .button.color-deeppurple.button-fill,
.md .button.color-deeppurple.button-fill-md,
.md .button.color-deeppurple.button-active,
.md .button.color-deeppurple.tab-link-active {
  background-color: #673ab7;
  color: #fff;
}
.md .button.color-deeppurple.button-fill.active-state,
.md .button.color-deeppurple.button-fill-md.active-state,
.md .button.color-deeppurple.button-active.active-state,
.md .button.color-deeppurple.tab-link-active.active-state {
  background: #563098;
}
.md .button.color-deeppurple.button-outline {
  border-color: #673ab7;
}
.md .button.color-indigo {
  color: #3f51b5;
}
.md .button.color-indigo.button-fill,
.md .button.color-indigo.button-fill-md,
.md .button.color-indigo.button-active,
.md .button.color-indigo.tab-link-active {
  background-color: #3f51b5;
  color: #fff;
}
.md .button.color-indigo.button-fill.active-state,
.md .button.color-indigo.button-fill-md.active-state,
.md .button.color-indigo.button-active.active-state,
.md .button.color-indigo.tab-link-active.active-state {
  background: #344397;
}
.md .button.color-indigo.button-outline {
  border-color: #3f51b5;
}
.md .button.color-blue {
  color: #2196f3;
}
.md .button.color-blue.button-fill,
.md .button.color-blue.button-fill-md,
.md .button.color-blue.button-active,
.md .button.color-blue.tab-link-active {
  background-color: #2196f3;
  color: #fff;
}
.md .button.color-blue.button-fill.active-state,
.md .button.color-blue.button-fill-md.active-state,
.md .button.color-blue.button-active.active-state,
.md .button.color-blue.tab-link-active.active-state {
  background: #0c82df;
}
.md .button.color-blue.button-outline {
  border-color: #2196f3;
}
.md .button.color-lightblue {
  color: #03a9f4;
}
.md .button.color-lightblue.button-fill,
.md .button.color-lightblue.button-fill-md,
.md .button.color-lightblue.button-active,
.md .button.color-lightblue.tab-link-active {
  background-color: #03a9f4;
  color: #fff;
}
.md .button.color-lightblue.button-fill.active-state,
.md .button.color-lightblue.button-fill-md.active-state,
.md .button.color-lightblue.button-active.active-state,
.md .button.color-lightblue.tab-link-active.active-state {
  background: #038dcc;
}
.md .button.color-lightblue.button-outline {
  border-color: #03a9f4;
}
.md .button.color-cyan {
  color: #00bcd4;
}
.md .button.color-cyan.button-fill,
.md .button.color-cyan.button-fill-md,
.md .button.color-cyan.button-active,
.md .button.color-cyan.tab-link-active {
  background-color: #00bcd4;
  color: #fff;
}
.md .button.color-cyan.button-fill.active-state,
.md .button.color-cyan.button-fill-md.active-state,
.md .button.color-cyan.button-active.active-state,
.md .button.color-cyan.tab-link-active.active-state {
  background: #0098ab;
}
.md .button.color-cyan.button-outline {
  border-color: #00bcd4;
}
.md .button.color-teal {
  color: #009688;
}
.md .button.color-teal.button-fill,
.md .button.color-teal.button-fill-md,
.md .button.color-teal.button-active,
.md .button.color-teal.tab-link-active {
  background-color: #009688;
  color: #fff;
}
.md .button.color-teal.button-fill.active-state,
.md .button.color-teal.button-fill-md.active-state,
.md .button.color-teal.button-active.active-state,
.md .button.color-teal.tab-link-active.active-state {
  background: #006d63;
}
.md .button.color-teal.button-outline {
  border-color: #009688;
}
.md .button.color-green {
  color: #4caf50;
}
.md .button.color-green.button-fill,
.md .button.color-green.button-fill-md,
.md .button.color-green.button-active,
.md .button.color-green.tab-link-active {
  background-color: #4caf50;
  color: #fff;
}
.md .button.color-green.button-fill.active-state,
.md .button.color-green.button-fill-md.active-state,
.md .button.color-green.button-active.active-state,
.md .button.color-green.tab-link-active.active-state {
  background: #409343;
}
.md .button.color-green.button-outline {
  border-color: #4caf50;
}
.md .button.color-lightgreen {
  color: #8bc34a;
}
.md .button.color-lightgreen.button-fill,
.md .button.color-lightgreen.button-fill-md,
.md .button.color-lightgreen.button-active,
.md .button.color-lightgreen.tab-link-active {
  background-color: #8bc34a;
  color: #fff;
}
.md .button.color-lightgreen.button-fill.active-state,
.md .button.color-lightgreen.button-fill-md.active-state,
.md .button.color-lightgreen.button-active.active-state,
.md .button.color-lightgreen.tab-link-active.active-state {
  background: #76ab39;
}
.md .button.color-lightgreen.button-outline {
  border-color: #8bc34a;
}
.md .button.color-lime {
  color: #cddc39;
}
.md .button.color-lime.button-fill,
.md .button.color-lime.button-fill-md,
.md .button.color-lime.button-active,
.md .button.color-lime.tab-link-active {
  background-color: #cddc39;
  color: #fff;
}
.md .button.color-lime.button-fill.active-state,
.md .button.color-lime.button-fill-md.active-state,
.md .button.color-lime.button-active.active-state,
.md .button.color-lime.tab-link-active.active-state {
  background: #bac923;
}
.md .button.color-lime.button-outline {
  border-color: #cddc39;
}
.md .button.color-yellow {
  color: #ffeb3b;
}
.md .button.color-yellow.button-fill,
.md .button.color-yellow.button-fill-md,
.md .button.color-yellow.button-active,
.md .button.color-yellow.tab-link-active {
  background-color: #ffeb3b;
  color: #fff;
}
.md .button.color-yellow.button-fill.active-state,
.md .button.color-yellow.button-fill-md.active-state,
.md .button.color-yellow.button-active.active-state,
.md .button.color-yellow.tab-link-active.active-state {
  background: #ffe712;
}
.md .button.color-yellow.button-outline {
  border-color: #ffeb3b;
}
.md .button.color-amber {
  color: #ffc107;
}
.md .button.color-amber.button-fill,
.md .button.color-amber.button-fill-md,
.md .button.color-amber.button-active,
.md .button.color-amber.tab-link-active {
  background-color: #ffc107;
  color: #fff;
}
.md .button.color-amber.button-fill.active-state,
.md .button.color-amber.button-fill-md.active-state,
.md .button.color-amber.button-active.active-state,
.md .button.color-amber.tab-link-active.active-state {
  background: #dda600;
}
.md .button.color-amber.button-outline {
  border-color: #ffc107;
}
.md .button.color-orange {
  color: #ff9800;
}
.md .button.color-orange.button-fill,
.md .button.color-orange.button-fill-md,
.md .button.color-orange.button-active,
.md .button.color-orange.tab-link-active {
  background-color: #ff9800;
  color: #fff;
}
.md .button.color-orange.button-fill.active-state,
.md .button.color-orange.button-fill-md.active-state,
.md .button.color-orange.button-active.active-state,
.md .button.color-orange.tab-link-active.active-state {
  background: #d68000;
}
.md .button.color-orange.button-outline {
  border-color: #ff9800;
}
.md .button.color-deeporange {
  color: #ff5722;
}
.md .button.color-deeporange.button-fill,
.md .button.color-deeporange.button-fill-md,
.md .button.color-deeporange.button-active,
.md .button.color-deeporange.tab-link-active {
  background-color: #ff5722;
  color: #fff;
}
.md .button.color-deeporange.button-fill.active-state,
.md .button.color-deeporange.button-fill-md.active-state,
.md .button.color-deeporange.button-active.active-state,
.md .button.color-deeporange.tab-link-active.active-state {
  background: #f83c00;
}
.md .button.color-deeporange.button-outline {
  border-color: #ff5722;
}
.md .button.color-brown {
  color: #795548;
}
.md .button.color-brown.button-fill,
.md .button.color-brown.button-fill-md,
.md .button.color-brown.button-active,
.md .button.color-brown.tab-link-active {
  background-color: #795548;
  color: #fff;
}
.md .button.color-brown.button-fill.active-state,
.md .button.color-brown.button-fill-md.active-state,
.md .button.color-brown.button-active.active-state,
.md .button.color-brown.tab-link-active.active-state {
  background: #5f4339;
}
.md .button.color-brown.button-outline {
  border-color: #795548;
}
.md .button.color-gray {
  color: #9e9e9e;
}
.md .button.color-gray.button-fill,
.md .button.color-gray.button-fill-md,
.md .button.color-gray.button-active,
.md .button.color-gray.tab-link-active {
  background-color: #9e9e9e;
  color: #fff;
}
.md .button.color-gray.button-fill.active-state,
.md .button.color-gray.button-fill-md.active-state,
.md .button.color-gray.button-active.active-state,
.md .button.color-gray.tab-link-active.active-state {
  background: #8a8a8a;
}
.md .button.color-gray.button-outline {
  border-color: #9e9e9e;
}
.md .button.color-bluegray {
  color: #607d8b;
}
.md .button.color-bluegray.button-fill,
.md .button.color-bluegray.button-fill-md,
.md .button.color-bluegray.button-active,
.md .button.color-bluegray.tab-link-active {
  background-color: #607d8b;
  color: #fff;
}
.md .button.color-bluegray.button-fill.active-state,
.md .button.color-bluegray.button-fill-md.active-state,
.md .button.color-bluegray.button-active.active-state,
.md .button.color-bluegray.tab-link-active.active-state {
  background: #4f6773;
}
.md .button.color-bluegray.button-outline {
  border-color: #607d8b;
}
.md .button.color-white {
  color: #ffffff;
}
.md .button.color-white.button-fill,
.md .button.color-white.button-fill-md,
.md .button.color-white.button-active,
.md .button.color-white.tab-link-active {
  background-color: #ffffff;
  color: #fff;
}
.md .button.color-white.button-fill.active-state,
.md .button.color-white.button-fill-md.active-state,
.md .button.color-white.button-active.active-state,
.md .button.color-white.tab-link-active.active-state {
  background: #ebebeb;
}
.md .button.color-white.button-outline {
  border-color: #ffffff;
}
.md .button.color-black {
  color: #000000;
}
.md .button.color-black.button-fill,
.md .button.color-black.button-fill-md,
.md .button.color-black.button-active,
.md .button.color-black.tab-link-active {
  background-color: #000000;
  color: #fff;
}
.md .button.color-black.button-fill.active-state,
.md .button.color-black.button-fill-md.active-state,
.md .button.color-black.button-active.active-state,
.md .button.color-black.tab-link-active.active-state {
  background: #000000;
}
.md .button.color-black.button-outline {
  border-color: #000000;
}
/* === Touch Ripple === */
.md .ripple,
.md .fab a,
.md a.link,
.md a.item-link,
.md .button,
.md .dialog-button,
.md .tab-link,
.md .radio,
.md .checkbox,
.md .actions-button,
.md .speed-dial-buttons a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.md .ripple-wave {
  left: 0;
  top: 0;
  position: absolute !important;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  font-size: 0;
  -webkit-transform: translate3d(0px, 0px, 0) scale(0);
  transform: translate3d(0px, 0px, 0) scale(0);
  -webkit-transition-duration: 1400ms;
  transition-duration: 1400ms;
}
.md .ripple-wave.ripple-wave-fill {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0.35;
}
.md .ripple-wave.ripple-wave-out {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  opacity: 0;
}
.button-fill .md .ripple-wave,
.picker-calendar-day .md .ripple-wave {
  z-index: 1;
}
.md .button-fill .ripple-wave,
.md .button-active .ripple-wave,
.md .navbar .ripple-wave,
.md .toolbar .ripple-wave,
.md .subnavbar .ripple-wave,
.md .toast .ripple-wave,
.md .fab a .ripple-wave {
  background: rgba(255, 255, 255, 0.3);
}
.md .messagebar .ripple-wave,
.md .searchbar .ripple-wave {
  background: rgba(0, 0, 0, 0.1);
}
.md .data-table .sortable-cell .ripple-wave {
  z-index: 0;
}
.md .checkbox .ripple-wave,
.md .radio .ripple-wave {
  background: rgba(33, 150, 243, 0.5);
  z-index: 0;
}
/* === Icon === */
i.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-style: normal;
  position: relative;
}
.md .icon-back {
  width: 24px;
  height: 24px;
}
.md .icon-forward {
  width: 24px;
  height: 24px;
}
.md .icon-next,
.md .icon-prev {
  width: 24px;
  height: 24px;
}
.md .list .icon {
  color: #737373;
}
.md .list .material-icons {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.md .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-red,
.md a.link .color-red .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23f44336'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-red,
.md a.link .color-red .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23f44336'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-red,
.md a.link .color-red .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23f44336'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-red,
.md a.link .color-red .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23f44336'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-pink,
.md a.link .color-pink .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23e91e63'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-pink,
.md a.link .color-pink .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23e91e63'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-pink,
.md a.link .color-pink .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23e91e63'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-pink,
.md a.link .color-pink .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23e91e63'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-purple,
.md a.link .color-purple .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%239c27b0'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-purple,
.md a.link .color-purple .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%239c27b0'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-purple,
.md a.link .color-purple .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%239c27b0'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-purple,
.md a.link .color-purple .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%239c27b0'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-deeppurple,
.md a.link .color-deeppurple .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23673ab7'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-deeppurple,
.md a.link .color-deeppurple .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23673ab7'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-deeppurple,
.md a.link .color-deeppurple .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23673ab7'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-deeppurple,
.md a.link .color-deeppurple .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23673ab7'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-indigo,
.md a.link .color-indigo .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-indigo,
.md a.link .color-indigo .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-indigo,
.md a.link .color-indigo .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%233f51b5'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-indigo,
.md a.link .color-indigo .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%233f51b5'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-blue,
.md a.link .color-blue .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%232196f3'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-blue,
.md a.link .color-blue .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%232196f3'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-blue,
.md a.link .color-blue .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%232196f3'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-blue,
.md a.link .color-blue .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%232196f3'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-lightblue,
.md a.link .color-lightblue .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%2303a9f4'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-lightblue,
.md a.link .color-lightblue .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%2303a9f4'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-lightblue,
.md a.link .color-lightblue .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%2303a9f4'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-lightblue,
.md a.link .color-lightblue .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%2303a9f4'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-cyan,
.md a.link .color-cyan .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%2300bcd4'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-cyan,
.md a.link .color-cyan .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%2300bcd4'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-cyan,
.md a.link .color-cyan .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%2300bcd4'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-cyan,
.md a.link .color-cyan .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%2300bcd4'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-teal,
.md a.link .color-teal .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23009688'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-teal,
.md a.link .color-teal .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23009688'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-teal,
.md a.link .color-teal .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23009688'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-teal,
.md a.link .color-teal .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23009688'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-green,
.md a.link .color-green .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%234caf50'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-green,
.md a.link .color-green .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%234caf50'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-green,
.md a.link .color-green .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%234caf50'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-green,
.md a.link .color-green .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%234caf50'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-lightgreen,
.md a.link .color-lightgreen .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%238bc34a'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-lightgreen,
.md a.link .color-lightgreen .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%238bc34a'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-lightgreen,
.md a.link .color-lightgreen .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%238bc34a'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-lightgreen,
.md a.link .color-lightgreen .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%238bc34a'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-lime,
.md a.link .color-lime .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23cddc39'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-lime,
.md a.link .color-lime .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23cddc39'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-lime,
.md a.link .color-lime .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23cddc39'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-lime,
.md a.link .color-lime .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23cddc39'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-yellow,
.md a.link .color-yellow .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ffeb3b'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-yellow,
.md a.link .color-yellow .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ffeb3b'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-yellow,
.md a.link .color-yellow .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffeb3b'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-yellow,
.md a.link .color-yellow .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffeb3b'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-amber,
.md a.link .color-amber .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ffc107'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-amber,
.md a.link .color-amber .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ffc107'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-amber,
.md a.link .color-amber .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffc107'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-amber,
.md a.link .color-amber .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffc107'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-orange,
.md a.link .color-orange .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ff9800'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-orange,
.md a.link .color-orange .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ff9800'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-orange,
.md a.link .color-orange .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ff9800'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-orange,
.md a.link .color-orange .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ff9800'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-deeporange,
.md a.link .color-deeporange .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ff5722'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-deeporange,
.md a.link .color-deeporange .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ff5722'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-deeporange,
.md a.link .color-deeporange .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ff5722'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-deeporange,
.md a.link .color-deeporange .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ff5722'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-brown,
.md a.link .color-brown .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23795548'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-brown,
.md a.link .color-brown .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23795548'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-brown,
.md a.link .color-brown .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23795548'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-brown,
.md a.link .color-brown .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23795548'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-gray,
.md a.link .color-gray .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%239e9e9e'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-gray,
.md a.link .color-gray .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%239e9e9e'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-gray,
.md a.link .color-gray .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%239e9e9e'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-gray,
.md a.link .color-gray .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%239e9e9e'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-bluegray,
.md a.link .color-bluegray .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23607d8b'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-bluegray,
.md a.link .color-bluegray .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23607d8b'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-bluegray,
.md a.link .color-bluegray .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23607d8b'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-bluegray,
.md a.link .color-bluegray .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23607d8b'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-white,
.md a.link .color-white .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-white,
.md a.link .color-white .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-white,
.md a.link .color-white .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-white,
.md a.link .color-white .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-forward.color-black,
.md a.link .color-black .icon-forward {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-back.color-black,
.md a.link .color-black .icon-back {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-prev.color-black,
.md a.link .color-black .icon-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23000000'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon-next.color-black,
.md a.link .color-black .icon-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23000000'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .icon.color-red {
  color: #f44336;
}
.md .icon.color-pink {
  color: #e91e63;
}
.md .icon.color-purple {
  color: #9c27b0;
}
.md .icon.color-deeppurple {
  color: #673ab7;
}
.md .icon.color-indigo {
  color: #3f51b5;
}
.md .icon.color-blue {
  color: #2196f3;
}
.md .icon.color-lightblue {
  color: #03a9f4;
}
.md .icon.color-cyan {
  color: #00bcd4;
}
.md .icon.color-teal {
  color: #009688;
}
.md .icon.color-green {
  color: #4caf50;
}
.md .icon.color-lightgreen {
  color: #8bc34a;
}
.md .icon.color-lime {
  color: #cddc39;
}
.md .icon.color-yellow {
  color: #ffeb3b;
}
.md .icon.color-amber {
  color: #ffc107;
}
.md .icon.color-orange {
  color: #ff9800;
}
.md .icon.color-deeporange {
  color: #ff5722;
}
.md .icon.color-brown {
  color: #795548;
}
.md .icon.color-gray {
  color: #9e9e9e;
}
.md .icon.color-bluegray {
  color: #607d8b;
}
.md .icon.color-white {
  color: #ffffff;
}
.md .icon.color-black {
  color: #000000;
}
.custom-modal-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 13000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  will-change: opacity;
  contain: strict;
  z-index: 10500;
}
.custom-modal-backdrop.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.custom-modal-backdrop.backdrop-in {
  visibility: visible;
  opacity: 1;
}
/* === Dialog === */
.dialog-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 13000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  will-change: opacity;
  contain: strict;
}
.dialog-backdrop.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.dialog-backdrop.backdrop-in {
  visibility: visible;
  opacity: 1;
}
.dialog {
  position: absolute;
  z-index: 13500;
  left: 50%;
  margin-top: 0;
  top: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
  transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  display: none;
  contain: content;
  will-change: transform, opacity;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.dialog.modal-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.dialog.modal-out {
  opacity: 0;
  z-index: 13499;
}
.dialog.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.dialog-inner {
  position: relative;
}
.dialog-title {
  font-weight: 500;
}
.dialog-buttons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.dialog-buttons-vertical .dialog-buttons {
  display: block;
  height: auto !important;
}
.dialog-no-buttons .dialog-buttons {
  display: none;
}
.dialog-input-field {
  position: relative;
}
.dialog-input-field .item-input-wrap {
  margin: 0;
  padding: 0;
}
.dialog-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-top: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  font-family: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html.with-modal-dialog .page-content {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
.md .dialog {
  width: 280px;
  margin-left: -140px;
  border-radius: 3px;
  color: #757575;
  background: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.md .dialog.modal-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.md .dialog.modal-out {
  opacity: 0;
  z-index: 13499;
  -webkit-transform: translate3d(0, 0, 0) scale(0.815);
  transform: translate3d(0, 0, 0) scale(0.815);
}
.md .dialog-inner {
  padding: 24px 24px 20px;
}
.md .dialog-title {
  font-size: 20px;
  color: #212121;
  line-height: 1.3;
}
.md .dialog-title + .dialog-text {
  margin-top: 20px;
}
.md .dialog-text {
  line-height: 1.5;
}
.md .dialog-buttons {
  height: 48px;
  padding: 6px 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.md .dialog-buttons-vertical .dialog-buttons {
  padding: 0 0 8px 0;
}
.md .dialog-buttons-vertical .dialog-buttons .dialog-button {
  margin-left: 0;
  text-align: right;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.md .dialog-button {
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  color: #2196f3;
  border-radius: 2px;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
  min-width: 64px;
  padding: 0 8px;
  border: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"].md .dialog-button,
input[type="button"].md .dialog-button {
  width: 100%;
}
.md .dialog-button.active-state {
  background: rgba(0, 0, 0, 0.1);
}
.md .dialog-button.dialog-button-bold {
  font-weight: 700;
}
.md .dialog-button + .dialog-button {
  margin-left: 4px;
}
.md .dialog-input {
  height: 36px;
  padding: 0;
  border: none;
  font-size: 16px;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  position: relative;
}
.md .dialog-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .dialog-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .dialog-input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .dialog-input + .dialog-input {
  margin-top: 16px;
}
.md .dialog-preloader .dialog-title,
.md .dialog-progress .dialog-title,
.md .dialog-preloader .dialog-inner,
.md .dialog-progress .dialog-inner {
  text-align: center;
}
.md .dialog-preloader .dialog-title ~ .preloader,
.md .dialog-preloader .dialog-text ~ .preloader {
  margin-top: 20px;
}
.md .dialog-progress .dialog-title ~ .progressbar,
.md .dialog-progress .dialog-text ~ .progressbar,
.md .dialog-progress .dialog-title ~ .progressbar-infinite,
.md .dialog-progress .dialog-text ~ .progressbar-infinite {
  margin-top: 16px;
}
.md .dialog-button.color-red {
  color: #f44336;
}
.md .dialog-button.color-pink {
  color: #e91e63;
}
.md .dialog-button.color-purple {
  color: #9c27b0;
}
.md .dialog-button.color-deeppurple {
  color: #673ab7;
}
.md .dialog-button.color-indigo {
  color: #3f51b5;
}
.md .dialog-button.color-blue {
  color: #2196f3;
}
.md .dialog-button.color-lightblue {
  color: #03a9f4;
}
.md .dialog-button.color-cyan {
  color: #00bcd4;
}
.md .dialog-button.color-teal {
  color: #009688;
}
.md .dialog-button.color-green {
  color: #4caf50;
}
.md .dialog-button.color-lightgreen {
  color: #8bc34a;
}
.md .dialog-button.color-lime {
  color: #cddc39;
}
.md .dialog-button.color-yellow {
  color: #ffeb3b;
}
.md .dialog-button.color-amber {
  color: #ffc107;
}
.md .dialog-button.color-orange {
  color: #ff9800;
}
.md .dialog-button.color-deeporange {
  color: #ff5722;
}
.md .dialog-button.color-brown {
  color: #795548;
}
.md .dialog-button.color-gray {
  color: #9e9e9e;
}
.md .dialog-button.color-bluegray {
  color: #607d8b;
}
.md .dialog-button.color-white {
  color: #ffffff;
}
.md .dialog-button.color-black {
  color: #000000;
}
/* === Popup === */
.popup-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 13000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  will-change: opacity;
  contain: strict;
  z-index: 10500;
}
.popup-backdrop.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.popup-backdrop.backdrop-in {
  visibility: visible;
  opacity: 1;
}
.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  contain: strict;
  will-change: transform;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  background: #fff;
  z-index: 11000;
}
.popup.modal-in,
.popup.modal-out {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.popup.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.popup.modal-in {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.popup.modal-out {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
@media (min-width: 630px) and (min-height: 630px) {
  .popup:not(.popup-tablet-fullscreen) {
    width: 630px;
    height: 630px;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -315px;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
  }
  .popup:not(.popup-tablet-fullscreen).modal-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .popup:not(.popup-tablet-fullscreen).modal-out {
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
  }
}
@media all and (max-width: 629px), (max-height: 629px) {
  html.with-statusbar .popup-backdrop {
    z-index: 9500;
  }
  html.with-statusbar.device-ios .popup,
  html.with-statusbar.ios:not(.device-ios):not(.device-android) .popup {
    height: calc(100% - 20px);
    top: 20px;
  }
  html.with-statusbar.device-android .popup,
  html.with-statusbar.md:not(.device-ios):not(.device-android) .popup {
    height: calc(100% - 24px);
    top: 24px;
  }
}
@media all and (min-width: 630px), (min-height: 630px) {
  html.with-statusbar.device-ios .popup-tablet-fullscreen,
  html.with-statusbar.ios:not(.device-ios):not(.device-android) .popup-tablet-fullscreen {
    height: calc(100% - 20px);
    top: 20px;
  }
  html.with-statusbar.device-android .popup-tablet-fullscreen,
  html.with-statusbar.md:not(.device-ios):not(.device-android) .popup-tablet-fullscreen {
    height: calc(100% - 24px);
    top: 24px;
  }
}
html.with-modal-popup .framework7-root > .views .page-content,
html.with-modal-popup .framework7-root > .view .page-content,
html.with-modal-popup .framework7-root > .panel .page-content {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
@media (min-width: 630px) and (min-height: 630px) {
  .md .popup:not(.popup-tablet-fullscreen) {
    -webkit-box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.5);
  }
}
/* === Login Screen === */
.login-screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  contain: strict;
  will-change: transform;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  background: #fff;
  z-index: 11000;
}
.login-screen.modal-in,
.login-screen.modal-out {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.login-screen.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.login-screen.modal-in {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.login-screen.modal-out {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.with-statusbar.device-ios .login-screen,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .login-screen {
  height: calc(100% - 20px);
  top: 20px;
}
html.with-statusbar.device-android .login-screen,
html.with-statusbar.md:not(.device-ios):not(.device-android) .login-screen {
  height: calc(100% - 24px);
  top: 24px;
}
.login-screen-content {
  background: #fff;
}
.login-screen-content .login-screen-title,
.login-screen-content .list,
.login-screen-content .block,
.login-screen-content .block-footer,
.login-screen-content .block-header {
  max-width: 480px;
}
.login-screen-content .list ul {
  background: none;
}
.login-screen-content .list ul:before {
  display: none !important;
}
.login-screen-content .list ul:after {
  display: none !important;
}
.login-screen-content .block-footer,
.login-screen-content .block-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.login-screen-title {
  text-align: center;
}
.md .login-screen-content .login-screen-title,
.md .login-screen-content .list,
.md .login-screen-content .block {
  margin: 24px auto;
}
.md .login-screen-content .list-button {
  text-align: center;
  color: #2196f3;
}
.md .login-screen-title {
  font-size: 34px;
}
.md .color-theme-red .login-screen-content .list-button {
  color: #f44336;
}
.md .color-theme-pink .login-screen-content .list-button {
  color: #e91e63;
}
.md .color-theme-purple .login-screen-content .list-button {
  color: #9c27b0;
}
.md .color-theme-deeppurple .login-screen-content .list-button {
  color: #673ab7;
}
.md .color-theme-indigo .login-screen-content .list-button {
  color: #3f51b5;
}
.md .color-theme-blue .login-screen-content .list-button {
  color: #2196f3;
}
.md .color-theme-lightblue .login-screen-content .list-button {
  color: #03a9f4;
}
.md .color-theme-cyan .login-screen-content .list-button {
  color: #00bcd4;
}
.md .color-theme-teal .login-screen-content .list-button {
  color: #009688;
}
.md .color-theme-green .login-screen-content .list-button {
  color: #4caf50;
}
.md .color-theme-lightgreen .login-screen-content .list-button {
  color: #8bc34a;
}
.md .color-theme-lime .login-screen-content .list-button {
  color: #cddc39;
}
.md .color-theme-yellow .login-screen-content .list-button {
  color: #ffeb3b;
}
.md .color-theme-amber .login-screen-content .list-button {
  color: #ffc107;
}
.md .color-theme-orange .login-screen-content .list-button {
  color: #ff9800;
}
.md .color-theme-deeporange .login-screen-content .list-button {
  color: #ff5722;
}
.md .color-theme-brown .login-screen-content .list-button {
  color: #795548;
}
.md .color-theme-gray .login-screen-content .list-button {
  color: #9e9e9e;
}
.md .color-theme-bluegray .login-screen-content .list-button {
  color: #607d8b;
}
.md .color-theme-white .login-screen-content .list-button {
  color: #ffffff;
}
.md .color-theme-black .login-screen-content .list-button {
  color: #000000;
}
.md .login-screen-content .list-button.color-red {
  color: #f44336;
}
.md .login-screen-content .list-button.color-pink {
  color: #e91e63;
}
.md .login-screen-content .list-button.color-purple {
  color: #9c27b0;
}
.md .login-screen-content .list-button.color-deeppurple {
  color: #673ab7;
}
.md .login-screen-content .list-button.color-indigo {
  color: #3f51b5;
}
.md .login-screen-content .list-button.color-blue {
  color: #2196f3;
}
.md .login-screen-content .list-button.color-lightblue {
  color: #03a9f4;
}
.md .login-screen-content .list-button.color-cyan {
  color: #00bcd4;
}
.md .login-screen-content .list-button.color-teal {
  color: #009688;
}
.md .login-screen-content .list-button.color-green {
  color: #4caf50;
}
.md .login-screen-content .list-button.color-lightgreen {
  color: #8bc34a;
}
.md .login-screen-content .list-button.color-lime {
  color: #cddc39;
}
.md .login-screen-content .list-button.color-yellow {
  color: #ffeb3b;
}
.md .login-screen-content .list-button.color-amber {
  color: #ffc107;
}
.md .login-screen-content .list-button.color-orange {
  color: #ff9800;
}
.md .login-screen-content .list-button.color-deeporange {
  color: #ff5722;
}
.md .login-screen-content .list-button.color-brown {
  color: #795548;
}
.md .login-screen-content .list-button.color-gray {
  color: #9e9e9e;
}
.md .login-screen-content .list-button.color-bluegray {
  color: #607d8b;
}
.md .login-screen-content .list-button.color-white {
  color: #ffffff;
}
.md .login-screen-content .list-button.color-black {
  color: #000000;
}
/* === Popover === */
.popover-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 13000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  will-change: opacity;
  contain: strict;
}
.popover-backdrop.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.popover-backdrop.backdrop-in {
  visibility: visible;
  opacity: 1;
}
.popover {
  width: 260px;
  z-index: 13500;
  margin: 0;
  top: 0;
  opacity: 0;
  left: 0;
  position: absolute;
  display: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  contain: layout style;
}
.popover .list {
  margin: 0;
}
.popover .list ul {
  background: none;
}
.popover .list:first-child ul:before {
  display: none !important;
}
.popover .list:last-child ul:after {
  display: none !important;
}
.popover.modal-in {
  opacity: 1;
}
.popover.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.popover-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.popover-from-actions-bold {
  font-weight: 600;
}
.popover-from-actions-label {
  line-height: 1.3;
  position: relative;
}
.popover-from-actions-label:last-child:after {
  display: none !important;
}
.md .popover {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(0.85, 0.6);
  transform: scale(0.85, 0.6);
  -webkit-transition-property: opacity, border-radius, -webkit-transform;
  transition-property: opacity, border-radius, -webkit-transform;
  transition-property: opacity, transform, border-radius;
  transition-property: opacity, transform, border-radius, -webkit-transform;
}
.md .popover.modal-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.md .popover.modal-out {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.md .popover .list:first-child ul {
  border-radius: 3px 3px 0 0;
}
.md .popover .list:first-child li:first-child,
.md .popover .list:first-child li:first-child a,
.md .popover .list:first-child li:first-child > label {
  border-radius: 3px 3px 0 0;
}
.md .popover .list:last-child ul {
  border-radius: 0 0 3px 3px;
}
.md .popover .list:last-child li:last-child,
.md .popover .list:last-child li:last-child a,
.md .popover .list:last-child li:last-child > label {
  border-radius: 0 0 3px 3px;
}
.md .popover .list:first-child:last-child li:first-child:last-child,
.md .popover .list:first-child:last-child li:first-child:last-child a,
.md .popover .list:first-child:last-child li:first-child:last-child > label,
.md .popover .list:first-child:last-child ul {
  border-radius: 13px;
}
.md .popover .list + .list {
  margin-top: 35px;
}
.md .popover-on-top {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.md .popover-on-bottom {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.md .popover-from-fab {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md .popover-from-fab.modal-in {
  border-radius: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.md .popover-from-fab.modal-out {
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
.md .popover-from-fab .list {
  margin: 0;
}
.md .popover-from-fab .list:first-child ul {
  border-radius: 0;
}
.md .popover-from-fab .list:first-child li:first-child a {
  border-radius: 0;
}
.md .popover-from-fab .list:last-child ul {
  border-radius: 0;
}
.md .popover-from-fab .list:last-child li:last-child a {
  border-radius: 0;
}
.md .popover-from-fab .list:first-child:last-child li:first-child:last-child a,
.md .popover-from-fab .list:first-child:last-child ul {
  border-radius: 0;
}
.md .popover-from-actions .list {
  margin: 0;
}
.md .popover-from-actions .item-link i.icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.md .popover-from-actions-label {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.54);
  padding-top: 12px;
  padding-bottom: 12px;
}
.md .popover-from-actions-label:after {
  content: '';
  position: absolute;
  background-color: #d2d2d6;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .popover-from-actions-label:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .popover-from-actions-label:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
/* === Actions === */
.actions-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 13000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  will-change: opacity;
  contain: strict;
}
.actions-backdrop.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.actions-backdrop.backdrop-in {
  visibility: visible;
  opacity: 1;
}
.actions-modal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 13500;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  display: none;
  max-height: 100%;
  contain: content;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.actions-modal.modal-in,
.actions-modal.modal-out {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.actions-modal.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.actions-modal.modal-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.actions-modal.modal-out {
  z-index: 13499;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
@media (min-width: 496px) {
  .actions-modal {
    width: 480px;
    left: 50%;
    margin-left: -240px;
  }
}
.actions-group {
  position: relative;
}
.actions-button,
.actions-label {
  width: 100%;
  font-weight: normal;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.actions-button a,
.actions-label a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.actions-button b,
.actions-label b,
.actions-button.actions-button-bold,
.actions-label.actions-button-bold {
  font-weight: 500;
}
.actions-button {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.actions-button-media {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.actions-button-text {
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.actions-label {
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.actions-grid .actions-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.actions-grid .actions-button {
  width: 33.33333333%;
  display: block;
}
.actions-grid .actions-button-media {
  margin-left: auto;
  margin-right: auto;
}
.actions-grid .actions-button-text {
  margin-left: 0 !important;
  text-align: center;
}
.md .actions-modal {
  background: #fff;
}
.md .actions-group:last-child:after {
  display: none !important;
}
.md .actions-group:after {
  content: '';
  position: absolute;
  background-color: #d2d2d6;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .actions-group:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .actions-group:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .actions-button,
.md .actions-label {
  padding: 0 16px;
}
.md .actions-button.disabled,
.md .actions-label.disabled {
  opacity: 0.55;
  pointer-events: none;
}
.md .actions-button {
  line-height: 48px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.md .actions-button a,
.md .actions-button {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md .actions-button a.active-state,
.md .actions-button.active-state {
  background: rgba(0, 0, 0, 0.1);
}
.md .actions-button-media {
  min-width: 40px;
}
.md .actions-button-media i.icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.md .actions-button-media + .actions-button-text {
  margin-left: 16px;
}
.md .actions-label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.md .actions-grid {
  padding: 0;
}
.md .actions-grid .actions-button-media {
  width: 48px;
  height: 48px;
}
.md .actions-grid .actions-button-media i.icon {
  width: 48px;
  height: 48px;
  font-size: 48px;
}
.md .actions-grid .actions-button {
  padding: 16px;
  line-height: 1;
}
.md .actions-grid .actions-button-text {
  margin-top: 8px;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
  color: #757575;
}
.md .actions-button.color-red,
.md .actions-label.color-red,
.md .actions-button.color-red .actions-button-text {
  color: #f44336;
}
.md .actions-button.color-pink,
.md .actions-label.color-pink,
.md .actions-button.color-pink .actions-button-text {
  color: #e91e63;
}
.md .actions-button.color-purple,
.md .actions-label.color-purple,
.md .actions-button.color-purple .actions-button-text {
  color: #9c27b0;
}
.md .actions-button.color-deeppurple,
.md .actions-label.color-deeppurple,
.md .actions-button.color-deeppurple .actions-button-text {
  color: #673ab7;
}
.md .actions-button.color-indigo,
.md .actions-label.color-indigo,
.md .actions-button.color-indigo .actions-button-text {
  color: #3f51b5;
}
.md .actions-button.color-blue,
.md .actions-label.color-blue,
.md .actions-button.color-blue .actions-button-text {
  color: #2196f3;
}
.md .actions-button.color-lightblue,
.md .actions-label.color-lightblue,
.md .actions-button.color-lightblue .actions-button-text {
  color: #03a9f4;
}
.md .actions-button.color-cyan,
.md .actions-label.color-cyan,
.md .actions-button.color-cyan .actions-button-text {
  color: #00bcd4;
}
.md .actions-button.color-teal,
.md .actions-label.color-teal,
.md .actions-button.color-teal .actions-button-text {
  color: #009688;
}
.md .actions-button.color-green,
.md .actions-label.color-green,
.md .actions-button.color-green .actions-button-text {
  color: #4caf50;
}
.md .actions-button.color-lightgreen,
.md .actions-label.color-lightgreen,
.md .actions-button.color-lightgreen .actions-button-text {
  color: #8bc34a;
}
.md .actions-button.color-lime,
.md .actions-label.color-lime,
.md .actions-button.color-lime .actions-button-text {
  color: #cddc39;
}
.md .actions-button.color-yellow,
.md .actions-label.color-yellow,
.md .actions-button.color-yellow .actions-button-text {
  color: #ffeb3b;
}
.md .actions-button.color-amber,
.md .actions-label.color-amber,
.md .actions-button.color-amber .actions-button-text {
  color: #ffc107;
}
.md .actions-button.color-orange,
.md .actions-label.color-orange,
.md .actions-button.color-orange .actions-button-text {
  color: #ff9800;
}
.md .actions-button.color-deeporange,
.md .actions-label.color-deeporange,
.md .actions-button.color-deeporange .actions-button-text {
  color: #ff5722;
}
.md .actions-button.color-brown,
.md .actions-label.color-brown,
.md .actions-button.color-brown .actions-button-text {
  color: #795548;
}
.md .actions-button.color-gray,
.md .actions-label.color-gray,
.md .actions-button.color-gray .actions-button-text {
  color: #9e9e9e;
}
.md .actions-button.color-bluegray,
.md .actions-label.color-bluegray,
.md .actions-button.color-bluegray .actions-button-text {
  color: #607d8b;
}
.md .actions-button.color-white,
.md .actions-label.color-white,
.md .actions-button.color-white .actions-button-text {
  color: #ffffff;
}
.md .actions-button.color-black,
.md .actions-label.color-black,
.md .actions-button.color-black .actions-button-text {
  color: #000000;
}
/* === Sheet Modal === */
.sheet-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 13000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  will-change: opacity;
  contain: strict;
  z-index: 10500;
}
.sheet-backdrop.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.sheet-backdrop.backdrop-in {
  visibility: visible;
  opacity: 1;
}
.sheet-modal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  will-change: transform;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  background: #fff;
  z-index: 12500;
  contain: strict;
}
.sheet-modal.modal-in,
.sheet-modal.modal-out {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.sheet-modal.not-animated {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.sheet-modal.modal-in {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sheet-modal.modal-out {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.sheet-modal .sheet-modal-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sheet-modal .toolbar {
  position: relative;
  width: 100%;
}
.md .sheet-modal {
  background: #fff;
}
.md .sheet-modal .toolbar {
  top: 0;
}
.md .sheet-modal .toolbar:after {
  display: none;
}
.md .sheet-modal .toolbar + .sheet-modal-inner {
  height: calc(100% - 48px);
}
.md .sheet-modal .toolbar a.link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.md .sheet-modal .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .sheet-modal-inner .page-content {
  padding-top: 0;
}
/* === Toast === */
.toast {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  position: absolute;
  width: 100%;
  max-width: 568px;
  left: 0;
  z-index: 20000;
  color: #fff;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toast .toast-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toast .toast-text {
  line-height: 20px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
}
.toast .toast-button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.toast.toast-with-icon .toast-content {
  display: block;
  text-align: center;
}
.toast.toast-with-icon .toast-text {
  text-align: center;
}
.toast.toast-with-icon .toast-icon .f7-icons {
  font-size: 50px;
  width: 50px;
  height: 50px;
}
.toast.toast-with-icon .toast-icon .material-icons {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.toast.toast-center {
  top: 50%;
  left: 50%;
  width: auto;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.toast.toast-center.modal-in {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: 1;
}
.toast.toast-top {
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.toast.toast-top.modal-in {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.toast.toast-bottom {
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.toast.toast-bottom.modal-in {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
@media (min-width: 569px) {
  .toast {
    left: 50%;
    margin-left: -284px;
  }
  .toast.toast-center {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .toast {
    opacity: 0;
    margin-left: auto;
    width: auto;
  }
  .toast.toast-center {
    margin-left: 0;
  }
}
html.with-statusbar.device-ios .toast-top,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .toast-top {
  margin-top: 20px;
}
html.with-statusbar.device-android .toast-top,
html.with-statusbar.md:not(.device-ios):not(.device-android) .toast-top {
  margin-top: 24px;
}
.md .toast {
  background: #323232;
}
.md .toast.toast-center {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.75);
}
@media (min-width: 569px) {
  .md .toast {
    border-radius: 2px;
  }
}
@media (min-width: 1024px) {
  .md .toast.toast-bottom,
  .md .toast.toast-top {
    left: 24px;
  }
  .md .toast.toast-bottom {
    bottom: 24px;
  }
  .md .toast.toast-top {
    top: 24px;
  }
}
.md .toast-content {
  padding: 14px 24px;
}
.md .toast-button {
  margin-top: -8px;
  margin-bottom: -8px;
  margin-right: 16px;
  margin-left: -8px;
}
/* === Preloader === */
.preloader {
  display: inline-block;
  vertical-align: middle;
}
/* === Preloader Modal === */
.preloader-backdrop {
  visibility: visible;
  opacity: 0;
  background: none;
}
.preloader-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 13500;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.preloader-modal .preloader {
  display: block !important;
}
html.with-modal-preloader .page-content {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
.md .preloader {
  font-size: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-animation: md-preloader-outer 3300ms linear infinite;
  animation: md-preloader-outer 3300ms linear infinite;
}
@-webkit-keyframes md-preloader-outer {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes md-preloader-outer {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.md .preloader-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: md-preloader-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  animation: md-preloader-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
.md .preloader-inner .preloader-inner-gap {
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 4px solid #757575;
}
.md .preloader-inner .preloader-inner-left,
.md .preloader-inner .preloader-inner-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.md .preloader-inner .preloader-inner-half-circle {
  position: absolute;
  top: 0;
  height: 100%;
  width: 200%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #757575;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3125s;
  animation-duration: 1.3125s;
  -webkit-animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
}
.md .preloader-inner .preloader-inner-left {
  left: 0;
}
.md .preloader-inner .preloader-inner-left .preloader-inner-half-circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-animation-name: md-preloader-left-rotate;
  animation-name: md-preloader-left-rotate;
}
.md .preloader-inner .preloader-inner-right {
  right: 0;
}
.md .preloader-inner .preloader-inner-right .preloader-inner-half-circle {
  right: 0;
  border-left-color: transparent !important;
  -webkit-animation-name: md-preloader-right-rotate;
  animation-name: md-preloader-right-rotate;
}
.md .preloader-modal {
  border-radius: 4px;
}
.md .preloader.color-red .preloader-inner-gap,
.md .preloader.preloader-red .preloader-inner-gap,
.md .preloader.color-red .preloader-inner-half-circle,
.md .preloader.preloader-red .preloader-inner-half-circle {
  border-color: #f44336;
}
.md .preloader.color-pink .preloader-inner-gap,
.md .preloader.preloader-pink .preloader-inner-gap,
.md .preloader.color-pink .preloader-inner-half-circle,
.md .preloader.preloader-pink .preloader-inner-half-circle {
  border-color: #e91e63;
}
.md .preloader.color-purple .preloader-inner-gap,
.md .preloader.preloader-purple .preloader-inner-gap,
.md .preloader.color-purple .preloader-inner-half-circle,
.md .preloader.preloader-purple .preloader-inner-half-circle {
  border-color: #9c27b0;
}
.md .preloader.color-deeppurple .preloader-inner-gap,
.md .preloader.preloader-deeppurple .preloader-inner-gap,
.md .preloader.color-deeppurple .preloader-inner-half-circle,
.md .preloader.preloader-deeppurple .preloader-inner-half-circle {
  border-color: #673ab7;
}
.md .preloader.color-indigo .preloader-inner-gap,
.md .preloader.preloader-indigo .preloader-inner-gap,
.md .preloader.color-indigo .preloader-inner-half-circle,
.md .preloader.preloader-indigo .preloader-inner-half-circle {
  border-color: #3f51b5;
}
.md .preloader.color-blue .preloader-inner-gap,
.md .preloader.preloader-blue .preloader-inner-gap,
.md .preloader.color-blue .preloader-inner-half-circle,
.md .preloader.preloader-blue .preloader-inner-half-circle {
  border-color: #2196f3;
}
.md .preloader.color-lightblue .preloader-inner-gap,
.md .preloader.preloader-lightblue .preloader-inner-gap,
.md .preloader.color-lightblue .preloader-inner-half-circle,
.md .preloader.preloader-lightblue .preloader-inner-half-circle {
  border-color: #03a9f4;
}
.md .preloader.color-cyan .preloader-inner-gap,
.md .preloader.preloader-cyan .preloader-inner-gap,
.md .preloader.color-cyan .preloader-inner-half-circle,
.md .preloader.preloader-cyan .preloader-inner-half-circle {
  border-color: #00bcd4;
}
.md .preloader.color-teal .preloader-inner-gap,
.md .preloader.preloader-teal .preloader-inner-gap,
.md .preloader.color-teal .preloader-inner-half-circle,
.md .preloader.preloader-teal .preloader-inner-half-circle {
  border-color: #009688;
}
.md .preloader.color-green .preloader-inner-gap,
.md .preloader.preloader-green .preloader-inner-gap,
.md .preloader.color-green .preloader-inner-half-circle,
.md .preloader.preloader-green .preloader-inner-half-circle {
  border-color: #4caf50;
}
.md .preloader.color-lightgreen .preloader-inner-gap,
.md .preloader.preloader-lightgreen .preloader-inner-gap,
.md .preloader.color-lightgreen .preloader-inner-half-circle,
.md .preloader.preloader-lightgreen .preloader-inner-half-circle {
  border-color: #8bc34a;
}
.md .preloader.color-lime .preloader-inner-gap,
.md .preloader.preloader-lime .preloader-inner-gap,
.md .preloader.color-lime .preloader-inner-half-circle,
.md .preloader.preloader-lime .preloader-inner-half-circle {
  border-color: #cddc39;
}
.md .preloader.color-yellow .preloader-inner-gap,
.md .preloader.preloader-yellow .preloader-inner-gap,
.md .preloader.color-yellow .preloader-inner-half-circle,
.md .preloader.preloader-yellow .preloader-inner-half-circle {
  border-color: #ffeb3b;
}
.md .preloader.color-amber .preloader-inner-gap,
.md .preloader.preloader-amber .preloader-inner-gap,
.md .preloader.color-amber .preloader-inner-half-circle,
.md .preloader.preloader-amber .preloader-inner-half-circle {
  border-color: #ffc107;
}
.md .preloader.color-orange .preloader-inner-gap,
.md .preloader.preloader-orange .preloader-inner-gap,
.md .preloader.color-orange .preloader-inner-half-circle,
.md .preloader.preloader-orange .preloader-inner-half-circle {
  border-color: #ff9800;
}
.md .preloader.color-deeporange .preloader-inner-gap,
.md .preloader.preloader-deeporange .preloader-inner-gap,
.md .preloader.color-deeporange .preloader-inner-half-circle,
.md .preloader.preloader-deeporange .preloader-inner-half-circle {
  border-color: #ff5722;
}
.md .preloader.color-brown .preloader-inner-gap,
.md .preloader.preloader-brown .preloader-inner-gap,
.md .preloader.color-brown .preloader-inner-half-circle,
.md .preloader.preloader-brown .preloader-inner-half-circle {
  border-color: #795548;
}
.md .preloader.color-gray .preloader-inner-gap,
.md .preloader.preloader-gray .preloader-inner-gap,
.md .preloader.color-gray .preloader-inner-half-circle,
.md .preloader.preloader-gray .preloader-inner-half-circle {
  border-color: #9e9e9e;
}
.md .preloader.color-bluegray .preloader-inner-gap,
.md .preloader.preloader-bluegray .preloader-inner-gap,
.md .preloader.color-bluegray .preloader-inner-half-circle,
.md .preloader.preloader-bluegray .preloader-inner-half-circle {
  border-color: #607d8b;
}
.md .preloader.color-white .preloader-inner-gap,
.md .preloader.preloader-white .preloader-inner-gap,
.md .preloader.color-white .preloader-inner-half-circle,
.md .preloader.preloader-white .preloader-inner-half-circle {
  border-color: #ffffff;
}
.md .preloader.color-black .preloader-inner-gap,
.md .preloader.preloader-black .preloader-inner-gap,
.md .preloader.color-black .preloader-inner-half-circle,
.md .preloader.preloader-black .preloader-inner-half-circle {
  border-color: #000000;
}
.md .preloader.color-multi .preloader-inner-left .preloader-inner-half-circle {
  -webkit-animation-name: md-preloader-left-rotate-multicolor;
  animation-name: md-preloader-left-rotate-multicolor;
}
.md .preloader.color-multi .preloader-inner-right .preloader-inner-half-circle {
  -webkit-animation-name: md-preloader-right-rotate-multicolor;
  animation-name: md-preloader-right-rotate-multicolor;
}
@-webkit-keyframes md-preloader-left-rotate {
  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes md-preloader-left-rotate {
  0%,
  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes md-preloader-right-rotate {
  0%,
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes md-preloader-right-rotate {
  0%,
  100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes md-preloader-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes md-preloader-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes md-preloader-left-rotate-multicolor {
  0%,
  100% {
    border-left-color: #4285F4;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  75% {
    border-left-color: #1B9A59;
    border-top-color: #1B9A59;
  }
  50% {
    border-left-color: #F7C223;
    border-top-color: #F7C223;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    border-left-color: #DE3E35;
    border-top-color: #DE3E35;
  }
}
@keyframes md-preloader-left-rotate-multicolor {
  0%,
  100% {
    border-left-color: #4285F4;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  75% {
    border-left-color: #1B9A59;
    border-top-color: #1B9A59;
  }
  50% {
    border-left-color: #F7C223;
    border-top-color: #F7C223;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  25% {
    border-left-color: #DE3E35;
    border-top-color: #DE3E35;
  }
}
@-webkit-keyframes md-preloader-right-rotate-multicolor {
  0%,
  100% {
    border-right-color: #4285F4;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  75% {
    border-right-color: #1B9A59;
    border-top-color: #1B9A59;
  }
  50% {
    border-right-color: #F7C223;
    border-top-color: #F7C223;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  25% {
    border-top-color: #DE3E35;
    border-right-color: #DE3E35;
  }
}
@keyframes md-preloader-right-rotate-multicolor {
  0%,
  100% {
    border-right-color: #4285F4;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  75% {
    border-right-color: #1B9A59;
    border-top-color: #1B9A59;
  }
  50% {
    border-right-color: #F7C223;
    border-top-color: #F7C223;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  25% {
    border-top-color: #DE3E35;
    border-right-color: #DE3E35;
  }
}
/* === Progressbar === */
.progressbar,
.progressbar-infinite {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body > .progressbar,
.view > .progressbar,
.views > .progressbar,
.page > .progressbar,
.panel > .progressbar,
.popup > .progressbar,
.framework7-root > .progressbar,
body > .progressbar-infinite,
.view > .progressbar-infinite,
.views > .progressbar-infinite,
.page > .progressbar-infinite,
.panel > .progressbar-infinite,
.popup > .progressbar-infinite,
.framework7-root > .progressbar-infinite {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15000;
  border-radius: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
html.with-statusbar.device-ios body > .progressbar,
html.with-statusbar.device-ios .view > .progressbar,
html.with-statusbar.device-ios .views > .progressbar,
html.with-statusbar.device-ios .page > .progressbar,
html.with-statusbar.device-ios .panel > .progressbar,
html.with-statusbar.device-ios .popup > .progressbar,
html.with-statusbar.device-ios .framework7-root > .progressbar,
html.with-statusbar.ios:not(.device-ios):not(.device-android) body > .progressbar,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .view > .progressbar,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .views > .progressbar,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .page > .progressbar,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel > .progressbar,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .popup > .progressbar,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root > .progressbar,
html.with-statusbar.device-ios body > .progressbar-infinite,
html.with-statusbar.device-ios .view > .progressbar-infinite,
html.with-statusbar.device-ios .views > .progressbar-infinite,
html.with-statusbar.device-ios .page > .progressbar-infinite,
html.with-statusbar.device-ios .panel > .progressbar-infinite,
html.with-statusbar.device-ios .popup > .progressbar-infinite,
html.with-statusbar.device-ios .framework7-root > .progressbar-infinite,
html.with-statusbar.ios:not(.device-ios):not(.device-android) body > .progressbar-infinite,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .view > .progressbar-infinite,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .views > .progressbar-infinite,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .page > .progressbar-infinite,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel > .progressbar-infinite,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .popup > .progressbar-infinite,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root > .progressbar-infinite {
  top: 20px;
}
html.with-statusbar.device-android body > .progressbar,
html.with-statusbar.device-android .view > .progressbar,
html.with-statusbar.device-android .views > .progressbar,
html.with-statusbar.device-android .page > .progressbar,
html.with-statusbar.device-android .panel > .progressbar,
html.with-statusbar.device-android .popup > .progressbar,
html.with-statusbar.device-android .framework7-root > .progressbar,
html.with-statusbar.md:not(.device-ios):not(.device-android) body > .progressbar,
html.with-statusbar.md:not(.device-ios):not(.device-android) .view > .progressbar,
html.with-statusbar.md:not(.device-ios):not(.device-android) .views > .progressbar,
html.with-statusbar.md:not(.device-ios):not(.device-android) .page > .progressbar,
html.with-statusbar.md:not(.device-ios):not(.device-android) .panel > .progressbar,
html.with-statusbar.md:not(.device-ios):not(.device-android) .popup > .progressbar,
html.with-statusbar.md:not(.device-ios):not(.device-android) .framework7-root > .progressbar,
html.with-statusbar.device-android body > .progressbar-infinite,
html.with-statusbar.device-android .view > .progressbar-infinite,
html.with-statusbar.device-android .views > .progressbar-infinite,
html.with-statusbar.device-android .page > .progressbar-infinite,
html.with-statusbar.device-android .panel > .progressbar-infinite,
html.with-statusbar.device-android .popup > .progressbar-infinite,
html.with-statusbar.device-android .framework7-root > .progressbar-infinite,
html.with-statusbar.md:not(.device-ios):not(.device-android) body > .progressbar-infinite,
html.with-statusbar.md:not(.device-ios):not(.device-android) .view > .progressbar-infinite,
html.with-statusbar.md:not(.device-ios):not(.device-android) .views > .progressbar-infinite,
html.with-statusbar.md:not(.device-ios):not(.device-android) .page > .progressbar-infinite,
html.with-statusbar.md:not(.device-ios):not(.device-android) .panel > .progressbar-infinite,
html.with-statusbar.md:not(.device-ios):not(.device-android) .popup > .progressbar-infinite,
html.with-statusbar.md:not(.device-ios):not(.device-android) .framework7-root > .progressbar-infinite {
  top: 24px;
}
.progressbar {
  vertical-align: middle;
}
.progressbar span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.progressbar-infinite:before,
.progressbar-infinite:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  will-change: transform;
  contain: strict;
}
.progressbar-infinite.color-multi {
  background: none !important;
}
.progressbar-in {
  -webkit-animation: progressbar-in 150ms forwards;
  animation: progressbar-in 150ms forwards;
}
.progressbar-out {
  -webkit-animation: progressbar-out 150ms forwards;
  animation: progressbar-out 150ms forwards;
}
@-webkit-keyframes progressbar-in {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes progressbar-in {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes progressbar-out {
  from {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes progressbar-out {
  from {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.md .progressbar,
.md .progressbar-infinite {
  height: 4px;
  background: rgba(33, 150, 243, 0.5);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.md .progressbar span {
  background: #2196f3;
}
.md .progressbar-infinite {
  z-index: 15000;
}
.md .progressbar-infinite:before,
.md .progressbar-infinite:after {
  content: '';
  background: #2196f3;
}
.md .progressbar-infinite:before {
  -webkit-animation: md-progressbar-infinite-1 2s linear infinite;
  animation: md-progressbar-infinite-1 2s linear infinite;
}
.md .progressbar-infinite:after {
  -webkit-animation: md-progressbar-infinite-2 2s linear infinite;
  animation: md-progressbar-infinite-2 2s linear infinite;
}
.md .progressbar-infinite.color-multi:before {
  background: none;
  -webkit-animation: md-progressbar-infinite-multicolor-bg 3s step-end infinite;
  animation: md-progressbar-infinite-multicolor-bg 3s step-end infinite;
}
.md .progressbar-infinite.color-multi:after {
  background: none;
  -webkit-animation: md-progressbar-infinite-multicolor-fill 3s linear infinite;
  animation: md-progressbar-infinite-multicolor-fill 3s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.md .color-theme-red .progressbar,
.md .color-theme-red .progressbar-infinite {
  background: rgba(244, 67, 54, 0.5);
}
.md .color-theme-red .progressbar span {
  background: #f44336;
}
.md .color-theme-red .progressbar-infinite:before,
.md .color-theme-red .progressbar-infinite:after {
  background: #f44336;
}
.md .color-theme-pink .progressbar,
.md .color-theme-pink .progressbar-infinite {
  background: rgba(233, 30, 99, 0.5);
}
.md .color-theme-pink .progressbar span {
  background: #e91e63;
}
.md .color-theme-pink .progressbar-infinite:before,
.md .color-theme-pink .progressbar-infinite:after {
  background: #e91e63;
}
.md .color-theme-purple .progressbar,
.md .color-theme-purple .progressbar-infinite {
  background: rgba(156, 39, 176, 0.5);
}
.md .color-theme-purple .progressbar span {
  background: #9c27b0;
}
.md .color-theme-purple .progressbar-infinite:before,
.md .color-theme-purple .progressbar-infinite:after {
  background: #9c27b0;
}
.md .color-theme-deeppurple .progressbar,
.md .color-theme-deeppurple .progressbar-infinite {
  background: rgba(103, 58, 183, 0.5);
}
.md .color-theme-deeppurple .progressbar span {
  background: #673ab7;
}
.md .color-theme-deeppurple .progressbar-infinite:before,
.md .color-theme-deeppurple .progressbar-infinite:after {
  background: #673ab7;
}
.md .color-theme-indigo .progressbar,
.md .color-theme-indigo .progressbar-infinite {
  background: rgba(63, 81, 181, 0.5);
}
.md .color-theme-indigo .progressbar span {
  background: #3f51b5;
}
.md .color-theme-indigo .progressbar-infinite:before,
.md .color-theme-indigo .progressbar-infinite:after {
  background: #3f51b5;
}
.md .color-theme-blue .progressbar,
.md .color-theme-blue .progressbar-infinite {
  background: rgba(33, 150, 243, 0.5);
}
.md .color-theme-blue .progressbar span {
  background: #2196f3;
}
.md .color-theme-blue .progressbar-infinite:before,
.md .color-theme-blue .progressbar-infinite:after {
  background: #2196f3;
}
.md .color-theme-lightblue .progressbar,
.md .color-theme-lightblue .progressbar-infinite {
  background: rgba(3, 169, 244, 0.5);
}
.md .color-theme-lightblue .progressbar span {
  background: #03a9f4;
}
.md .color-theme-lightblue .progressbar-infinite:before,
.md .color-theme-lightblue .progressbar-infinite:after {
  background: #03a9f4;
}
.md .color-theme-cyan .progressbar,
.md .color-theme-cyan .progressbar-infinite {
  background: rgba(0, 188, 212, 0.5);
}
.md .color-theme-cyan .progressbar span {
  background: #00bcd4;
}
.md .color-theme-cyan .progressbar-infinite:before,
.md .color-theme-cyan .progressbar-infinite:after {
  background: #00bcd4;
}
.md .color-theme-teal .progressbar,
.md .color-theme-teal .progressbar-infinite {
  background: rgba(0, 150, 136, 0.5);
}
.md .color-theme-teal .progressbar span {
  background: #009688;
}
.md .color-theme-teal .progressbar-infinite:before,
.md .color-theme-teal .progressbar-infinite:after {
  background: #009688;
}
.md .color-theme-green .progressbar,
.md .color-theme-green .progressbar-infinite {
  background: rgba(76, 175, 80, 0.5);
}
.md .color-theme-green .progressbar span {
  background: #4caf50;
}
.md .color-theme-green .progressbar-infinite:before,
.md .color-theme-green .progressbar-infinite:after {
  background: #4caf50;
}
.md .color-theme-lightgreen .progressbar,
.md .color-theme-lightgreen .progressbar-infinite {
  background: rgba(139, 195, 74, 0.5);
}
.md .color-theme-lightgreen .progressbar span {
  background: #8bc34a;
}
.md .color-theme-lightgreen .progressbar-infinite:before,
.md .color-theme-lightgreen .progressbar-infinite:after {
  background: #8bc34a;
}
.md .color-theme-lime .progressbar,
.md .color-theme-lime .progressbar-infinite {
  background: rgba(205, 220, 57, 0.5);
}
.md .color-theme-lime .progressbar span {
  background: #cddc39;
}
.md .color-theme-lime .progressbar-infinite:before,
.md .color-theme-lime .progressbar-infinite:after {
  background: #cddc39;
}
.md .color-theme-yellow .progressbar,
.md .color-theme-yellow .progressbar-infinite {
  background: rgba(255, 235, 59, 0.5);
}
.md .color-theme-yellow .progressbar span {
  background: #ffeb3b;
}
.md .color-theme-yellow .progressbar-infinite:before,
.md .color-theme-yellow .progressbar-infinite:after {
  background: #ffeb3b;
}
.md .color-theme-amber .progressbar,
.md .color-theme-amber .progressbar-infinite {
  background: rgba(255, 193, 7, 0.5);
}
.md .color-theme-amber .progressbar span {
  background: #ffc107;
}
.md .color-theme-amber .progressbar-infinite:before,
.md .color-theme-amber .progressbar-infinite:after {
  background: #ffc107;
}
.md .color-theme-orange .progressbar,
.md .color-theme-orange .progressbar-infinite {
  background: rgba(255, 152, 0, 0.5);
}
.md .color-theme-orange .progressbar span {
  background: #ff9800;
}
.md .color-theme-orange .progressbar-infinite:before,
.md .color-theme-orange .progressbar-infinite:after {
  background: #ff9800;
}
.md .color-theme-deeporange .progressbar,
.md .color-theme-deeporange .progressbar-infinite {
  background: rgba(255, 87, 34, 0.5);
}
.md .color-theme-deeporange .progressbar span {
  background: #ff5722;
}
.md .color-theme-deeporange .progressbar-infinite:before,
.md .color-theme-deeporange .progressbar-infinite:after {
  background: #ff5722;
}
.md .color-theme-brown .progressbar,
.md .color-theme-brown .progressbar-infinite {
  background: rgba(121, 85, 72, 0.5);
}
.md .color-theme-brown .progressbar span {
  background: #795548;
}
.md .color-theme-brown .progressbar-infinite:before,
.md .color-theme-brown .progressbar-infinite:after {
  background: #795548;
}
.md .color-theme-gray .progressbar,
.md .color-theme-gray .progressbar-infinite {
  background: rgba(158, 158, 158, 0.5);
}
.md .color-theme-gray .progressbar span {
  background: #9e9e9e;
}
.md .color-theme-gray .progressbar-infinite:before,
.md .color-theme-gray .progressbar-infinite:after {
  background: #9e9e9e;
}
.md .color-theme-bluegray .progressbar,
.md .color-theme-bluegray .progressbar-infinite {
  background: rgba(96, 125, 139, 0.5);
}
.md .color-theme-bluegray .progressbar span {
  background: #607d8b;
}
.md .color-theme-bluegray .progressbar-infinite:before,
.md .color-theme-bluegray .progressbar-infinite:after {
  background: #607d8b;
}
.md .color-theme-white .progressbar,
.md .color-theme-white .progressbar-infinite {
  background: rgba(255, 255, 255, 0.5);
}
.md .color-theme-white .progressbar span {
  background: #ffffff;
}
.md .color-theme-white .progressbar-infinite:before,
.md .color-theme-white .progressbar-infinite:after {
  background: #ffffff;
}
.md .color-theme-black .progressbar,
.md .color-theme-black .progressbar-infinite {
  background: rgba(0, 0, 0, 0.5);
}
.md .color-theme-black .progressbar span {
  background: #000000;
}
.md .color-theme-black .progressbar-infinite:before,
.md .color-theme-black .progressbar-infinite:after {
  background: #000000;
}
.md .progressbar.color-red,
.md .progressbar-infinite.color-red {
  background: rgba(244, 67, 54, 0.5);
}
.md .progressbar.color-red span {
  background: #f44336;
}
.md .progressbar-infinite.color-red:before,
.md .progressbar-infinite.color-red:after {
  background: #f44336;
}
.md .progressbar.color-pink,
.md .progressbar-infinite.color-pink {
  background: rgba(233, 30, 99, 0.5);
}
.md .progressbar.color-pink span {
  background: #e91e63;
}
.md .progressbar-infinite.color-pink:before,
.md .progressbar-infinite.color-pink:after {
  background: #e91e63;
}
.md .progressbar.color-purple,
.md .progressbar-infinite.color-purple {
  background: rgba(156, 39, 176, 0.5);
}
.md .progressbar.color-purple span {
  background: #9c27b0;
}
.md .progressbar-infinite.color-purple:before,
.md .progressbar-infinite.color-purple:after {
  background: #9c27b0;
}
.md .progressbar.color-deeppurple,
.md .progressbar-infinite.color-deeppurple {
  background: rgba(103, 58, 183, 0.5);
}
.md .progressbar.color-deeppurple span {
  background: #673ab7;
}
.md .progressbar-infinite.color-deeppurple:before,
.md .progressbar-infinite.color-deeppurple:after {
  background: #673ab7;
}
.md .progressbar.color-indigo,
.md .progressbar-infinite.color-indigo {
  background: rgba(63, 81, 181, 0.5);
}
.md .progressbar.color-indigo span {
  background: #3f51b5;
}
.md .progressbar-infinite.color-indigo:before,
.md .progressbar-infinite.color-indigo:after {
  background: #3f51b5;
}
.md .progressbar.color-blue,
.md .progressbar-infinite.color-blue {
  background: rgba(33, 150, 243, 0.5);
}
.md .progressbar.color-blue span {
  background: #2196f3;
}
.md .progressbar-infinite.color-blue:before,
.md .progressbar-infinite.color-blue:after {
  background: #2196f3;
}
.md .progressbar.color-lightblue,
.md .progressbar-infinite.color-lightblue {
  background: rgba(3, 169, 244, 0.5);
}
.md .progressbar.color-lightblue span {
  background: #03a9f4;
}
.md .progressbar-infinite.color-lightblue:before,
.md .progressbar-infinite.color-lightblue:after {
  background: #03a9f4;
}
.md .progressbar.color-cyan,
.md .progressbar-infinite.color-cyan {
  background: rgba(0, 188, 212, 0.5);
}
.md .progressbar.color-cyan span {
  background: #00bcd4;
}
.md .progressbar-infinite.color-cyan:before,
.md .progressbar-infinite.color-cyan:after {
  background: #00bcd4;
}
.md .progressbar.color-teal,
.md .progressbar-infinite.color-teal {
  background: rgba(0, 150, 136, 0.5);
}
.md .progressbar.color-teal span {
  background: #009688;
}
.md .progressbar-infinite.color-teal:before,
.md .progressbar-infinite.color-teal:after {
  background: #009688;
}
.md .progressbar.color-green,
.md .progressbar-infinite.color-green {
  background: rgba(76, 175, 80, 0.5);
}
.md .progressbar.color-green span {
  background: #4caf50;
}
.md .progressbar-infinite.color-green:before,
.md .progressbar-infinite.color-green:after {
  background: #4caf50;
}
.md .progressbar.color-lightgreen,
.md .progressbar-infinite.color-lightgreen {
  background: rgba(139, 195, 74, 0.5);
}
.md .progressbar.color-lightgreen span {
  background: #8bc34a;
}
.md .progressbar-infinite.color-lightgreen:before,
.md .progressbar-infinite.color-lightgreen:after {
  background: #8bc34a;
}
.md .progressbar.color-lime,
.md .progressbar-infinite.color-lime {
  background: rgba(205, 220, 57, 0.5);
}
.md .progressbar.color-lime span {
  background: #cddc39;
}
.md .progressbar-infinite.color-lime:before,
.md .progressbar-infinite.color-lime:after {
  background: #cddc39;
}
.md .progressbar.color-yellow,
.md .progressbar-infinite.color-yellow {
  background: rgba(255, 235, 59, 0.5);
}
.md .progressbar.color-yellow span {
  background: #ffeb3b;
}
.md .progressbar-infinite.color-yellow:before,
.md .progressbar-infinite.color-yellow:after {
  background: #ffeb3b;
}
.md .progressbar.color-amber,
.md .progressbar-infinite.color-amber {
  background: rgba(255, 193, 7, 0.5);
}
.md .progressbar.color-amber span {
  background: #ffc107;
}
.md .progressbar-infinite.color-amber:before,
.md .progressbar-infinite.color-amber:after {
  background: #ffc107;
}
.md .progressbar.color-orange,
.md .progressbar-infinite.color-orange {
  background: rgba(255, 152, 0, 0.5);
}
.md .progressbar.color-orange span {
  background: #ff9800;
}
.md .progressbar-infinite.color-orange:before,
.md .progressbar-infinite.color-orange:after {
  background: #ff9800;
}
.md .progressbar.color-deeporange,
.md .progressbar-infinite.color-deeporange {
  background: rgba(255, 87, 34, 0.5);
}
.md .progressbar.color-deeporange span {
  background: #ff5722;
}
.md .progressbar-infinite.color-deeporange:before,
.md .progressbar-infinite.color-deeporange:after {
  background: #ff5722;
}
.md .progressbar.color-brown,
.md .progressbar-infinite.color-brown {
  background: rgba(121, 85, 72, 0.5);
}
.md .progressbar.color-brown span {
  background: #795548;
}
.md .progressbar-infinite.color-brown:before,
.md .progressbar-infinite.color-brown:after {
  background: #795548;
}
.md .progressbar.color-gray,
.md .progressbar-infinite.color-gray {
  background: rgba(158, 158, 158, 0.5);
}
.md .progressbar.color-gray span {
  background: #9e9e9e;
}
.md .progressbar-infinite.color-gray:before,
.md .progressbar-infinite.color-gray:after {
  background: #9e9e9e;
}
.md .progressbar.color-bluegray,
.md .progressbar-infinite.color-bluegray {
  background: rgba(96, 125, 139, 0.5);
}
.md .progressbar.color-bluegray span {
  background: #607d8b;
}
.md .progressbar-infinite.color-bluegray:before,
.md .progressbar-infinite.color-bluegray:after {
  background: #607d8b;
}
.md .progressbar.color-white,
.md .progressbar-infinite.color-white {
  background: rgba(255, 255, 255, 0.5);
}
.md .progressbar.color-white span {
  background: #ffffff;
}
.md .progressbar-infinite.color-white:before,
.md .progressbar-infinite.color-white:after {
  background: #ffffff;
}
.md .progressbar.color-black,
.md .progressbar-infinite.color-black {
  background: rgba(0, 0, 0, 0.5);
}
.md .progressbar.color-black span {
  background: #000000;
}
.md .progressbar-infinite.color-black:before,
.md .progressbar-infinite.color-black:after {
  background: #000000;
}
@-webkit-keyframes md-progressbar-infinite-1 {
  0% {
    -webkit-transform: translateX(-10%) scaleX(0.1);
    transform: translateX(-10%) scaleX(0.1);
  }
  25% {
    -webkit-transform: translateX(30%) scaleX(0.6);
    transform: translateX(30%) scaleX(0.6);
  }
  50% {
    -webkit-transform: translateX(100%) scaleX(1);
    transform: translateX(100%) scaleX(1);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(1);
    transform: translateX(100%) scaleX(1);
  }
}
@keyframes md-progressbar-infinite-1 {
  0% {
    -webkit-transform: translateX(-10%) scaleX(0.1);
    transform: translateX(-10%) scaleX(0.1);
  }
  25% {
    -webkit-transform: translateX(30%) scaleX(0.6);
    transform: translateX(30%) scaleX(0.6);
  }
  50% {
    -webkit-transform: translateX(100%) scaleX(1);
    transform: translateX(100%) scaleX(1);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(1);
    transform: translateX(100%) scaleX(1);
  }
}
@-webkit-keyframes md-progressbar-infinite-2 {
  0% {
    -webkit-transform: translateX(-100%) scaleX(1);
    transform: translateX(-100%) scaleX(1);
  }
  40% {
    -webkit-transform: translateX(-100%) scaleX(1);
    transform: translateX(-100%) scaleX(1);
  }
  75% {
    -webkit-transform: translateX(60%) scaleX(0.35);
    transform: translateX(60%) scaleX(0.35);
  }
  90% {
    -webkit-transform: translateX(100%) scaleX(0.1);
    transform: translateX(100%) scaleX(0.1);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(0.1);
    transform: translateX(100%) scaleX(0.1);
  }
}
@keyframes md-progressbar-infinite-2 {
  0% {
    -webkit-transform: translateX(-100%) scaleX(1);
    transform: translateX(-100%) scaleX(1);
  }
  40% {
    -webkit-transform: translateX(-100%) scaleX(1);
    transform: translateX(-100%) scaleX(1);
  }
  75% {
    -webkit-transform: translateX(60%) scaleX(0.35);
    transform: translateX(60%) scaleX(0.35);
  }
  90% {
    -webkit-transform: translateX(100%) scaleX(0.1);
    transform: translateX(100%) scaleX(0.1);
  }
  100% {
    -webkit-transform: translateX(100%) scaleX(0.1);
    transform: translateX(100%) scaleX(0.1);
  }
}
@-webkit-keyframes md-progressbar-infinite-multicolor-bg {
  0% {
    background-color: #4caf50;
  }
  25% {
    background-color: #f44336;
  }
  50% {
    background-color: #2196f3;
  }
  75% {
    background-color: #ffeb3b;
  }
}
@keyframes md-progressbar-infinite-multicolor-bg {
  0% {
    background-color: #4caf50;
  }
  25% {
    background-color: #f44336;
  }
  50% {
    background-color: #2196f3;
  }
  75% {
    background-color: #ffeb3b;
  }
}
@-webkit-keyframes md-progressbar-infinite-multicolor-fill {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #f44336;
  }
  24.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #f44336;
  }
  25% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #2196f3;
  }
  49.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #2196f3;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #ffeb3b;
  }
  74.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #ffeb3b;
  }
  75% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #4caf50;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #4caf50;
  }
}
@keyframes md-progressbar-infinite-multicolor-fill {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #f44336;
  }
  24.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #f44336;
  }
  25% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #2196f3;
  }
  49.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #2196f3;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #ffeb3b;
  }
  74.9% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #ffeb3b;
  }
  75% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #4caf50;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #4caf50;
  }
}
/* === Sortable === */
.sortable .sortable-handler {
  position: absolute;
  top: 0;
  bottom: 1px;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2018%2012'%20fill%3D'%23c7c7cc'%3E%3Cpath%20d%3D'M0%2C2V0h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C7V5h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C12v-2h22v2H0z'%2F%3E%3C%2Fsvg%3E");
  opacity: 0;
  pointer-events: none;
  cursor: move;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  left: 0;
  background-position: 0% 50%;
}
.sortable .item-inner {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.sortable li.sorting {
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.sortable li.sorting .item-inner:after {
  display: none !important;
}
.sortable-sorting li {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.sortable-enabled .sortable-handler {
  pointer-events: auto;
  opacity: 1;
  background-position: 50% 50%;
}
.sortable-enabled .item-link .item-inner,
.sortable-enabled .item-link .item-title-row {
  background-image: none;
}
.md .sortable-handler {
  width: 50px;
}
.md .sortable li.sorting {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md .sortable-enabled .item-inner,
.md .sortable-enabled .item-link .item-inner {
  padding-left: 50px;
}
/* === Swipeout === */
.swipeout {
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swipeout-deleting {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.swipeout-deleting .swipeout-content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.swipeout-transitioning .swipeout-content,
.swipeout-transitioning .swipeout-actions-right a,
.swipeout-transitioning .swipeout-actions-left a,
.swipeout-transitioning .swipeout-overswipe {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}
.swipeout-content {
  position: relative;
  z-index: 10;
}
.swipeout-overswipe {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: left;
  transition-property: left;
}
.swipeout-actions-left,
.swipeout-actions-right {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
}
.swipeout-actions-left > a,
.swipeout-actions-right > a,
.swipeout-actions-left > button,
.swipeout-actions-right > button,
.swipeout-actions-left > span,
.swipeout-actions-right > span,
.swipeout-actions-left > div,
.swipeout-actions-right > div {
  color: #fff;
  background: #c7c7cc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
}
.swipeout-actions-left > a:after,
.swipeout-actions-right > a:after,
.swipeout-actions-left > button:after,
.swipeout-actions-right > button:after,
.swipeout-actions-left > span:after,
.swipeout-actions-right > span:after,
.swipeout-actions-left > div:after,
.swipeout-actions-right > div:after {
  content: '';
  position: absolute;
  top: 0;
  width: 600%;
  height: 100%;
  background: inherit;
  z-index: -1;
}
.swipeout-actions-right {
  right: 0%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.swipeout-actions-right > a:after,
.swipeout-actions-right > button:after,
.swipeout-actions-right > span:after,
.swipeout-actions-right > div:after {
  left: 100%;
  margin-left: -1px;
}
.swipeout-actions-left {
  left: 0%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.swipeout-actions-left > a:after,
.swipeout-actions-left > button:after,
.swipeout-actions-left > span:after,
.swipeout-actions-left > div:after {
  right: 100%;
  margin-right: -1px;
}
.md .swipeout-actions-left > a,
.md .swipeout-actions-right > a,
.md .swipeout-actions-left > button,
.md .swipeout-actions-right > button,
.md .swipeout-actions-left > span,
.md .swipeout-actions-right > span,
.md .swipeout-actions-left > div,
.md .swipeout-actions-right > div {
  padding: 0 24px;
  color: #fff;
}
.md .swipeout-actions-left .swipeout-delete,
.md .swipeout-actions-right .swipeout-delete {
  background: #f44336;
}
.md .swipeout-actions-left > a.color-red,
.md .swipeout-actions-right > a.color-red,
.md .swipeout-actions-left > button.color-red,
.md .swipeout-actions-right > button.color-red,
.md .swipeout-actions-left > span.color-red,
.md .swipeout-actions-right > span.color-red,
.md .swipeout-actions-left > div.color-red,
.md .swipeout-actions-right > div.color-red {
  background-color: #f44336;
}
.md .swipeout-actions-left > a.color-pink,
.md .swipeout-actions-right > a.color-pink,
.md .swipeout-actions-left > button.color-pink,
.md .swipeout-actions-right > button.color-pink,
.md .swipeout-actions-left > span.color-pink,
.md .swipeout-actions-right > span.color-pink,
.md .swipeout-actions-left > div.color-pink,
.md .swipeout-actions-right > div.color-pink {
  background-color: #e91e63;
}
.md .swipeout-actions-left > a.color-purple,
.md .swipeout-actions-right > a.color-purple,
.md .swipeout-actions-left > button.color-purple,
.md .swipeout-actions-right > button.color-purple,
.md .swipeout-actions-left > span.color-purple,
.md .swipeout-actions-right > span.color-purple,
.md .swipeout-actions-left > div.color-purple,
.md .swipeout-actions-right > div.color-purple {
  background-color: #9c27b0;
}
.md .swipeout-actions-left > a.color-deeppurple,
.md .swipeout-actions-right > a.color-deeppurple,
.md .swipeout-actions-left > button.color-deeppurple,
.md .swipeout-actions-right > button.color-deeppurple,
.md .swipeout-actions-left > span.color-deeppurple,
.md .swipeout-actions-right > span.color-deeppurple,
.md .swipeout-actions-left > div.color-deeppurple,
.md .swipeout-actions-right > div.color-deeppurple {
  background-color: #673ab7;
}
.md .swipeout-actions-left > a.color-indigo,
.md .swipeout-actions-right > a.color-indigo,
.md .swipeout-actions-left > button.color-indigo,
.md .swipeout-actions-right > button.color-indigo,
.md .swipeout-actions-left > span.color-indigo,
.md .swipeout-actions-right > span.color-indigo,
.md .swipeout-actions-left > div.color-indigo,
.md .swipeout-actions-right > div.color-indigo {
  background-color: #3f51b5;
}
.md .swipeout-actions-left > a.color-blue,
.md .swipeout-actions-right > a.color-blue,
.md .swipeout-actions-left > button.color-blue,
.md .swipeout-actions-right > button.color-blue,
.md .swipeout-actions-left > span.color-blue,
.md .swipeout-actions-right > span.color-blue,
.md .swipeout-actions-left > div.color-blue,
.md .swipeout-actions-right > div.color-blue {
  background-color: #2196f3;
}
.md .swipeout-actions-left > a.color-lightblue,
.md .swipeout-actions-right > a.color-lightblue,
.md .swipeout-actions-left > button.color-lightblue,
.md .swipeout-actions-right > button.color-lightblue,
.md .swipeout-actions-left > span.color-lightblue,
.md .swipeout-actions-right > span.color-lightblue,
.md .swipeout-actions-left > div.color-lightblue,
.md .swipeout-actions-right > div.color-lightblue {
  background-color: #03a9f4;
}
.md .swipeout-actions-left > a.color-cyan,
.md .swipeout-actions-right > a.color-cyan,
.md .swipeout-actions-left > button.color-cyan,
.md .swipeout-actions-right > button.color-cyan,
.md .swipeout-actions-left > span.color-cyan,
.md .swipeout-actions-right > span.color-cyan,
.md .swipeout-actions-left > div.color-cyan,
.md .swipeout-actions-right > div.color-cyan {
  background-color: #00bcd4;
}
.md .swipeout-actions-left > a.color-teal,
.md .swipeout-actions-right > a.color-teal,
.md .swipeout-actions-left > button.color-teal,
.md .swipeout-actions-right > button.color-teal,
.md .swipeout-actions-left > span.color-teal,
.md .swipeout-actions-right > span.color-teal,
.md .swipeout-actions-left > div.color-teal,
.md .swipeout-actions-right > div.color-teal {
  background-color: #009688;
}
.md .swipeout-actions-left > a.color-green,
.md .swipeout-actions-right > a.color-green,
.md .swipeout-actions-left > button.color-green,
.md .swipeout-actions-right > button.color-green,
.md .swipeout-actions-left > span.color-green,
.md .swipeout-actions-right > span.color-green,
.md .swipeout-actions-left > div.color-green,
.md .swipeout-actions-right > div.color-green {
  background-color: #4caf50;
}
.md .swipeout-actions-left > a.color-lightgreen,
.md .swipeout-actions-right > a.color-lightgreen,
.md .swipeout-actions-left > button.color-lightgreen,
.md .swipeout-actions-right > button.color-lightgreen,
.md .swipeout-actions-left > span.color-lightgreen,
.md .swipeout-actions-right > span.color-lightgreen,
.md .swipeout-actions-left > div.color-lightgreen,
.md .swipeout-actions-right > div.color-lightgreen {
  background-color: #8bc34a;
}
.md .swipeout-actions-left > a.color-lime,
.md .swipeout-actions-right > a.color-lime,
.md .swipeout-actions-left > button.color-lime,
.md .swipeout-actions-right > button.color-lime,
.md .swipeout-actions-left > span.color-lime,
.md .swipeout-actions-right > span.color-lime,
.md .swipeout-actions-left > div.color-lime,
.md .swipeout-actions-right > div.color-lime {
  background-color: #cddc39;
}
.md .swipeout-actions-left > a.color-yellow,
.md .swipeout-actions-right > a.color-yellow,
.md .swipeout-actions-left > button.color-yellow,
.md .swipeout-actions-right > button.color-yellow,
.md .swipeout-actions-left > span.color-yellow,
.md .swipeout-actions-right > span.color-yellow,
.md .swipeout-actions-left > div.color-yellow,
.md .swipeout-actions-right > div.color-yellow {
  background-color: #ffeb3b;
}
.md .swipeout-actions-left > a.color-amber,
.md .swipeout-actions-right > a.color-amber,
.md .swipeout-actions-left > button.color-amber,
.md .swipeout-actions-right > button.color-amber,
.md .swipeout-actions-left > span.color-amber,
.md .swipeout-actions-right > span.color-amber,
.md .swipeout-actions-left > div.color-amber,
.md .swipeout-actions-right > div.color-amber {
  background-color: #ffc107;
}
.md .swipeout-actions-left > a.color-orange,
.md .swipeout-actions-right > a.color-orange,
.md .swipeout-actions-left > button.color-orange,
.md .swipeout-actions-right > button.color-orange,
.md .swipeout-actions-left > span.color-orange,
.md .swipeout-actions-right > span.color-orange,
.md .swipeout-actions-left > div.color-orange,
.md .swipeout-actions-right > div.color-orange {
  background-color: #ff9800;
}
.md .swipeout-actions-left > a.color-deeporange,
.md .swipeout-actions-right > a.color-deeporange,
.md .swipeout-actions-left > button.color-deeporange,
.md .swipeout-actions-right > button.color-deeporange,
.md .swipeout-actions-left > span.color-deeporange,
.md .swipeout-actions-right > span.color-deeporange,
.md .swipeout-actions-left > div.color-deeporange,
.md .swipeout-actions-right > div.color-deeporange {
  background-color: #ff5722;
}
.md .swipeout-actions-left > a.color-brown,
.md .swipeout-actions-right > a.color-brown,
.md .swipeout-actions-left > button.color-brown,
.md .swipeout-actions-right > button.color-brown,
.md .swipeout-actions-left > span.color-brown,
.md .swipeout-actions-right > span.color-brown,
.md .swipeout-actions-left > div.color-brown,
.md .swipeout-actions-right > div.color-brown {
  background-color: #795548;
}
.md .swipeout-actions-left > a.color-gray,
.md .swipeout-actions-right > a.color-gray,
.md .swipeout-actions-left > button.color-gray,
.md .swipeout-actions-right > button.color-gray,
.md .swipeout-actions-left > span.color-gray,
.md .swipeout-actions-right > span.color-gray,
.md .swipeout-actions-left > div.color-gray,
.md .swipeout-actions-right > div.color-gray {
  background-color: #9e9e9e;
}
.md .swipeout-actions-left > a.color-bluegray,
.md .swipeout-actions-right > a.color-bluegray,
.md .swipeout-actions-left > button.color-bluegray,
.md .swipeout-actions-right > button.color-bluegray,
.md .swipeout-actions-left > span.color-bluegray,
.md .swipeout-actions-right > span.color-bluegray,
.md .swipeout-actions-left > div.color-bluegray,
.md .swipeout-actions-right > div.color-bluegray {
  background-color: #607d8b;
}
.md .swipeout-actions-left > a.color-white,
.md .swipeout-actions-right > a.color-white,
.md .swipeout-actions-left > button.color-white,
.md .swipeout-actions-right > button.color-white,
.md .swipeout-actions-left > span.color-white,
.md .swipeout-actions-right > span.color-white,
.md .swipeout-actions-left > div.color-white,
.md .swipeout-actions-right > div.color-white {
  background-color: #ffffff;
}
.md .swipeout-actions-left > a.color-black,
.md .swipeout-actions-right > a.color-black,
.md .swipeout-actions-left > button.color-black,
.md .swipeout-actions-right > button.color-black,
.md .swipeout-actions-left > span.color-black,
.md .swipeout-actions-right > span.color-black,
.md .swipeout-actions-left > div.color-black,
.md .swipeout-actions-right > div.color-black {
  background-color: #000000;
}
/* === Accordion === */
.accordion-item-toggle {
  cursor: pointer;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.accordion-item-toggle.active-state {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.accordion-item-toggle.active-state > .item-inner:after {
  background-color: transparent;
}
.accordion-item-toggle .item-inner {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.accordion-item-toggle .item-inner:after {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.accordion-item .item-link .item-inner:after {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.accordion-item .list,
.accordion-item .block {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-item .block > h1:first-child,
.accordion-item .block > h2:first-child,
.accordion-item .block > h3:first-child,
.accordion-item .block > h4:first-child,
.accordion-item .block > p:first-child {
  margin-top: 10px;
}
.accordion-item .block > h1:last-child,
.accordion-item .block > h2:last-child,
.accordion-item .block > h3:last-child,
.accordion-item .block > h4:last-child,
.accordion-item .block > p:last-child {
  margin-bottom: 10px;
}
.accordion-item-opened .accordion-item-toggle .item-inner:after,
.accordion-item-opened > .item-link .item-inner:after {
  background-color: transparent;
}
.list li.accordion-item ul {
  padding-right: 0;
}
.accordion-item-content {
  position: relative;
  overflow: hidden;
  height: 0;
  font-size: 14px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.accordion-item-opened > .accordion-item-content {
  height: auto;
}
html.device-android-4 .accordion-item-content {
  -webkit-transform: none;
  transform: none;
}
.md .list .accordion-item-toggle .item-inner {
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.md .list .accordion-item-toggle.active-state {
  background-color: rgba(0, 0, 0, 0.1);
}
.md .list .accordion-item-toggle .item-inner,
.md .list:not(.media-list) .accordion-item:not(.media-item) .accordion-item-toggle .item-inner,
.md .list:not(.media-list) .accordion-item:not(.media-item) > .item-link .item-inner,
.md .media-list .accordion-item .accordion-item-toggle .item-title-row,
.md .media-list .accordion-item > .item-link .item-title-row,
.md .accordion-item.media-item .accordion-item-toggle .item-title-row,
.md .accordion-item.media-item > .item-link .item-title-row,
.md .links-list .accordion-item > a {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'13px'%20height%3D'8px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(6.5%2C%206.5)%20rotate(-315)%20translate(-10%2C%20-6.5)'%20points%3D'11%2011%2011%202%209%202%209%209%202%209%202%2011%2010%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  background-size: 13px 13px;
}
.md .list .accordion-item-toggle.accordion-item-opened .item-inner,
.md .list:not(.media-list) .accordion-item-opened:not(.media-item) .accordion-item-toggle .item-inner,
.md .list:not(.media-list) .accordion-item-opened:not(.media-item) > .item-link .item-inner,
.md .media-list .accordion-item-opened .accordion-item-toggle .item-title-row,
.md .media-list .accordion-item-opened > .item-link .item-title-row,
.md .accordion-item-opened.media-item .accordion-item-toggle .item-title-row,
.md .accordion-item-opened.media-item > .item-link .item-title-row,
.md .links-list .accordion-item-opened > a {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'13px'%20height%3D'8px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(1.5%2C%206.5)%20rotate(-135)%20translate(-10%2C%20-6.5)'%20points%3D'11%2011%2011%202%209%202%209%209%202%209%202%2011%2010%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
}
/* === Contacts === */
.contacts-list .list-group:first-child ul:before {
  display: none !important;
}
.contacts-list .list-group:last-child ul:after {
  display: none !important;
}
.md .contacts-list {
  margin: 0;
}
.md .contacts-list .list-group-title {
  padding: 0 16px;
  pointer-events: none;
  background: none;
  color: #888888;
  font-weight: 500;
  line-height: 48px;
  height: 48px;
  font-size: 20px;
  overflow: visible;
  width: 56px;
}
.md .contacts-list .list-group-title + li {
  margin-top: -48px;
}
.md .contacts-list li:not(.list-group-title) {
  padding-right: 56px;
}
/* === Virtual List === */
/* === Timeline === */
.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-strong .timeline {
  padding: 0;
  margin: 0;
}
.timeline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.timeline-item-date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-item-date small {
  font-size: 10px;
}
.timeline-item-content {
  margin: 2px;
  min-width: 0;
  position: relative;
  -webkit-flex-shrink: 10;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}
.timeline-item-content p:first-child,
.timeline-item-content ul:first-child,
.timeline-item-content ol:first-child,
.timeline-item-content h1:first-child,
.timeline-item-content h2:first-child,
.timeline-item-content h3:first-child,
.timeline-item-content h4:first-child {
  margin-top: 0;
}
.timeline-item-content p:last-child,
.timeline-item-content ul:last-child,
.timeline-item-content ol:last-child,
.timeline-item-content h1:last-child,
.timeline-item-content h2:last-child,
.timeline-item-content h3:last-child,
.timeline-item-content h4:last-child {
  margin-bottom: 0;
}
.timeline-item-inner {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-item-inner .block {
  padding: 0;
  color: inherit;
}
.timeline-item-inner .block-strong {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.timeline-item-inner .block-strong:before {
  display: none !important;
}
.timeline-item-inner .block-strong:after {
  display: none !important;
}
.timeline-item-inner .list ul:before {
  display: none !important;
}
.timeline-item-inner .list ul:after {
  display: none !important;
}
.timeline-item-divider {
  width: 1px;
  position: relative;
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  margin-top: 3px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.timeline-item-divider:after,
.timeline-item-divider:before {
  content: ' ';
  width: 1px;
  height: 100vh;
  position: absolute;
  left: 50%;
  background: inherit;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.timeline-item-divider:after {
  top: 100%;
}
.timeline-item-divider:before {
  bottom: 100%;
}
.timeline-item:last-child .timeline-item-divider:after {
  display: none;
}
.timeline-item:first-child .timeline-item-divider:before {
  display: none;
}
.timeline-item-time {
  font-size: 13px;
}
.timeline-item-time:first-child,
.timeline-item-time:last-child {
  margin-top: 0;
}
.timeline-item-title + .timeline-item-time {
  margin-top: 0;
}
.timeline-horizontal {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.timeline-horizontal .timeline-item {
  display: block;
  width: 33.33333333vw;
  margin: 0;
  padding: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: 100%;
}
.timeline-horizontal .timeline-item-date {
  width: auto;
  text-align: left;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 34px;
  text-align: right;
}
.timeline-horizontal .timeline-item-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.timeline-horizontal .timeline-item-divider {
  display: none;
}
.timeline-horizontal.col-100 .timeline-item {
  width: 100vw;
}
.timeline-horizontal.col-95 .timeline-item {
  width: 95vw;
}
.timeline-horizontal.col-90 .timeline-item {
  width: 90vw;
}
.timeline-horizontal.col-85 .timeline-item {
  width: 85vw;
}
.timeline-horizontal.col-80 .timeline-item {
  width: 80vw;
}
.timeline-horizontal.col-75 .timeline-item {
  width: 75vw;
}
.timeline-horizontal.col-70 .timeline-item {
  width: 70vw;
}
.timeline-horizontal.col-66 .timeline-item {
  width: 66.66666666666666vw;
}
.timeline-horizontal.col-65 .timeline-item {
  width: 65vw;
}
.timeline-horizontal.col-60 .timeline-item {
  width: 60vw;
}
.timeline-horizontal.col-55 .timeline-item {
  width: 55vw;
}
.timeline-horizontal.col-50 .timeline-item {
  width: 50vw;
}
.timeline-horizontal.col-45 .timeline-item {
  width: 45vw;
}
.timeline-horizontal.col-40 .timeline-item {
  width: 40vw;
}
.timeline-horizontal.col-35 .timeline-item {
  width: 35vw;
}
.timeline-horizontal.col-33 .timeline-item {
  width: 33.333333333333336vw;
}
.timeline-horizontal.col-30 .timeline-item {
  width: 30vw;
}
.timeline-horizontal.col-25 .timeline-item {
  width: 25vw;
}
.timeline-horizontal.col-20 .timeline-item {
  width: 20vw;
}
.timeline-horizontal.col-15 .timeline-item {
  width: 15vw;
}
.timeline-horizontal.col-10 .timeline-item {
  width: 10vw;
}
.timeline-horizontal.col-5 .timeline-item {
  width: 5vw;
}
@media all and (min-width: 768px) {
  .timeline-horizontal.tablet-100 .timeline-item {
    width: 100vw;
  }
  .timeline-horizontal.tablet-95 .timeline-item {
    width: 95vw;
  }
  .timeline-horizontal.tablet-90 .timeline-item {
    width: 90vw;
  }
  .timeline-horizontal.tablet-85 .timeline-item {
    width: 85vw;
  }
  .timeline-horizontal.tablet-80 .timeline-item {
    width: 80vw;
  }
  .timeline-horizontal.tablet-75 .timeline-item {
    width: 75vw;
  }
  .timeline-horizontal.tablet-70 .timeline-item {
    width: 70vw;
  }
  .timeline-horizontal.tablet-66 .timeline-item {
    width: 66.66666666666666vw;
  }
  .timeline-horizontal.tablet-65 .timeline-item {
    width: 65vw;
  }
  .timeline-horizontal.tablet-60 .timeline-item {
    width: 60vw;
  }
  .timeline-horizontal.tablet-55 .timeline-item {
    width: 55vw;
  }
  .timeline-horizontal.tablet-50 .timeline-item {
    width: 50vw;
  }
  .timeline-horizontal.tablet-45 .timeline-item {
    width: 45vw;
  }
  .timeline-horizontal.tablet-40 .timeline-item {
    width: 40vw;
  }
  .timeline-horizontal.tablet-35 .timeline-item {
    width: 35vw;
  }
  .timeline-horizontal.tablet-33 .timeline-item {
    width: 33.333333333333336vw;
  }
  .timeline-horizontal.tablet-30 .timeline-item {
    width: 30vw;
  }
  .timeline-horizontal.tablet-25 .timeline-item {
    width: 25vw;
  }
  .timeline-horizontal.tablet-20 .timeline-item {
    width: 20vw;
  }
  .timeline-horizontal.tablet-15 .timeline-item {
    width: 15vw;
  }
  .timeline-horizontal.tablet-10 .timeline-item {
    width: 10vw;
  }
  .timeline-horizontal.tablet-5 .timeline-item {
    width: 5vw;
  }
}
.timeline-horizontal .timeline-year,
.timeline-horizontal .timeline-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 24px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.timeline-horizontal .timeline-year-title,
.timeline-horizontal .timeline-month-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-horizontal .timeline-year-title span,
.timeline-horizontal .timeline-month-title span {
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
}
.timeline-horizontal .timeline-year-title {
  font-size: 16px;
}
.timeline-horizontal .timeline-month-title span {
  margin-top: -2px;
}
/* === Timeline MD === */
.md .timeline {
  margin: 32px 0;
  padding: 0 16px;
}
.md .block-strong .timeline {
  padding: 0;
  margin: 0;
}
.md .timeline-item {
  padding: 2px 0px 16px;
}
.md .timeline-item:last-child {
  padding-bottom: 2px;
}
.md .timeline-item-content .card + .card,
.md .timeline-item-content .list + .card,
.md .timeline-item-content .block + .card,
.md .timeline-item-content .card + .list,
.md .timeline-item-content .list + .list,
.md .timeline-item-content .block + .list,
.md .timeline-item-content .card + .block,
.md .timeline-item-content .list + .block,
.md .timeline-item-content .block + .block {
  margin: 16px 0 0;
}
.md .timeline-item-content .card,
.md .timeline-item-content.card,
.md .timeline-item-content .list,
.md .timeline-item-content.list,
.md .timeline-item-content .block,
.md .timeline-item-content.block {
  margin: 0;
  width: 100%;
}
.md .timeline-item-inner {
  border-radius: 2px;
  padding: 8px 16px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.md .timeline-item-inner + .timeline-item-inner {
  margin-top: 16px;
}
.md .timeline-item-divider {
  margin-left: 16px;
  margin-right: 16px;
}
.md .timeline-item-time {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.54);
}
.md .timeline-item-time:first-child {
  margin-top: 0;
}
.md .timeline-item-title {
  font-size: 16px;
}
.md .timeline-sides .timeline-item {
  margin-right: calc(50% - (32px + 10px) / 2 - 50px);
  margin-left: 0;
}
.md .timeline-sides .timeline-item .timeline-item-date {
  text-align: left;
}
.md .timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: calc(50% - (32px + 10px) / 2 - 50px);
  margin-right: 0;
}
.md .timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date {
  text-align: right;
}
.md .timeline-sides .timeline-item-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: calc(50% - (32px + 10px) / 2 - 50px);
  margin-right: 0;
}
.md .timeline-sides .timeline-item-left .timeline-item-date {
  text-align: right;
}
.md .timeline-sides .timeline-item-right {
  margin-right: calc(50% - (32px + 10px) / 2 - 50px);
  margin-left: 0;
}
.md .timeline-sides .timeline-item-right .timeline-item-date {
  text-align: left;
}
@media (min-width: 768px) {
  .md .tablet-sides .timeline-item {
    margin-right: calc(50% - (32px + 10px) / 2 - 50px);
    margin-left: 0;
  }
  .md .tablet-sides .timeline-item .timeline-item-date {
    text-align: left;
  }
  .md .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: calc(50% - (32px + 10px) / 2 - 50px);
    margin-right: 0;
  }
  .md .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date {
    text-align: right;
  }
  .md .tablet-sides .timeline-item-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: calc(50% - (32px + 10px) / 2 - 50px);
    margin-right: 0;
  }
  .md .tablet-sides .timeline-item-left .timeline-item-date {
    text-align: right;
  }
  .md .tablet-sides .timeline-item-right {
    margin-right: calc(50% - (32px + 10px) / 2 - 50px);
    margin-left: 0;
  }
  .md .tablet-sides .timeline-item-right .timeline-item-date {
    text-align: left;
  }
}
.md .timeline-horizontal {
  padding: 0;
  margin: 0;
  position: relative;
}
.md .timeline-horizontal .timeline-item {
  padding-top: 34px !important;
  padding-bottom: 12px;
}
.md .timeline-horizontal .timeline-item-date {
  background: #2196f3;
  padding: 0px 12px;
  color: #fff;
}
.md .timeline-horizontal .timeline-item-date:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 100%;
  bottom: auto;
  height: 10px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.md .timeline-horizontal .timeline-item-content {
  padding: 12px;
  height: calc(100% - 12px);
}
.md .timeline-horizontal.no-shadow .timeline-item-date:after {
  display: none;
}
.md .timeline-horizontal .timeline-item:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.md.device-pixel-ratio-2 .timeline-horizontal .timeline-item:after {
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.md.device-pixel-ratio-3 .timeline-horizontal .timeline-item:after {
  -webkit-transform: scaleX(0.33);
  transform: scaleX(0.33);
}
.md .timeline-horizontal .timeline-item:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.md.device-pixel-ratio-2 .timeline-horizontal .timeline-item:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .timeline-horizontal .timeline-item:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .timeline-year-title,
.md .timeline-month-title {
  padding: 0 12px;
  color: #fff;
  background: #2196f3;
}
.md .timeline-year-title span,
.md .timeline-month-title span {
  right: 12px;
}
.md .timeline-year-title span {
  margin-top: 2px;
}
.md .color-theme-red .timeline-item-date,
.md .color-theme-red .timeline-year-title,
.md .color-theme-red .timeline-month-title {
  background: #f44336;
}
.md .color-theme-pink .timeline-item-date,
.md .color-theme-pink .timeline-year-title,
.md .color-theme-pink .timeline-month-title {
  background: #e91e63;
}
.md .color-theme-purple .timeline-item-date,
.md .color-theme-purple .timeline-year-title,
.md .color-theme-purple .timeline-month-title {
  background: #9c27b0;
}
.md .color-theme-deeppurple .timeline-item-date,
.md .color-theme-deeppurple .timeline-year-title,
.md .color-theme-deeppurple .timeline-month-title {
  background: #673ab7;
}
.md .color-theme-indigo .timeline-item-date,
.md .color-theme-indigo .timeline-year-title,
.md .color-theme-indigo .timeline-month-title {
  background: #3f51b5;
}
.md .color-theme-blue .timeline-item-date,
.md .color-theme-blue .timeline-year-title,
.md .color-theme-blue .timeline-month-title {
  background: #2196f3;
}
.md .color-theme-lightblue .timeline-item-date,
.md .color-theme-lightblue .timeline-year-title,
.md .color-theme-lightblue .timeline-month-title {
  background: #03a9f4;
}
.md .color-theme-cyan .timeline-item-date,
.md .color-theme-cyan .timeline-year-title,
.md .color-theme-cyan .timeline-month-title {
  background: #00bcd4;
}
.md .color-theme-teal .timeline-item-date,
.md .color-theme-teal .timeline-year-title,
.md .color-theme-teal .timeline-month-title {
  background: #009688;
}
.md .color-theme-green .timeline-item-date,
.md .color-theme-green .timeline-year-title,
.md .color-theme-green .timeline-month-title {
  background: #4caf50;
}
.md .color-theme-lightgreen .timeline-item-date,
.md .color-theme-lightgreen .timeline-year-title,
.md .color-theme-lightgreen .timeline-month-title {
  background: #8bc34a;
}
.md .color-theme-lime .timeline-item-date,
.md .color-theme-lime .timeline-year-title,
.md .color-theme-lime .timeline-month-title {
  background: #cddc39;
}
.md .color-theme-yellow .timeline-item-date,
.md .color-theme-yellow .timeline-year-title,
.md .color-theme-yellow .timeline-month-title {
  background: #ffeb3b;
}
.md .color-theme-amber .timeline-item-date,
.md .color-theme-amber .timeline-year-title,
.md .color-theme-amber .timeline-month-title {
  background: #ffc107;
}
.md .color-theme-orange .timeline-item-date,
.md .color-theme-orange .timeline-year-title,
.md .color-theme-orange .timeline-month-title {
  background: #ff9800;
}
.md .color-theme-deeporange .timeline-item-date,
.md .color-theme-deeporange .timeline-year-title,
.md .color-theme-deeporange .timeline-month-title {
  background: #ff5722;
}
.md .color-theme-brown .timeline-item-date,
.md .color-theme-brown .timeline-year-title,
.md .color-theme-brown .timeline-month-title {
  background: #795548;
}
.md .color-theme-gray .timeline-item-date,
.md .color-theme-gray .timeline-year-title,
.md .color-theme-gray .timeline-month-title {
  background: #9e9e9e;
}
.md .color-theme-bluegray .timeline-item-date,
.md .color-theme-bluegray .timeline-year-title,
.md .color-theme-bluegray .timeline-month-title {
  background: #607d8b;
}
.md .color-theme-white .timeline-item-date,
.md .color-theme-white .timeline-year-title,
.md .color-theme-white .timeline-month-title {
  background: #ffffff;
}
.md .color-theme-black .timeline-item-date,
.md .color-theme-black .timeline-year-title,
.md .color-theme-black .timeline-month-title {
  background: #000000;
}
.md .timeline.color-theme-red .timeline-item-date,
.md .timeline.color-theme-red .timeline-year-title,
.md .timeline.color-theme-red .timeline-month-title {
  background: #f44336;
}
.md .timeline.color-theme-pink .timeline-item-date,
.md .timeline.color-theme-pink .timeline-year-title,
.md .timeline.color-theme-pink .timeline-month-title {
  background: #e91e63;
}
.md .timeline.color-theme-purple .timeline-item-date,
.md .timeline.color-theme-purple .timeline-year-title,
.md .timeline.color-theme-purple .timeline-month-title {
  background: #9c27b0;
}
.md .timeline.color-theme-deeppurple .timeline-item-date,
.md .timeline.color-theme-deeppurple .timeline-year-title,
.md .timeline.color-theme-deeppurple .timeline-month-title {
  background: #673ab7;
}
.md .timeline.color-theme-indigo .timeline-item-date,
.md .timeline.color-theme-indigo .timeline-year-title,
.md .timeline.color-theme-indigo .timeline-month-title {
  background: #3f51b5;
}
.md .timeline.color-theme-blue .timeline-item-date,
.md .timeline.color-theme-blue .timeline-year-title,
.md .timeline.color-theme-blue .timeline-month-title {
  background: #2196f3;
}
.md .timeline.color-theme-lightblue .timeline-item-date,
.md .timeline.color-theme-lightblue .timeline-year-title,
.md .timeline.color-theme-lightblue .timeline-month-title {
  background: #03a9f4;
}
.md .timeline.color-theme-cyan .timeline-item-date,
.md .timeline.color-theme-cyan .timeline-year-title,
.md .timeline.color-theme-cyan .timeline-month-title {
  background: #00bcd4;
}
.md .timeline.color-theme-teal .timeline-item-date,
.md .timeline.color-theme-teal .timeline-year-title,
.md .timeline.color-theme-teal .timeline-month-title {
  background: #009688;
}
.md .timeline.color-theme-green .timeline-item-date,
.md .timeline.color-theme-green .timeline-year-title,
.md .timeline.color-theme-green .timeline-month-title {
  background: #4caf50;
}
.md .timeline.color-theme-lightgreen .timeline-item-date,
.md .timeline.color-theme-lightgreen .timeline-year-title,
.md .timeline.color-theme-lightgreen .timeline-month-title {
  background: #8bc34a;
}
.md .timeline.color-theme-lime .timeline-item-date,
.md .timeline.color-theme-lime .timeline-year-title,
.md .timeline.color-theme-lime .timeline-month-title {
  background: #cddc39;
}
.md .timeline.color-theme-yellow .timeline-item-date,
.md .timeline.color-theme-yellow .timeline-year-title,
.md .timeline.color-theme-yellow .timeline-month-title {
  background: #ffeb3b;
}
.md .timeline.color-theme-amber .timeline-item-date,
.md .timeline.color-theme-amber .timeline-year-title,
.md .timeline.color-theme-amber .timeline-month-title {
  background: #ffc107;
}
.md .timeline.color-theme-orange .timeline-item-date,
.md .timeline.color-theme-orange .timeline-year-title,
.md .timeline.color-theme-orange .timeline-month-title {
  background: #ff9800;
}
.md .timeline.color-theme-deeporange .timeline-item-date,
.md .timeline.color-theme-deeporange .timeline-year-title,
.md .timeline.color-theme-deeporange .timeline-month-title {
  background: #ff5722;
}
.md .timeline.color-theme-brown .timeline-item-date,
.md .timeline.color-theme-brown .timeline-year-title,
.md .timeline.color-theme-brown .timeline-month-title {
  background: #795548;
}
.md .timeline.color-theme-gray .timeline-item-date,
.md .timeline.color-theme-gray .timeline-year-title,
.md .timeline.color-theme-gray .timeline-month-title {
  background: #9e9e9e;
}
.md .timeline.color-theme-bluegray .timeline-item-date,
.md .timeline.color-theme-bluegray .timeline-year-title,
.md .timeline.color-theme-bluegray .timeline-month-title {
  background: #607d8b;
}
.md .timeline.color-theme-white .timeline-item-date,
.md .timeline.color-theme-white .timeline-year-title,
.md .timeline.color-theme-white .timeline-month-title {
  background: #ffffff;
}
.md .timeline.color-theme-black .timeline-item-date,
.md .timeline.color-theme-black .timeline-year-title,
.md .timeline.color-theme-black .timeline-month-title {
  background: #000000;
}
/* === Tabs === */
.tabs .tab {
  display: none;
}
.tabs .tab-active {
  display: block;
}
.tabs-animated-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.tabs-animated-wrap > .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  will-change: transform;
}
.tabs-animated-wrap > .tabs > .tab {
  width: 100%;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tabs-animated-wrap.not-animated > .tabs {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.tabs-swipeable-wrap {
  height: 100%;
}
.tabs-swipeable-wrap > .tabs {
  height: 100%;
}
.tabs-swipeable-wrap > .tabs > .tab {
  display: block;
}
.page > .tabs {
  height: 100%;
}
/* === Panels === */
.panel-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5999;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.panel-backdrop.not-animated {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.panel {
  z-index: 1000;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 260px;
}
.panel.not-animated {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.panel.panel-reveal.not-animated ~ .views,
.panel.panel-reveal.not-animated ~ .view {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.panel-cover {
  z-index: 6000;
}
.panel-left {
  left: 0;
}
.panel-left.panel-cover {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.panel-right {
  right: 0;
}
.panel-right.panel-cover {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.panel-visible-by-breakpoint {
  display: block;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.panel-visible-by-breakpoint.panel-cover {
  z-index: 5900;
}
html.with-panel .framework7-root > .views .page-content,
html.with-panel .framework7-root > .view .page-content {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
html.with-panel-left-cover .panel-backdrop,
html.with-panel-right-cover .panel-backdrop {
  display: block;
  opacity: 1;
}
html.with-panel-left-reveal .panel-backdrop,
html.with-panel-right-reveal .panel-backdrop,
html.with-panel-transitioning .panel-backdrop {
  background: rgba(0, 0, 0, 0);
  display: block;
  opacity: 0;
}
html.with-panel-left-reveal .views,
html.with-panel-left-reveal .framework7-root > .view,
html.with-panel-left-reveal .panel-backdrop {
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}
html.with-panel-right-reveal .views,
html.with-panel-right-reveal .framework7-root > .view,
html.with-panel-right-reveal .panel-backdrop {
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}
html.with-panel-left-cover .panel-left {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
html.with-panel-right-cover .panel-right {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.md .panel-backdrop {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  background: rgba(0, 0, 0, 0.2);
}
.md .panel {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  background: #fff;
}
.md .panel-visible {
  display: block;
}
.md .panel-visible-by-breakpoint {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.md.with-panel-left-cover .panel-cover,
.md.with-panel-right-cover .panel-cover {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.md.with-panel-left-reveal .views,
.md.with-panel-right-reveal .views,
.md.with-panel-left-reveal .framework7-root > .view,
.md.with-panel-right-reveal .framework7-root > .view {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.md.with-panel-left-reveal .views,
.md.with-panel-right-reveal .views,
.md.with-panel-transitioning .views,
.md.with-panel-left-reveal .framework7-root > .view,
.md.with-panel-right-reveal .framework7-root > .view,
.md.with-panel-transitioning .framework7-root > .view {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}
/* === Card === */
.cards-list ul,
.card .list-block ul {
  background: none;
}
.cards-list > ul:before,
.card .list-block > ul:before {
  display: none !important;
}
.cards-list > ul:after,
.card .list-block > ul:after {
  display: none !important;
}
.card {
  background: #fff;
  position: relative;
  border-radius: 2px;
  font-size: 14px;
}
.card .list,
.card .block {
  margin: 0;
}
.row:not(.no-gap) .col > .card {
  margin-left: 0;
  margin-right: 0;
}
.card-content {
  position: relative;
}
.card-content-padding {
  position: relative;
}
.card-content-padding > p:first-child {
  margin-top: 0;
}
.card-content-padding > p:last-child {
  margin-bottom: 0;
}
.card-header,
.card-footer {
  min-height: 44px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-header[valign="top"],
.card-footer[valign="top"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-header[valign="bottom"],
.card-footer[valign="bottom"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.card-header a.link,
.card-footer a.link {
  position: relative;
}
.card-header a.link i.icon,
.card-footer a.link i.icon {
  display: block;
}
.card-header a.icon-only,
.card-footer a.icon-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.card-header {
  border-radius: 2px 2px 0 0;
}
.card-header:after {
  content: '';
  position: absolute;
  background-color: #e1e1e1;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
html.device-pixel-ratio-2 .card-header:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
html.device-pixel-ratio-3 .card-header:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.card-header.no-hairline:after {
  display: none !important;
}
.card-footer {
  border-radius: 0 0 2px 2px;
}
.card-footer:before {
  content: '';
  position: absolute;
  background-color: #e1e1e1;
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
html.device-pixel-ratio-2 .card-footer:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
html.device-pixel-ratio-3 .card-footer:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.card-footer.no-hairline:before {
  display: none !important;
}
.md .card {
  margin: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.md .card-header a.link,
.md .card-footer a.link {
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  color: #2196f3;
  border-radius: 2px;
  line-height: 36px;
  height: 36px;
  text-transform: uppercase;
  min-width: 64px;
  padding: 0 8px;
  border: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
input[type="submit"].md .card-header a.link,
input[type="submit"].md .card-footer a.link,
input[type="button"].md .card-header a.link,
input[type="button"].md .card-footer a.link {
  width: 100%;
}
.md .card-header a.link.active-state,
.md .card-footer a.link.active-state {
  background: rgba(0, 0, 0, 0.1);
}
.md .card-header a.icon-only,
.md .card-footer a.icon-only {
  min-width: 48px;
}
.md .page-content > .card:last-child {
  margin-bottom: 32px;
}
.md .card-content-padding {
  padding: 16px;
}
.md .card-content-padding > .list,
.md .card-content-padding > .block {
  margin: -16px;
}
.md .card-header,
.md .card-footer {
  min-height: 48px;
  padding: 4px 16px;
}
.md .card-header {
  font-size: 16px;
}
.md .card-footer {
  color: #757575;
}
.md .color-theme-red .card-header a.link,
.md .color-theme-red .card-footer a.link,
.md .card-header.color-theme-red a.link,
.md .card-footer.color-theme-red a.link {
  color: #f44336;
}
.md .color-theme-pink .card-header a.link,
.md .color-theme-pink .card-footer a.link,
.md .card-header.color-theme-pink a.link,
.md .card-footer.color-theme-pink a.link {
  color: #e91e63;
}
.md .color-theme-purple .card-header a.link,
.md .color-theme-purple .card-footer a.link,
.md .card-header.color-theme-purple a.link,
.md .card-footer.color-theme-purple a.link {
  color: #9c27b0;
}
.md .color-theme-deeppurple .card-header a.link,
.md .color-theme-deeppurple .card-footer a.link,
.md .card-header.color-theme-deeppurple a.link,
.md .card-footer.color-theme-deeppurple a.link {
  color: #673ab7;
}
.md .color-theme-indigo .card-header a.link,
.md .color-theme-indigo .card-footer a.link,
.md .card-header.color-theme-indigo a.link,
.md .card-footer.color-theme-indigo a.link {
  color: #3f51b5;
}
.md .color-theme-blue .card-header a.link,
.md .color-theme-blue .card-footer a.link,
.md .card-header.color-theme-blue a.link,
.md .card-footer.color-theme-blue a.link {
  color: #2196f3;
}
.md .color-theme-lightblue .card-header a.link,
.md .color-theme-lightblue .card-footer a.link,
.md .card-header.color-theme-lightblue a.link,
.md .card-footer.color-theme-lightblue a.link {
  color: #03a9f4;
}
.md .color-theme-cyan .card-header a.link,
.md .color-theme-cyan .card-footer a.link,
.md .card-header.color-theme-cyan a.link,
.md .card-footer.color-theme-cyan a.link {
  color: #00bcd4;
}
.md .color-theme-teal .card-header a.link,
.md .color-theme-teal .card-footer a.link,
.md .card-header.color-theme-teal a.link,
.md .card-footer.color-theme-teal a.link {
  color: #009688;
}
.md .color-theme-green .card-header a.link,
.md .color-theme-green .card-footer a.link,
.md .card-header.color-theme-green a.link,
.md .card-footer.color-theme-green a.link {
  color: #4caf50;
}
.md .color-theme-lightgreen .card-header a.link,
.md .color-theme-lightgreen .card-footer a.link,
.md .card-header.color-theme-lightgreen a.link,
.md .card-footer.color-theme-lightgreen a.link {
  color: #8bc34a;
}
.md .color-theme-lime .card-header a.link,
.md .color-theme-lime .card-footer a.link,
.md .card-header.color-theme-lime a.link,
.md .card-footer.color-theme-lime a.link {
  color: #cddc39;
}
.md .color-theme-yellow .card-header a.link,
.md .color-theme-yellow .card-footer a.link,
.md .card-header.color-theme-yellow a.link,
.md .card-footer.color-theme-yellow a.link {
  color: #ffeb3b;
}
.md .color-theme-amber .card-header a.link,
.md .color-theme-amber .card-footer a.link,
.md .card-header.color-theme-amber a.link,
.md .card-footer.color-theme-amber a.link {
  color: #ffc107;
}
.md .color-theme-orange .card-header a.link,
.md .color-theme-orange .card-footer a.link,
.md .card-header.color-theme-orange a.link,
.md .card-footer.color-theme-orange a.link {
  color: #ff9800;
}
.md .color-theme-deeporange .card-header a.link,
.md .color-theme-deeporange .card-footer a.link,
.md .card-header.color-theme-deeporange a.link,
.md .card-footer.color-theme-deeporange a.link {
  color: #ff5722;
}
.md .color-theme-brown .card-header a.link,
.md .color-theme-brown .card-footer a.link,
.md .card-header.color-theme-brown a.link,
.md .card-footer.color-theme-brown a.link {
  color: #795548;
}
.md .color-theme-gray .card-header a.link,
.md .color-theme-gray .card-footer a.link,
.md .card-header.color-theme-gray a.link,
.md .card-footer.color-theme-gray a.link {
  color: #9e9e9e;
}
.md .color-theme-bluegray .card-header a.link,
.md .color-theme-bluegray .card-footer a.link,
.md .card-header.color-theme-bluegray a.link,
.md .card-footer.color-theme-bluegray a.link {
  color: #607d8b;
}
.md .color-theme-white .card-header a.link,
.md .color-theme-white .card-footer a.link,
.md .card-header.color-theme-white a.link,
.md .card-footer.color-theme-white a.link {
  color: #ffffff;
}
.md .color-theme-black .card-header a.link,
.md .color-theme-black .card-footer a.link,
.md .card-header.color-theme-black a.link,
.md .card-footer.color-theme-black a.link {
  color: #000000;
}
.md .card-header a.link.color-red,
.md .card-footer a.link.color-red {
  color: #f44336;
}
.md .card-header a.link.color-pink,
.md .card-footer a.link.color-pink {
  color: #e91e63;
}
.md .card-header a.link.color-purple,
.md .card-footer a.link.color-purple {
  color: #9c27b0;
}
.md .card-header a.link.color-deeppurple,
.md .card-footer a.link.color-deeppurple {
  color: #673ab7;
}
.md .card-header a.link.color-indigo,
.md .card-footer a.link.color-indigo {
  color: #3f51b5;
}
.md .card-header a.link.color-blue,
.md .card-footer a.link.color-blue {
  color: #2196f3;
}
.md .card-header a.link.color-lightblue,
.md .card-footer a.link.color-lightblue {
  color: #03a9f4;
}
.md .card-header a.link.color-cyan,
.md .card-footer a.link.color-cyan {
  color: #00bcd4;
}
.md .card-header a.link.color-teal,
.md .card-footer a.link.color-teal {
  color: #009688;
}
.md .card-header a.link.color-green,
.md .card-footer a.link.color-green {
  color: #4caf50;
}
.md .card-header a.link.color-lightgreen,
.md .card-footer a.link.color-lightgreen {
  color: #8bc34a;
}
.md .card-header a.link.color-lime,
.md .card-footer a.link.color-lime {
  color: #cddc39;
}
.md .card-header a.link.color-yellow,
.md .card-footer a.link.color-yellow {
  color: #ffeb3b;
}
.md .card-header a.link.color-amber,
.md .card-footer a.link.color-amber {
  color: #ffc107;
}
.md .card-header a.link.color-orange,
.md .card-footer a.link.color-orange {
  color: #ff9800;
}
.md .card-header a.link.color-deeporange,
.md .card-footer a.link.color-deeporange {
  color: #ff5722;
}
.md .card-header a.link.color-brown,
.md .card-footer a.link.color-brown {
  color: #795548;
}
.md .card-header a.link.color-gray,
.md .card-footer a.link.color-gray {
  color: #9e9e9e;
}
.md .card-header a.link.color-bluegray,
.md .card-footer a.link.color-bluegray {
  color: #607d8b;
}
.md .card-header a.link.color-white,
.md .card-footer a.link.color-white {
  color: #ffffff;
}
.md .card-header a.link.color-black,
.md .card-footer a.link.color-black {
  color: #000000;
}
/* === Chips === */
.chip {
  font-weight: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 0;
}
.chip-media {
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chip-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
  display: block;
}
.chip-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
}
.chip-delete {
  text-align: center;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
}
.chip .chip-delete.active-state {
  opacity: 1;
}
.md .chip {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0.12);
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 12px;
}
.md .chip-media {
  width: 32px;
  height: 32px;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  margin-right: -12px;
}
.md .chip-media + .chip-label {
  margin-right: 8px;
}
.md .chip-label + .chip-delete {
  margin-right: 4px;
}
.md .chip-delete {
  margin-right: -8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M12%202C6.47%202%202%206.47%202%2012s4.47%2010%2010%2010%2010-4.47%2010-10S17.53%202%2012%202zm5%2013.59L15.59%2017%2012%2013.41%208.41%2017%207%2015.59%2010.59%2012%207%208.41%208.41%207%2012%2010.59%2015.59%207%2017%208.41%2013.41%2012%2017%2015.59z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 20px 20px;
  opacity: 0.54;
  margin-left: -8px;
}
.md .chip.color-red {
  background: #f44336;
  color: #fff;
}
.md .chip.color-pink {
  background: #e91e63;
  color: #fff;
}
.md .chip.color-purple {
  background: #9c27b0;
  color: #fff;
}
.md .chip.color-deeppurple {
  background: #673ab7;
  color: #fff;
}
.md .chip.color-indigo {
  background: #3f51b5;
  color: #fff;
}
.md .chip.color-blue {
  background: #2196f3;
  color: #fff;
}
.md .chip.color-lightblue {
  background: #03a9f4;
  color: #fff;
}
.md .chip.color-cyan {
  background: #00bcd4;
  color: #fff;
}
.md .chip.color-teal {
  background: #009688;
  color: #fff;
}
.md .chip.color-green {
  background: #4caf50;
  color: #fff;
}
.md .chip.color-lightgreen {
  background: #8bc34a;
  color: #fff;
}
.md .chip.color-lime {
  background: #cddc39;
  color: #fff;
}
.md .chip.color-yellow {
  background: #ffeb3b;
  color: #fff;
}
.md .chip.color-amber {
  background: #ffc107;
  color: #fff;
}
.md .chip.color-orange {
  background: #ff9800;
  color: #fff;
}
.md .chip.color-deeporange {
  background: #ff5722;
  color: #fff;
}
.md .chip.color-brown {
  background: #795548;
  color: #fff;
}
.md .chip.color-gray {
  background: #9e9e9e;
  color: #fff;
}
.md .chip.color-bluegray {
  background: #607d8b;
  color: #fff;
}
.md .chip.color-white {
  background: #ffffff;
  color: #fff;
}
.md .chip.color-black {
  background: #000000;
  color: #fff;
}
/* === Input === */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
  display: block;
  padding: 0;
  margin: 0;
  font-family: inherit;
  background: none;
  resize: none;
}
.textarea-resizable-shadow {
  opacity: 0;
  position: absolute;
  z-index: -1000;
  pointer-events: none;
  left: -1000px;
  top: -1000px;
  visibility: hidden;
}
.list input[type="text"],
.list input[type="password"],
.list input[type="search"],
.list input[type="email"],
.list input[type="tel"],
.list input[type="url"],
.list input[type="date"],
.list input[type="datetime-local"],
.list input[type="time"],
.list input[type="number"],
.list select,
.list textarea {
  width: 100%;
}
.list input[type="datetime-local"] {
  max-width: 50vw;
}
.list input[type="date"],
.list input[type="datetime-local"] {
  line-height: 44px;
}
.list input[type="date"],
.list input[type="datetime-local"] {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: auto;
}
.list textarea {
  resize: none;
  line-height: 1.4;
  height: 100px;
}
.list .item-label,
.list .item-floating-label {
  vertical-align: top;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.list .item-input-wrap {
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
}
.input-clear-button {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
  z-index: 1;
  cursor: pointer;
  background: none;
  left: 0;
}
.input-clear-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.input-clear-button:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
}
.input-with-value ~ .input-clear-button,
.item-input-with-value .input-clear-button {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.md .list input[type="text"],
.md .list input[type="password"],
.md .list input[type="search"],
.md .list input[type="email"],
.md .list input[type="tel"],
.md .list input[type="url"],
.md .list input[type="date"],
.md .list input[type="datetime-local"],
.md .list input[type="time"],
.md .list input[type="number"],
.md .list select {
  height: 36px;
  color: #212121;
  font-size: 16px;
}
.md .list input[type="text"]::-webkit-input-placeholder,
.md .list input[type="password"]::-webkit-input-placeholder,
.md .list input[type="search"]::-webkit-input-placeholder,
.md .list input[type="email"]::-webkit-input-placeholder,
.md .list input[type="tel"]::-webkit-input-placeholder,
.md .list input[type="url"]::-webkit-input-placeholder,
.md .list input[type="date"]::-webkit-input-placeholder,
.md .list input[type="datetime-local"]::-webkit-input-placeholder,
.md .list input[type="time"]::-webkit-input-placeholder,
.md .list input[type="number"]::-webkit-input-placeholder,
.md .list select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .list input[type="text"]:-ms-input-placeholder,
.md .list input[type="password"]:-ms-input-placeholder,
.md .list input[type="search"]:-ms-input-placeholder,
.md .list input[type="email"]:-ms-input-placeholder,
.md .list input[type="tel"]:-ms-input-placeholder,
.md .list input[type="url"]:-ms-input-placeholder,
.md .list input[type="date"]:-ms-input-placeholder,
.md .list input[type="datetime-local"]:-ms-input-placeholder,
.md .list input[type="time"]:-ms-input-placeholder,
.md .list input[type="number"]:-ms-input-placeholder,
.md .list select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .list input[type="text"]::placeholder,
.md .list input[type="password"]::placeholder,
.md .list input[type="search"]::placeholder,
.md .list input[type="email"]::placeholder,
.md .list input[type="tel"]::placeholder,
.md .list input[type="url"]::placeholder,
.md .list input[type="date"]::placeholder,
.md .list input[type="datetime-local"]::placeholder,
.md .list input[type="time"]::placeholder,
.md .list input[type="number"]::placeholder,
.md .list select::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .list textarea {
  color: #212121;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.md .list textarea.resizable {
  height: 36px;
}
.md .list textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .list textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .list textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.md .item-input-wrap {
  min-height: 36px;
}
.md .item-input-wrap:after {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.md .item-input-wrap:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .item-input-wrap:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .item-input-wrap:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .item-label,
.md .item-floating-label {
  font-size: 12px;
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  line-height: 1;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
}
.md .item-floating-label {
  -webkit-transform: scale(1.33333333) translateY(18px);
  transform: scale(1.33333333) translateY(18px);
  color: rgba(0, 0, 0, 0.35);
  width: auto;
  max-width: 75%;
  pointer-events: none;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.md .item-floating-label ~ .item-input-wrap input::-webkit-input-placeholder,
.md .item-floating-label ~ .item-input-wrap textarea::-webkit-input-placeholder {
  color: transparent;
}
.md .item-floating-label ~ .item-input-wrap input:-ms-input-placeholder,
.md .item-floating-label ~ .item-input-wrap textarea:-ms-input-placeholder {
  color: transparent;
}
.md .item-floating-label ~ .item-input-wrap input::placeholder,
.md .item-floating-label ~ .item-input-wrap textarea::placeholder {
  color: transparent;
}
.md .item-input-with-value .item-floating-label,
.md .item-input-focused .item-floating-label {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.md .item-input-with-value .item-floating-label {
  color: rgba(0, 0, 0, 0.65);
}
.md .item-input .item-media {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.md .item-input .item-inner {
  display: block;
}
.md .item-input .item-inner:after {
  display: none !important;
}
.md .inline-labels .item-media,
.md .inline-label .item-media {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 14px;
}
.md .inline-labels .item-inner,
.md .inline-label .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.md .inline-labels .item-label,
.md .inline-label .item-label,
.md .inline-labels .item-floating-label,
.md .inline-label .item-floating-label {
  font-size: 16px;
  width: 30%;
  line-height: 1.5;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 7px;
}
.md .inline-labels .item-label + .item-input-wrap,
.md .inline-label .item-label + .item-input-wrap,
.md .inline-labels .item-floating-label + .item-input-wrap,
.md .inline-label .item-floating-label + .item-input-wrap {
  margin-right: 8px;
}
.md .item-input-with-error-message,
.md .item-input-with-info {
  padding-bottom: 20px;
}
.md .item-input-error-message,
.md .item-input-info {
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  right: 0;
  left: 16px;
}
.md .item-input-info {
  color: rgba(0, 0, 0, 0.45);
}
.md .item-input-error-message {
  color: #f44336;
  display: none;
}
.md .item-input-focused .item-label,
.md .item-input-focused .item-floating-label {
  color: #2196f3;
}
.md .item-input-focused .item-input-wrap:after {
  background: #2196f3;
}
.md .item-input-invalid .item-label,
.md .item-input-invalid .item-floating-label {
  color: #f44336;
}
.md .item-input-invalid .item-input-wrap:after {
  background: #f44336;
}
.md .item-input-invalid .item-input-error-message {
  display: block;
}
.md .item-input-invalid .item-input-info {
  display: none;
}
.md .item-input-invalid .item-input-wrap:after,
.md .item-input-focused .item-input-wrap:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}
.md .input-clear-button {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.12);
  margin-top: -12px;
}
.md .input-clear-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
  background-size: 16px 16px;
  opacity: 0.54;
}
.md .input-clear-button:before {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}
.md .item-input-wrap .input-clear-button {
  bottom: 6px;
  margin-top: 0;
  top: auto;
}
.md .color-theme-red .item-input-focused .item-label,
.md .color-theme-red .item-input-focused .item-floating-label {
  color: #f44336;
}
.md .color-theme-red .item-input-focused .item-input-wrap:after {
  background: #f44336;
}
.md .color-theme-pink .item-input-focused .item-label,
.md .color-theme-pink .item-input-focused .item-floating-label {
  color: #e91e63;
}
.md .color-theme-pink .item-input-focused .item-input-wrap:after {
  background: #e91e63;
}
.md .color-theme-purple .item-input-focused .item-label,
.md .color-theme-purple .item-input-focused .item-floating-label {
  color: #9c27b0;
}
.md .color-theme-purple .item-input-focused .item-input-wrap:after {
  background: #9c27b0;
}
.md .color-theme-deeppurple .item-input-focused .item-label,
.md .color-theme-deeppurple .item-input-focused .item-floating-label {
  color: #673ab7;
}
.md .color-theme-deeppurple .item-input-focused .item-input-wrap:after {
  background: #673ab7;
}
.md .color-theme-indigo .item-input-focused .item-label,
.md .color-theme-indigo .item-input-focused .item-floating-label {
  color: #3f51b5;
}
.md .color-theme-indigo .item-input-focused .item-input-wrap:after {
  background: #3f51b5;
}
.md .color-theme-blue .item-input-focused .item-label,
.md .color-theme-blue .item-input-focused .item-floating-label {
  color: #2196f3;
}
.md .color-theme-blue .item-input-focused .item-input-wrap:after {
  background: #2196f3;
}
.md .color-theme-lightblue .item-input-focused .item-label,
.md .color-theme-lightblue .item-input-focused .item-floating-label {
  color: #03a9f4;
}
.md .color-theme-lightblue .item-input-focused .item-input-wrap:after {
  background: #03a9f4;
}
.md .color-theme-cyan .item-input-focused .item-label,
.md .color-theme-cyan .item-input-focused .item-floating-label {
  color: #00bcd4;
}
.md .color-theme-cyan .item-input-focused .item-input-wrap:after {
  background: #00bcd4;
}
.md .color-theme-teal .item-input-focused .item-label,
.md .color-theme-teal .item-input-focused .item-floating-label {
  color: #009688;
}
.md .color-theme-teal .item-input-focused .item-input-wrap:after {
  background: #009688;
}
.md .color-theme-green .item-input-focused .item-label,
.md .color-theme-green .item-input-focused .item-floating-label {
  color: #4caf50;
}
.md .color-theme-green .item-input-focused .item-input-wrap:after {
  background: #4caf50;
}
.md .color-theme-lightgreen .item-input-focused .item-label,
.md .color-theme-lightgreen .item-input-focused .item-floating-label {
  color: #8bc34a;
}
.md .color-theme-lightgreen .item-input-focused .item-input-wrap:after {
  background: #8bc34a;
}
.md .color-theme-lime .item-input-focused .item-label,
.md .color-theme-lime .item-input-focused .item-floating-label {
  color: #cddc39;
}
.md .color-theme-lime .item-input-focused .item-input-wrap:after {
  background: #cddc39;
}
.md .color-theme-yellow .item-input-focused .item-label,
.md .color-theme-yellow .item-input-focused .item-floating-label {
  color: #ffeb3b;
}
.md .color-theme-yellow .item-input-focused .item-input-wrap:after {
  background: #ffeb3b;
}
.md .color-theme-amber .item-input-focused .item-label,
.md .color-theme-amber .item-input-focused .item-floating-label {
  color: #ffc107;
}
.md .color-theme-amber .item-input-focused .item-input-wrap:after {
  background: #ffc107;
}
.md .color-theme-orange .item-input-focused .item-label,
.md .color-theme-orange .item-input-focused .item-floating-label {
  color: #ff9800;
}
.md .color-theme-orange .item-input-focused .item-input-wrap:after {
  background: #ff9800;
}
.md .color-theme-deeporange .item-input-focused .item-label,
.md .color-theme-deeporange .item-input-focused .item-floating-label {
  color: #ff5722;
}
.md .color-theme-deeporange .item-input-focused .item-input-wrap:after {
  background: #ff5722;
}
.md .color-theme-brown .item-input-focused .item-label,
.md .color-theme-brown .item-input-focused .item-floating-label {
  color: #795548;
}
.md .color-theme-brown .item-input-focused .item-input-wrap:after {
  background: #795548;
}
.md .color-theme-gray .item-input-focused .item-label,
.md .color-theme-gray .item-input-focused .item-floating-label {
  color: #9e9e9e;
}
.md .color-theme-gray .item-input-focused .item-input-wrap:after {
  background: #9e9e9e;
}
.md .color-theme-bluegray .item-input-focused .item-label,
.md .color-theme-bluegray .item-input-focused .item-floating-label {
  color: #607d8b;
}
.md .color-theme-bluegray .item-input-focused .item-input-wrap:after {
  background: #607d8b;
}
.md .color-theme-white .item-input-focused .item-label,
.md .color-theme-white .item-input-focused .item-floating-label {
  color: #ffffff;
}
.md .color-theme-white .item-input-focused .item-input-wrap:after {
  background: #ffffff;
}
.md .color-theme-black .item-input-focused .item-label,
.md .color-theme-black .item-input-focused .item-floating-label {
  color: #000000;
}
.md .color-theme-black .item-input-focused .item-input-wrap:after {
  background: #000000;
}
.md .item-input-focused.color-red .item-label,
.md .item-input-focused.color-red .item-floating-label {
  color: #f44336;
}
.md .item-input-focused.color-red .item-input-wrap:after {
  background: #f44336;
}
.md .item-input-focused.color-pink .item-label,
.md .item-input-focused.color-pink .item-floating-label {
  color: #e91e63;
}
.md .item-input-focused.color-pink .item-input-wrap:after {
  background: #e91e63;
}
.md .item-input-focused.color-purple .item-label,
.md .item-input-focused.color-purple .item-floating-label {
  color: #9c27b0;
}
.md .item-input-focused.color-purple .item-input-wrap:after {
  background: #9c27b0;
}
.md .item-input-focused.color-deeppurple .item-label,
.md .item-input-focused.color-deeppurple .item-floating-label {
  color: #673ab7;
}
.md .item-input-focused.color-deeppurple .item-input-wrap:after {
  background: #673ab7;
}
.md .item-input-focused.color-indigo .item-label,
.md .item-input-focused.color-indigo .item-floating-label {
  color: #3f51b5;
}
.md .item-input-focused.color-indigo .item-input-wrap:after {
  background: #3f51b5;
}
.md .item-input-focused.color-blue .item-label,
.md .item-input-focused.color-blue .item-floating-label {
  color: #2196f3;
}
.md .item-input-focused.color-blue .item-input-wrap:after {
  background: #2196f3;
}
.md .item-input-focused.color-lightblue .item-label,
.md .item-input-focused.color-lightblue .item-floating-label {
  color: #03a9f4;
}
.md .item-input-focused.color-lightblue .item-input-wrap:after {
  background: #03a9f4;
}
.md .item-input-focused.color-cyan .item-label,
.md .item-input-focused.color-cyan .item-floating-label {
  color: #00bcd4;
}
.md .item-input-focused.color-cyan .item-input-wrap:after {
  background: #00bcd4;
}
.md .item-input-focused.color-teal .item-label,
.md .item-input-focused.color-teal .item-floating-label {
  color: #009688;
}
.md .item-input-focused.color-teal .item-input-wrap:after {
  background: #009688;
}
.md .item-input-focused.color-green .item-label,
.md .item-input-focused.color-green .item-floating-label {
  color: #4caf50;
}
.md .item-input-focused.color-green .item-input-wrap:after {
  background: #4caf50;
}
.md .item-input-focused.color-lightgreen .item-label,
.md .item-input-focused.color-lightgreen .item-floating-label {
  color: #8bc34a;
}
.md .item-input-focused.color-lightgreen .item-input-wrap:after {
  background: #8bc34a;
}
.md .item-input-focused.color-lime .item-label,
.md .item-input-focused.color-lime .item-floating-label {
  color: #cddc39;
}
.md .item-input-focused.color-lime .item-input-wrap:after {
  background: #cddc39;
}
.md .item-input-focused.color-yellow .item-label,
.md .item-input-focused.color-yellow .item-floating-label {
  color: #ffeb3b;
}
.md .item-input-focused.color-yellow .item-input-wrap:after {
  background: #ffeb3b;
}
.md .item-input-focused.color-amber .item-label,
.md .item-input-focused.color-amber .item-floating-label {
  color: #ffc107;
}
.md .item-input-focused.color-amber .item-input-wrap:after {
  background: #ffc107;
}
.md .item-input-focused.color-orange .item-label,
.md .item-input-focused.color-orange .item-floating-label {
  color: #ff9800;
}
.md .item-input-focused.color-orange .item-input-wrap:after {
  background: #ff9800;
}
.md .item-input-focused.color-deeporange .item-label,
.md .item-input-focused.color-deeporange .item-floating-label {
  color: #ff5722;
}
.md .item-input-focused.color-deeporange .item-input-wrap:after {
  background: #ff5722;
}
.md .item-input-focused.color-brown .item-label,
.md .item-input-focused.color-brown .item-floating-label {
  color: #795548;
}
.md .item-input-focused.color-brown .item-input-wrap:after {
  background: #795548;
}
.md .item-input-focused.color-gray .item-label,
.md .item-input-focused.color-gray .item-floating-label {
  color: #9e9e9e;
}
.md .item-input-focused.color-gray .item-input-wrap:after {
  background: #9e9e9e;
}
.md .item-input-focused.color-bluegray .item-label,
.md .item-input-focused.color-bluegray .item-floating-label {
  color: #607d8b;
}
.md .item-input-focused.color-bluegray .item-input-wrap:after {
  background: #607d8b;
}
.md .item-input-focused.color-white .item-label,
.md .item-input-focused.color-white .item-floating-label {
  color: #ffffff;
}
.md .item-input-focused.color-white .item-input-wrap:after {
  background: #ffffff;
}
.md .item-input-focused.color-black .item-label,
.md .item-input-focused.color-black .item-floating-label {
  color: #000000;
}
.md .item-input-focused.color-black .item-input-wrap:after {
  background: #000000;
}
/* === Checkbox === */
.icon-checkbox,
.checkbox i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.checkbox.disabled {
  opacity: 0.55;
  pointer-events: none;
}
label.item-checkbox,
.checkbox {
  cursor: pointer;
}
label.item-checkbox input[type="checkbox"],
.checkbox input[type="checkbox"],
label.item-checkbox input[type="radio"],
.checkbox input[type="radio"] {
  display: none;
}
label.item-checkbox .icon-checkbox,
.checkbox .icon-checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
label.item-checkbox .icon-checkbox:after,
.checkbox .icon-checkbox:after {
  content: '';
  position: absolute;
}
label.item-checkbox {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
label.item-checkbox.active-state:after {
  background-color: transparent;
}
label.item-checkbox.disabled,
.disabled label.item-checkbox {
  opacity: 0.55;
  pointer-events: none;
}
.md .icon-checkbox,
.md .checkbox i {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 2px solid #6d6d6d;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  background-color: transparent;
}
.md .icon-checkbox:after,
.md .checkbox i:after {
  width: 18px;
  height: 18px;
  left: -2px;
  top: -2px;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  opacity: 0;
  background: no-repeat center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20fill%3D'%23ffffff'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M9%2016.17L4.83%2012l-1.42%201.41L9%2019%2021%207l-1.41-1.41z'%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
}
.md label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #2196f3;
  border-color: #2196f3;
}
.md label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox:after,
.md label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox:after,
.md .checkbox input[type="checkbox"]:checked ~ i:after {
  opacity: 1;
}
.md label.item-checkbox {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.md label.item-checkbox > .icon-checkbox {
  margin-left: 38px;
}
.md label.item-checkbox > .icon-checkbox + .item-media {
  margin-right: -30px;
}
.md label.item-checkbox .item-content .item-media,
.md label.item-checkbox.item-content .item-media {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.md label.item-checkbox.active-state {
  background-color: rgba(0, 0, 0, 0.1);
}
.md .color-theme-red label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-red label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-red .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #f44336;
  border-color: #f44336;
}
.md .color-theme-red .checkbox .ripple-wave {
  background: rgba(244, 67, 54, 0.5);
}
.md .color-theme-pink label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-pink label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-pink .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #e91e63;
  border-color: #e91e63;
}
.md .color-theme-pink .checkbox .ripple-wave {
  background: rgba(233, 30, 99, 0.5);
}
.md .color-theme-purple label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-purple label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-purple .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.md .color-theme-purple .checkbox .ripple-wave {
  background: rgba(156, 39, 176, 0.5);
}
.md .color-theme-deeppurple label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-deeppurple label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-deeppurple .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #673ab7;
  border-color: #673ab7;
}
.md .color-theme-deeppurple .checkbox .ripple-wave {
  background: rgba(103, 58, 183, 0.5);
}
.md .color-theme-indigo label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-indigo label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-indigo .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #3f51b5;
  border-color: #3f51b5;
}
.md .color-theme-indigo .checkbox .ripple-wave {
  background: rgba(63, 81, 181, 0.5);
}
.md .color-theme-blue label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-blue label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-blue .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #2196f3;
  border-color: #2196f3;
}
.md .color-theme-blue .checkbox .ripple-wave {
  background: rgba(33, 150, 243, 0.5);
}
.md .color-theme-lightblue label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-lightblue label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-lightblue .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.md .color-theme-lightblue .checkbox .ripple-wave {
  background: rgba(3, 169, 244, 0.5);
}
.md .color-theme-cyan label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-cyan label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-cyan .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.md .color-theme-cyan .checkbox .ripple-wave {
  background: rgba(0, 188, 212, 0.5);
}
.md .color-theme-teal label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-teal label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-teal .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #009688;
  border-color: #009688;
}
.md .color-theme-teal .checkbox .ripple-wave {
  background: rgba(0, 150, 136, 0.5);
}
.md .color-theme-green label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-green label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-green .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #4caf50;
  border-color: #4caf50;
}
.md .color-theme-green .checkbox .ripple-wave {
  background: rgba(76, 175, 80, 0.5);
}
.md .color-theme-lightgreen label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-lightgreen label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-lightgreen .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.md .color-theme-lightgreen .checkbox .ripple-wave {
  background: rgba(139, 195, 74, 0.5);
}
.md .color-theme-lime label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-lime label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-lime .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #cddc39;
  border-color: #cddc39;
}
.md .color-theme-lime .checkbox .ripple-wave {
  background: rgba(205, 220, 57, 0.5);
}
.md .color-theme-yellow label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-yellow label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-yellow .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.md .color-theme-yellow .checkbox .ripple-wave {
  background: rgba(255, 235, 59, 0.5);
}
.md .color-theme-amber label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-amber label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-amber .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #ffc107;
  border-color: #ffc107;
}
.md .color-theme-amber .checkbox .ripple-wave {
  background: rgba(255, 193, 7, 0.5);
}
.md .color-theme-orange label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-orange label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-orange .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #ff9800;
  border-color: #ff9800;
}
.md .color-theme-orange .checkbox .ripple-wave {
  background: rgba(255, 152, 0, 0.5);
}
.md .color-theme-deeporange label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-deeporange label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-deeporange .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #ff5722;
  border-color: #ff5722;
}
.md .color-theme-deeporange .checkbox .ripple-wave {
  background: rgba(255, 87, 34, 0.5);
}
.md .color-theme-brown label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-brown label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-brown .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #795548;
  border-color: #795548;
}
.md .color-theme-brown .checkbox .ripple-wave {
  background: rgba(121, 85, 72, 0.5);
}
.md .color-theme-gray label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-gray label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-gray .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.md .color-theme-gray .checkbox .ripple-wave {
  background: rgba(158, 158, 158, 0.5);
}
.md .color-theme-bluegray label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-bluegray label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-bluegray .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #607d8b;
  border-color: #607d8b;
}
.md .color-theme-bluegray .checkbox .ripple-wave {
  background: rgba(96, 125, 139, 0.5);
}
.md .color-theme-white label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-white label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-white .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #ffffff;
  border-color: #ffffff;
}
.md .color-theme-white .checkbox .ripple-wave {
  background: rgba(255, 255, 255, 0.5);
}
.md .color-theme-black label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
.md .color-theme-black label.item-checkbox input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .color-theme-black .checkbox input[type="checkbox"]:checked ~ i {
  background-color: #000000;
  border-color: #000000;
}
.md .color-theme-black .checkbox .ripple-wave {
  background: rgba(0, 0, 0, 0.5);
}
.md label.item-checkbox.color-red input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-red input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-red input[type="checkbox"]:checked ~ i {
  background-color: #f44336;
  border-color: #f44336;
}
.md .checkbox.color-red .ripple-wave {
  background: rgba(244, 67, 54, 0.5);
}
.md label.item-checkbox.color-pink input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-pink input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-pink input[type="checkbox"]:checked ~ i {
  background-color: #e91e63;
  border-color: #e91e63;
}
.md .checkbox.color-pink .ripple-wave {
  background: rgba(233, 30, 99, 0.5);
}
.md label.item-checkbox.color-purple input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-purple input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-purple input[type="checkbox"]:checked ~ i {
  background-color: #9c27b0;
  border-color: #9c27b0;
}
.md .checkbox.color-purple .ripple-wave {
  background: rgba(156, 39, 176, 0.5);
}
.md label.item-checkbox.color-deeppurple input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-deeppurple input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-deeppurple input[type="checkbox"]:checked ~ i {
  background-color: #673ab7;
  border-color: #673ab7;
}
.md .checkbox.color-deeppurple .ripple-wave {
  background: rgba(103, 58, 183, 0.5);
}
.md label.item-checkbox.color-indigo input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-indigo input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-indigo input[type="checkbox"]:checked ~ i {
  background-color: #3f51b5;
  border-color: #3f51b5;
}
.md .checkbox.color-indigo .ripple-wave {
  background: rgba(63, 81, 181, 0.5);
}
.md label.item-checkbox.color-blue input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-blue input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-blue input[type="checkbox"]:checked ~ i {
  background-color: #2196f3;
  border-color: #2196f3;
}
.md .checkbox.color-blue .ripple-wave {
  background: rgba(33, 150, 243, 0.5);
}
.md label.item-checkbox.color-lightblue input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-lightblue input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-lightblue input[type="checkbox"]:checked ~ i {
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.md .checkbox.color-lightblue .ripple-wave {
  background: rgba(3, 169, 244, 0.5);
}
.md label.item-checkbox.color-cyan input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-cyan input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-cyan input[type="checkbox"]:checked ~ i {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.md .checkbox.color-cyan .ripple-wave {
  background: rgba(0, 188, 212, 0.5);
}
.md label.item-checkbox.color-teal input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-teal input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-teal input[type="checkbox"]:checked ~ i {
  background-color: #009688;
  border-color: #009688;
}
.md .checkbox.color-teal .ripple-wave {
  background: rgba(0, 150, 136, 0.5);
}
.md label.item-checkbox.color-green input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-green input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-green input[type="checkbox"]:checked ~ i {
  background-color: #4caf50;
  border-color: #4caf50;
}
.md .checkbox.color-green .ripple-wave {
  background: rgba(76, 175, 80, 0.5);
}
.md label.item-checkbox.color-lightgreen input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-lightgreen input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-lightgreen input[type="checkbox"]:checked ~ i {
  background-color: #8bc34a;
  border-color: #8bc34a;
}
.md .checkbox.color-lightgreen .ripple-wave {
  background: rgba(139, 195, 74, 0.5);
}
.md label.item-checkbox.color-lime input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-lime input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-lime input[type="checkbox"]:checked ~ i {
  background-color: #cddc39;
  border-color: #cddc39;
}
.md .checkbox.color-lime .ripple-wave {
  background: rgba(205, 220, 57, 0.5);
}
.md label.item-checkbox.color-yellow input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-yellow input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-yellow input[type="checkbox"]:checked ~ i {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.md .checkbox.color-yellow .ripple-wave {
  background: rgba(255, 235, 59, 0.5);
}
.md label.item-checkbox.color-amber input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-amber input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-amber input[type="checkbox"]:checked ~ i {
  background-color: #ffc107;
  border-color: #ffc107;
}
.md .checkbox.color-amber .ripple-wave {
  background: rgba(255, 193, 7, 0.5);
}
.md label.item-checkbox.color-orange input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-orange input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-orange input[type="checkbox"]:checked ~ i {
  background-color: #ff9800;
  border-color: #ff9800;
}
.md .checkbox.color-orange .ripple-wave {
  background: rgba(255, 152, 0, 0.5);
}
.md label.item-checkbox.color-deeporange input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-deeporange input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-deeporange input[type="checkbox"]:checked ~ i {
  background-color: #ff5722;
  border-color: #ff5722;
}
.md .checkbox.color-deeporange .ripple-wave {
  background: rgba(255, 87, 34, 0.5);
}
.md label.item-checkbox.color-brown input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-brown input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-brown input[type="checkbox"]:checked ~ i {
  background-color: #795548;
  border-color: #795548;
}
.md .checkbox.color-brown .ripple-wave {
  background: rgba(121, 85, 72, 0.5);
}
.md label.item-checkbox.color-gray input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-gray input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-gray input[type="checkbox"]:checked ~ i {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.md .checkbox.color-gray .ripple-wave {
  background: rgba(158, 158, 158, 0.5);
}
.md label.item-checkbox.color-bluegray input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-bluegray input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-bluegray input[type="checkbox"]:checked ~ i {
  background-color: #607d8b;
  border-color: #607d8b;
}
.md .checkbox.color-bluegray .ripple-wave {
  background: rgba(96, 125, 139, 0.5);
}
.md label.item-checkbox.color-white input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-white input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-white input[type="checkbox"]:checked ~ i {
  background-color: #ffffff;
  border-color: #ffffff;
}
.md .checkbox.color-white .ripple-wave {
  background: rgba(255, 255, 255, 0.5);
}
.md label.item-checkbox.color-black input[type="checkbox"]:checked ~ .icon-checkbox,
.md label.item-checkbox.color-black input[type="checkbox"]:checked ~ * .icon-checkbox,
.md .checkbox.color-black input[type="checkbox"]:checked ~ i {
  background-color: #000000;
  border-color: #000000;
}
.md .checkbox.color-black .ripple-wave {
  background: rgba(0, 0, 0, 0.5);
}
/* === Radio === */
.icon-radio {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.radio.disabled {
  opacity: 0.55;
  pointer-events: none;
}
label.item-radio,
.radio {
  cursor: pointer;
}
label.item-radio input[type="checkbox"],
.radio input[type="checkbox"],
label.item-radio input[type="radio"],
.radio input[type="radio"] {
  display: none;
}
label.item-radio .icon-radio,
.radio .icon-radio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
}
label.item-radio .icon-radio:after,
.radio .icon-radio:after {
  content: '';
  position: absolute;
}
label.item-radio {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
label.item-radio.active-state:after {
  background-color: transparent;
}
label.item-radio.disabled,
.disabled label.item-radio {
  opacity: 0.55;
  pointer-events: none;
}
.md .icon-radio {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #6d6d6d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  display: block;
}
.md .icon-radio:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #2196f3;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.md label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #2196f3;
}
.md label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #2196f3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.md label.item-radio {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.md label.item-radio > .icon-radio {
  margin-left: 38px;
}
.md label.item-radio > .icon-radio + .item-media {
  margin-right: -30px;
}
.md label.item-radio .item-content .item-media,
.md label.item-radio.item-content .item-media {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.md label.item-radio.active-state {
  background-color: rgba(0, 0, 0, 0.1);
}
.md .color-theme-red .icon-radio:after {
  background-color: #f44336;
}
.md .color-theme-red label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-red label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-red .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #f44336;
}
.md .color-theme-red label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-red label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-red .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #f44336;
}
.md .color-theme-red .radio .ripple-wave {
  background: rgba(244, 67, 54, 0.5);
}
.md .color-theme-pink .icon-radio:after {
  background-color: #e91e63;
}
.md .color-theme-pink label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-pink label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-pink .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #e91e63;
}
.md .color-theme-pink label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-pink label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-pink .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #e91e63;
}
.md .color-theme-pink .radio .ripple-wave {
  background: rgba(233, 30, 99, 0.5);
}
.md .color-theme-purple .icon-radio:after {
  background-color: #9c27b0;
}
.md .color-theme-purple label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-purple label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-purple .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #9c27b0;
}
.md .color-theme-purple label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-purple label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-purple .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #9c27b0;
}
.md .color-theme-purple .radio .ripple-wave {
  background: rgba(156, 39, 176, 0.5);
}
.md .color-theme-deeppurple .icon-radio:after {
  background-color: #673ab7;
}
.md .color-theme-deeppurple label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-deeppurple label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-deeppurple .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #673ab7;
}
.md .color-theme-deeppurple label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-deeppurple label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-deeppurple .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #673ab7;
}
.md .color-theme-deeppurple .radio .ripple-wave {
  background: rgba(103, 58, 183, 0.5);
}
.md .color-theme-indigo .icon-radio:after {
  background-color: #3f51b5;
}
.md .color-theme-indigo label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-indigo label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-indigo .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #3f51b5;
}
.md .color-theme-indigo label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-indigo label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-indigo .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #3f51b5;
}
.md .color-theme-indigo .radio .ripple-wave {
  background: rgba(63, 81, 181, 0.5);
}
.md .color-theme-blue .icon-radio:after {
  background-color: #2196f3;
}
.md .color-theme-blue label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-blue label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-blue .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #2196f3;
}
.md .color-theme-blue label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-blue label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-blue .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #2196f3;
}
.md .color-theme-blue .radio .ripple-wave {
  background: rgba(33, 150, 243, 0.5);
}
.md .color-theme-lightblue .icon-radio:after {
  background-color: #03a9f4;
}
.md .color-theme-lightblue label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-lightblue label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-lightblue .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #03a9f4;
}
.md .color-theme-lightblue label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-lightblue label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-lightblue .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #03a9f4;
}
.md .color-theme-lightblue .radio .ripple-wave {
  background: rgba(3, 169, 244, 0.5);
}
.md .color-theme-cyan .icon-radio:after {
  background-color: #00bcd4;
}
.md .color-theme-cyan label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-cyan label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-cyan .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #00bcd4;
}
.md .color-theme-cyan label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-cyan label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-cyan .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #00bcd4;
}
.md .color-theme-cyan .radio .ripple-wave {
  background: rgba(0, 188, 212, 0.5);
}
.md .color-theme-teal .icon-radio:after {
  background-color: #009688;
}
.md .color-theme-teal label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-teal label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-teal .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #009688;
}
.md .color-theme-teal label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-teal label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-teal .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #009688;
}
.md .color-theme-teal .radio .ripple-wave {
  background: rgba(0, 150, 136, 0.5);
}
.md .color-theme-green .icon-radio:after {
  background-color: #4caf50;
}
.md .color-theme-green label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-green label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-green .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #4caf50;
}
.md .color-theme-green label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-green label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-green .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #4caf50;
}
.md .color-theme-green .radio .ripple-wave {
  background: rgba(76, 175, 80, 0.5);
}
.md .color-theme-lightgreen .icon-radio:after {
  background-color: #8bc34a;
}
.md .color-theme-lightgreen label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-lightgreen label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-lightgreen .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #8bc34a;
}
.md .color-theme-lightgreen label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-lightgreen label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-lightgreen .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #8bc34a;
}
.md .color-theme-lightgreen .radio .ripple-wave {
  background: rgba(139, 195, 74, 0.5);
}
.md .color-theme-lime .icon-radio:after {
  background-color: #cddc39;
}
.md .color-theme-lime label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-lime label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-lime .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #cddc39;
}
.md .color-theme-lime label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-lime label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-lime .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #cddc39;
}
.md .color-theme-lime .radio .ripple-wave {
  background: rgba(205, 220, 57, 0.5);
}
.md .color-theme-yellow .icon-radio:after {
  background-color: #ffeb3b;
}
.md .color-theme-yellow label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-yellow label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-yellow .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #ffeb3b;
}
.md .color-theme-yellow label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-yellow label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-yellow .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ffeb3b;
}
.md .color-theme-yellow .radio .ripple-wave {
  background: rgba(255, 235, 59, 0.5);
}
.md .color-theme-amber .icon-radio:after {
  background-color: #ffc107;
}
.md .color-theme-amber label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-amber label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-amber .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #ffc107;
}
.md .color-theme-amber label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-amber label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-amber .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ffc107;
}
.md .color-theme-amber .radio .ripple-wave {
  background: rgba(255, 193, 7, 0.5);
}
.md .color-theme-orange .icon-radio:after {
  background-color: #ff9800;
}
.md .color-theme-orange label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-orange label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-orange .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #ff9800;
}
.md .color-theme-orange label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-orange label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-orange .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ff9800;
}
.md .color-theme-orange .radio .ripple-wave {
  background: rgba(255, 152, 0, 0.5);
}
.md .color-theme-deeporange .icon-radio:after {
  background-color: #ff5722;
}
.md .color-theme-deeporange label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-deeporange label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-deeporange .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #ff5722;
}
.md .color-theme-deeporange label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-deeporange label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-deeporange .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ff5722;
}
.md .color-theme-deeporange .radio .ripple-wave {
  background: rgba(255, 87, 34, 0.5);
}
.md .color-theme-brown .icon-radio:after {
  background-color: #795548;
}
.md .color-theme-brown label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-brown label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-brown .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #795548;
}
.md .color-theme-brown label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-brown label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-brown .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #795548;
}
.md .color-theme-brown .radio .ripple-wave {
  background: rgba(121, 85, 72, 0.5);
}
.md .color-theme-gray .icon-radio:after {
  background-color: #9e9e9e;
}
.md .color-theme-gray label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-gray label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-gray .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #9e9e9e;
}
.md .color-theme-gray label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-gray label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-gray .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #9e9e9e;
}
.md .color-theme-gray .radio .ripple-wave {
  background: rgba(158, 158, 158, 0.5);
}
.md .color-theme-bluegray .icon-radio:after {
  background-color: #607d8b;
}
.md .color-theme-bluegray label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-bluegray label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-bluegray .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #607d8b;
}
.md .color-theme-bluegray label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-bluegray label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-bluegray .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #607d8b;
}
.md .color-theme-bluegray .radio .ripple-wave {
  background: rgba(96, 125, 139, 0.5);
}
.md .color-theme-white .icon-radio:after {
  background-color: #ffffff;
}
.md .color-theme-white label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-white label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-white .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #ffffff;
}
.md .color-theme-white label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-white label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-white .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ffffff;
}
.md .color-theme-white .radio .ripple-wave {
  background: rgba(255, 255, 255, 0.5);
}
.md .color-theme-black .icon-radio:after {
  background-color: #000000;
}
.md .color-theme-black label.item-radio input[type="radio"]:checked ~ .icon-radio,
.md .color-theme-black label.item-radio input[type="radio"]:checked ~ * .icon-radio,
.md .color-theme-black .radio input[type="radio"]:checked ~ .icon-radio {
  border-color: #000000;
}
.md .color-theme-black label.item-radio input[type="radio"]:checked ~ .icon-radio:after,
.md .color-theme-black label.item-radio input[type="radio"]:checked ~ * .icon-radio:after,
.md .color-theme-black .radio input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #000000;
}
.md .color-theme-black .radio .ripple-wave {
  background: rgba(0, 0, 0, 0.5);
}
.md .radio.color-red .icon-radio:after {
  background-color: #f44336;
}
.md label.item-radio.color-red input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-red input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-red input[type="radio"]:checked ~ .icon-radio {
  border-color: #f44336;
}
.md label.item-radio.color-red input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-red input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-red input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #f44336;
}
.md .radio.color-red .ripple-wave {
  background: rgba(244, 67, 54, 0.5);
}
.md .radio.color-pink .icon-radio:after {
  background-color: #e91e63;
}
.md label.item-radio.color-pink input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-pink input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-pink input[type="radio"]:checked ~ .icon-radio {
  border-color: #e91e63;
}
.md label.item-radio.color-pink input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-pink input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-pink input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #e91e63;
}
.md .radio.color-pink .ripple-wave {
  background: rgba(233, 30, 99, 0.5);
}
.md .radio.color-purple .icon-radio:after {
  background-color: #9c27b0;
}
.md label.item-radio.color-purple input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-purple input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-purple input[type="radio"]:checked ~ .icon-radio {
  border-color: #9c27b0;
}
.md label.item-radio.color-purple input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-purple input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-purple input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #9c27b0;
}
.md .radio.color-purple .ripple-wave {
  background: rgba(156, 39, 176, 0.5);
}
.md .radio.color-deeppurple .icon-radio:after {
  background-color: #673ab7;
}
.md label.item-radio.color-deeppurple input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-deeppurple input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-deeppurple input[type="radio"]:checked ~ .icon-radio {
  border-color: #673ab7;
}
.md label.item-radio.color-deeppurple input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-deeppurple input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-deeppurple input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #673ab7;
}
.md .radio.color-deeppurple .ripple-wave {
  background: rgba(103, 58, 183, 0.5);
}
.md .radio.color-indigo .icon-radio:after {
  background-color: #3f51b5;
}
.md label.item-radio.color-indigo input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-indigo input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-indigo input[type="radio"]:checked ~ .icon-radio {
  border-color: #3f51b5;
}
.md label.item-radio.color-indigo input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-indigo input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-indigo input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #3f51b5;
}
.md .radio.color-indigo .ripple-wave {
  background: rgba(63, 81, 181, 0.5);
}
.md .radio.color-blue .icon-radio:after {
  background-color: #2196f3;
}
.md label.item-radio.color-blue input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-blue input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-blue input[type="radio"]:checked ~ .icon-radio {
  border-color: #2196f3;
}
.md label.item-radio.color-blue input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-blue input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-blue input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #2196f3;
}
.md .radio.color-blue .ripple-wave {
  background: rgba(33, 150, 243, 0.5);
}
.md .radio.color-lightblue .icon-radio:after {
  background-color: #03a9f4;
}
.md label.item-radio.color-lightblue input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-lightblue input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-lightblue input[type="radio"]:checked ~ .icon-radio {
  border-color: #03a9f4;
}
.md label.item-radio.color-lightblue input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-lightblue input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-lightblue input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #03a9f4;
}
.md .radio.color-lightblue .ripple-wave {
  background: rgba(3, 169, 244, 0.5);
}
.md .radio.color-cyan .icon-radio:after {
  background-color: #00bcd4;
}
.md label.item-radio.color-cyan input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-cyan input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-cyan input[type="radio"]:checked ~ .icon-radio {
  border-color: #00bcd4;
}
.md label.item-radio.color-cyan input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-cyan input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-cyan input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #00bcd4;
}
.md .radio.color-cyan .ripple-wave {
  background: rgba(0, 188, 212, 0.5);
}
.md .radio.color-teal .icon-radio:after {
  background-color: #009688;
}
.md label.item-radio.color-teal input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-teal input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-teal input[type="radio"]:checked ~ .icon-radio {
  border-color: #009688;
}
.md label.item-radio.color-teal input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-teal input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-teal input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #009688;
}
.md .radio.color-teal .ripple-wave {
  background: rgba(0, 150, 136, 0.5);
}
.md .radio.color-green .icon-radio:after {
  background-color: #4caf50;
}
.md label.item-radio.color-green input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-green input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-green input[type="radio"]:checked ~ .icon-radio {
  border-color: #4caf50;
}
.md label.item-radio.color-green input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-green input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-green input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #4caf50;
}
.md .radio.color-green .ripple-wave {
  background: rgba(76, 175, 80, 0.5);
}
.md .radio.color-lightgreen .icon-radio:after {
  background-color: #8bc34a;
}
.md label.item-radio.color-lightgreen input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-lightgreen input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-lightgreen input[type="radio"]:checked ~ .icon-radio {
  border-color: #8bc34a;
}
.md label.item-radio.color-lightgreen input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-lightgreen input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-lightgreen input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #8bc34a;
}
.md .radio.color-lightgreen .ripple-wave {
  background: rgba(139, 195, 74, 0.5);
}
.md .radio.color-lime .icon-radio:after {
  background-color: #cddc39;
}
.md label.item-radio.color-lime input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-lime input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-lime input[type="radio"]:checked ~ .icon-radio {
  border-color: #cddc39;
}
.md label.item-radio.color-lime input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-lime input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-lime input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #cddc39;
}
.md .radio.color-lime .ripple-wave {
  background: rgba(205, 220, 57, 0.5);
}
.md .radio.color-yellow .icon-radio:after {
  background-color: #ffeb3b;
}
.md label.item-radio.color-yellow input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-yellow input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-yellow input[type="radio"]:checked ~ .icon-radio {
  border-color: #ffeb3b;
}
.md label.item-radio.color-yellow input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-yellow input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-yellow input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ffeb3b;
}
.md .radio.color-yellow .ripple-wave {
  background: rgba(255, 235, 59, 0.5);
}
.md .radio.color-amber .icon-radio:after {
  background-color: #ffc107;
}
.md label.item-radio.color-amber input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-amber input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-amber input[type="radio"]:checked ~ .icon-radio {
  border-color: #ffc107;
}
.md label.item-radio.color-amber input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-amber input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-amber input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ffc107;
}
.md .radio.color-amber .ripple-wave {
  background: rgba(255, 193, 7, 0.5);
}
.md .radio.color-orange .icon-radio:after {
  background-color: #ff9800;
}
.md label.item-radio.color-orange input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-orange input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-orange input[type="radio"]:checked ~ .icon-radio {
  border-color: #ff9800;
}
.md label.item-radio.color-orange input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-orange input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-orange input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ff9800;
}
.md .radio.color-orange .ripple-wave {
  background: rgba(255, 152, 0, 0.5);
}
.md .radio.color-deeporange .icon-radio:after {
  background-color: #ff5722;
}
.md label.item-radio.color-deeporange input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-deeporange input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-deeporange input[type="radio"]:checked ~ .icon-radio {
  border-color: #ff5722;
}
.md label.item-radio.color-deeporange input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-deeporange input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-deeporange input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ff5722;
}
.md .radio.color-deeporange .ripple-wave {
  background: rgba(255, 87, 34, 0.5);
}
.md .radio.color-brown .icon-radio:after {
  background-color: #795548;
}
.md label.item-radio.color-brown input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-brown input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-brown input[type="radio"]:checked ~ .icon-radio {
  border-color: #795548;
}
.md label.item-radio.color-brown input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-brown input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-brown input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #795548;
}
.md .radio.color-brown .ripple-wave {
  background: rgba(121, 85, 72, 0.5);
}
.md .radio.color-gray .icon-radio:after {
  background-color: #9e9e9e;
}
.md label.item-radio.color-gray input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-gray input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-gray input[type="radio"]:checked ~ .icon-radio {
  border-color: #9e9e9e;
}
.md label.item-radio.color-gray input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-gray input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-gray input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #9e9e9e;
}
.md .radio.color-gray .ripple-wave {
  background: rgba(158, 158, 158, 0.5);
}
.md .radio.color-bluegray .icon-radio:after {
  background-color: #607d8b;
}
.md label.item-radio.color-bluegray input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-bluegray input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-bluegray input[type="radio"]:checked ~ .icon-radio {
  border-color: #607d8b;
}
.md label.item-radio.color-bluegray input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-bluegray input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-bluegray input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #607d8b;
}
.md .radio.color-bluegray .ripple-wave {
  background: rgba(96, 125, 139, 0.5);
}
.md .radio.color-white .icon-radio:after {
  background-color: #ffffff;
}
.md label.item-radio.color-white input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-white input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-white input[type="radio"]:checked ~ .icon-radio {
  border-color: #ffffff;
}
.md label.item-radio.color-white input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-white input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-white input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #ffffff;
}
.md .radio.color-white .ripple-wave {
  background: rgba(255, 255, 255, 0.5);
}
.md .radio.color-black .icon-radio:after {
  background-color: #000000;
}
.md label.item-radio.color-black input[type="radio"]:checked ~ .icon-radio,
.md label.item-radio.color-black input[type="radio"]:checked ~ * .icon-radio,
.md .radio.color-black input[type="radio"]:checked ~ .icon-radio {
  border-color: #000000;
}
.md label.item-radio.color-black input[type="radio"]:checked ~ .icon-radio:after,
.md label.item-radio.color-black input[type="radio"]:checked ~ * .icon-radio:after,
.md .radio.color-black input[type="radio"]:checked ~ .icon-radio:after {
  background-color: #000000;
}
.md .radio.color-black .ripple-wave {
  background: rgba(0, 0, 0, 0.5);
}
/* === Toggle === */
.toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle.disabled,
.disabled .toggle {
  opacity: 0.55;
  pointer-events: none;
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle input[type="checkbox"][disabled] + .toggle-icon {
  opacity: 0.55;
  pointer-events: none;
}
.toggle-icon {
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.toggle-icon:before,
.toggle-icon:after {
  content: '';
}
.toggle-icon:after {
  background: #fff;
  position: absolute;
  z-index: 2;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.md .toggle {
  width: 36px;
  height: 14px;
}
.md .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(33, 150, 243, 0.5);
}
.md .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
  background: #2196f3;
}
.md .toggle-icon {
  width: 36px;
  height: 14px;
  border-radius: 14px;
  background: #b0afaf;
}
.md .toggle-icon:after {
  height: 20px;
  width: 20px;
  top: -3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  right: 0;
}
.md .color-theme-red .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(244, 67, 54, 0.5);
}
.md .color-theme-red .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #f44336;
}
.md .color-theme-pink .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(233, 30, 99, 0.5);
}
.md .color-theme-pink .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #e91e63;
}
.md .color-theme-purple .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(156, 39, 176, 0.5);
}
.md .color-theme-purple .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #9c27b0;
}
.md .color-theme-deeppurple .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(103, 58, 183, 0.5);
}
.md .color-theme-deeppurple .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #673ab7;
}
.md .color-theme-indigo .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(63, 81, 181, 0.5);
}
.md .color-theme-indigo .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #3f51b5;
}
.md .color-theme-blue .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(33, 150, 243, 0.5);
}
.md .color-theme-blue .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #2196f3;
}
.md .color-theme-lightblue .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(3, 169, 244, 0.5);
}
.md .color-theme-lightblue .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #03a9f4;
}
.md .color-theme-cyan .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(0, 188, 212, 0.5);
}
.md .color-theme-cyan .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #00bcd4;
}
.md .color-theme-teal .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(0, 150, 136, 0.5);
}
.md .color-theme-teal .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #009688;
}
.md .color-theme-green .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(76, 175, 80, 0.5);
}
.md .color-theme-green .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #4caf50;
}
.md .color-theme-lightgreen .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(139, 195, 74, 0.5);
}
.md .color-theme-lightgreen .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #8bc34a;
}
.md .color-theme-lime .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(205, 220, 57, 0.5);
}
.md .color-theme-lime .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #cddc39;
}
.md .color-theme-yellow .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 235, 59, 0.5);
}
.md .color-theme-yellow .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ffeb3b;
}
.md .color-theme-amber .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 193, 7, 0.5);
}
.md .color-theme-amber .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ffc107;
}
.md .color-theme-orange .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 152, 0, 0.5);
}
.md .color-theme-orange .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ff9800;
}
.md .color-theme-deeporange .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 87, 34, 0.5);
}
.md .color-theme-deeporange .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ff5722;
}
.md .color-theme-brown .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(121, 85, 72, 0.5);
}
.md .color-theme-brown .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #795548;
}
.md .color-theme-gray .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(158, 158, 158, 0.5);
}
.md .color-theme-gray .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #9e9e9e;
}
.md .color-theme-bluegray .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(96, 125, 139, 0.5);
}
.md .color-theme-bluegray .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #607d8b;
}
.md .color-theme-white .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 255, 255, 0.5);
}
.md .color-theme-white .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ffffff;
}
.md .color-theme-black .toggle input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(0, 0, 0, 0.5);
}
.md .color-theme-black .toggle input[type="checkbox"]:checked + .toggle-icon:after {
  background: #000000;
}
.md .toggle.color-red input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(244, 67, 54, 0.5);
}
.md .toggle.color-red input[type="checkbox"]:checked + .toggle-icon:after {
  background: #f44336;
}
.md .toggle.color-pink input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(233, 30, 99, 0.5);
}
.md .toggle.color-pink input[type="checkbox"]:checked + .toggle-icon:after {
  background: #e91e63;
}
.md .toggle.color-purple input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(156, 39, 176, 0.5);
}
.md .toggle.color-purple input[type="checkbox"]:checked + .toggle-icon:after {
  background: #9c27b0;
}
.md .toggle.color-deeppurple input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(103, 58, 183, 0.5);
}
.md .toggle.color-deeppurple input[type="checkbox"]:checked + .toggle-icon:after {
  background: #673ab7;
}
.md .toggle.color-indigo input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(63, 81, 181, 0.5);
}
.md .toggle.color-indigo input[type="checkbox"]:checked + .toggle-icon:after {
  background: #3f51b5;
}
.md .toggle.color-blue input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(33, 150, 243, 0.5);
}
.md .toggle.color-blue input[type="checkbox"]:checked + .toggle-icon:after {
  background: #2196f3;
}
.md .toggle.color-lightblue input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(3, 169, 244, 0.5);
}
.md .toggle.color-lightblue input[type="checkbox"]:checked + .toggle-icon:after {
  background: #03a9f4;
}
.md .toggle.color-cyan input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(0, 188, 212, 0.5);
}
.md .toggle.color-cyan input[type="checkbox"]:checked + .toggle-icon:after {
  background: #00bcd4;
}
.md .toggle.color-teal input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(0, 150, 136, 0.5);
}
.md .toggle.color-teal input[type="checkbox"]:checked + .toggle-icon:after {
  background: #009688;
}
.md .toggle.color-green input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(76, 175, 80, 0.5);
}
.md .toggle.color-green input[type="checkbox"]:checked + .toggle-icon:after {
  background: #4caf50;
}
.md .toggle.color-lightgreen input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(139, 195, 74, 0.5);
}
.md .toggle.color-lightgreen input[type="checkbox"]:checked + .toggle-icon:after {
  background: #8bc34a;
}
.md .toggle.color-lime input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(205, 220, 57, 0.5);
}
.md .toggle.color-lime input[type="checkbox"]:checked + .toggle-icon:after {
  background: #cddc39;
}
.md .toggle.color-yellow input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 235, 59, 0.5);
}
.md .toggle.color-yellow input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ffeb3b;
}
.md .toggle.color-amber input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 193, 7, 0.5);
}
.md .toggle.color-amber input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ffc107;
}
.md .toggle.color-orange input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 152, 0, 0.5);
}
.md .toggle.color-orange input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ff9800;
}
.md .toggle.color-deeporange input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 87, 34, 0.5);
}
.md .toggle.color-deeporange input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ff5722;
}
.md .toggle.color-brown input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(121, 85, 72, 0.5);
}
.md .toggle.color-brown input[type="checkbox"]:checked + .toggle-icon:after {
  background: #795548;
}
.md .toggle.color-gray input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(158, 158, 158, 0.5);
}
.md .toggle.color-gray input[type="checkbox"]:checked + .toggle-icon:after {
  background: #9e9e9e;
}
.md .toggle.color-bluegray input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(96, 125, 139, 0.5);
}
.md .toggle.color-bluegray input[type="checkbox"]:checked + .toggle-icon:after {
  background: #607d8b;
}
.md .toggle.color-white input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(255, 255, 255, 0.5);
}
.md .toggle.color-white input[type="checkbox"]:checked + .toggle-icon:after {
  background: #ffffff;
}
.md .toggle.color-black input[type="checkbox"]:checked + .toggle-icon {
  background: rgba(0, 0, 0, 0.5);
}
.md .toggle.color-black input[type="checkbox"]:checked + .toggle-icon:after {
  background: #000000;
}
/* === Range Slider === */
.range-slider {
  display: block;
  width: 100%;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.range-slider.disabled {
  opacity: 0.55;
  pointer-events: none;
}
.range-slider input[type="range"] {
  display: none;
}
.range-bar {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  overflow: hidden;
}
.range-bar-active {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.range-knob-wrap {
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 0;
}
.range-knob {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.range-knob-label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  text-align: center;
  -webkit-transition-duration: 120ms;
  transition-duration: 120ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateY(100%) scale(0);
  transform: translateY(100%) scale(0);
}
.range-knob-active-state .range-knob-label {
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.md .range-slider {
  height: 20px;
}
.md .range-bar {
  background: #b9b9b9;
  height: 2px;
  margin-top: -1px;
}
.md .range-bar-active {
  background: #2196f3;
}
.md .range-knob-wrap {
  height: 12px;
  width: 12px;
  margin-left: -6px;
  margin-top: -6px;
}
.md .range-knob {
  background: #2196f3;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
}
.md .range-knob-active-state .range-knob {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.md .range-slider-min:not(.range-slider-dual) .range-knob {
  background: #fff !important;
  border: 2px solid #b9b9b9;
}
.md .range-knob-label {
  width: 26px;
  height: 26px;
  margin-left: -13px;
  margin-bottom: 8px;
  background: #2196f3;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  line-height: 26px;
}
.md .range-knob-label:before {
  content: '';
  left: 50%;
  top: 0px;
  margin-left: -13px;
  position: absolute;
  z-index: -1;
  width: 26px;
  height: 26px;
  background: #2196f3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 50% 50% 50% 0;
}
.md .range-knob-active-state .range-knob-label {
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.md .range-slider-label .range-knob-active-state .range-knob {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.md .color-theme-red .range-slider .range-bar-active,
.md .color-theme-red .range-slider .range-knob,
.md .color-theme-red .range-slider .range-knob-label,
.md .color-theme-red .range-slider .range-knob-label:before {
  background-color: #f44336;
}
.md .color-theme-pink .range-slider .range-bar-active,
.md .color-theme-pink .range-slider .range-knob,
.md .color-theme-pink .range-slider .range-knob-label,
.md .color-theme-pink .range-slider .range-knob-label:before {
  background-color: #e91e63;
}
.md .color-theme-purple .range-slider .range-bar-active,
.md .color-theme-purple .range-slider .range-knob,
.md .color-theme-purple .range-slider .range-knob-label,
.md .color-theme-purple .range-slider .range-knob-label:before {
  background-color: #9c27b0;
}
.md .color-theme-deeppurple .range-slider .range-bar-active,
.md .color-theme-deeppurple .range-slider .range-knob,
.md .color-theme-deeppurple .range-slider .range-knob-label,
.md .color-theme-deeppurple .range-slider .range-knob-label:before {
  background-color: #673ab7;
}
.md .color-theme-indigo .range-slider .range-bar-active,
.md .color-theme-indigo .range-slider .range-knob,
.md .color-theme-indigo .range-slider .range-knob-label,
.md .color-theme-indigo .range-slider .range-knob-label:before {
  background-color: #3f51b5;
}
.md .color-theme-blue .range-slider .range-bar-active,
.md .color-theme-blue .range-slider .range-knob,
.md .color-theme-blue .range-slider .range-knob-label,
.md .color-theme-blue .range-slider .range-knob-label:before {
  background-color: #2196f3;
}
.md .color-theme-lightblue .range-slider .range-bar-active,
.md .color-theme-lightblue .range-slider .range-knob,
.md .color-theme-lightblue .range-slider .range-knob-label,
.md .color-theme-lightblue .range-slider .range-knob-label:before {
  background-color: #03a9f4;
}
.md .color-theme-cyan .range-slider .range-bar-active,
.md .color-theme-cyan .range-slider .range-knob,
.md .color-theme-cyan .range-slider .range-knob-label,
.md .color-theme-cyan .range-slider .range-knob-label:before {
  background-color: #00bcd4;
}
.md .color-theme-teal .range-slider .range-bar-active,
.md .color-theme-teal .range-slider .range-knob,
.md .color-theme-teal .range-slider .range-knob-label,
.md .color-theme-teal .range-slider .range-knob-label:before {
  background-color: #009688;
}
.md .color-theme-green .range-slider .range-bar-active,
.md .color-theme-green .range-slider .range-knob,
.md .color-theme-green .range-slider .range-knob-label,
.md .color-theme-green .range-slider .range-knob-label:before {
  background-color: #4caf50;
}
.md .color-theme-lightgreen .range-slider .range-bar-active,
.md .color-theme-lightgreen .range-slider .range-knob,
.md .color-theme-lightgreen .range-slider .range-knob-label,
.md .color-theme-lightgreen .range-slider .range-knob-label:before {
  background-color: #8bc34a;
}
.md .color-theme-lime .range-slider .range-bar-active,
.md .color-theme-lime .range-slider .range-knob,
.md .color-theme-lime .range-slider .range-knob-label,
.md .color-theme-lime .range-slider .range-knob-label:before {
  background-color: #cddc39;
}
.md .color-theme-yellow .range-slider .range-bar-active,
.md .color-theme-yellow .range-slider .range-knob,
.md .color-theme-yellow .range-slider .range-knob-label,
.md .color-theme-yellow .range-slider .range-knob-label:before {
  background-color: #ffeb3b;
}
.md .color-theme-amber .range-slider .range-bar-active,
.md .color-theme-amber .range-slider .range-knob,
.md .color-theme-amber .range-slider .range-knob-label,
.md .color-theme-amber .range-slider .range-knob-label:before {
  background-color: #ffc107;
}
.md .color-theme-orange .range-slider .range-bar-active,
.md .color-theme-orange .range-slider .range-knob,
.md .color-theme-orange .range-slider .range-knob-label,
.md .color-theme-orange .range-slider .range-knob-label:before {
  background-color: #ff9800;
}
.md .color-theme-deeporange .range-slider .range-bar-active,
.md .color-theme-deeporange .range-slider .range-knob,
.md .color-theme-deeporange .range-slider .range-knob-label,
.md .color-theme-deeporange .range-slider .range-knob-label:before {
  background-color: #ff5722;
}
.md .color-theme-brown .range-slider .range-bar-active,
.md .color-theme-brown .range-slider .range-knob,
.md .color-theme-brown .range-slider .range-knob-label,
.md .color-theme-brown .range-slider .range-knob-label:before {
  background-color: #795548;
}
.md .color-theme-gray .range-slider .range-bar-active,
.md .color-theme-gray .range-slider .range-knob,
.md .color-theme-gray .range-slider .range-knob-label,
.md .color-theme-gray .range-slider .range-knob-label:before {
  background-color: #9e9e9e;
}
.md .color-theme-bluegray .range-slider .range-bar-active,
.md .color-theme-bluegray .range-slider .range-knob,
.md .color-theme-bluegray .range-slider .range-knob-label,
.md .color-theme-bluegray .range-slider .range-knob-label:before {
  background-color: #607d8b;
}
.md .color-theme-white .range-slider .range-bar-active,
.md .color-theme-white .range-slider .range-knob,
.md .color-theme-white .range-slider .range-knob-label,
.md .color-theme-white .range-slider .range-knob-label:before {
  background-color: #ffffff;
}
.md .color-theme-black .range-slider .range-bar-active,
.md .color-theme-black .range-slider .range-knob,
.md .color-theme-black .range-slider .range-knob-label,
.md .color-theme-black .range-slider .range-knob-label:before {
  background-color: #000000;
}
.md .range-slider.color-red .range-bar-active,
.md .range-slider.color-red .range-knob,
.md .range-slider.color-red .range-knob-label,
.md .range-slider.color-red .range-knob-label:before {
  background-color: #f44336;
}
.md .range-slider.color-pink .range-bar-active,
.md .range-slider.color-pink .range-knob,
.md .range-slider.color-pink .range-knob-label,
.md .range-slider.color-pink .range-knob-label:before {
  background-color: #e91e63;
}
.md .range-slider.color-purple .range-bar-active,
.md .range-slider.color-purple .range-knob,
.md .range-slider.color-purple .range-knob-label,
.md .range-slider.color-purple .range-knob-label:before {
  background-color: #9c27b0;
}
.md .range-slider.color-deeppurple .range-bar-active,
.md .range-slider.color-deeppurple .range-knob,
.md .range-slider.color-deeppurple .range-knob-label,
.md .range-slider.color-deeppurple .range-knob-label:before {
  background-color: #673ab7;
}
.md .range-slider.color-indigo .range-bar-active,
.md .range-slider.color-indigo .range-knob,
.md .range-slider.color-indigo .range-knob-label,
.md .range-slider.color-indigo .range-knob-label:before {
  background-color: #3f51b5;
}
.md .range-slider.color-blue .range-bar-active,
.md .range-slider.color-blue .range-knob,
.md .range-slider.color-blue .range-knob-label,
.md .range-slider.color-blue .range-knob-label:before {
  background-color: #2196f3;
}
.md .range-slider.color-lightblue .range-bar-active,
.md .range-slider.color-lightblue .range-knob,
.md .range-slider.color-lightblue .range-knob-label,
.md .range-slider.color-lightblue .range-knob-label:before {
  background-color: #03a9f4;
}
.md .range-slider.color-cyan .range-bar-active,
.md .range-slider.color-cyan .range-knob,
.md .range-slider.color-cyan .range-knob-label,
.md .range-slider.color-cyan .range-knob-label:before {
  background-color: #00bcd4;
}
.md .range-slider.color-teal .range-bar-active,
.md .range-slider.color-teal .range-knob,
.md .range-slider.color-teal .range-knob-label,
.md .range-slider.color-teal .range-knob-label:before {
  background-color: #009688;
}
.md .range-slider.color-green .range-bar-active,
.md .range-slider.color-green .range-knob,
.md .range-slider.color-green .range-knob-label,
.md .range-slider.color-green .range-knob-label:before {
  background-color: #4caf50;
}
.md .range-slider.color-lightgreen .range-bar-active,
.md .range-slider.color-lightgreen .range-knob,
.md .range-slider.color-lightgreen .range-knob-label,
.md .range-slider.color-lightgreen .range-knob-label:before {
  background-color: #8bc34a;
}
.md .range-slider.color-lime .range-bar-active,
.md .range-slider.color-lime .range-knob,
.md .range-slider.color-lime .range-knob-label,
.md .range-slider.color-lime .range-knob-label:before {
  background-color: #cddc39;
}
.md .range-slider.color-yellow .range-bar-active,
.md .range-slider.color-yellow .range-knob,
.md .range-slider.color-yellow .range-knob-label,
.md .range-slider.color-yellow .range-knob-label:before {
  background-color: #ffeb3b;
}
.md .range-slider.color-amber .range-bar-active,
.md .range-slider.color-amber .range-knob,
.md .range-slider.color-amber .range-knob-label,
.md .range-slider.color-amber .range-knob-label:before {
  background-color: #ffc107;
}
.md .range-slider.color-orange .range-bar-active,
.md .range-slider.color-orange .range-knob,
.md .range-slider.color-orange .range-knob-label,
.md .range-slider.color-orange .range-knob-label:before {
  background-color: #ff9800;
}
.md .range-slider.color-deeporange .range-bar-active,
.md .range-slider.color-deeporange .range-knob,
.md .range-slider.color-deeporange .range-knob-label,
.md .range-slider.color-deeporange .range-knob-label:before {
  background-color: #ff5722;
}
.md .range-slider.color-brown .range-bar-active,
.md .range-slider.color-brown .range-knob,
.md .range-slider.color-brown .range-knob-label,
.md .range-slider.color-brown .range-knob-label:before {
  background-color: #795548;
}
.md .range-slider.color-gray .range-bar-active,
.md .range-slider.color-gray .range-knob,
.md .range-slider.color-gray .range-knob-label,
.md .range-slider.color-gray .range-knob-label:before {
  background-color: #9e9e9e;
}
.md .range-slider.color-bluegray .range-bar-active,
.md .range-slider.color-bluegray .range-knob,
.md .range-slider.color-bluegray .range-knob-label,
.md .range-slider.color-bluegray .range-knob-label:before {
  background-color: #607d8b;
}
.md .range-slider.color-white .range-bar-active,
.md .range-slider.color-white .range-knob,
.md .range-slider.color-white .range-knob-label,
.md .range-slider.color-white .range-knob-label:before {
  background-color: #ffffff;
}
.md .range-slider.color-black .range-bar-active,
.md .range-slider.color-black .range-knob,
.md .range-slider.color-black .range-knob-label,
.md .range-slider.color-black .range-knob-label:before {
  background-color: #000000;
}
/* === Smart Select === */
.smart-select select {
  display: none;
}
.smart-select .item-after {
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
}
.sheet-modal.smart-select-sheet .sheet-modal-inner {
  background: #fff;
}
.sheet-modal.smart-select-sheet .list {
  margin: 0;
}
.sheet-modal.smart-select-sheet .list ul:before {
  display: none !important;
}
.sheet-modal.smart-select-sheet .list ul:after {
  display: none !important;
}
.smart-select-popover .popover-inner {
  max-height: 40vh;
}
/* === Grid === */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row > [class*="col-"],
.row > .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row .col {
  width: 100%;
}
/* === Grid === */
.md .row .col-100 {
  width: 100%;
  width: calc((100% - 16px*0) / 1);
}
.md .row.no-gap .col-100 {
  width: 100%;
}
.md .row .col-95 {
  width: 95%;
  width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
}
.md .row.no-gap .col-95 {
  width: 95%;
}
.md .row .col-90 {
  width: 90%;
  width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
}
.md .row.no-gap .col-90 {
  width: 90%;
}
.md .row .col-85 {
  width: 85%;
  width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
}
.md .row.no-gap .col-85 {
  width: 85%;
}
.md .row .col-80 {
  width: 80%;
  width: calc((100% - 16px*0.25) / 1.25);
}
.md .row.no-gap .col-80 {
  width: 80%;
}
.md .row .col-75 {
  width: 75%;
  width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
}
.md .row.no-gap .col-75 {
  width: 75%;
}
.md .row .col-70 {
  width: 70%;
  width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
}
.md .row.no-gap .col-70 {
  width: 70%;
}
.md .row .col-66 {
  width: 66.66666666666666%;
  width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
}
.md .row.no-gap .col-66 {
  width: 66.66666666666666%;
}
.md .row .col-65 {
  width: 65%;
  width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
}
.md .row.no-gap .col-65 {
  width: 65%;
}
.md .row .col-60 {
  width: 60%;
  width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
}
.md .row.no-gap .col-60 {
  width: 60%;
}
.md .row .col-55 {
  width: 55%;
  width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
}
.md .row.no-gap .col-55 {
  width: 55%;
}
.md .row .col-50 {
  width: 50%;
  width: calc((100% - 16px*1) / 2);
}
.md .row.no-gap .col-50 {
  width: 50%;
}
.md .row .col-45 {
  width: 45%;
  width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
}
.md .row.no-gap .col-45 {
  width: 45%;
}
.md .row .col-40 {
  width: 40%;
  width: calc((100% - 16px*1.5) / 2.5);
}
.md .row.no-gap .col-40 {
  width: 40%;
}
.md .row .col-35 {
  width: 35%;
  width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
}
.md .row.no-gap .col-35 {
  width: 35%;
}
.md .row .col-33 {
  width: 33.333333333333336%;
  width: calc((100% - 16px*2) / 3);
}
.md .row.no-gap .col-33 {
  width: 33.333333333333336%;
}
.md .row .col-30 {
  width: 30%;
  width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
}
.md .row.no-gap .col-30 {
  width: 30%;
}
.md .row .col-25 {
  width: 25%;
  width: calc((100% - 16px*3) / 4);
}
.md .row.no-gap .col-25 {
  width: 25%;
}
.md .row .col-20 {
  width: 20%;
  width: calc((100% - 16px*4) / 5);
}
.md .row.no-gap .col-20 {
  width: 20%;
}
.md .row .col-15 {
  width: 15%;
  width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
}
.md .row.no-gap .col-15 {
  width: 15%;
}
.md .row .col-10 {
  width: 10%;
  width: calc((100% - 16px*9) / 10);
}
.md .row.no-gap .col-10 {
  width: 10%;
}
.md .row .col-5 {
  width: 5%;
  width: calc((100% - 16px*19) / 20);
}
.md .row.no-gap .col-5 {
  width: 5%;
}
.md .row .col:nth-last-child(1),
.md .row .col:nth-last-child(1) ~ .col {
  width: 100%;
  width: calc((100% - 16px*0) / 1);
}
.md .row.no-gap .col:nth-last-child(1),
.md .row.no-gap .col:nth-last-child(1) ~ .col {
  width: 100%;
}
.md .row .col:nth-last-child(2),
.md .row .col:nth-last-child(2) ~ .col {
  width: 50%;
  width: calc((100% - 16px*1) / 2);
}
.md .row.no-gap .col:nth-last-child(2),
.md .row.no-gap .col:nth-last-child(2) ~ .col {
  width: 50%;
}
.md .row .col:nth-last-child(3),
.md .row .col:nth-last-child(3) ~ .col {
  width: 33.33333333%;
  width: calc((100% - 16px*2) / 3);
}
.md .row.no-gap .col:nth-last-child(3),
.md .row.no-gap .col:nth-last-child(3) ~ .col {
  width: 33.33333333%;
}
.md .row .col:nth-last-child(4),
.md .row .col:nth-last-child(4) ~ .col {
  width: 25%;
  width: calc((100% - 16px*3) / 4);
}
.md .row.no-gap .col:nth-last-child(4),
.md .row.no-gap .col:nth-last-child(4) ~ .col {
  width: 25%;
}
.md .row .col:nth-last-child(5),
.md .row .col:nth-last-child(5) ~ .col {
  width: 20%;
  width: calc((100% - 16px*4) / 5);
}
.md .row.no-gap .col:nth-last-child(5),
.md .row.no-gap .col:nth-last-child(5) ~ .col {
  width: 20%;
}
.md .row .col:nth-last-child(6),
.md .row .col:nth-last-child(6) ~ .col {
  width: 16.66666667%;
  width: calc((100% - 16px*5) / 6);
}
.md .row.no-gap .col:nth-last-child(6),
.md .row.no-gap .col:nth-last-child(6) ~ .col {
  width: 16.66666667%;
}
.md .row .col:nth-last-child(7),
.md .row .col:nth-last-child(7) ~ .col {
  width: 14.28571429%;
  width: calc((100% - 16px*6) / 7);
}
.md .row.no-gap .col:nth-last-child(7),
.md .row.no-gap .col:nth-last-child(7) ~ .col {
  width: 14.28571429%;
}
.md .row .col:nth-last-child(8),
.md .row .col:nth-last-child(8) ~ .col {
  width: 12.5%;
  width: calc((100% - 16px*7) / 8);
}
.md .row.no-gap .col:nth-last-child(8),
.md .row.no-gap .col:nth-last-child(8) ~ .col {
  width: 12.5%;
}
.md .row .col:nth-last-child(9),
.md .row .col:nth-last-child(9) ~ .col {
  width: 11.11111111%;
  width: calc((100% - 16px*8) / 9);
}
.md .row.no-gap .col:nth-last-child(9),
.md .row.no-gap .col:nth-last-child(9) ~ .col {
  width: 11.11111111%;
}
.md .row .col:nth-last-child(10),
.md .row .col:nth-last-child(10) ~ .col {
  width: 10%;
  width: calc((100% - 16px*9) / 10);
}
.md .row.no-gap .col:nth-last-child(10),
.md .row.no-gap .col:nth-last-child(10) ~ .col {
  width: 10%;
}
.md .row .col:nth-last-child(11),
.md .row .col:nth-last-child(11) ~ .col {
  width: 9.09090909%;
  width: calc((100% - 16px*10) / 11);
}
.md .row.no-gap .col:nth-last-child(11),
.md .row.no-gap .col:nth-last-child(11) ~ .col {
  width: 9.09090909%;
}
.md .row .col:nth-last-child(12),
.md .row .col:nth-last-child(12) ~ .col {
  width: 8.33333333%;
  width: calc((100% - 16px*11) / 12);
}
.md .row.no-gap .col:nth-last-child(12),
.md .row.no-gap .col:nth-last-child(12) ~ .col {
  width: 8.33333333%;
}
.md .row .col:nth-last-child(13),
.md .row .col:nth-last-child(13) ~ .col {
  width: 7.69230769%;
  width: calc((100% - 16px*12) / 13);
}
.md .row.no-gap .col:nth-last-child(13),
.md .row.no-gap .col:nth-last-child(13) ~ .col {
  width: 7.69230769%;
}
.md .row .col:nth-last-child(14),
.md .row .col:nth-last-child(14) ~ .col {
  width: 7.14285714%;
  width: calc((100% - 16px*13) / 14);
}
.md .row.no-gap .col:nth-last-child(14),
.md .row.no-gap .col:nth-last-child(14) ~ .col {
  width: 7.14285714%;
}
.md .row .col:nth-last-child(15),
.md .row .col:nth-last-child(15) ~ .col {
  width: 6.66666667%;
  width: calc((100% - 16px*14) / 15);
}
.md .row.no-gap .col:nth-last-child(15),
.md .row.no-gap .col:nth-last-child(15) ~ .col {
  width: 6.66666667%;
}
.md .row .col:nth-last-child(16),
.md .row .col:nth-last-child(16) ~ .col {
  width: 6.25%;
  width: calc((100% - 16px*15) / 16);
}
.md .row.no-gap .col:nth-last-child(16),
.md .row.no-gap .col:nth-last-child(16) ~ .col {
  width: 6.25%;
}
.md .row .col:nth-last-child(17),
.md .row .col:nth-last-child(17) ~ .col {
  width: 5.88235294%;
  width: calc((100% - 16px*16) / 17);
}
.md .row.no-gap .col:nth-last-child(17),
.md .row.no-gap .col:nth-last-child(17) ~ .col {
  width: 5.88235294%;
}
.md .row .col:nth-last-child(18),
.md .row .col:nth-last-child(18) ~ .col {
  width: 5.55555556%;
  width: calc((100% - 16px*17) / 18);
}
.md .row.no-gap .col:nth-last-child(18),
.md .row.no-gap .col:nth-last-child(18) ~ .col {
  width: 5.55555556%;
}
.md .row .col:nth-last-child(19),
.md .row .col:nth-last-child(19) ~ .col {
  width: 5.26315789%;
  width: calc((100% - 16px*18) / 19);
}
.md .row.no-gap .col:nth-last-child(19),
.md .row.no-gap .col:nth-last-child(19) ~ .col {
  width: 5.26315789%;
}
.md .row .col:nth-last-child(20),
.md .row .col:nth-last-child(20) ~ .col {
  width: 5%;
  width: calc((100% - 16px*19) / 20);
}
.md .row.no-gap .col:nth-last-child(20),
.md .row.no-gap .col:nth-last-child(20) ~ .col {
  width: 5%;
}
.md .row .col:nth-last-child(21),
.md .row .col:nth-last-child(21) ~ .col {
  width: 4.76190476%;
  width: calc((100% - 16px*20) / 21);
}
.md .row.no-gap .col:nth-last-child(21),
.md .row.no-gap .col:nth-last-child(21) ~ .col {
  width: 4.76190476%;
}
@media all and (min-width: 768px) {
  .md .row .tablet-100 {
    width: 100%;
    width: calc((100% - 16px*0) / 1);
  }
  .md .row.no-gap .tablet-100 {
    width: 100%;
  }
  .md .row .tablet-95 {
    width: 95%;
    width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
  }
  .md .row.no-gap .tablet-95 {
    width: 95%;
  }
  .md .row .tablet-90 {
    width: 90%;
    width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
  }
  .md .row.no-gap .tablet-90 {
    width: 90%;
  }
  .md .row .tablet-85 {
    width: 85%;
    width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
  }
  .md .row.no-gap .tablet-85 {
    width: 85%;
  }
  .md .row .tablet-80 {
    width: 80%;
    width: calc((100% - 16px*0.25) / 1.25);
  }
  .md .row.no-gap .tablet-80 {
    width: 80%;
  }
  .md .row .tablet-75 {
    width: 75%;
    width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
  }
  .md .row.no-gap .tablet-75 {
    width: 75%;
  }
  .md .row .tablet-70 {
    width: 70%;
    width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
  }
  .md .row.no-gap .tablet-70 {
    width: 70%;
  }
  .md .row .tablet-66 {
    width: 66.66666666666666%;
    width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
  }
  .md .row.no-gap .tablet-66 {
    width: 66.66666666666666%;
  }
  .md .row .tablet-65 {
    width: 65%;
    width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
  }
  .md .row.no-gap .tablet-65 {
    width: 65%;
  }
  .md .row .tablet-60 {
    width: 60%;
    width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
  }
  .md .row.no-gap .tablet-60 {
    width: 60%;
  }
  .md .row .tablet-55 {
    width: 55%;
    width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
  }
  .md .row.no-gap .tablet-55 {
    width: 55%;
  }
  .md .row .tablet-50 {
    width: 50%;
    width: calc((100% - 16px*1) / 2);
  }
  .md .row.no-gap .tablet-50 {
    width: 50%;
  }
  .md .row .tablet-45 {
    width: 45%;
    width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
  }
  .md .row.no-gap .tablet-45 {
    width: 45%;
  }
  .md .row .tablet-40 {
    width: 40%;
    width: calc((100% - 16px*1.5) / 2.5);
  }
  .md .row.no-gap .tablet-40 {
    width: 40%;
  }
  .md .row .tablet-35 {
    width: 35%;
    width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
  }
  .md .row.no-gap .tablet-35 {
    width: 35%;
  }
  .md .row .tablet-33 {
    width: 33.333333333333336%;
    width: calc((100% - 16px*2) / 3);
  }
  .md .row.no-gap .tablet-33 {
    width: 33.333333333333336%;
  }
  .md .row .tablet-30 {
    width: 30%;
    width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
  }
  .md .row.no-gap .tablet-30 {
    width: 30%;
  }
  .md .row .tablet-25 {
    width: 25%;
    width: calc((100% - 16px*3) / 4);
  }
  .md .row.no-gap .tablet-25 {
    width: 25%;
  }
  .md .row .tablet-20 {
    width: 20%;
    width: calc((100% - 16px*4) / 5);
  }
  .md .row.no-gap .tablet-20 {
    width: 20%;
  }
  .md .row .tablet-15 {
    width: 15%;
    width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
  }
  .md .row.no-gap .tablet-15 {
    width: 15%;
  }
  .md .row .tablet-10 {
    width: 10%;
    width: calc((100% - 16px*9) / 10);
  }
  .md .row.no-gap .tablet-10 {
    width: 10%;
  }
  .md .row .tablet-5 {
    width: 5%;
    width: calc((100% - 16px*19) / 20);
  }
  .md .row.no-gap .tablet-5 {
    width: 5%;
  }
  .md .row .tablet-auto:nth-last-child(1),
  .md .row .tablet-auto:nth-last-child(1) ~ .col {
    width: 100%;
    width: calc((100% - 16px*0) / 1);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(1),
  .md .row.no-gap .tablet-auto:nth-last-child(1) ~ .tablet-auto {
    width: 100%;
  }
  .md .row .tablet-auto:nth-last-child(2),
  .md .row .tablet-auto:nth-last-child(2) ~ .col {
    width: 50%;
    width: calc((100% - 16px*1) / 2);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(2),
  .md .row.no-gap .tablet-auto:nth-last-child(2) ~ .tablet-auto {
    width: 50%;
  }
  .md .row .tablet-auto:nth-last-child(3),
  .md .row .tablet-auto:nth-last-child(3) ~ .col {
    width: 33.33333333%;
    width: calc((100% - 16px*2) / 3);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(3),
  .md .row.no-gap .tablet-auto:nth-last-child(3) ~ .tablet-auto {
    width: 33.33333333%;
  }
  .md .row .tablet-auto:nth-last-child(4),
  .md .row .tablet-auto:nth-last-child(4) ~ .col {
    width: 25%;
    width: calc((100% - 16px*3) / 4);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(4),
  .md .row.no-gap .tablet-auto:nth-last-child(4) ~ .tablet-auto {
    width: 25%;
  }
  .md .row .tablet-auto:nth-last-child(5),
  .md .row .tablet-auto:nth-last-child(5) ~ .col {
    width: 20%;
    width: calc((100% - 16px*4) / 5);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(5),
  .md .row.no-gap .tablet-auto:nth-last-child(5) ~ .tablet-auto {
    width: 20%;
  }
  .md .row .tablet-auto:nth-last-child(6),
  .md .row .tablet-auto:nth-last-child(6) ~ .col {
    width: 16.66666667%;
    width: calc((100% - 16px*5) / 6);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(6),
  .md .row.no-gap .tablet-auto:nth-last-child(6) ~ .tablet-auto {
    width: 16.66666667%;
  }
  .md .row .tablet-auto:nth-last-child(7),
  .md .row .tablet-auto:nth-last-child(7) ~ .col {
    width: 14.28571429%;
    width: calc((100% - 16px*6) / 7);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(7),
  .md .row.no-gap .tablet-auto:nth-last-child(7) ~ .tablet-auto {
    width: 14.28571429%;
  }
  .md .row .tablet-auto:nth-last-child(8),
  .md .row .tablet-auto:nth-last-child(8) ~ .col {
    width: 12.5%;
    width: calc((100% - 16px*7) / 8);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(8),
  .md .row.no-gap .tablet-auto:nth-last-child(8) ~ .tablet-auto {
    width: 12.5%;
  }
  .md .row .tablet-auto:nth-last-child(9),
  .md .row .tablet-auto:nth-last-child(9) ~ .col {
    width: 11.11111111%;
    width: calc((100% - 16px*8) / 9);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(9),
  .md .row.no-gap .tablet-auto:nth-last-child(9) ~ .tablet-auto {
    width: 11.11111111%;
  }
  .md .row .tablet-auto:nth-last-child(10),
  .md .row .tablet-auto:nth-last-child(10) ~ .col {
    width: 10%;
    width: calc((100% - 16px*9) / 10);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(10),
  .md .row.no-gap .tablet-auto:nth-last-child(10) ~ .tablet-auto {
    width: 10%;
  }
  .md .row .tablet-auto:nth-last-child(11),
  .md .row .tablet-auto:nth-last-child(11) ~ .col {
    width: 9.09090909%;
    width: calc((100% - 16px*10) / 11);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(11),
  .md .row.no-gap .tablet-auto:nth-last-child(11) ~ .tablet-auto {
    width: 9.09090909%;
  }
  .md .row .tablet-auto:nth-last-child(12),
  .md .row .tablet-auto:nth-last-child(12) ~ .col {
    width: 8.33333333%;
    width: calc((100% - 16px*11) / 12);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(12),
  .md .row.no-gap .tablet-auto:nth-last-child(12) ~ .tablet-auto {
    width: 8.33333333%;
  }
  .md .row .tablet-auto:nth-last-child(13),
  .md .row .tablet-auto:nth-last-child(13) ~ .col {
    width: 7.69230769%;
    width: calc((100% - 16px*12) / 13);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(13),
  .md .row.no-gap .tablet-auto:nth-last-child(13) ~ .tablet-auto {
    width: 7.69230769%;
  }
  .md .row .tablet-auto:nth-last-child(14),
  .md .row .tablet-auto:nth-last-child(14) ~ .col {
    width: 7.14285714%;
    width: calc((100% - 16px*13) / 14);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(14),
  .md .row.no-gap .tablet-auto:nth-last-child(14) ~ .tablet-auto {
    width: 7.14285714%;
  }
  .md .row .tablet-auto:nth-last-child(15),
  .md .row .tablet-auto:nth-last-child(15) ~ .col {
    width: 6.66666667%;
    width: calc((100% - 16px*14) / 15);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(15),
  .md .row.no-gap .tablet-auto:nth-last-child(15) ~ .tablet-auto {
    width: 6.66666667%;
  }
  .md .row .tablet-auto:nth-last-child(16),
  .md .row .tablet-auto:nth-last-child(16) ~ .col {
    width: 6.25%;
    width: calc((100% - 16px*15) / 16);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(16),
  .md .row.no-gap .tablet-auto:nth-last-child(16) ~ .tablet-auto {
    width: 6.25%;
  }
  .md .row .tablet-auto:nth-last-child(17),
  .md .row .tablet-auto:nth-last-child(17) ~ .col {
    width: 5.88235294%;
    width: calc((100% - 16px*16) / 17);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(17),
  .md .row.no-gap .tablet-auto:nth-last-child(17) ~ .tablet-auto {
    width: 5.88235294%;
  }
  .md .row .tablet-auto:nth-last-child(18),
  .md .row .tablet-auto:nth-last-child(18) ~ .col {
    width: 5.55555556%;
    width: calc((100% - 16px*17) / 18);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(18),
  .md .row.no-gap .tablet-auto:nth-last-child(18) ~ .tablet-auto {
    width: 5.55555556%;
  }
  .md .row .tablet-auto:nth-last-child(19),
  .md .row .tablet-auto:nth-last-child(19) ~ .col {
    width: 5.26315789%;
    width: calc((100% - 16px*18) / 19);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(19),
  .md .row.no-gap .tablet-auto:nth-last-child(19) ~ .tablet-auto {
    width: 5.26315789%;
  }
  .md .row .tablet-auto:nth-last-child(20),
  .md .row .tablet-auto:nth-last-child(20) ~ .col {
    width: 5%;
    width: calc((100% - 16px*19) / 20);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(20),
  .md .row.no-gap .tablet-auto:nth-last-child(20) ~ .tablet-auto {
    width: 5%;
  }
  .md .row .tablet-auto:nth-last-child(21),
  .md .row .tablet-auto:nth-last-child(21) ~ .col {
    width: 4.76190476%;
    width: calc((100% - 16px*20) / 21);
  }
  .md .row.no-gap .tablet-auto:nth-last-child(21),
  .md .row.no-gap .tablet-auto:nth-last-child(21) ~ .tablet-auto {
    width: 4.76190476%;
  }
}
@media all and (min-width: 1025px) {
  .md .row .desktop-100 {
    width: 100%;
    width: calc((100% - 16px*0) / 1);
  }
  .md .row.no-gap .desktop-100 {
    width: 100%;
  }
  .md .row .desktop-95 {
    width: 95%;
    width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
  }
  .md .row.no-gap .desktop-95 {
    width: 95%;
  }
  .md .row .desktop-90 {
    width: 90%;
    width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
  }
  .md .row.no-gap .desktop-90 {
    width: 90%;
  }
  .md .row .desktop-85 {
    width: 85%;
    width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
  }
  .md .row.no-gap .desktop-85 {
    width: 85%;
  }
  .md .row .desktop-80 {
    width: 80%;
    width: calc((100% - 16px*0.25) / 1.25);
  }
  .md .row.no-gap .desktop-80 {
    width: 80%;
  }
  .md .row .desktop-75 {
    width: 75%;
    width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
  }
  .md .row.no-gap .desktop-75 {
    width: 75%;
  }
  .md .row .desktop-70 {
    width: 70%;
    width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
  }
  .md .row.no-gap .desktop-70 {
    width: 70%;
  }
  .md .row .desktop-66 {
    width: 66.66666666666666%;
    width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
  }
  .md .row.no-gap .desktop-66 {
    width: 66.66666666666666%;
  }
  .md .row .desktop-65 {
    width: 65%;
    width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
  }
  .md .row.no-gap .desktop-65 {
    width: 65%;
  }
  .md .row .desktop-60 {
    width: 60%;
    width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
  }
  .md .row.no-gap .desktop-60 {
    width: 60%;
  }
  .md .row .desktop-55 {
    width: 55%;
    width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
  }
  .md .row.no-gap .desktop-55 {
    width: 55%;
  }
  .md .row .desktop-50 {
    width: 50%;
    width: calc((100% - 16px*1) / 2);
  }
  .md .row.no-gap .desktop-50 {
    width: 50%;
  }
  .md .row .desktop-45 {
    width: 45%;
    width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
  }
  .md .row.no-gap .desktop-45 {
    width: 45%;
  }
  .md .row .desktop-40 {
    width: 40%;
    width: calc((100% - 16px*1.5) / 2.5);
  }
  .md .row.no-gap .desktop-40 {
    width: 40%;
  }
  .md .row .desktop-35 {
    width: 35%;
    width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
  }
  .md .row.no-gap .desktop-35 {
    width: 35%;
  }
  .md .row .desktop-33 {
    width: 33.333333333333336%;
    width: calc((100% - 16px*2) / 3);
  }
  .md .row.no-gap .desktop-33 {
    width: 33.333333333333336%;
  }
  .md .row .desktop-30 {
    width: 30%;
    width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
  }
  .md .row.no-gap .desktop-30 {
    width: 30%;
  }
  .md .row .desktop-25 {
    width: 25%;
    width: calc((100% - 16px*3) / 4);
  }
  .md .row.no-gap .desktop-25 {
    width: 25%;
  }
  .md .row .desktop-20 {
    width: 20%;
    width: calc((100% - 16px*4) / 5);
  }
  .md .row.no-gap .desktop-20 {
    width: 20%;
  }
  .md .row .desktop-15 {
    width: 15%;
    width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
  }
  .md .row.no-gap .desktop-15 {
    width: 15%;
  }
  .md .row .desktop-10 {
    width: 10%;
    width: calc((100% - 16px*9) / 10);
  }
  .md .row.no-gap .desktop-10 {
    width: 10%;
  }
  .md .row .desktop-5 {
    width: 5%;
    width: calc((100% - 16px*19) / 20);
  }
  .md .row.no-gap .desktop-5 {
    width: 5%;
  }
  .md .row .desktop-auto:nth-last-child(1),
  .md .row .desktop-auto:nth-last-child(1) ~ .col {
    width: 100%;
    width: calc((100% - 16px*0) / 1);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(1),
  .md .row.no-gap .desktop-auto:nth-last-child(1) ~ .desktop-auto {
    width: 100%;
  }
  .md .row .desktop-auto:nth-last-child(2),
  .md .row .desktop-auto:nth-last-child(2) ~ .col {
    width: 50%;
    width: calc((100% - 16px*1) / 2);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(2),
  .md .row.no-gap .desktop-auto:nth-last-child(2) ~ .desktop-auto {
    width: 50%;
  }
  .md .row .desktop-auto:nth-last-child(3),
  .md .row .desktop-auto:nth-last-child(3) ~ .col {
    width: 33.33333333%;
    width: calc((100% - 16px*2) / 3);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(3),
  .md .row.no-gap .desktop-auto:nth-last-child(3) ~ .desktop-auto {
    width: 33.33333333%;
  }
  .md .row .desktop-auto:nth-last-child(4),
  .md .row .desktop-auto:nth-last-child(4) ~ .col {
    width: 25%;
    width: calc((100% - 16px*3) / 4);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(4),
  .md .row.no-gap .desktop-auto:nth-last-child(4) ~ .desktop-auto {
    width: 25%;
  }
  .md .row .desktop-auto:nth-last-child(5),
  .md .row .desktop-auto:nth-last-child(5) ~ .col {
    width: 20%;
    width: calc((100% - 16px*4) / 5);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(5),
  .md .row.no-gap .desktop-auto:nth-last-child(5) ~ .desktop-auto {
    width: 20%;
  }
  .md .row .desktop-auto:nth-last-child(6),
  .md .row .desktop-auto:nth-last-child(6) ~ .col {
    width: 16.66666667%;
    width: calc((100% - 16px*5) / 6);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(6),
  .md .row.no-gap .desktop-auto:nth-last-child(6) ~ .desktop-auto {
    width: 16.66666667%;
  }
  .md .row .desktop-auto:nth-last-child(7),
  .md .row .desktop-auto:nth-last-child(7) ~ .col {
    width: 14.28571429%;
    width: calc((100% - 16px*6) / 7);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(7),
  .md .row.no-gap .desktop-auto:nth-last-child(7) ~ .desktop-auto {
    width: 14.28571429%;
  }
  .md .row .desktop-auto:nth-last-child(8),
  .md .row .desktop-auto:nth-last-child(8) ~ .col {
    width: 12.5%;
    width: calc((100% - 16px*7) / 8);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(8),
  .md .row.no-gap .desktop-auto:nth-last-child(8) ~ .desktop-auto {
    width: 12.5%;
  }
  .md .row .desktop-auto:nth-last-child(9),
  .md .row .desktop-auto:nth-last-child(9) ~ .col {
    width: 11.11111111%;
    width: calc((100% - 16px*8) / 9);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(9),
  .md .row.no-gap .desktop-auto:nth-last-child(9) ~ .desktop-auto {
    width: 11.11111111%;
  }
  .md .row .desktop-auto:nth-last-child(10),
  .md .row .desktop-auto:nth-last-child(10) ~ .col {
    width: 10%;
    width: calc((100% - 16px*9) / 10);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(10),
  .md .row.no-gap .desktop-auto:nth-last-child(10) ~ .desktop-auto {
    width: 10%;
  }
  .md .row .desktop-auto:nth-last-child(11),
  .md .row .desktop-auto:nth-last-child(11) ~ .col {
    width: 9.09090909%;
    width: calc((100% - 16px*10) / 11);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(11),
  .md .row.no-gap .desktop-auto:nth-last-child(11) ~ .desktop-auto {
    width: 9.09090909%;
  }
  .md .row .desktop-auto:nth-last-child(12),
  .md .row .desktop-auto:nth-last-child(12) ~ .col {
    width: 8.33333333%;
    width: calc((100% - 16px*11) / 12);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(12),
  .md .row.no-gap .desktop-auto:nth-last-child(12) ~ .desktop-auto {
    width: 8.33333333%;
  }
  .md .row .desktop-auto:nth-last-child(13),
  .md .row .desktop-auto:nth-last-child(13) ~ .col {
    width: 7.69230769%;
    width: calc((100% - 16px*12) / 13);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(13),
  .md .row.no-gap .desktop-auto:nth-last-child(13) ~ .desktop-auto {
    width: 7.69230769%;
  }
  .md .row .desktop-auto:nth-last-child(14),
  .md .row .desktop-auto:nth-last-child(14) ~ .col {
    width: 7.14285714%;
    width: calc((100% - 16px*13) / 14);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(14),
  .md .row.no-gap .desktop-auto:nth-last-child(14) ~ .desktop-auto {
    width: 7.14285714%;
  }
  .md .row .desktop-auto:nth-last-child(15),
  .md .row .desktop-auto:nth-last-child(15) ~ .col {
    width: 6.66666667%;
    width: calc((100% - 16px*14) / 15);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(15),
  .md .row.no-gap .desktop-auto:nth-last-child(15) ~ .desktop-auto {
    width: 6.66666667%;
  }
  .md .row .desktop-auto:nth-last-child(16),
  .md .row .desktop-auto:nth-last-child(16) ~ .col {
    width: 6.25%;
    width: calc((100% - 16px*15) / 16);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(16),
  .md .row.no-gap .desktop-auto:nth-last-child(16) ~ .desktop-auto {
    width: 6.25%;
  }
  .md .row .desktop-auto:nth-last-child(17),
  .md .row .desktop-auto:nth-last-child(17) ~ .col {
    width: 5.88235294%;
    width: calc((100% - 16px*16) / 17);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(17),
  .md .row.no-gap .desktop-auto:nth-last-child(17) ~ .desktop-auto {
    width: 5.88235294%;
  }
  .md .row .desktop-auto:nth-last-child(18),
  .md .row .desktop-auto:nth-last-child(18) ~ .col {
    width: 5.55555556%;
    width: calc((100% - 16px*17) / 18);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(18),
  .md .row.no-gap .desktop-auto:nth-last-child(18) ~ .desktop-auto {
    width: 5.55555556%;
  }
  .md .row .desktop-auto:nth-last-child(19),
  .md .row .desktop-auto:nth-last-child(19) ~ .col {
    width: 5.26315789%;
    width: calc((100% - 16px*18) / 19);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(19),
  .md .row.no-gap .desktop-auto:nth-last-child(19) ~ .desktop-auto {
    width: 5.26315789%;
  }
  .md .row .desktop-auto:nth-last-child(20),
  .md .row .desktop-auto:nth-last-child(20) ~ .col {
    width: 5%;
    width: calc((100% - 16px*19) / 20);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(20),
  .md .row.no-gap .desktop-auto:nth-last-child(20) ~ .desktop-auto {
    width: 5%;
  }
  .md .row .desktop-auto:nth-last-child(21),
  .md .row .desktop-auto:nth-last-child(21) ~ .col {
    width: 4.76190476%;
    width: calc((100% - 16px*20) / 21);
  }
  .md .row.no-gap .desktop-auto:nth-last-child(21),
  .md .row.no-gap .desktop-auto:nth-last-child(21) ~ .desktop-auto {
    width: 4.76190476%;
  }
}
/* === Calendar/Datepicker === */
.calendar {
  overflow: hidden;
  height: 320px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.calendar.modal-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (orientation: landscape) and (max-height: 415px) {
  .calendar:not(.calendar-inline) {
    height: 220px;
  }
}
.calendar.calendar-inline,
.calendar.calendar-popover .calendar {
  position: relative;
}
.calendar-modal {
  position: absolute;
  height: 420px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  min-width: 300px;
  max-width: 380px;
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 12000;
  background: #fff;
  width: 90%;
  border-radius: 4px;
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.calendar-modal.modal-in,
.calendar-modal.modal-out {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.calendar-modal.modal-in {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.calendar-modal.modal-out {
  -webkit-transform: translate3d(-50%, 100%, 0);
  transform: translate3d(-50%, 100%, 0);
}
.calendar-popover {
  width: 320px;
}
.calendar-popover .calendar {
  height: 320px;
}
.calendar-week-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 11px;
}
.calendar-week-header .calendar-week-day {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 14.28571429%;
  width: calc(100% / 7);
  text-align: center;
}
.calendar-months {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 10;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}
.calendar-months-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.calendar-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.calendar-row {
  height: 16.66666667%;
  height: calc(100% / 6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shink: 1;
  width: 100%;
  position: relative;
}
.calendar-day {
  flex-shink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.28571429%;
  width: calc(100% / 7);
  text-align: center;
  cursor: pointer;
  z-index: 20;
  color: #000;
  height: 100%;
}
.calendar-day.calendar-day-prev,
.calendar-day.calendar-day-next {
  color: #b8b8b8;
}
.calendar-day.calendar-day-disabled {
  color: #d4d4d4;
  cursor: auto;
}
.calendar-day.calendar-day-selected span {
  color: #fff;
}
.calendar-day.calendar-day-has-events span:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  margin-left: -2px;
  left: 50%;
  bottom: 1px;
}
.calendar-day span {
  display: inline-block;
  border-radius: 100%;
  position: relative;
}
.calendar-range .calendar-day.calendar-day-selected {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.calendar-range .calendar-day.calendar-day-selected span {
  width: 100%;
  border-radius: 0;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calendar-month-selector,
.calendar-year-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  max-width: 200px;
  flex-shink: 10;
}
.calendar-month-selector span,
.calendar-year-selector span {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md .calendar-header {
  height: 56px;
  background: #2196f3;
  font-size: 20px;
  line-height: 56px;
  padding: 0 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md .calendar-footer {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 6px 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.md .calendar .toolbar {
  background: none !important;
  color: #212121;
}
.md .calendar .toolbar a.link:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.15) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(0, 0, 0, 0.15) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.15) 66%, rgba(0, 0, 0, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .calendar .toolbar a.link.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .calendar .toolbar a.link .ripple-wave {
  background: rgba(0, 0, 0, 0.1);
}
.md .calendar .toolbar .icon-next,
.md .calendar .toolbar .icon-prev,
.md .calendar .toolbar .icon-forward,
.md .calendar .toolbar .icon-back {
  opacity: 0.54;
}
.md .calendar-week-header {
  color: rgba(0, 0, 0, 0.54);
  height: 24px;
}
.md .calendar-week-header .calendar-week-day {
  line-height: 24px;
}
.md .calendar-day.calendar-day-today span {
  color: #2196f3;
}
.md .calendar-day.calendar-day-has-events span:after {
  background: #2196f3;
}
.md .calendar-day.calendar-day-has-events.calendar-day-selected span:after {
  background-color: #fff;
}
.md .calendar-day.calendar-day-selected span {
  background: #2196f3;
  color: #fff;
}
.md .calendar-day span {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.md .calendar-range .calendar-day.calendar-day-selected span {
  color: #fff;
}
.md .calendar-month-selector a.icon-only,
.md .calendar-year-selector a.icon-only {
  min-width: 36px;
}
.md .calendar-sheet:before {
  content: '';
  position: absolute;
  background-color: #ccc;
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.md.device-pixel-ratio-2 .calendar-sheet:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .calendar-sheet:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .color-theme-red .calendar-header,
.md .color-red .calendar-header {
  background: #f44336;
}
.md .color-theme-red .calendar-day.calendar-day-today span,
.md .color-red .calendar-day.calendar-day-today span {
  color: #f44336;
}
.md .color-theme-red .calendar-day.calendar-day-has-events span:after,
.md .color-red .calendar-day.calendar-day-has-events span:after {
  background: #f44336;
}
.md .color-theme-red .calendar-day.calendar-day-selected span,
.md .color-red .calendar-day.calendar-day-selected span {
  background: #f44336;
  color: #fff;
}
.md .color-theme-red .calendar-day.calendar-day-selected span:after,
.md .color-red .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-pink .calendar-header,
.md .color-pink .calendar-header {
  background: #e91e63;
}
.md .color-theme-pink .calendar-day.calendar-day-today span,
.md .color-pink .calendar-day.calendar-day-today span {
  color: #e91e63;
}
.md .color-theme-pink .calendar-day.calendar-day-has-events span:after,
.md .color-pink .calendar-day.calendar-day-has-events span:after {
  background: #e91e63;
}
.md .color-theme-pink .calendar-day.calendar-day-selected span,
.md .color-pink .calendar-day.calendar-day-selected span {
  background: #e91e63;
  color: #fff;
}
.md .color-theme-pink .calendar-day.calendar-day-selected span:after,
.md .color-pink .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-purple .calendar-header,
.md .color-purple .calendar-header {
  background: #9c27b0;
}
.md .color-theme-purple .calendar-day.calendar-day-today span,
.md .color-purple .calendar-day.calendar-day-today span {
  color: #9c27b0;
}
.md .color-theme-purple .calendar-day.calendar-day-has-events span:after,
.md .color-purple .calendar-day.calendar-day-has-events span:after {
  background: #9c27b0;
}
.md .color-theme-purple .calendar-day.calendar-day-selected span,
.md .color-purple .calendar-day.calendar-day-selected span {
  background: #9c27b0;
  color: #fff;
}
.md .color-theme-purple .calendar-day.calendar-day-selected span:after,
.md .color-purple .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-deeppurple .calendar-header,
.md .color-deeppurple .calendar-header {
  background: #673ab7;
}
.md .color-theme-deeppurple .calendar-day.calendar-day-today span,
.md .color-deeppurple .calendar-day.calendar-day-today span {
  color: #673ab7;
}
.md .color-theme-deeppurple .calendar-day.calendar-day-has-events span:after,
.md .color-deeppurple .calendar-day.calendar-day-has-events span:after {
  background: #673ab7;
}
.md .color-theme-deeppurple .calendar-day.calendar-day-selected span,
.md .color-deeppurple .calendar-day.calendar-day-selected span {
  background: #673ab7;
  color: #fff;
}
.md .color-theme-deeppurple .calendar-day.calendar-day-selected span:after,
.md .color-deeppurple .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-indigo .calendar-header,
.md .color-indigo .calendar-header {
  background: #3f51b5;
}
.md .color-theme-indigo .calendar-day.calendar-day-today span,
.md .color-indigo .calendar-day.calendar-day-today span {
  color: #3f51b5;
}
.md .color-theme-indigo .calendar-day.calendar-day-has-events span:after,
.md .color-indigo .calendar-day.calendar-day-has-events span:after {
  background: #3f51b5;
}
.md .color-theme-indigo .calendar-day.calendar-day-selected span,
.md .color-indigo .calendar-day.calendar-day-selected span {
  background: #3f51b5;
  color: #fff;
}
.md .color-theme-indigo .calendar-day.calendar-day-selected span:after,
.md .color-indigo .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-blue .calendar-header,
.md .color-blue .calendar-header {
  background: #2196f3;
}
.md .color-theme-blue .calendar-day.calendar-day-today span,
.md .color-blue .calendar-day.calendar-day-today span {
  color: #2196f3;
}
.md .color-theme-blue .calendar-day.calendar-day-has-events span:after,
.md .color-blue .calendar-day.calendar-day-has-events span:after {
  background: #2196f3;
}
.md .color-theme-blue .calendar-day.calendar-day-selected span,
.md .color-blue .calendar-day.calendar-day-selected span {
  background: #2196f3;
  color: #fff;
}
.md .color-theme-blue .calendar-day.calendar-day-selected span:after,
.md .color-blue .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-lightblue .calendar-header,
.md .color-lightblue .calendar-header {
  background: #03a9f4;
}
.md .color-theme-lightblue .calendar-day.calendar-day-today span,
.md .color-lightblue .calendar-day.calendar-day-today span {
  color: #03a9f4;
}
.md .color-theme-lightblue .calendar-day.calendar-day-has-events span:after,
.md .color-lightblue .calendar-day.calendar-day-has-events span:after {
  background: #03a9f4;
}
.md .color-theme-lightblue .calendar-day.calendar-day-selected span,
.md .color-lightblue .calendar-day.calendar-day-selected span {
  background: #03a9f4;
  color: #fff;
}
.md .color-theme-lightblue .calendar-day.calendar-day-selected span:after,
.md .color-lightblue .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-cyan .calendar-header,
.md .color-cyan .calendar-header {
  background: #00bcd4;
}
.md .color-theme-cyan .calendar-day.calendar-day-today span,
.md .color-cyan .calendar-day.calendar-day-today span {
  color: #00bcd4;
}
.md .color-theme-cyan .calendar-day.calendar-day-has-events span:after,
.md .color-cyan .calendar-day.calendar-day-has-events span:after {
  background: #00bcd4;
}
.md .color-theme-cyan .calendar-day.calendar-day-selected span,
.md .color-cyan .calendar-day.calendar-day-selected span {
  background: #00bcd4;
  color: #fff;
}
.md .color-theme-cyan .calendar-day.calendar-day-selected span:after,
.md .color-cyan .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-teal .calendar-header,
.md .color-teal .calendar-header {
  background: #009688;
}
.md .color-theme-teal .calendar-day.calendar-day-today span,
.md .color-teal .calendar-day.calendar-day-today span {
  color: #009688;
}
.md .color-theme-teal .calendar-day.calendar-day-has-events span:after,
.md .color-teal .calendar-day.calendar-day-has-events span:after {
  background: #009688;
}
.md .color-theme-teal .calendar-day.calendar-day-selected span,
.md .color-teal .calendar-day.calendar-day-selected span {
  background: #009688;
  color: #fff;
}
.md .color-theme-teal .calendar-day.calendar-day-selected span:after,
.md .color-teal .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-green .calendar-header,
.md .color-green .calendar-header {
  background: #4caf50;
}
.md .color-theme-green .calendar-day.calendar-day-today span,
.md .color-green .calendar-day.calendar-day-today span {
  color: #4caf50;
}
.md .color-theme-green .calendar-day.calendar-day-has-events span:after,
.md .color-green .calendar-day.calendar-day-has-events span:after {
  background: #4caf50;
}
.md .color-theme-green .calendar-day.calendar-day-selected span,
.md .color-green .calendar-day.calendar-day-selected span {
  background: #4caf50;
  color: #fff;
}
.md .color-theme-green .calendar-day.calendar-day-selected span:after,
.md .color-green .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-lightgreen .calendar-header,
.md .color-lightgreen .calendar-header {
  background: #8bc34a;
}
.md .color-theme-lightgreen .calendar-day.calendar-day-today span,
.md .color-lightgreen .calendar-day.calendar-day-today span {
  color: #8bc34a;
}
.md .color-theme-lightgreen .calendar-day.calendar-day-has-events span:after,
.md .color-lightgreen .calendar-day.calendar-day-has-events span:after {
  background: #8bc34a;
}
.md .color-theme-lightgreen .calendar-day.calendar-day-selected span,
.md .color-lightgreen .calendar-day.calendar-day-selected span {
  background: #8bc34a;
  color: #fff;
}
.md .color-theme-lightgreen .calendar-day.calendar-day-selected span:after,
.md .color-lightgreen .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-lime .calendar-header,
.md .color-lime .calendar-header {
  background: #cddc39;
}
.md .color-theme-lime .calendar-day.calendar-day-today span,
.md .color-lime .calendar-day.calendar-day-today span {
  color: #cddc39;
}
.md .color-theme-lime .calendar-day.calendar-day-has-events span:after,
.md .color-lime .calendar-day.calendar-day-has-events span:after {
  background: #cddc39;
}
.md .color-theme-lime .calendar-day.calendar-day-selected span,
.md .color-lime .calendar-day.calendar-day-selected span {
  background: #cddc39;
  color: #fff;
}
.md .color-theme-lime .calendar-day.calendar-day-selected span:after,
.md .color-lime .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-yellow .calendar-header,
.md .color-yellow .calendar-header {
  background: #ffeb3b;
}
.md .color-theme-yellow .calendar-day.calendar-day-today span,
.md .color-yellow .calendar-day.calendar-day-today span {
  color: #ffeb3b;
}
.md .color-theme-yellow .calendar-day.calendar-day-has-events span:after,
.md .color-yellow .calendar-day.calendar-day-has-events span:after {
  background: #ffeb3b;
}
.md .color-theme-yellow .calendar-day.calendar-day-selected span,
.md .color-yellow .calendar-day.calendar-day-selected span {
  background: #ffeb3b;
  color: #fff;
}
.md .color-theme-yellow .calendar-day.calendar-day-selected span:after,
.md .color-yellow .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-amber .calendar-header,
.md .color-amber .calendar-header {
  background: #ffc107;
}
.md .color-theme-amber .calendar-day.calendar-day-today span,
.md .color-amber .calendar-day.calendar-day-today span {
  color: #ffc107;
}
.md .color-theme-amber .calendar-day.calendar-day-has-events span:after,
.md .color-amber .calendar-day.calendar-day-has-events span:after {
  background: #ffc107;
}
.md .color-theme-amber .calendar-day.calendar-day-selected span,
.md .color-amber .calendar-day.calendar-day-selected span {
  background: #ffc107;
  color: #fff;
}
.md .color-theme-amber .calendar-day.calendar-day-selected span:after,
.md .color-amber .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-orange .calendar-header,
.md .color-orange .calendar-header {
  background: #ff9800;
}
.md .color-theme-orange .calendar-day.calendar-day-today span,
.md .color-orange .calendar-day.calendar-day-today span {
  color: #ff9800;
}
.md .color-theme-orange .calendar-day.calendar-day-has-events span:after,
.md .color-orange .calendar-day.calendar-day-has-events span:after {
  background: #ff9800;
}
.md .color-theme-orange .calendar-day.calendar-day-selected span,
.md .color-orange .calendar-day.calendar-day-selected span {
  background: #ff9800;
  color: #fff;
}
.md .color-theme-orange .calendar-day.calendar-day-selected span:after,
.md .color-orange .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-deeporange .calendar-header,
.md .color-deeporange .calendar-header {
  background: #ff5722;
}
.md .color-theme-deeporange .calendar-day.calendar-day-today span,
.md .color-deeporange .calendar-day.calendar-day-today span {
  color: #ff5722;
}
.md .color-theme-deeporange .calendar-day.calendar-day-has-events span:after,
.md .color-deeporange .calendar-day.calendar-day-has-events span:after {
  background: #ff5722;
}
.md .color-theme-deeporange .calendar-day.calendar-day-selected span,
.md .color-deeporange .calendar-day.calendar-day-selected span {
  background: #ff5722;
  color: #fff;
}
.md .color-theme-deeporange .calendar-day.calendar-day-selected span:after,
.md .color-deeporange .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-brown .calendar-header,
.md .color-brown .calendar-header {
  background: #795548;
}
.md .color-theme-brown .calendar-day.calendar-day-today span,
.md .color-brown .calendar-day.calendar-day-today span {
  color: #795548;
}
.md .color-theme-brown .calendar-day.calendar-day-has-events span:after,
.md .color-brown .calendar-day.calendar-day-has-events span:after {
  background: #795548;
}
.md .color-theme-brown .calendar-day.calendar-day-selected span,
.md .color-brown .calendar-day.calendar-day-selected span {
  background: #795548;
  color: #fff;
}
.md .color-theme-brown .calendar-day.calendar-day-selected span:after,
.md .color-brown .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-gray .calendar-header,
.md .color-gray .calendar-header {
  background: #9e9e9e;
}
.md .color-theme-gray .calendar-day.calendar-day-today span,
.md .color-gray .calendar-day.calendar-day-today span {
  color: #9e9e9e;
}
.md .color-theme-gray .calendar-day.calendar-day-has-events span:after,
.md .color-gray .calendar-day.calendar-day-has-events span:after {
  background: #9e9e9e;
}
.md .color-theme-gray .calendar-day.calendar-day-selected span,
.md .color-gray .calendar-day.calendar-day-selected span {
  background: #9e9e9e;
  color: #fff;
}
.md .color-theme-gray .calendar-day.calendar-day-selected span:after,
.md .color-gray .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-bluegray .calendar-header,
.md .color-bluegray .calendar-header {
  background: #607d8b;
}
.md .color-theme-bluegray .calendar-day.calendar-day-today span,
.md .color-bluegray .calendar-day.calendar-day-today span {
  color: #607d8b;
}
.md .color-theme-bluegray .calendar-day.calendar-day-has-events span:after,
.md .color-bluegray .calendar-day.calendar-day-has-events span:after {
  background: #607d8b;
}
.md .color-theme-bluegray .calendar-day.calendar-day-selected span,
.md .color-bluegray .calendar-day.calendar-day-selected span {
  background: #607d8b;
  color: #fff;
}
.md .color-theme-bluegray .calendar-day.calendar-day-selected span:after,
.md .color-bluegray .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-white .calendar-header,
.md .color-white .calendar-header {
  background: #ffffff;
}
.md .color-theme-white .calendar-day.calendar-day-today span,
.md .color-white .calendar-day.calendar-day-today span {
  color: #ffffff;
}
.md .color-theme-white .calendar-day.calendar-day-has-events span:after,
.md .color-white .calendar-day.calendar-day-has-events span:after {
  background: #ffffff;
}
.md .color-theme-white .calendar-day.calendar-day-selected span,
.md .color-white .calendar-day.calendar-day-selected span {
  background: #ffffff;
  color: #fff;
}
.md .color-theme-white .calendar-day.calendar-day-selected span:after,
.md .color-white .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
.md .color-theme-black .calendar-header,
.md .color-black .calendar-header {
  background: #000000;
}
.md .color-theme-black .calendar-day.calendar-day-today span,
.md .color-black .calendar-day.calendar-day-today span {
  color: #000000;
}
.md .color-theme-black .calendar-day.calendar-day-has-events span:after,
.md .color-black .calendar-day.calendar-day-has-events span:after {
  background: #000000;
}
.md .color-theme-black .calendar-day.calendar-day-selected span,
.md .color-black .calendar-day.calendar-day-selected span {
  background: #000000;
  color: #fff;
}
.md .color-theme-black .calendar-day.calendar-day-selected span:after,
.md .color-black .calendar-day.calendar-day-selected span:after {
  background-color: #fff;
}
/* === Picker === */
.picker {
  width: 100%;
  height: 260px;
}
.picker.picker-inline,
.popover .picker {
  height: 200px;
}
@media (orientation: landscape) and (max-height: 415px) {
  .picker:not(.picker-inline) {
    height: 200px;
  }
}
.picker-popover {
  width: 280px;
}
.picker-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  text-align: right;
  height: 100%;
  position: relative;
  -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
}
.picker-column {
  position: relative;
  max-height: 100%;
}
.picker-column.picker-column-first:before,
.picker-column.picker-column-last:after {
  height: 100%;
  width: 100vw;
  position: absolute;
  content: '';
  top: 0;
}
.picker-column.picker-column-first:before {
  right: 100%;
}
.picker-column.picker-column-last:after {
  left: 100%;
}
.picker-column.picker-column-left {
  text-align: left;
}
.picker-column.picker-column-center {
  text-align: center;
}
.picker-column.picker-column-right {
  text-align: right;
}
.picker-column.picker-column-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.picker-items {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.picker-item {
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.picker-item span {
  padding: 0 10px;
}
.picker-column-absolute .picker-item {
  position: absolute;
}
.picker-item.picker-item-far {
  pointer-events: none;
}
.picker-item.picker-item-selected {
  -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
  transform: translate3d(0, 0, 0) rotateX(0deg);
}
.picker-center-highlight {
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  pointer-events: none;
}
.picker-3d .picker-columns {
  overflow: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.picker-3d .picker-column,
.picker-3d .picker-items,
.picker-3d .picker-item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.picker-3d .picker-column {
  overflow: visible;
}
.picker-3d .picker-item {
  -webkit-transform-origin: center center -110px;
  transform-origin: center center -110px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.md .picker-popover .toolbar {
  border-radius: 2px 2px 0 0;
}
.md .picker-columns {
  font-size: 20px;
}
.md .picker-column-divider {
  color: rgba(0, 0, 0, 0.87);
}
.md .picker-popover .picker > .toolbar + .picker-columns {
  height: calc(100% - 48px);
}
.md .picker-center-highlight:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.md.device-pixel-ratio-2 .picker-center-highlight:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .picker-center-highlight:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .picker-center-highlight:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.md.device-pixel-ratio-2 .picker-center-highlight:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .picker-center-highlight:after {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
/* === Infinite === */
.infinite-scroll-preloader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.infinite-scroll-preloader.preloader {
  display: block;
}
.md .infinite-scroll-preloader {
  margin-top: 32px;
  margin-bottom: 32px;
}
/* === PTR === */
.ptr-preloader .preloader {
  position: absolute;
  left: 50%;
}
.md .ptr-preloader {
  position: absolute;
  left: 50%;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  margin-left: -20px;
  margin-top: -7px;
  z-index: 100;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .md .ptr-preloader {
    top: 24px;
  }
}
.md .ptr-preloader .preloader {
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  top: 50%;
  visibility: hidden;
}
.md .ptr-preloader .preloader .preloader-inner-gap,
.md .ptr-preloader .preloader .preloader-inner-half-circle {
  border-width: 3px;
}
.md .ptr-arrow {
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #757575;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.md .ptr-arrow:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  left: -5px;
  bottom: 0px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.md .ptr-content:not(.ptr-refreshing):not(.ptr-pull-up) .ptr-preloader .preloader,
.md .ptr-content:not(.ptr-refreshing):not(.ptr-pull-up) .ptr-preloader .preloader * {
  -webkit-animation: none;
  animation: none;
}
.md .ptr-refreshing .ptr-preloader .preloader,
.md .ptr-pull-up .ptr-preloader .preloader {
  visibility: visible;
}
.md .ptr-refreshing .ptr-arrow,
.md .ptr-pull-up .ptr-arrow {
  visibility: hidden;
}
.md .ptr-refreshing .ptr-preloader {
  -webkit-transform: translate3d(0, 66px, 0);
  transform: translate3d(0, 66px, 0);
}
.md .ptr-transitioning .ptr-arrow {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.md .ptr-pull-up .ptr-arrow {
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-transform: rotate(620deg) !important;
  transform: rotate(620deg) !important;
  opacity: 0;
}
.md .ptr-transitioning .ptr-preloader,
.md .ptr-refreshing .ptr-preloader {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.md .ptr-no-navbar .ptr-preloader {
  top: auto;
  bottom: 100%;
  margin-bottom: 7px;
}
/* === Images Lazy Loading === */
.lazy-loaded.lazy-fadeIn {
  -webkit-animation: lazyFadeIn 600ms;
  animation: lazyFadeIn 600ms;
}
@-webkit-keyframes lazyFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lazyFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* === Data Table === */
.data-table {
  overflow-x: auto;
}
.data-table table {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  text-align: right;
}
.data-table thead {
  font-size: 12px;
}
.data-table thead th,
.data-table thead td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
}
.data-table thead i.icon,
.data-table thead i.f7-icons,
.data-table thead i.material-icons {
  vertical-align: top;
}
.data-table th,
.data-table td {
  padding: 0;
  position: relative;
}
.data-table th.numeric-cell,
.data-table td.numeric-cell {
  text-align: left;
}
.data-table th.checkbox-cell,
.data-table td.checkbox-cell {
  overflow: visible;
}
.data-table th.checkbox-cell label + span,
.data-table td.checkbox-cell label + span {
  margin-right: 8px;
}
.data-table th.actions-cell,
.data-table td.actions-cell {
  text-align: left;
  white-space: nowrap;
}
.data-table th a.icon-only,
.data-table td a.icon-only,
.card .data-table th a.icon-only,
.card .data-table td a.icon-only,
.card.data-table th a.icon-only,
.card.data-table td a.icon-only {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  min-width: 0;
}
.data-table th a.icon-only i,
.data-table td a.icon-only i,
.card .data-table th a.icon-only i,
.card .data-table td a.icon-only i,
.card.data-table th a.icon-only i,
.card.data-table td a.icon-only i {
  font-size: 18px;
  vertical-align: middle;
}
.data-table .sortable-cell {
  cursor: pointer;
  position: relative;
}
.data-table .sortable-cell:not(.numeric-cell):after,
.data-table .sortable-cell.numeric-cell:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200h24v24H0V0z'%20fill%3D'none'%2F%3E%3Cpath%20d%3D'M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
html.device-desktop .data-table .sortable-cell:not(.sortable-cell-active):hover:after,
html.device-desktop .data-table .sortable-cell:not(.sortable-cell-active):hover:before {
  opacity: 0.54;
}
.data-table .sortable-cell.sortable-cell-active:after,
.data-table .sortable-cell.sortable-cell-active:before {
  opacity: 0.87;
}
.data-table .sortable-cell.sortable-desc:after,
.data-table .sortable-cell.sortable-desc:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.data-table.card .card-header,
.card .data-table .card-header {
  height: 64px;
}
.data-table.card .card-content,
.card .data-table .card-content {
  overflow-x: auto;
}
.data-table .data-table-links,
.data-table .data-table-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.data-table .data-table-actions {
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.data-table .data-table-actions a.link {
  min-width: 0;
}
.data-table .data-table-actions a.link.icon-only {
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.data-table .data-table-header,
.data-table .data-table-header-selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.data-table .data-table-header-selected {
  display: none;
}
.data-table.data-table-has-checked .data-table-header {
  display: none;
}
.data-table.data-table-has-checked .data-table-header-selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.data-table .data-table-title-selected {
  font-size: 14px;
}
@media (max-width: 480px) and (orientation: portrait) {
  .data-table.data-table-collapsible thead {
    display: none;
  }
  .data-table.data-table-collapsible tbody,
  .data-table.data-table-collapsible tr,
  .data-table.data-table-collapsible td {
    display: block;
  }
  .data-table.data-table-collapsible tr {
    position: relative;
  }
  .data-table.data-table-collapsible tr:hover {
    background-color: inherit;
  }
  .data-table.data-table-collapsible td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }
  .data-table.data-table-collapsible td:before {
    display: none !important;
  }
  .data-table.data-table-collapsible td:not(.checkbox-cell):before {
    width: 40%;
    display: block !important;
    content: attr(data-collapsible-title);
    position: relative;
    height: auto;
    background: none;
    -webkit-transform: none !important;
    transform: none !important;
    font-size: 12px;
    margin-left: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .data-table.data-table-collapsible td.checkbox-cell {
    position: absolute;
    top: 0;
    right: 0;
  }
  .data-table.data-table-collapsible td.checkbox-cell + td {
    padding-right: 16px;
  }
  .data-table.data-table-collapsible td.checkbox-cell ~ td {
    margin-right: 32px;
  }
}
.data-table .tablet-only,
.data-table .tablet-landscape-only {
  display: none;
}
@media (min-width: 768px) {
  .data-table .tablet-only {
    display: table-cell;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .data-table .tablet-landscape-only {
    display: table-cell;
  }
}
.md .data-table thead th,
.md .data-table thead td {
  font-weight: 500;
  height: 56px;
}
.md .data-table thead th:not(.sortable-cell-active),
.md .data-table thead td:not(.sortable-cell-active) {
  color: rgba(0, 0, 0, 0.54);
}
.md .data-table thead i.icon,
.md .data-table thead i.material-icons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.md .data-table tbody {
  font-size: 13px;
}
.md .data-table tbody tr.data-table-row-selected {
  background: #f5f5f5;
}
.md .data-table tbody td {
  height: 48px;
}
.md .data-table th,
.md .data-table td {
  padding-left: 28px;
  padding-right: 28px;
}
.md .data-table th.label-cell,
.md .data-table td.label-cell {
  padding-left: 24px;
  padding-right: 24px;
}
.md .data-table th:first-child,
.md .data-table td:first-child {
  padding-right: 24px;
}
.md .data-table th:last-child,
.md .data-table td:last-child {
  padding-left: 24px;
}
.md .data-table th.checkbox-cell,
.md .data-table td.checkbox-cell {
  width: 18px;
  padding-right: 24px;
  padding-left: 12px;
}
.md .data-table th.checkbox-cell + td,
.md .data-table td.checkbox-cell + td,
.md .data-table th.checkbox-cell + th,
.md .data-table td.checkbox-cell + th {
  padding-right: 12px;
}
.md .data-table th.actions-cell a.link,
.md .data-table td.actions-cell a.link {
  color: rgba(0, 0, 0, 0.54);
}
.md .data-table th.actions-cell a.link + a.link,
.md .data-table td.actions-cell a.link + a.link {
  margin-right: 24px;
}
.md .data-table th.actions-cell a.icon-only,
.md .data-table td.actions-cell a.icon-only {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.md .sortable-cell:not(.numeric-cell):after {
  margin-right: 8px;
}
.md .sortable-cell.numeric-cell:before {
  margin-left: 8px;
}
.md .data-table.card .card-header,
.md .card .data-table .card-header,
.md .data-table.card .card-footer,
.md .card .data-table .card-footer {
  padding-right: 24px;
  padding-left: 14px;
}
.md .data-table.card .card-footer,
.md .card .data-table .card-footer {
  height: 56px;
}
.md .data-table-title {
  font-size: 20px;
}
.md .data-table-links a.link + a.link,
.md .data-table-actions a.link + a.link {
  margin-right: 24px;
}
.md .data-table-actions a.link {
  color: rgba(0, 0, 0, 0.54);
}
.md .data-table-actions a.link.icon-only {
  width: 24px;
  height: 24px;
  overflow: visible;
}
.md .data-table-actions a.link.icon-only.active-state {
  background: none;
}
.md .data-table .card-header > .data-table-header,
.md .data-table .card-header > .data-table-header-selected {
  padding-right: 24px;
  padding-left: 14px;
  margin-right: -24px;
  margin-left: -14px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 100%;
}
.md .data-table-header-selected {
  background: rgba(33, 150, 243, 0.1);
}
.md .data-table-title-selected {
  color: #2196f3;
}
.md .data-table tbody td:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.md.device-pixel-ratio-2 .data-table tbody td:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .data-table tbody td:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md.device-desktop .data-table tbody tr:hover {
  background: #f5f5f5;
}
@media (max-width: 480px) and (orientation: portrait) {
  .md .data-table.data-table-collapsible td {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md .data-table.data-table-collapsible td:not(.checkbox-cell) {
    font-size: 16px;
  }
  .md .data-table.data-table-collapsible td:not(.checkbox-cell):before {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    line-height: 16px;
  }
  .md .data-table-collapsible tr:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    z-index: 15;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .md.device-pixel-ratio-2 .data-table-collapsible tr:before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .md.device-pixel-ratio-3 .data-table-collapsible tr:before {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
  }
}
.md .color-theme-red .data-table-header-selected,
.md .data-table-header-selected.color-red {
  background: rgba(244, 67, 54, 0.1);
}
.md .color-theme-red .data-table-title-selected,
.md .color-red .data-table-title-selected {
  color: #f44336;
}
.md .color-theme-pink .data-table-header-selected,
.md .data-table-header-selected.color-pink {
  background: rgba(233, 30, 99, 0.1);
}
.md .color-theme-pink .data-table-title-selected,
.md .color-pink .data-table-title-selected {
  color: #e91e63;
}
.md .color-theme-purple .data-table-header-selected,
.md .data-table-header-selected.color-purple {
  background: rgba(156, 39, 176, 0.1);
}
.md .color-theme-purple .data-table-title-selected,
.md .color-purple .data-table-title-selected {
  color: #9c27b0;
}
.md .color-theme-deeppurple .data-table-header-selected,
.md .data-table-header-selected.color-deeppurple {
  background: rgba(103, 58, 183, 0.1);
}
.md .color-theme-deeppurple .data-table-title-selected,
.md .color-deeppurple .data-table-title-selected {
  color: #673ab7;
}
.md .color-theme-indigo .data-table-header-selected,
.md .data-table-header-selected.color-indigo {
  background: rgba(63, 81, 181, 0.1);
}
.md .color-theme-indigo .data-table-title-selected,
.md .color-indigo .data-table-title-selected {
  color: #3f51b5;
}
.md .color-theme-blue .data-table-header-selected,
.md .data-table-header-selected.color-blue {
  background: rgba(33, 150, 243, 0.1);
}
.md .color-theme-blue .data-table-title-selected,
.md .color-blue .data-table-title-selected {
  color: #2196f3;
}
.md .color-theme-lightblue .data-table-header-selected,
.md .data-table-header-selected.color-lightblue {
  background: rgba(3, 169, 244, 0.1);
}
.md .color-theme-lightblue .data-table-title-selected,
.md .color-lightblue .data-table-title-selected {
  color: #03a9f4;
}
.md .color-theme-cyan .data-table-header-selected,
.md .data-table-header-selected.color-cyan {
  background: rgba(0, 188, 212, 0.1);
}
.md .color-theme-cyan .data-table-title-selected,
.md .color-cyan .data-table-title-selected {
  color: #00bcd4;
}
.md .color-theme-teal .data-table-header-selected,
.md .data-table-header-selected.color-teal {
  background: rgba(0, 150, 136, 0.1);
}
.md .color-theme-teal .data-table-title-selected,
.md .color-teal .data-table-title-selected {
  color: #009688;
}
.md .color-theme-green .data-table-header-selected,
.md .data-table-header-selected.color-green {
  background: rgba(76, 175, 80, 0.1);
}
.md .color-theme-green .data-table-title-selected,
.md .color-green .data-table-title-selected {
  color: #4caf50;
}
.md .color-theme-lightgreen .data-table-header-selected,
.md .data-table-header-selected.color-lightgreen {
  background: rgba(139, 195, 74, 0.1);
}
.md .color-theme-lightgreen .data-table-title-selected,
.md .color-lightgreen .data-table-title-selected {
  color: #8bc34a;
}
.md .color-theme-lime .data-table-header-selected,
.md .data-table-header-selected.color-lime {
  background: rgba(205, 220, 57, 0.1);
}
.md .color-theme-lime .data-table-title-selected,
.md .color-lime .data-table-title-selected {
  color: #cddc39;
}
.md .color-theme-yellow .data-table-header-selected,
.md .data-table-header-selected.color-yellow {
  background: rgba(255, 235, 59, 0.1);
}
.md .color-theme-yellow .data-table-title-selected,
.md .color-yellow .data-table-title-selected {
  color: #ffeb3b;
}
.md .color-theme-amber .data-table-header-selected,
.md .data-table-header-selected.color-amber {
  background: rgba(255, 193, 7, 0.1);
}
.md .color-theme-amber .data-table-title-selected,
.md .color-amber .data-table-title-selected {
  color: #ffc107;
}
.md .color-theme-orange .data-table-header-selected,
.md .data-table-header-selected.color-orange {
  background: rgba(255, 152, 0, 0.1);
}
.md .color-theme-orange .data-table-title-selected,
.md .color-orange .data-table-title-selected {
  color: #ff9800;
}
.md .color-theme-deeporange .data-table-header-selected,
.md .data-table-header-selected.color-deeporange {
  background: rgba(255, 87, 34, 0.1);
}
.md .color-theme-deeporange .data-table-title-selected,
.md .color-deeporange .data-table-title-selected {
  color: #ff5722;
}
.md .color-theme-brown .data-table-header-selected,
.md .data-table-header-selected.color-brown {
  background: rgba(121, 85, 72, 0.1);
}
.md .color-theme-brown .data-table-title-selected,
.md .color-brown .data-table-title-selected {
  color: #795548;
}
.md .color-theme-gray .data-table-header-selected,
.md .data-table-header-selected.color-gray {
  background: rgba(158, 158, 158, 0.1);
}
.md .color-theme-gray .data-table-title-selected,
.md .color-gray .data-table-title-selected {
  color: #9e9e9e;
}
.md .color-theme-bluegray .data-table-header-selected,
.md .data-table-header-selected.color-bluegray {
  background: rgba(96, 125, 139, 0.1);
}
.md .color-theme-bluegray .data-table-title-selected,
.md .color-bluegray .data-table-title-selected {
  color: #607d8b;
}
.md .color-theme-white .data-table-header-selected,
.md .data-table-header-selected.color-white {
  background: rgba(255, 255, 255, 0.1);
}
.md .color-theme-white .data-table-title-selected,
.md .color-white .data-table-title-selected {
  color: #ffffff;
}
.md .color-theme-black .data-table-header-selected,
.md .data-table-header-selected.color-black {
  background: rgba(0, 0, 0, 0.1);
}
.md .color-theme-black .data-table-title-selected,
.md .color-black .data-table-title-selected {
  color: #000000;
}
/* === FAB === */
.fab {
  position: absolute;
  z-index: 1500;
}
.fab > a,
.fab-buttons a {
  position: relative;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.fab > a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.fab > a i + i {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.5);
  transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.5);
  opacity: 0;
}
.fab[class*="fab-center"] {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fab[class*="left-center"],
.fab[class*="right-center"] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fab[class*="center-center"] {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.fab div.fab-buttons a {
  width: 40px;
  height: 40px;
}
.fab-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.fab-buttons a {
  opacity: 0;
}
.fab-opened:not(.fab-morph) > a i {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.5);
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.5);
  opacity: 0;
}
.fab-opened:not(.fab-morph) > a i + i {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  opacity: 1;
}
.fab-opened .fab-buttons {
  visibility: visible;
  pointer-events: auto;
}
.fab-opened .fab-buttons a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0) scale(1) !important;
  transform: translate3d(0, 0px, 0) scale(1) !important;
}
.fab-opened .fab-buttons a:nth-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.fab-opened .fab-buttons a:nth-child(3) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.fab-opened .fab-buttons a:nth-child(4) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.fab-opened .fab-buttons a:nth-child(5) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.fab-opened .fab-buttons a:nth-child(6) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.fab-buttons-top,
.fab-buttons-bottom {
  left: 50%;
  width: 40px;
  margin-left: -20px;
}
.fab-buttons-top {
  bottom: 100%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fab-buttons-top a {
  -webkit-transform: translate3d(0, 8px, 0) scale(0.3);
  transform: translate3d(0, 8px, 0) scale(0.3);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.fab-buttons-top a + a {
  margin-bottom: 16px;
}
.fab-buttons-bottom {
  top: 100%;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fab-buttons-bottom a {
  -webkit-transform: translate3d(0, -8px, 0) scale(0.3);
  transform: translate3d(0, -8px, 0) scale(0.3);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.fab-buttons-bottom a + a {
  margin-top: 16px;
}
.fab-buttons-left,
.fab-buttons-right {
  top: 50%;
  height: 40px;
  margin-top: -20px;
}
.fab-buttons-left {
  right: 100%;
  margin-right: 16px;
}
.fab-buttons-left a {
  -webkit-transform: translate3d(8px, 0px, 0) scale(0.3);
  transform: translate3d(8px, 0px, 0) scale(0.3);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.fab-buttons-left a + a {
  margin-right: 16px;
}
.fab-buttons-right {
  left: 100%;
  margin-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fab-buttons-right a {
  -webkit-transform: translate3d(-8px, 0, 0) scale(0.3);
  transform: translate3d(-8px, 0, 0) scale(0.3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.fab-buttons-right a + a {
  margin-left: 16px;
}
.fab-buttons-center {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.fab-buttons-center a {
  position: absolute;
}
.fab-buttons-center a:nth-child(1) {
  left: 50%;
  margin-left: -20px;
  bottom: 100%;
  margin-bottom: 16px;
  -webkit-transform: translateY(-8px) scale(0.3);
  transform: translateY(-8px) scale(0.3);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.fab-buttons-center a:nth-child(2) {
  left: 100%;
  margin-top: -20px;
  top: 50%;
  margin-left: 16px;
  -webkit-transform: translateX(-8px) scale(0.3);
  transform: translateX(-8px) scale(0.3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.fab-buttons-center a:nth-child(3) {
  left: 50%;
  margin-left: -20px;
  top: 100%;
  margin-top: 16px;
  -webkit-transform: translateY(8px) scale(0.3);
  transform: translateY(8px) scale(0.3);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.fab-buttons-center a:nth-child(4) {
  right: 100%;
  margin-top: -20px;
  top: 50%;
  margin-right: 16px;
  -webkit-transform: translateX(8px) scale(0.3);
  transform: translateX(8px) scale(0.3);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.fab-opened.fab-morph > a i {
  opacity: 0;
}
.fab-morph,
.fab-morph > a,
.fab-morph-target {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.fab-morph-target:not(.fab-morph-target-visible) {
  display: none;
}
.md .fab > a,
.md .fab-buttons a {
  background: #2196f3;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md .fab > a.active-state,
.md .fab-buttons a.active-state {
  background: #0c82df;
}
.md .fab[class*="fab-left"] {
  left: 15px;
}
.md .fab[class*="fab-right"] {
  right: 15px;
}
.md .fab[class*="-top"] {
  top: 15px;
}
.md .fab[class*="-bottom"] {
  bottom: 15px;
}
.md .navbar ~ * .fab[class*="-top"],
.md .navbar ~ .fab[class*="-top"] {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .md .navbar ~ * .fab[class*="-top"],
  .md .navbar ~ .fab[class*="-top"] {
    margin-top: 64px;
  }
}
.md .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .fab[class*="-top"],
.md .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .fab[class*="-top"] {
  margin-top: 48px;
}
.md .tabbar-labels:not(.toolbar-bottom-md) ~ * .fab[class*="-top"],
.md .tabbar-labels:not(.toolbar-bottom-md) ~ .fab[class*="-top"] {
  margin-top: 72px;
}
.md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .fab[class*="-top"],
.md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .fab[class*="-top"] {
  margin-top: 104px;
}
.md .navbar + .tabbar-labels:not(.toolbar-bottom-md) ~ * .fab[class*="-top"],
.md .navbar + .tabbar-labels:not(.toolbar-bottom-md) ~ .fab[class*="-top"] {
  margin-top: 128px;
}
@media (min-width: 768px) {
  .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .fab[class*="-top"],
  .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .fab[class*="-top"] {
    margin-top: 112px;
  }
  .md .navbar + .tabbar-labels:not(.toolbar-bottom-md) ~ * .fab[class*="-top"],
  .md .navbar + .tabbar-labels:not(.toolbar-bottom-md) ~ .fab[class*="-top"] {
    margin-top: 136px;
  }
}
.md .toolbar-bottom-md ~ * .fab[class*="-bottom"],
.md .toolbar-bottom-md ~ .fab[class*="-bottom"],
.md .messagebar ~ * .fab[class*="-bottom"],
.md .messagebar ~ .fab[class*="-bottom"] {
  margin-bottom: 48px;
}
.md .toolbar-bottom-md.tabbar-labels ~ * .fab[class*="-bottom"],
.md .toolbar-bottom-md.tabbar-labels ~ .fab[class*="-bottom"] {
  margin-bottom: 72px;
}
.md .fab-morph {
  border-radius: 28px;
  background: #2196f3;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md .fab-morph > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.md .color-theme-red .fab > a,
.md .color-theme-red .fab-buttons a,
.md .color-theme-red.fab > a,
.md .color-theme-red.fab-buttons a {
  background: #f44336;
}
.md .color-theme-red .fab > a.active-state,
.md .color-theme-red .fab-buttons a.active-state,
.md .color-theme-red.fab > a.active-state,
.md .color-theme-red.fab-buttons a.active-state {
  background: #f21f0f;
}
.md .color-theme-red .fab-morph,
.md .color-theme-red.fab-morph {
  background: #f44336;
}
.md .color-theme-pink .fab > a,
.md .color-theme-pink .fab-buttons a,
.md .color-theme-pink.fab > a,
.md .color-theme-pink.fab-buttons a {
  background: #e91e63;
}
.md .color-theme-pink .fab > a.active-state,
.md .color-theme-pink .fab-buttons a.active-state,
.md .color-theme-pink.fab > a.active-state,
.md .color-theme-pink.fab-buttons a.active-state {
  background: #ca1452;
}
.md .color-theme-pink .fab-morph,
.md .color-theme-pink.fab-morph {
  background: #e91e63;
}
.md .color-theme-purple .fab > a,
.md .color-theme-purple .fab-buttons a,
.md .color-theme-purple.fab > a,
.md .color-theme-purple.fab-buttons a {
  background: #9c27b0;
}
.md .color-theme-purple .fab > a.active-state,
.md .color-theme-purple .fab-buttons a.active-state,
.md .color-theme-purple.fab > a.active-state,
.md .color-theme-purple.fab-buttons a.active-state {
  background: #7e208f;
}
.md .color-theme-purple .fab-morph,
.md .color-theme-purple.fab-morph {
  background: #9c27b0;
}
.md .color-theme-deeppurple .fab > a,
.md .color-theme-deeppurple .fab-buttons a,
.md .color-theme-deeppurple.fab > a,
.md .color-theme-deeppurple.fab-buttons a {
  background: #673ab7;
}
.md .color-theme-deeppurple .fab > a.active-state,
.md .color-theme-deeppurple .fab-buttons a.active-state,
.md .color-theme-deeppurple.fab > a.active-state,
.md .color-theme-deeppurple.fab-buttons a.active-state {
  background: #563098;
}
.md .color-theme-deeppurple .fab-morph,
.md .color-theme-deeppurple.fab-morph {
  background: #673ab7;
}
.md .color-theme-indigo .fab > a,
.md .color-theme-indigo .fab-buttons a,
.md .color-theme-indigo.fab > a,
.md .color-theme-indigo.fab-buttons a {
  background: #3f51b5;
}
.md .color-theme-indigo .fab > a.active-state,
.md .color-theme-indigo .fab-buttons a.active-state,
.md .color-theme-indigo.fab > a.active-state,
.md .color-theme-indigo.fab-buttons a.active-state {
  background: #344397;
}
.md .color-theme-indigo .fab-morph,
.md .color-theme-indigo.fab-morph {
  background: #3f51b5;
}
.md .color-theme-blue .fab > a,
.md .color-theme-blue .fab-buttons a,
.md .color-theme-blue.fab > a,
.md .color-theme-blue.fab-buttons a {
  background: #2196f3;
}
.md .color-theme-blue .fab > a.active-state,
.md .color-theme-blue .fab-buttons a.active-state,
.md .color-theme-blue.fab > a.active-state,
.md .color-theme-blue.fab-buttons a.active-state {
  background: #0c82df;
}
.md .color-theme-blue .fab-morph,
.md .color-theme-blue.fab-morph {
  background: #2196f3;
}
.md .color-theme-lightblue .fab > a,
.md .color-theme-lightblue .fab-buttons a,
.md .color-theme-lightblue.fab > a,
.md .color-theme-lightblue.fab-buttons a {
  background: #03a9f4;
}
.md .color-theme-lightblue .fab > a.active-state,
.md .color-theme-lightblue .fab-buttons a.active-state,
.md .color-theme-lightblue.fab > a.active-state,
.md .color-theme-lightblue.fab-buttons a.active-state {
  background: #038dcc;
}
.md .color-theme-lightblue .fab-morph,
.md .color-theme-lightblue.fab-morph {
  background: #03a9f4;
}
.md .color-theme-cyan .fab > a,
.md .color-theme-cyan .fab-buttons a,
.md .color-theme-cyan.fab > a,
.md .color-theme-cyan.fab-buttons a {
  background: #00bcd4;
}
.md .color-theme-cyan .fab > a.active-state,
.md .color-theme-cyan .fab-buttons a.active-state,
.md .color-theme-cyan.fab > a.active-state,
.md .color-theme-cyan.fab-buttons a.active-state {
  background: #0098ab;
}
.md .color-theme-cyan .fab-morph,
.md .color-theme-cyan.fab-morph {
  background: #00bcd4;
}
.md .color-theme-teal .fab > a,
.md .color-theme-teal .fab-buttons a,
.md .color-theme-teal.fab > a,
.md .color-theme-teal.fab-buttons a {
  background: #009688;
}
.md .color-theme-teal .fab > a.active-state,
.md .color-theme-teal .fab-buttons a.active-state,
.md .color-theme-teal.fab > a.active-state,
.md .color-theme-teal.fab-buttons a.active-state {
  background: #006d63;
}
.md .color-theme-teal .fab-morph,
.md .color-theme-teal.fab-morph {
  background: #009688;
}
.md .color-theme-green .fab > a,
.md .color-theme-green .fab-buttons a,
.md .color-theme-green.fab > a,
.md .color-theme-green.fab-buttons a {
  background: #4caf50;
}
.md .color-theme-green .fab > a.active-state,
.md .color-theme-green .fab-buttons a.active-state,
.md .color-theme-green.fab > a.active-state,
.md .color-theme-green.fab-buttons a.active-state {
  background: #409343;
}
.md .color-theme-green .fab-morph,
.md .color-theme-green.fab-morph {
  background: #4caf50;
}
.md .color-theme-lightgreen .fab > a,
.md .color-theme-lightgreen .fab-buttons a,
.md .color-theme-lightgreen.fab > a,
.md .color-theme-lightgreen.fab-buttons a {
  background: #8bc34a;
}
.md .color-theme-lightgreen .fab > a.active-state,
.md .color-theme-lightgreen .fab-buttons a.active-state,
.md .color-theme-lightgreen.fab > a.active-state,
.md .color-theme-lightgreen.fab-buttons a.active-state {
  background: #76ab39;
}
.md .color-theme-lightgreen .fab-morph,
.md .color-theme-lightgreen.fab-morph {
  background: #8bc34a;
}
.md .color-theme-lime .fab > a,
.md .color-theme-lime .fab-buttons a,
.md .color-theme-lime.fab > a,
.md .color-theme-lime.fab-buttons a {
  background: #cddc39;
}
.md .color-theme-lime .fab > a.active-state,
.md .color-theme-lime .fab-buttons a.active-state,
.md .color-theme-lime.fab > a.active-state,
.md .color-theme-lime.fab-buttons a.active-state {
  background: #bac923;
}
.md .color-theme-lime .fab-morph,
.md .color-theme-lime.fab-morph {
  background: #cddc39;
}
.md .color-theme-yellow .fab > a,
.md .color-theme-yellow .fab-buttons a,
.md .color-theme-yellow.fab > a,
.md .color-theme-yellow.fab-buttons a {
  background: #ffeb3b;
}
.md .color-theme-yellow .fab > a.active-state,
.md .color-theme-yellow .fab-buttons a.active-state,
.md .color-theme-yellow.fab > a.active-state,
.md .color-theme-yellow.fab-buttons a.active-state {
  background: #ffe712;
}
.md .color-theme-yellow .fab-morph,
.md .color-theme-yellow.fab-morph {
  background: #ffeb3b;
}
.md .color-theme-amber .fab > a,
.md .color-theme-amber .fab-buttons a,
.md .color-theme-amber.fab > a,
.md .color-theme-amber.fab-buttons a {
  background: #ffc107;
}
.md .color-theme-amber .fab > a.active-state,
.md .color-theme-amber .fab-buttons a.active-state,
.md .color-theme-amber.fab > a.active-state,
.md .color-theme-amber.fab-buttons a.active-state {
  background: #dda600;
}
.md .color-theme-amber .fab-morph,
.md .color-theme-amber.fab-morph {
  background: #ffc107;
}
.md .color-theme-orange .fab > a,
.md .color-theme-orange .fab-buttons a,
.md .color-theme-orange.fab > a,
.md .color-theme-orange.fab-buttons a {
  background: #ff9800;
}
.md .color-theme-orange .fab > a.active-state,
.md .color-theme-orange .fab-buttons a.active-state,
.md .color-theme-orange.fab > a.active-state,
.md .color-theme-orange.fab-buttons a.active-state {
  background: #d68000;
}
.md .color-theme-orange .fab-morph,
.md .color-theme-orange.fab-morph {
  background: #ff9800;
}
.md .color-theme-deeporange .fab > a,
.md .color-theme-deeporange .fab-buttons a,
.md .color-theme-deeporange.fab > a,
.md .color-theme-deeporange.fab-buttons a {
  background: #ff5722;
}
.md .color-theme-deeporange .fab > a.active-state,
.md .color-theme-deeporange .fab-buttons a.active-state,
.md .color-theme-deeporange.fab > a.active-state,
.md .color-theme-deeporange.fab-buttons a.active-state {
  background: #f83c00;
}
.md .color-theme-deeporange .fab-morph,
.md .color-theme-deeporange.fab-morph {
  background: #ff5722;
}
.md .color-theme-brown .fab > a,
.md .color-theme-brown .fab-buttons a,
.md .color-theme-brown.fab > a,
.md .color-theme-brown.fab-buttons a {
  background: #795548;
}
.md .color-theme-brown .fab > a.active-state,
.md .color-theme-brown .fab-buttons a.active-state,
.md .color-theme-brown.fab > a.active-state,
.md .color-theme-brown.fab-buttons a.active-state {
  background: #5f4339;
}
.md .color-theme-brown .fab-morph,
.md .color-theme-brown.fab-morph {
  background: #795548;
}
.md .color-theme-gray .fab > a,
.md .color-theme-gray .fab-buttons a,
.md .color-theme-gray.fab > a,
.md .color-theme-gray.fab-buttons a {
  background: #9e9e9e;
}
.md .color-theme-gray .fab > a.active-state,
.md .color-theme-gray .fab-buttons a.active-state,
.md .color-theme-gray.fab > a.active-state,
.md .color-theme-gray.fab-buttons a.active-state {
  background: #8a8a8a;
}
.md .color-theme-gray .fab-morph,
.md .color-theme-gray.fab-morph {
  background: #9e9e9e;
}
.md .color-theme-bluegray .fab > a,
.md .color-theme-bluegray .fab-buttons a,
.md .color-theme-bluegray.fab > a,
.md .color-theme-bluegray.fab-buttons a {
  background: #607d8b;
}
.md .color-theme-bluegray .fab > a.active-state,
.md .color-theme-bluegray .fab-buttons a.active-state,
.md .color-theme-bluegray.fab > a.active-state,
.md .color-theme-bluegray.fab-buttons a.active-state {
  background: #4f6773;
}
.md .color-theme-bluegray .fab-morph,
.md .color-theme-bluegray.fab-morph {
  background: #607d8b;
}
.md .color-theme-white .fab > a,
.md .color-theme-white .fab-buttons a,
.md .color-theme-white.fab > a,
.md .color-theme-white.fab-buttons a {
  background: #ffffff;
}
.md .color-theme-white .fab > a.active-state,
.md .color-theme-white .fab-buttons a.active-state,
.md .color-theme-white.fab > a.active-state,
.md .color-theme-white.fab-buttons a.active-state {
  background: #ebebeb;
}
.md .color-theme-white .fab-morph,
.md .color-theme-white.fab-morph {
  background: #ffffff;
}
.md .color-theme-black .fab > a,
.md .color-theme-black .fab-buttons a,
.md .color-theme-black.fab > a,
.md .color-theme-black.fab-buttons a {
  background: #000000;
}
.md .color-theme-black .fab > a.active-state,
.md .color-theme-black .fab-buttons a.active-state,
.md .color-theme-black.fab > a.active-state,
.md .color-theme-black.fab-buttons a.active-state {
  background: #000000;
}
.md .color-theme-black .fab-morph,
.md .color-theme-black.fab-morph {
  background: #000000;
}
.md .fab.color-red > a,
.md .fab.color-red .fab-buttons > a,
.md .fab-buttons.color-red a,
.md .fab > a.color-red,
.md .fab .fab-buttons > a.color-red {
  background: #f44336;
}
.md .fab.color-red > a.active-state,
.md .fab.color-red .fab-buttons > a.active-state,
.md .fab-buttons.color-red a.active-state,
.md .fab > a.color-red.active-state,
.md .fab .fab-buttons > a.color-red.active-state {
  background: #f21f0f;
}
.md .fab-morph.color-red {
  background: #f44336;
}
.md .fab.color-pink > a,
.md .fab.color-pink .fab-buttons > a,
.md .fab-buttons.color-pink a,
.md .fab > a.color-pink,
.md .fab .fab-buttons > a.color-pink {
  background: #e91e63;
}
.md .fab.color-pink > a.active-state,
.md .fab.color-pink .fab-buttons > a.active-state,
.md .fab-buttons.color-pink a.active-state,
.md .fab > a.color-pink.active-state,
.md .fab .fab-buttons > a.color-pink.active-state {
  background: #ca1452;
}
.md .fab-morph.color-pink {
  background: #e91e63;
}
.md .fab.color-purple > a,
.md .fab.color-purple .fab-buttons > a,
.md .fab-buttons.color-purple a,
.md .fab > a.color-purple,
.md .fab .fab-buttons > a.color-purple {
  background: #9c27b0;
}
.md .fab.color-purple > a.active-state,
.md .fab.color-purple .fab-buttons > a.active-state,
.md .fab-buttons.color-purple a.active-state,
.md .fab > a.color-purple.active-state,
.md .fab .fab-buttons > a.color-purple.active-state {
  background: #7e208f;
}
.md .fab-morph.color-purple {
  background: #9c27b0;
}
.md .fab.color-deeppurple > a,
.md .fab.color-deeppurple .fab-buttons > a,
.md .fab-buttons.color-deeppurple a,
.md .fab > a.color-deeppurple,
.md .fab .fab-buttons > a.color-deeppurple {
  background: #673ab7;
}
.md .fab.color-deeppurple > a.active-state,
.md .fab.color-deeppurple .fab-buttons > a.active-state,
.md .fab-buttons.color-deeppurple a.active-state,
.md .fab > a.color-deeppurple.active-state,
.md .fab .fab-buttons > a.color-deeppurple.active-state {
  background: #563098;
}
.md .fab-morph.color-deeppurple {
  background: #673ab7;
}
.md .fab.color-indigo > a,
.md .fab.color-indigo .fab-buttons > a,
.md .fab-buttons.color-indigo a,
.md .fab > a.color-indigo,
.md .fab .fab-buttons > a.color-indigo {
  background: #3f51b5;
}
.md .fab.color-indigo > a.active-state,
.md .fab.color-indigo .fab-buttons > a.active-state,
.md .fab-buttons.color-indigo a.active-state,
.md .fab > a.color-indigo.active-state,
.md .fab .fab-buttons > a.color-indigo.active-state {
  background: #344397;
}
.md .fab-morph.color-indigo {
  background: #3f51b5;
}
.md .fab.color-blue > a,
.md .fab.color-blue .fab-buttons > a,
.md .fab-buttons.color-blue a,
.md .fab > a.color-blue,
.md .fab .fab-buttons > a.color-blue {
  background: #2196f3;
}
.md .fab.color-blue > a.active-state,
.md .fab.color-blue .fab-buttons > a.active-state,
.md .fab-buttons.color-blue a.active-state,
.md .fab > a.color-blue.active-state,
.md .fab .fab-buttons > a.color-blue.active-state {
  background: #0c82df;
}
.md .fab-morph.color-blue {
  background: #2196f3;
}
.md .fab.color-lightblue > a,
.md .fab.color-lightblue .fab-buttons > a,
.md .fab-buttons.color-lightblue a,
.md .fab > a.color-lightblue,
.md .fab .fab-buttons > a.color-lightblue {
  background: #03a9f4;
}
.md .fab.color-lightblue > a.active-state,
.md .fab.color-lightblue .fab-buttons > a.active-state,
.md .fab-buttons.color-lightblue a.active-state,
.md .fab > a.color-lightblue.active-state,
.md .fab .fab-buttons > a.color-lightblue.active-state {
  background: #038dcc;
}
.md .fab-morph.color-lightblue {
  background: #03a9f4;
}
.md .fab.color-cyan > a,
.md .fab.color-cyan .fab-buttons > a,
.md .fab-buttons.color-cyan a,
.md .fab > a.color-cyan,
.md .fab .fab-buttons > a.color-cyan {
  background: #00bcd4;
}
.md .fab.color-cyan > a.active-state,
.md .fab.color-cyan .fab-buttons > a.active-state,
.md .fab-buttons.color-cyan a.active-state,
.md .fab > a.color-cyan.active-state,
.md .fab .fab-buttons > a.color-cyan.active-state {
  background: #0098ab;
}
.md .fab-morph.color-cyan {
  background: #00bcd4;
}
.md .fab.color-teal > a,
.md .fab.color-teal .fab-buttons > a,
.md .fab-buttons.color-teal a,
.md .fab > a.color-teal,
.md .fab .fab-buttons > a.color-teal {
  background: #009688;
}
.md .fab.color-teal > a.active-state,
.md .fab.color-teal .fab-buttons > a.active-state,
.md .fab-buttons.color-teal a.active-state,
.md .fab > a.color-teal.active-state,
.md .fab .fab-buttons > a.color-teal.active-state {
  background: #006d63;
}
.md .fab-morph.color-teal {
  background: #009688;
}
.md .fab.color-green > a,
.md .fab.color-green .fab-buttons > a,
.md .fab-buttons.color-green a,
.md .fab > a.color-green,
.md .fab .fab-buttons > a.color-green {
  background: #4caf50;
}
.md .fab.color-green > a.active-state,
.md .fab.color-green .fab-buttons > a.active-state,
.md .fab-buttons.color-green a.active-state,
.md .fab > a.color-green.active-state,
.md .fab .fab-buttons > a.color-green.active-state {
  background: #409343;
}
.md .fab-morph.color-green {
  background: #4caf50;
}
.md .fab.color-lightgreen > a,
.md .fab.color-lightgreen .fab-buttons > a,
.md .fab-buttons.color-lightgreen a,
.md .fab > a.color-lightgreen,
.md .fab .fab-buttons > a.color-lightgreen {
  background: #8bc34a;
}
.md .fab.color-lightgreen > a.active-state,
.md .fab.color-lightgreen .fab-buttons > a.active-state,
.md .fab-buttons.color-lightgreen a.active-state,
.md .fab > a.color-lightgreen.active-state,
.md .fab .fab-buttons > a.color-lightgreen.active-state {
  background: #76ab39;
}
.md .fab-morph.color-lightgreen {
  background: #8bc34a;
}
.md .fab.color-lime > a,
.md .fab.color-lime .fab-buttons > a,
.md .fab-buttons.color-lime a,
.md .fab > a.color-lime,
.md .fab .fab-buttons > a.color-lime {
  background: #cddc39;
}
.md .fab.color-lime > a.active-state,
.md .fab.color-lime .fab-buttons > a.active-state,
.md .fab-buttons.color-lime a.active-state,
.md .fab > a.color-lime.active-state,
.md .fab .fab-buttons > a.color-lime.active-state {
  background: #bac923;
}
.md .fab-morph.color-lime {
  background: #cddc39;
}
.md .fab.color-yellow > a,
.md .fab.color-yellow .fab-buttons > a,
.md .fab-buttons.color-yellow a,
.md .fab > a.color-yellow,
.md .fab .fab-buttons > a.color-yellow {
  background: #ffeb3b;
}
.md .fab.color-yellow > a.active-state,
.md .fab.color-yellow .fab-buttons > a.active-state,
.md .fab-buttons.color-yellow a.active-state,
.md .fab > a.color-yellow.active-state,
.md .fab .fab-buttons > a.color-yellow.active-state {
  background: #ffe712;
}
.md .fab-morph.color-yellow {
  background: #ffeb3b;
}
.md .fab.color-amber > a,
.md .fab.color-amber .fab-buttons > a,
.md .fab-buttons.color-amber a,
.md .fab > a.color-amber,
.md .fab .fab-buttons > a.color-amber {
  background: #ffc107;
}
.md .fab.color-amber > a.active-state,
.md .fab.color-amber .fab-buttons > a.active-state,
.md .fab-buttons.color-amber a.active-state,
.md .fab > a.color-amber.active-state,
.md .fab .fab-buttons > a.color-amber.active-state {
  background: #dda600;
}
.md .fab-morph.color-amber {
  background: #ffc107;
}
.md .fab.color-orange > a,
.md .fab.color-orange .fab-buttons > a,
.md .fab-buttons.color-orange a,
.md .fab > a.color-orange,
.md .fab .fab-buttons > a.color-orange {
  background: #ff9800;
}
.md .fab.color-orange > a.active-state,
.md .fab.color-orange .fab-buttons > a.active-state,
.md .fab-buttons.color-orange a.active-state,
.md .fab > a.color-orange.active-state,
.md .fab .fab-buttons > a.color-orange.active-state {
  background: #d68000;
}
.md .fab-morph.color-orange {
  background: #ff9800;
}
.md .fab.color-deeporange > a,
.md .fab.color-deeporange .fab-buttons > a,
.md .fab-buttons.color-deeporange a,
.md .fab > a.color-deeporange,
.md .fab .fab-buttons > a.color-deeporange {
  background: #ff5722;
}
.md .fab.color-deeporange > a.active-state,
.md .fab.color-deeporange .fab-buttons > a.active-state,
.md .fab-buttons.color-deeporange a.active-state,
.md .fab > a.color-deeporange.active-state,
.md .fab .fab-buttons > a.color-deeporange.active-state {
  background: #f83c00;
}
.md .fab-morph.color-deeporange {
  background: #ff5722;
}
.md .fab.color-brown > a,
.md .fab.color-brown .fab-buttons > a,
.md .fab-buttons.color-brown a,
.md .fab > a.color-brown,
.md .fab .fab-buttons > a.color-brown {
  background: #795548;
}
.md .fab.color-brown > a.active-state,
.md .fab.color-brown .fab-buttons > a.active-state,
.md .fab-buttons.color-brown a.active-state,
.md .fab > a.color-brown.active-state,
.md .fab .fab-buttons > a.color-brown.active-state {
  background: #5f4339;
}
.md .fab-morph.color-brown {
  background: #795548;
}
.md .fab.color-gray > a,
.md .fab.color-gray .fab-buttons > a,
.md .fab-buttons.color-gray a,
.md .fab > a.color-gray,
.md .fab .fab-buttons > a.color-gray {
  background: #9e9e9e;
}
.md .fab.color-gray > a.active-state,
.md .fab.color-gray .fab-buttons > a.active-state,
.md .fab-buttons.color-gray a.active-state,
.md .fab > a.color-gray.active-state,
.md .fab .fab-buttons > a.color-gray.active-state {
  background: #8a8a8a;
}
.md .fab-morph.color-gray {
  background: #9e9e9e;
}
.md .fab.color-bluegray > a,
.md .fab.color-bluegray .fab-buttons > a,
.md .fab-buttons.color-bluegray a,
.md .fab > a.color-bluegray,
.md .fab .fab-buttons > a.color-bluegray {
  background: #607d8b;
}
.md .fab.color-bluegray > a.active-state,
.md .fab.color-bluegray .fab-buttons > a.active-state,
.md .fab-buttons.color-bluegray a.active-state,
.md .fab > a.color-bluegray.active-state,
.md .fab .fab-buttons > a.color-bluegray.active-state {
  background: #4f6773;
}
.md .fab-morph.color-bluegray {
  background: #607d8b;
}
.md .fab.color-white > a,
.md .fab.color-white .fab-buttons > a,
.md .fab-buttons.color-white a,
.md .fab > a.color-white,
.md .fab .fab-buttons > a.color-white {
  background: #ffffff;
}
.md .fab.color-white > a.active-state,
.md .fab.color-white .fab-buttons > a.active-state,
.md .fab-buttons.color-white a.active-state,
.md .fab > a.color-white.active-state,
.md .fab .fab-buttons > a.color-white.active-state {
  background: #ebebeb;
}
.md .fab-morph.color-white {
  background: #ffffff;
}
.md .fab.color-black > a,
.md .fab.color-black .fab-buttons > a,
.md .fab-buttons.color-black a,
.md .fab > a.color-black,
.md .fab .fab-buttons > a.color-black {
  background: #000000;
}
.md .fab.color-black > a.active-state,
.md .fab.color-black .fab-buttons > a.active-state,
.md .fab-buttons.color-black a.active-state,
.md .fab > a.color-black.active-state,
.md .fab .fab-buttons > a.color-black.active-state {
  background: #000000;
}
.md .fab-morph.color-black {
  background: #000000;
}
/* === Searchbar === */
.searchbar {
  width: 100%;
  position: relative;
  z-index: 200;
}
.searchbar .searchbar-input-wrap {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  position: relative;
}
.searchbar .searchbar-input-wrap input[type="search"] {
  padding: 0;
}
.searchbar .searchbar-input-wrap input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.page > .searchbar {
  position: absolute;
  left: 0;
  top: 0;
}
.searchbar-expandable {
  position: absolute;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  pointer-events: none;
}
.searchbar-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.searchbar-disable-button {
  cursor: pointer;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  width: auto;
  opacity: 0;
}
.searchbar-icon {
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
}
.searchbar-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.searchbar-backdrop.searchbar-backdrop-in {
  opacity: 1;
  pointer-events: auto;
}
.page-content > .searchbar-backdrop {
  position: fixed;
}
.searchbar-not-found {
  display: none;
}
.hidden-by-searchbar,
.list .hidden-by-searchbar,
.list.li.hidden-by-searchbar {
  display: none;
}
.md .searchbar {
  height: 48px;
  background: #fff;
}
.md .searchbar input[type="search"],
.md .searchbar input[type="text"] {
  padding-right: 65px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
.md .searchbar input[type="search"]::-webkit-input-placeholder,
.md .searchbar input[type="text"]::-webkit-input-placeholder {
  color: #939398;
  opacity: 1;
}
.md .searchbar input[type="search"]:-ms-input-placeholder,
.md .searchbar input[type="text"]:-ms-input-placeholder {
  color: #939398;
  opacity: 1;
}
.md .searchbar input[type="search"]::placeholder,
.md .searchbar input[type="text"]::placeholder {
  color: #939398;
  opacity: 1;
}
.md .searchbar-expandable {
  height: 100%;
}
.md .searchbar-backdrop {
  background: rgba(0, 0, 0, 0.25);
}
.md .searchbar-icon,
.md .searchbar-disable-button {
  position: absolute;
  width: 48px;
  height: 48px;
  right: -4px;
  top: 50%;
  margin-top: -24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.md .searchbar-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23737373'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
}
.md .searchbar-disable-button {
  -webkit-transform: rotate(-90deg) scale(0.5);
  transform: rotate(-90deg) scale(0.5);
  font-size: 0 !important;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z'%20fill%3D'%23737373'%2F%3E%3C%2Fsvg%3E");
}
.md .searchbar-disable-button:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .searchbar-disable-button.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .searchbar-enabled .searchbar-disable-button {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  pointer-events: auto;
  opacity: 1;
}
.md .searchbar-enabled .searchbar-icon {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(0.5);
  transform: rotate(90deg) scale(0.5);
}
.md .searchbar .input-clear-button {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23737373'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-color: transparent;
  left: 0;
}
.md .searchbar .input-clear-button:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .searchbar .input-clear-button.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .searchbar .input-clear-button:after {
  display: none;
}
.md .searchbar .input-clear-button:before {
  margin-left: 0;
  margin-top: 0;
}
.md .page-content .searchbar {
  border-radius: 2px;
  margin: 8px;
  width: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.md .page-content .searchbar .searchbar-inner {
  border-radius: 2px;
}
.md .page > .searchbar {
  z-index: 510;
}
.md .page > .searchbar:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  top: 100%;
  bottom: auto;
  height: 10px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.md .page > .searchbar.no-shadow:after {
  display: none;
}
.md .page > .searchbar input[type="search"],
.md .subnavbar .searchbar input[type="search"],
.md .searchbar-expandable input[type="search"],
.md .page > .searchbar input[type="text"],
.md .subnavbar .searchbar input[type="text"],
.md .searchbar-expandable input[type="text"] {
  padding-right: 73px;
}
.md .page > .searchbar .searchbar-icon,
.md .subnavbar .searchbar .searchbar-icon,
.md .searchbar-expandable .searchbar-icon,
.md .page > .searchbar .searchbar-disable-button,
.md .subnavbar .searchbar .searchbar-disable-button,
.md .searchbar-expandable .searchbar-disable-button {
  right: 4px;
}
.md .searchbar-expandable {
  width: 56px;
  height: 100%;
  opacity: 0;
  top: 50%;
  margin-top: -28px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  right: 100%;
  margin-right: -56px;
}
.md .navbar .searchbar-expandable {
  border-radius: 28px;
  width: 56px;
  margin-top: -28px;
  margin-right: -56px;
}
@media (min-width: 768px) {
  .md .navbar .searchbar-expandable {
    border-radius: 32px;
    width: 64px;
    margin-top: -32px;
    margin-right: -64px;
  }
}
.md .toolbar .searchbar-expandable,
.md .subnavbar .searchbar-expandable {
  border-radius: 24px;
  width: 48px;
  margin-top: -24px;
  margin-right: -56px;
}
.md .tabbar-labels .searchbar-expandable {
  border-radius: 36px;
  width: 72px;
  margin-top: -36px;
  margin-right: -72px;
}
.md .searchbar-expandable.searchbar-enabled {
  width: 100%;
  border-radius: 0;
  opacity: 1;
  pointer-events: auto;
  top: 0;
  margin-top: 0;
  right: 0;
  margin-right: 0;
}
.md .page > .searchbar ~ * .page-content,
.md .page > .searchbar ~ .page-content {
  padding-top: 48px;
}
.md .page > .navbar ~ .searchbar {
  top: 56px;
}
@media (min-width: 768px) {
  .md .page > .navbar ~ .searchbar {
    top: 64px;
  }
}
.md .page > .navbar ~ .searchbar ~ * .page-content,
.md .page > .navbar ~ .searchbar ~ .page-content {
  padding-top: 104px;
}
@media (min-width: 768px) {
  .md .page > .navbar ~ .searchbar ~ * .page-content,
  .md .page > .navbar ~ .searchbar ~ .page-content {
    padding-top: 112px;
  }
}
.md .page > .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar {
  top: 48px;
}
.md .page > .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ * .page-content,
.md .page > .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ .page-content {
  padding-top: 96px;
}
.md .page > .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar {
  top: 72px;
}
.md .page > .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ * .page-content,
.md .page > .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ .page-content {
  padding-top: 120px;
}
.md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar {
  top: 104px;
}
@media (min-width: 768px) {
  .md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar {
    top: 112px;
  }
}
.md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ * .page-content,
.md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ .page-content {
  padding-top: 152px;
}
@media (min-width: 768px) {
  .md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ * .page-content,
  .md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ .page-content {
    padding-top: 160px;
  }
}
.md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar {
  top: 128px;
}
@media (min-width: 768px) {
  .md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar {
    top: 136px;
  }
}
.md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ * .page-content,
.md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ .page-content {
  padding-top: 176px;
}
@media (min-width: 768px) {
  .md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ * .page-content,
  .md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ .page-content {
    padding-top: 184px;
  }
}
/* === Messages === */
.messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  z-index: 1;
}
.messages-title {
  text-align: center;
  width: 100%;
  line-height: 1;
}
.message {
  max-width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.message-avatar {
  border-radius: 50%;
  position: relative;
  background-size: cover;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.message-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.message-header,
.message-footer,
.message-name {
  line-height: 1;
  font-size: 12px;
}
.message-footer {
  font-size: 11px;
  margin-bottom: -1em;
}
.message-bubble {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  line-height: 1.2;
}
.message-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.message-text-header,
.message-text-footer {
  font-size: 12px;
  line-height: 1;
}
.message-text {
  text-align: left;
}
.message-sent {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.message-received {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.message-received .message-content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.message-sent .message-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.message:not(.message-last) .message-avatar {
  opacity: 0;
}
.message:not(.message-first) .message-name {
  display: none;
}
.message.message-same-name .message-name {
  display: none;
}
.message.message-same-header .message-header {
  display: none;
}
.message.message-same-footer .message-footer {
  display: none;
}
.message-appear-from-bottom {
  -webkit-animation: message-appear-from-bottom 300ms;
  animation: message-appear-from-bottom 300ms;
}
.message-appear-from-top {
  -webkit-animation: message-appear-from-top 300ms;
  animation: message-appear-from-top 300ms;
}
.message-typing-indicator {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.message-typing-indicator > div {
  display: inline-block;
  position: relative;
  background: #000;
  vertical-align: middle;
  border-radius: 50%;
}
@-webkit-keyframes message-appear-from-bottom {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes message-appear-from-bottom {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes message-appear-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes message-appear-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.md .messages-content,
.md .messages {
  background: #eee;
}
.md .message {
  margin-top: 16px;
}
.md .message:last-child {
  margin-bottom: 16px;
}
.md .messages-title {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.51);
  margin-top: 16px;
}
.md .messages-title:last-child {
  margin-bottom: 16px;
}
.md .messages-title b {
  font-weight: 500;
}
.md .message-avatar {
  width: 32px;
  height: 32px;
}
.md .message-header,
.md .message-footer,
.md .message-name {
  color: rgba(0, 0, 0, 0.51);
}
.md .message-header b,
.md .message-footer b,
.md .message-name b {
  font-weight: 500;
}
.md .message-header,
.md .message-name {
  margin-bottom: 2px;
}
.md .message-footer {
  margin-top: 2px;
}
.md .message-bubble {
  font-size: 16px;
  border-radius: 2px;
  padding: 6px 8px;
  min-height: 32px;
}
.md .message-text-header,
.md .message-text-footer {
  color: rgba(0, 0, 0, 0.51);
}
.md .message-text-header {
  margin-bottom: 4px;
}
.md .message-text-footer {
  margin-top: 4px;
}
.md .message-received {
  margin-left: 8px;
}
.md .message-received .message-bubble {
  color: #333;
  background: #fff;
}
.md .message-received .message-avatar + .message-content {
  margin-left: 8px;
}
.md .message-received.message-tail .message-bubble {
  border-radius: 2px 2px 2px 0;
}
.md .message-received.message-tail .message-bubble:before {
  position: absolute;
  content: '';
  border-left: 8px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 8px solid #fff;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
}
.md .message-sent {
  margin-right: 8px;
}
.md .message-sent .message-bubble {
  color: #333;
  background: #c8e6c9;
}
.md .message-sent .message-avatar + .message-content {
  margin-right: 8px;
}
.md .message-sent.message-tail .message-bubble {
  border-radius: 2px 2px 0 2px;
}
.md .message-sent.message-tail .message-bubble:before {
  position: absolute;
  content: '';
  border-right: 8px solid transparent;
  border-left: 0 solid transparent;
  border-bottom: 8px solid #c8e6c9;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
}
.md .message + .message:not(.message-first) {
  margin-top: 8px;
}
.md .message-typing-indicator > div {
  width: 6px;
  height: 6px;
  opacity: 0.6;
}
.md .message-typing-indicator > div + div {
  margin-right: 6px;
}
.md .message-typing-indicator > div:nth-child(1) {
  -webkit-animation: md-message-typing-indicator 900ms infinite;
  animation: md-message-typing-indicator 900ms infinite;
}
.md .message-typing-indicator > div:nth-child(2) {
  -webkit-animation: md-message-typing-indicator 900ms 150ms infinite;
  animation: md-message-typing-indicator 900ms 150ms infinite;
}
.md .message-typing-indicator > div:nth-child(3) {
  -webkit-animation: md-message-typing-indicator 900ms 300ms infinite;
  animation: md-message-typing-indicator 900ms 300ms infinite;
}
@-webkit-keyframes md-message-typing-indicator {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes md-message-typing-indicator {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* === Messagebar === */
.toolbar.messagebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  height: auto;
}
.toolbar.messagebar .toolbar-inner {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.toolbar.messagebar .messagebar-area {
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
}
.toolbar.messagebar textarea {
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.toolbar.messagebar a.link {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.messagebar-attachments {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.messagebar:not(.messagebar-attachments-visible) .messagebar-attachments {
  display: none;
}
.messagebar-attachment {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  height: 155px;
  position: relative;
}
@media (orientation: landscape) {
  .messagebar-attachment {
    height: 120px;
  }
}
.messagebar-attachment img {
  display: block;
  width: auto;
  height: 100%;
}
.messagebar-attachment + .messagebar-attachment {
  margin-right: 8px;
}
.messagebar-sheet {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 252px;
}
@media (orientation: landscape) {
  .messagebar-sheet {
    height: 192px;
  }
}
.messagebar-sheet-image,
.messagebar-sheet-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1px;
  position: relative;
  overflow: hidden;
  height: 125px;
  width: 125px;
  margin-right: 1px;
}
@media (orientation: landscape) {
  .messagebar-sheet-image,
  .messagebar-sheet-item {
    width: 95px;
    height: 95px;
  }
}
.messagebar-sheet-image .icon-checkbox,
.messagebar-sheet-item .icon-checkbox,
.messagebar-sheet-image .icon-radio,
.messagebar-sheet-item .icon-radio {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.messagebar-sheet-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.messagebar-attachment-delete {
  display: block;
  position: absolute;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.messagebar-attachment-delete:after,
.messagebar-attachment-delete:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
}
.messagebar-attachment-delete:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.messagebar-attachment-delete:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.messagebar:not(.messagebar-sheet-visible) .messagebar-sheet {
  display: none;
}
.md .messagebar {
  font-size: 16px;
}
.md .messagebar:after {
  display: none;
}
.md .messagebar textarea {
  padding: 5px 8px;
  height: 32px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
.md .messagebar a.link {
  color: #333;
}
.md .messagebar a.link:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .messagebar a.link.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .messagebar:before {
  content: '';
  position: absolute;
  background-color: #d1d1d1;
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.md.device-pixel-ratio-2 .messagebar:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.md.device-pixel-ratio-3 .messagebar:before {
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.md .messagebar-attachments {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
.md .messagebar-area {
  margin-top: 8px;
  margin-bottom: 8px;
}
.md .messagebar-sheet {
  background: #fff;
}
.md .messagebar-sheet-image .icon-checkbox,
.md .messagebar-sheet-item .icon-checkbox {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.md .messagebar-attachment-delete {
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background: #2196f3;
  cursor: pointer;
  border-radius: 2px;
}
.md .messagebar-attachment-delete:after,
.md .messagebar-attachment-delete:before {
  width: 14px;
  height: 2px;
  background: #fff;
  margin-left: -7px;
  margin-top: -1px;
}
/* === Swiper === */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-lazy-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}
.md .swiper-lazy-preloader {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}
.md .swiper-button-prev,
.md .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232196f3'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next,
.md .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232196f3'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-pagination-bullet-active {
  background: #2196f3;
}
.md .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2196f3;
}
.md .swiper-button-prev.color-red,
.md .swiper-container-rtl .swiper-button-next.color-red,
.md .color-theme-red .swiper-button-prev,
.md .color-theme-red .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f44336'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-red,
.md .swiper-container-rtl .swiper-button-prev.color-red,
.md .color-theme-red .swiper-button-next,
.md .color-theme-red .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f44336'%2F%3E%3C%2Fsvg%3E");
}
.md .color-red .swiper-pagination-bullet-active,
.md .color-theme-red .swiper-pagination-bullet-active {
  background: #f44336;
}
.md .color-red .swiper-pagination-progressbar,
.md .color-theme-red .swiper-pagination-progressbar,
.md .color-red.swiper-pagination-progressbar,
.md .color-theme-red.swiper-pagination-progressbar {
  background: rgba(244, 67, 54, 0.25);
}
.md .color-red .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-red .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-red.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-red.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f44336;
}
.md .swiper-button-prev.color-pink,
.md .swiper-container-rtl .swiper-button-next.color-pink,
.md .color-theme-pink .swiper-button-prev,
.md .color-theme-pink .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e91e63'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-pink,
.md .swiper-container-rtl .swiper-button-prev.color-pink,
.md .color-theme-pink .swiper-button-next,
.md .color-theme-pink .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e91e63'%2F%3E%3C%2Fsvg%3E");
}
.md .color-pink .swiper-pagination-bullet-active,
.md .color-theme-pink .swiper-pagination-bullet-active {
  background: #e91e63;
}
.md .color-pink .swiper-pagination-progressbar,
.md .color-theme-pink .swiper-pagination-progressbar,
.md .color-pink.swiper-pagination-progressbar,
.md .color-theme-pink.swiper-pagination-progressbar {
  background: rgba(233, 30, 99, 0.25);
}
.md .color-pink .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-pink .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-pink.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-pink.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e91e63;
}
.md .swiper-button-prev.color-purple,
.md .swiper-container-rtl .swiper-button-next.color-purple,
.md .color-theme-purple .swiper-button-prev,
.md .color-theme-purple .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239c27b0'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-purple,
.md .swiper-container-rtl .swiper-button-prev.color-purple,
.md .color-theme-purple .swiper-button-next,
.md .color-theme-purple .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239c27b0'%2F%3E%3C%2Fsvg%3E");
}
.md .color-purple .swiper-pagination-bullet-active,
.md .color-theme-purple .swiper-pagination-bullet-active {
  background: #9c27b0;
}
.md .color-purple .swiper-pagination-progressbar,
.md .color-theme-purple .swiper-pagination-progressbar,
.md .color-purple.swiper-pagination-progressbar,
.md .color-theme-purple.swiper-pagination-progressbar {
  background: rgba(156, 39, 176, 0.25);
}
.md .color-purple .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-purple .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-purple.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-purple.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #9c27b0;
}
.md .swiper-button-prev.color-deeppurple,
.md .swiper-container-rtl .swiper-button-next.color-deeppurple,
.md .color-theme-deeppurple .swiper-button-prev,
.md .color-theme-deeppurple .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23673ab7'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-deeppurple,
.md .swiper-container-rtl .swiper-button-prev.color-deeppurple,
.md .color-theme-deeppurple .swiper-button-next,
.md .color-theme-deeppurple .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23673ab7'%2F%3E%3C%2Fsvg%3E");
}
.md .color-deeppurple .swiper-pagination-bullet-active,
.md .color-theme-deeppurple .swiper-pagination-bullet-active {
  background: #673ab7;
}
.md .color-deeppurple .swiper-pagination-progressbar,
.md .color-theme-deeppurple .swiper-pagination-progressbar,
.md .color-deeppurple.swiper-pagination-progressbar,
.md .color-theme-deeppurple.swiper-pagination-progressbar {
  background: rgba(103, 58, 183, 0.25);
}
.md .color-deeppurple .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-deeppurple .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-deeppurple.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-deeppurple.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #673ab7;
}
.md .swiper-button-prev.color-indigo,
.md .swiper-container-rtl .swiper-button-next.color-indigo,
.md .color-theme-indigo .swiper-button-prev,
.md .color-theme-indigo .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-indigo,
.md .swiper-container-rtl .swiper-button-prev.color-indigo,
.md .color-theme-indigo .swiper-button-next,
.md .color-theme-indigo .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233f51b5'%2F%3E%3C%2Fsvg%3E");
}
.md .color-indigo .swiper-pagination-bullet-active,
.md .color-theme-indigo .swiper-pagination-bullet-active {
  background: #3f51b5;
}
.md .color-indigo .swiper-pagination-progressbar,
.md .color-theme-indigo .swiper-pagination-progressbar,
.md .color-indigo.swiper-pagination-progressbar,
.md .color-theme-indigo.swiper-pagination-progressbar {
  background: rgba(63, 81, 181, 0.25);
}
.md .color-indigo .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-indigo .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-indigo.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-indigo.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3f51b5;
}
.md .swiper-button-prev.color-blue,
.md .swiper-container-rtl .swiper-button-next.color-blue,
.md .color-theme-blue .swiper-button-prev,
.md .color-theme-blue .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232196f3'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-blue,
.md .swiper-container-rtl .swiper-button-prev.color-blue,
.md .color-theme-blue .swiper-button-next,
.md .color-theme-blue .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232196f3'%2F%3E%3C%2Fsvg%3E");
}
.md .color-blue .swiper-pagination-bullet-active,
.md .color-theme-blue .swiper-pagination-bullet-active {
  background: #2196f3;
}
.md .color-blue .swiper-pagination-progressbar,
.md .color-theme-blue .swiper-pagination-progressbar,
.md .color-blue.swiper-pagination-progressbar,
.md .color-theme-blue.swiper-pagination-progressbar {
  background: rgba(33, 150, 243, 0.25);
}
.md .color-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2196f3;
}
.md .swiper-button-prev.color-lightblue,
.md .swiper-container-rtl .swiper-button-next.color-lightblue,
.md .color-theme-lightblue .swiper-button-prev,
.md .color-theme-lightblue .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2303a9f4'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-lightblue,
.md .swiper-container-rtl .swiper-button-prev.color-lightblue,
.md .color-theme-lightblue .swiper-button-next,
.md .color-theme-lightblue .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2303a9f4'%2F%3E%3C%2Fsvg%3E");
}
.md .color-lightblue .swiper-pagination-bullet-active,
.md .color-theme-lightblue .swiper-pagination-bullet-active {
  background: #03a9f4;
}
.md .color-lightblue .swiper-pagination-progressbar,
.md .color-theme-lightblue .swiper-pagination-progressbar,
.md .color-lightblue.swiper-pagination-progressbar,
.md .color-theme-lightblue.swiper-pagination-progressbar {
  background: rgba(3, 169, 244, 0.25);
}
.md .color-lightblue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-lightblue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-lightblue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-lightblue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #03a9f4;
}
.md .swiper-button-prev.color-cyan,
.md .swiper-container-rtl .swiper-button-next.color-cyan,
.md .color-theme-cyan .swiper-button-prev,
.md .color-theme-cyan .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300bcd4'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-cyan,
.md .swiper-container-rtl .swiper-button-prev.color-cyan,
.md .color-theme-cyan .swiper-button-next,
.md .color-theme-cyan .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300bcd4'%2F%3E%3C%2Fsvg%3E");
}
.md .color-cyan .swiper-pagination-bullet-active,
.md .color-theme-cyan .swiper-pagination-bullet-active {
  background: #00bcd4;
}
.md .color-cyan .swiper-pagination-progressbar,
.md .color-theme-cyan .swiper-pagination-progressbar,
.md .color-cyan.swiper-pagination-progressbar,
.md .color-theme-cyan.swiper-pagination-progressbar {
  background: rgba(0, 188, 212, 0.25);
}
.md .color-cyan .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-cyan .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-cyan.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-cyan.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00bcd4;
}
.md .swiper-button-prev.color-teal,
.md .swiper-container-rtl .swiper-button-next.color-teal,
.md .color-theme-teal .swiper-button-prev,
.md .color-theme-teal .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23009688'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-teal,
.md .swiper-container-rtl .swiper-button-prev.color-teal,
.md .color-theme-teal .swiper-button-next,
.md .color-theme-teal .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23009688'%2F%3E%3C%2Fsvg%3E");
}
.md .color-teal .swiper-pagination-bullet-active,
.md .color-theme-teal .swiper-pagination-bullet-active {
  background: #009688;
}
.md .color-teal .swiper-pagination-progressbar,
.md .color-theme-teal .swiper-pagination-progressbar,
.md .color-teal.swiper-pagination-progressbar,
.md .color-theme-teal.swiper-pagination-progressbar {
  background: rgba(0, 150, 136, 0.25);
}
.md .color-teal .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-teal .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-teal.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-teal.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #009688;
}
.md .swiper-button-prev.color-green,
.md .swiper-container-rtl .swiper-button-next.color-green,
.md .color-theme-green .swiper-button-prev,
.md .color-theme-green .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234caf50'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-green,
.md .swiper-container-rtl .swiper-button-prev.color-green,
.md .color-theme-green .swiper-button-next,
.md .color-theme-green .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234caf50'%2F%3E%3C%2Fsvg%3E");
}
.md .color-green .swiper-pagination-bullet-active,
.md .color-theme-green .swiper-pagination-bullet-active {
  background: #4caf50;
}
.md .color-green .swiper-pagination-progressbar,
.md .color-theme-green .swiper-pagination-progressbar,
.md .color-green.swiper-pagination-progressbar,
.md .color-theme-green.swiper-pagination-progressbar {
  background: rgba(76, 175, 80, 0.25);
}
.md .color-green .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-green .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-green.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-green.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #4caf50;
}
.md .swiper-button-prev.color-lightgreen,
.md .swiper-container-rtl .swiper-button-next.color-lightgreen,
.md .color-theme-lightgreen .swiper-button-prev,
.md .color-theme-lightgreen .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238bc34a'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-lightgreen,
.md .swiper-container-rtl .swiper-button-prev.color-lightgreen,
.md .color-theme-lightgreen .swiper-button-next,
.md .color-theme-lightgreen .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238bc34a'%2F%3E%3C%2Fsvg%3E");
}
.md .color-lightgreen .swiper-pagination-bullet-active,
.md .color-theme-lightgreen .swiper-pagination-bullet-active {
  background: #8bc34a;
}
.md .color-lightgreen .swiper-pagination-progressbar,
.md .color-theme-lightgreen .swiper-pagination-progressbar,
.md .color-lightgreen.swiper-pagination-progressbar,
.md .color-theme-lightgreen.swiper-pagination-progressbar {
  background: rgba(139, 195, 74, 0.25);
}
.md .color-lightgreen .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-lightgreen .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-lightgreen.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-lightgreen.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #8bc34a;
}
.md .swiper-button-prev.color-lime,
.md .swiper-container-rtl .swiper-button-next.color-lime,
.md .color-theme-lime .swiper-button-prev,
.md .color-theme-lime .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cddc39'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-lime,
.md .swiper-container-rtl .swiper-button-prev.color-lime,
.md .color-theme-lime .swiper-button-next,
.md .color-theme-lime .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cddc39'%2F%3E%3C%2Fsvg%3E");
}
.md .color-lime .swiper-pagination-bullet-active,
.md .color-theme-lime .swiper-pagination-bullet-active {
  background: #cddc39;
}
.md .color-lime .swiper-pagination-progressbar,
.md .color-theme-lime .swiper-pagination-progressbar,
.md .color-lime.swiper-pagination-progressbar,
.md .color-theme-lime.swiper-pagination-progressbar {
  background: rgba(205, 220, 57, 0.25);
}
.md .color-lime .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-lime .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-lime.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-lime.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #cddc39;
}
.md .swiper-button-prev.color-yellow,
.md .swiper-container-rtl .swiper-button-next.color-yellow,
.md .color-theme-yellow .swiper-button-prev,
.md .color-theme-yellow .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffeb3b'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-yellow,
.md .swiper-container-rtl .swiper-button-prev.color-yellow,
.md .color-theme-yellow .swiper-button-next,
.md .color-theme-yellow .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffeb3b'%2F%3E%3C%2Fsvg%3E");
}
.md .color-yellow .swiper-pagination-bullet-active,
.md .color-theme-yellow .swiper-pagination-bullet-active {
  background: #ffeb3b;
}
.md .color-yellow .swiper-pagination-progressbar,
.md .color-theme-yellow .swiper-pagination-progressbar,
.md .color-yellow.swiper-pagination-progressbar,
.md .color-theme-yellow.swiper-pagination-progressbar {
  background: rgba(255, 235, 59, 0.25);
}
.md .color-yellow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-yellow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-yellow.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-yellow.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffeb3b;
}
.md .swiper-button-prev.color-amber,
.md .swiper-container-rtl .swiper-button-next.color-amber,
.md .color-theme-amber .swiper-button-prev,
.md .color-theme-amber .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffc107'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-amber,
.md .swiper-container-rtl .swiper-button-prev.color-amber,
.md .color-theme-amber .swiper-button-next,
.md .color-theme-amber .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffc107'%2F%3E%3C%2Fsvg%3E");
}
.md .color-amber .swiper-pagination-bullet-active,
.md .color-theme-amber .swiper-pagination-bullet-active {
  background: #ffc107;
}
.md .color-amber .swiper-pagination-progressbar,
.md .color-theme-amber .swiper-pagination-progressbar,
.md .color-amber.swiper-pagination-progressbar,
.md .color-theme-amber.swiper-pagination-progressbar {
  background: rgba(255, 193, 7, 0.25);
}
.md .color-amber .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-amber .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-amber.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-amber.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffc107;
}
.md .swiper-button-prev.color-orange,
.md .swiper-container-rtl .swiper-button-next.color-orange,
.md .color-theme-orange .swiper-button-prev,
.md .color-theme-orange .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff9800'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-orange,
.md .swiper-container-rtl .swiper-button-prev.color-orange,
.md .color-theme-orange .swiper-button-next,
.md .color-theme-orange .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff9800'%2F%3E%3C%2Fsvg%3E");
}
.md .color-orange .swiper-pagination-bullet-active,
.md .color-theme-orange .swiper-pagination-bullet-active {
  background: #ff9800;
}
.md .color-orange .swiper-pagination-progressbar,
.md .color-theme-orange .swiper-pagination-progressbar,
.md .color-orange.swiper-pagination-progressbar,
.md .color-theme-orange.swiper-pagination-progressbar {
  background: rgba(255, 152, 0, 0.25);
}
.md .color-orange .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-orange .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-orange.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-orange.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff9800;
}
.md .swiper-button-prev.color-deeporange,
.md .swiper-container-rtl .swiper-button-next.color-deeporange,
.md .color-theme-deeporange .swiper-button-prev,
.md .color-theme-deeporange .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff5722'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-deeporange,
.md .swiper-container-rtl .swiper-button-prev.color-deeporange,
.md .color-theme-deeporange .swiper-button-next,
.md .color-theme-deeporange .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff5722'%2F%3E%3C%2Fsvg%3E");
}
.md .color-deeporange .swiper-pagination-bullet-active,
.md .color-theme-deeporange .swiper-pagination-bullet-active {
  background: #ff5722;
}
.md .color-deeporange .swiper-pagination-progressbar,
.md .color-theme-deeporange .swiper-pagination-progressbar,
.md .color-deeporange.swiper-pagination-progressbar,
.md .color-theme-deeporange.swiper-pagination-progressbar {
  background: rgba(255, 87, 34, 0.25);
}
.md .color-deeporange .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-deeporange .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-deeporange.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-deeporange.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff5722;
}
.md .swiper-button-prev.color-brown,
.md .swiper-container-rtl .swiper-button-next.color-brown,
.md .color-theme-brown .swiper-button-prev,
.md .color-theme-brown .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23795548'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-brown,
.md .swiper-container-rtl .swiper-button-prev.color-brown,
.md .color-theme-brown .swiper-button-next,
.md .color-theme-brown .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23795548'%2F%3E%3C%2Fsvg%3E");
}
.md .color-brown .swiper-pagination-bullet-active,
.md .color-theme-brown .swiper-pagination-bullet-active {
  background: #795548;
}
.md .color-brown .swiper-pagination-progressbar,
.md .color-theme-brown .swiper-pagination-progressbar,
.md .color-brown.swiper-pagination-progressbar,
.md .color-theme-brown.swiper-pagination-progressbar {
  background: rgba(121, 85, 72, 0.25);
}
.md .color-brown .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-brown .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-brown.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-brown.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #795548;
}
.md .swiper-button-prev.color-gray,
.md .swiper-container-rtl .swiper-button-next.color-gray,
.md .color-theme-gray .swiper-button-prev,
.md .color-theme-gray .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239e9e9e'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-gray,
.md .swiper-container-rtl .swiper-button-prev.color-gray,
.md .color-theme-gray .swiper-button-next,
.md .color-theme-gray .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%239e9e9e'%2F%3E%3C%2Fsvg%3E");
}
.md .color-gray .swiper-pagination-bullet-active,
.md .color-theme-gray .swiper-pagination-bullet-active {
  background: #9e9e9e;
}
.md .color-gray .swiper-pagination-progressbar,
.md .color-theme-gray .swiper-pagination-progressbar,
.md .color-gray.swiper-pagination-progressbar,
.md .color-theme-gray.swiper-pagination-progressbar {
  background: rgba(158, 158, 158, 0.25);
}
.md .color-gray .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-gray .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-gray.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-gray.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #9e9e9e;
}
.md .swiper-button-prev.color-bluegray,
.md .swiper-container-rtl .swiper-button-next.color-bluegray,
.md .color-theme-bluegray .swiper-button-prev,
.md .color-theme-bluegray .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23607d8b'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-bluegray,
.md .swiper-container-rtl .swiper-button-prev.color-bluegray,
.md .color-theme-bluegray .swiper-button-next,
.md .color-theme-bluegray .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23607d8b'%2F%3E%3C%2Fsvg%3E");
}
.md .color-bluegray .swiper-pagination-bullet-active,
.md .color-theme-bluegray .swiper-pagination-bullet-active {
  background: #607d8b;
}
.md .color-bluegray .swiper-pagination-progressbar,
.md .color-theme-bluegray .swiper-pagination-progressbar,
.md .color-bluegray.swiper-pagination-progressbar,
.md .color-theme-bluegray.swiper-pagination-progressbar {
  background: rgba(96, 125, 139, 0.25);
}
.md .color-bluegray .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-bluegray .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-bluegray.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-bluegray.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #607d8b;
}
.md .swiper-button-prev.color-white,
.md .swiper-container-rtl .swiper-button-next.color-white,
.md .color-theme-white .swiper-button-prev,
.md .color-theme-white .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-white,
.md .swiper-container-rtl .swiper-button-prev.color-white,
.md .color-theme-white .swiper-button-next,
.md .color-theme-white .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.md .color-white .swiper-pagination-bullet-active,
.md .color-theme-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.md .color-white .swiper-pagination-progressbar,
.md .color-theme-white .swiper-pagination-progressbar,
.md .color-white.swiper-pagination-progressbar,
.md .color-theme-white.swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.25);
}
.md .color-white .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-white .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-white.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-white.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.md .swiper-button-prev.color-black,
.md .swiper-container-rtl .swiper-button-next.color-black,
.md .color-theme-black .swiper-button-prev,
.md .color-theme-black .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.md .swiper-button-next.color-black,
.md .swiper-container-rtl .swiper-button-prev.color-black,
.md .color-theme-black .swiper-button-next,
.md .color-theme-black .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.md .color-black .swiper-pagination-bullet-active,
.md .color-theme-black .swiper-pagination-bullet-active {
  background: #000000;
}
.md .color-black .swiper-pagination-progressbar,
.md .color-theme-black .swiper-pagination-progressbar,
.md .color-black.swiper-pagination-progressbar,
.md .color-theme-black.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
}
.md .color-black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-black.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.md .color-theme-black.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000000;
}
/* === Photo Browser === */
.photo-browser {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
}
.photo-browser-standalone.modal-in {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -webkit-animation: photo-browser-in 400ms;
  animation: photo-browser-in 400ms;
}
.photo-browser-standalone.modal-out {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -webkit-animation: photo-browser-out 400ms;
  animation: photo-browser-out 400ms;
}
.photo-browser-standalone.modal-out.swipe-close-to-bottom,
.photo-browser-standalone.modal-out.swipe-close-to-top {
  -webkit-animation: none;
  animation: none;
}
.photo-browser-popup.modal-out.swipe-close-to-bottom,
.photo-browser-popup.modal-out.swipe-close-to-top {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.photo-browser-popup.modal-out.swipe-close-to-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.photo-browser-popup.modal-out.swipe-close-to-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.page.photo-browser-page {
  background: none;
}
.photo-browser-popup {
  background: none;
}
.photo-browser-exposed .navbar,
.photo-browser-exposed .toolbar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.photo-browser-exposed .photo-browser-swiper-container {
  background: #000;
}
.photo-browser-of {
  margin: 0 5px;
}
.photo-browser-captions {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.photo-browser-captions.photo-browser-captions-exposed {
  opacity: 0;
}
.photo-browser-caption {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 4px 5px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.photo-browser-caption:empty {
  display: none;
}
.photo-browser-caption.photo-browser-caption-active {
  opacity: 1;
}
.photo-browser-captions-light .photo-browser-caption {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.photo-browser-captions-dark .photo-browser-caption {
  color: #fff;
}
.photo-browser-exposed .photo-browser-caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.photo-browser-swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.photo-browser-prev.swiper-button-disabled,
.photo-browser-next.swiper-button-disabled {
  opacity: 0.3;
}
.photo-browser-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.photo-browser-slide.photo-browser-transitioning {
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.photo-browser-slide span.swiper-zoom-container {
  display: none;
}
.photo-browser-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.photo-browser-slide.swiper-slide-active span.swiper-zoom-container,
.photo-browser-slide.swiper-slide-next span.swiper-zoom-container,
.photo-browser-slide.swiper-slide-prev span.swiper-zoom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.photo-browser-slide.swiper-slide-active img,
.photo-browser-slide.swiper-slide-next img,
.photo-browser-slide.swiper-slide-prev img {
  display: inline;
}
.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader,
.photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader,
.photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader {
  display: block;
}
.photo-browser-slide iframe {
  width: 100%;
  height: 100%;
}
.photo-browser-slide .preloader {
  display: none;
  position: absolute;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  left: 50%;
  top: 50%;
}
.photo-browser-dark .photo-browser-swiper-container,
.photo-browser-page-dark .photo-browser-swiper-container {
  background: #000;
}
@-webkit-keyframes photo-browser-in {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes photo-browser-in {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes photo-browser-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
  }
}
@keyframes photo-browser-out {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(0.5);
    transform: translate3d(0, 0, 0) scale(0.5);
    opacity: 0;
  }
}
.md .toolbar ~ .photo-browser-captions {
  bottom: 48px;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.md .toolbar ~ .photo-browser-captions.photo-browser-captions-exposed {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.md .photo-browser-exposed .toolbar ~ .photo-browser-captions {
  -webkit-transform: translate3d(0, 48px, 0);
  transform: translate3d(0, 48px, 0);
}
.md .photo-browser-page .toolbar {
  -webkit-transform: none;
  transform: none;
}
.md .photo-browser-page .navbar,
.md .photo-browser-page .toolbar {
  background: rgba(33, 150, 243, 0.95);
  -webkit-transition: 400ms;
  transition: 400ms;
}
.md .photo-browser-dark .navbar,
.md .photo-browser-page-dark .navbar,
.md .photo-browser-dark .toolbar,
.md .photo-browser-page-dark .toolbar {
  background: rgba(30, 30, 30, 0.8);
  color: #fff;
}
.md .photo-browser-dark .navbar a,
.md .photo-browser-page-dark .navbar a,
.md .photo-browser-dark .toolbar a,
.md .photo-browser-page-dark .toolbar a {
  color: #fff;
}
/* === Notifications === */
.notification {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20000;
  font-size: 14px;
  margin: 0;
  border: none;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  direction: ltr;
}
.notification-icon {
  font-size: 0;
}
.notification-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.notification-close-button {
  margin-left: auto;
  cursor: pointer;
}
html.with-statusbar.device-ios .notification,
html.with-statusbar.ios:not(.device-ios):not(.device-android) .notification {
  margin-top: 20px;
}
html.with-statusbar.device-android .notification,
html.with-statusbar.md:not(.device-ios):not(.device-android) .notification {
  margin-top: 24px;
}
.md .notification {
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 16px;
  color: #000;
  max-width: 568px;
}
@media (min-width: 568px) {
  .md .notification {
    left: 50%;
    margin-left: -284px;
  }
}
.md .notification.modal-in {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -webkit-animation: notification-md-in 400ms ease-out;
  animation: notification-md-in 400ms ease-out;
}
.md .notification.modal-in.notification-transitioning {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
.md .notification.modal-out {
  -webkit-animation: none;
  animation: none;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform: translate3d(0, -150%, 0);
  transform: translate3d(0, -150%, 0);
}
.md .notification-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  line-height: 16px;
}
.md .notification-icon i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.md .notification-title {
  font-size: 12px;
  line-height: 1;
  color: #2196f3;
}
.md .notification-subtitle {
  font-size: 14px;
  line-height: 1.35;
  color: #212121;
}
.md .notification-subtitle + .notification-text {
  margin-top: 2px;
}
.md .notification-text {
  font-size: 14px;
  line-height: 1.35;
  color: #757575;
}
.md .notification-header + .notification-content {
  margin-top: 6px;
}
.md .notification-title-right-text {
  font-size: 12px;
  color: #757575;
  margin-left: 4px;
}
.md .notification-title-right-text:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background: #757575;
}
.md .notification-close-button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23737373'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.md .notification-close-button:before {
  content: '';
  width: 152%;
  height: 152%;
  position: absolute;
  left: -26%;
  top: -26%;
  background-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: -webkit-radial-gradient(center, circle, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0) 66%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.md .notification-close-button.active-state:before {
  opacity: 1;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.md .notification-close-button:before {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.md .notification-close-button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-left: -22px;
  margin-top: -22px;
}
@-webkit-keyframes notification-md-in {
  0% {
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes notification-md-in {
  0% {
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
/* === Autocomplete === */
.autocomplete-page .autocomplete-found {
  display: block;
}
.autocomplete-page .autocomplete-not-found {
  display: none;
}
.autocomplete-page .autocomplete-values {
  display: block;
}
.autocomplete-page .list ul:empty {
  display: none;
}
.autocomplete-preloader:not(.autocomplete-preloader-visible) {
  visibility: hidden;
}
.autocomplete-preloader:not(.autocomplete-preloader-visible),
.autocomplete-preloader:not(.autocomplete-preloader-visible) * {
  -webkit-animation: none;
  animation: none;
}
.autocomplete-dropdown {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 500;
  width: 100%;
  right: 0;
}
.autocomplete-dropdown .autocomplete-dropdown-inner {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  z-index: 1;
}
.autocomplete-dropdown .autocomplete-preloader {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 20px;
  height: 20px;
}
.autocomplete-dropdown .autocomplete-preloader-visible {
  display: block;
}
.autocomplete-dropdown .autocomplete-dropdown-placeholder {
  color: #a9a9a9;
}
.autocomplete-dropdown .list {
  margin: 0;
}
.autocomplete-dropdown .list ul {
  background: none !important;
}
.autocomplete-dropdown .list ul:before {
  display: none !important;
}
.autocomplete-dropdown .list ul:after {
  display: none !important;
}
.list .item-content-dropdown-expanded .item-title.item-label {
  width: 0;
  -webkit-flex-shrink: 10;
  -ms-flex-negative: 10;
  flex-shrink: 10;
  overflow: hidden;
}
.list .item-content-dropdown-expanded .item-title.item-label + .item-input-wrap {
  margin-right: 0;
}
.list .item-content-dropdown-expanded .item-input-wrap {
  width: 100%;
}
.md .autocomplete-page .navbar .autocomplete-preloader {
  margin-left: 16px;
}
.md .autocomplete-dropdown {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.md .autocomplete-dropdown .autocomplete-preloader {
  left: 16px;
  margin-bottom: 8px;
}
.md .autocomplete-dropdown .autocomplete-preloader .preloader-inner-gap,
.md .autocomplete-dropdown .autocomplete-preloader .preloader-inner-half-circle {
  border-width: 3px;
}
.md .autocomplete-dropdown .list {
  color: rgba(0, 0, 0, 0.54);
}
.md .autocomplete-dropdown .list b {
  font-weight: normal;
  color: #212121;
}
.md .searchbar-input-wrap .autocomplete-dropdown .item-content {
  padding-right: 73px;
}
.md .searchbar-input-wrap .autocomplete-dropdown li:last-child {
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden;
}
.md .searchbar-input-wrap .autocomplete-dropdown .autocomplete-dropdown-placeholder {
  color: #939398;
}
/* === Typography === */
.display-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-block {
  display: block !important;
}
.display-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-inline {
  display: inline !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-shrink-2 {
  -webkit-flex-shrink: 2 !important;
  -ms-flex-negative: 2 !important;
  flex-shrink: 2 !important;
}
.flex-shrink-3 {
  -webkit-flex-shrink: 3 !important;
  -ms-flex-negative: 3 !important;
  flex-shrink: 3 !important;
}
.flex-shrink-4 {
  -webkit-flex-shrink: 4 !important;
  -ms-flex-negative: 4 !important;
  flex-shrink: 4 !important;
}
.flex-shrink-5 {
  -webkit-flex-shrink: 5 !important;
  -ms-flex-negative: 5 !important;
  flex-shrink: 5 !important;
}
.flex-shrink-6 {
  -webkit-flex-shrink: 6 !important;
  -ms-flex-negative: 6 !important;
  flex-shrink: 6 !important;
}
.flex-shrink-7 {
  -webkit-flex-shrink: 7 !important;
  -ms-flex-negative: 7 !important;
  flex-shrink: 7 !important;
}
.flex-shrink-8 {
  -webkit-flex-shrink: 8 !important;
  -ms-flex-negative: 8 !important;
  flex-shrink: 8 !important;
}
.flex-shrink-9 {
  -webkit-flex-shrink: 9 !important;
  -ms-flex-negative: 9 !important;
  flex-shrink: 9 !important;
}
.flex-shrink-10 {
  -webkit-flex-shrink: 10 !important;
  -ms-flex-negative: 10 !important;
  flex-shrink: 10 !important;
}
.justify-content-flex-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-flex-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-space-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-space-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-space-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.justify-content-stretch {
  -webkit-box-pack: stretch !important;
  -webkit-justify-content: stretch !important;
  -ms-flex-pack: stretch !important;
  justify-content: stretch !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important;
}
.justify-content-left {
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}
.justify-content-right {
  -webkit-box-pack: right !important;
  -webkit-justify-content: right !important;
  -ms-flex-pack: right !important;
  justify-content: right !important;
}
.align-content-flex-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-flex-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-space-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-space-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-items-flex-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-flex-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-self-flex-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-flex-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-top {
  vertical-align: top !important;
}
.width-auto {
  width: auto !important;
}
.width-100 {
  width: 100% !important;
}
.md .no-padding {
  padding: 0 !important;
}
.md .padding {
  padding: 16px !important;
}
.md .padding-top {
  padding-top: 16px !important;
}
.md .padding-bottom {
  padding-bottom: 16px !important;
}
.md .padding-left {
  padding-left: 16px !important;
}
.md .padding-right {
  padding-right: 16px !important;
}
.md .padding-vertical {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.md .padding-horizontal {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.md .no-margin {
  margin: 0 !important;
}
.md .margin {
  margin: 16px !important;
}
.md .margin-top {
  margin-top: 16px !important;
}
.md .margin-bottom {
  margin-bottom: 16px !important;
}
.md .margin-left {
  margin-left: 16px !important;
}
.md .margin-right {
  margin-right: 16px !important;
}
.md .margin-vertical {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.md .margin-horizontal {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.md .text-color-red {
  color: #f44336 !important;
}
.md .bg-color-red {
  background-color: #f44336 !important;
}
.md .border-color-red {
  border-color: #f44336 !important;
}
.md .text-color-pink {
  color: #e91e63 !important;
}
.md .bg-color-pink {
  background-color: #e91e63 !important;
}
.md .border-color-pink {
  border-color: #e91e63 !important;
}
.md .text-color-purple {
  color: #9c27b0 !important;
}
.md .bg-color-purple {
  background-color: #9c27b0 !important;
}
.md .border-color-purple {
  border-color: #9c27b0 !important;
}
.md .text-color-deeppurple {
  color: #673ab7 !important;
}
.md .bg-color-deeppurple {
  background-color: #673ab7 !important;
}
.md .border-color-deeppurple {
  border-color: #673ab7 !important;
}
.md .text-color-indigo {
  color: #3f51b5 !important;
}
.md .bg-color-indigo {
  background-color: #3f51b5 !important;
}
.md .border-color-indigo {
  border-color: #3f51b5 !important;
}
.md .text-color-blue {
  color: #2196f3 !important;
}
.md .bg-color-blue {
  background-color: #2196f3 !important;
}
.md .border-color-blue {
  border-color: #2196f3 !important;
}
.md .text-color-lightblue {
  color: #03a9f4 !important;
}
.md .bg-color-lightblue {
  background-color: #03a9f4 !important;
}
.md .border-color-lightblue {
  border-color: #03a9f4 !important;
}
.md .text-color-cyan {
  color: #00bcd4 !important;
}
.md .bg-color-cyan {
  background-color: #00bcd4 !important;
}
.md .border-color-cyan {
  border-color: #00bcd4 !important;
}
.md .text-color-teal {
  color: #009688 !important;
}
.md .bg-color-teal {
  background-color: #009688 !important;
}
.md .border-color-teal {
  border-color: #009688 !important;
}
.md .text-color-green {
  color: #4caf50 !important;
}
.md .bg-color-green {
  background-color: #4caf50 !important;
}
.md .border-color-green {
  border-color: #4caf50 !important;
}
.md .text-color-lightgreen {
  color: #8bc34a !important;
}
.md .bg-color-lightgreen {
  background-color: #8bc34a !important;
}
.md .border-color-lightgreen {
  border-color: #8bc34a !important;
}
.md .text-color-lime {
  color: #cddc39 !important;
}
.md .bg-color-lime {
  background-color: #cddc39 !important;
}
.md .border-color-lime {
  border-color: #cddc39 !important;
}
.md .text-color-yellow {
  color: #ffeb3b !important;
}
.md .bg-color-yellow {
  background-color: #ffeb3b !important;
}
.md .border-color-yellow {
  border-color: #ffeb3b !important;
}
.md .text-color-amber {
  color: #ffc107 !important;
}
.md .bg-color-amber {
  background-color: #ffc107 !important;
}
.md .border-color-amber {
  border-color: #ffc107 !important;
}
.md .text-color-orange {
  color: #ff9800 !important;
}
.md .bg-color-orange {
  background-color: #ff9800 !important;
}
.md .border-color-orange {
  border-color: #ff9800 !important;
}
.md .text-color-deeporange {
  color: #ff5722 !important;
}
.md .bg-color-deeporange {
  background-color: #ff5722 !important;
}
.md .border-color-deeporange {
  border-color: #ff5722 !important;
}
.md .text-color-brown {
  color: #795548 !important;
}
.md .bg-color-brown {
  background-color: #795548 !important;
}
.md .border-color-brown {
  border-color: #795548 !important;
}
.md .text-color-gray {
  color: #9e9e9e !important;
}
.md .bg-color-gray {
  background-color: #9e9e9e !important;
}
.md .border-color-gray {
  border-color: #9e9e9e !important;
}
.md .text-color-bluegray {
  color: #607d8b !important;
}
.md .bg-color-bluegray {
  background-color: #607d8b !important;
}
.md .border-color-bluegray {
  border-color: #607d8b !important;
}
.md .text-color-white {
  color: #ffffff !important;
}
.md .bg-color-white {
  background-color: #ffffff !important;
}
.md .border-color-white {
  border-color: #ffffff !important;
}
.md .text-color-black {
  color: #000000 !important;
}
.md .bg-color-black {
  background-color: #000000 !important;
}
.md .border-color-black {
  border-color: #000000 !important;
}
