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

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.swiper-container {
  min-height: 100vh;
}

.grid {
  list-style: none;
}

.grid .grid-item {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid grey;
}

.grid.grid-7 .grid-item {
  width: 14.28571429%;
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

.hidden {
  display: none !important;
}

.f7-demo-icons {
  overflow: hidden;
  margin-top: 15px;
}

.f7-demo-icons .f7-demo-icon-cell {
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 40px;
}

.f7-demo-icons .f7-demo-icon-label {
  font-size: 11px;
  margin-top: 10px;
}

.pad {
  padding: 0 15px;
}

#monthsCal .picker-modal-inner {
  height: 0;
}

#monthsCal .picker-modal.picker-calendar {
  height: auto;
}