#wia-view {
  --f7-list-font-size: 16px;
  --f7-input-font-size: 16px;
  --f7-label-font-size: 16px;
  --f7-inline-label-font-size: 16px;
  --f7-block-margin-vertical: 8px;
  --f7-block-title-font-weight: normal;
  --f7-chip-font-size: 15px;
}
#wia-view .iconfont {
  font-size: 22px;
}
#wia-view .hide {
  display: none;
}
#wia-view .flex-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#wia-view .flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#wia-view .flex-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#wia-view .flex-bootom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#wia-view .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wia-view .flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wia-view .flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#wia-view .flex-row {
  flex-direction: row;
}
#wia-view .flex-col {
  flex-direction: column;
}
#wia-view .rotate-90 {
  transform: rotate(90deg);
}
#wia-view .rotate-180 {
  transform: rotate(180deg);
}
#wia-view .rotate-270 {
  transform: rotate(270deg);
}
#wia-view .rotate-360 {
  transform: rotate(360deg);
}
#wia-view .block-title {
  --f7-block-margin-vertical: 10px;
  --f7-block-padding-horizontal: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wia-view .block {
  --f7-block-margin-vertical: 10px;
  --f7-block-padding-horizontal: 10px;
}
#wia-view .top-bar {
  --f7-bars-translucent-opacity: 1;
  --f7-bars-bg-color-rgb: 50, 150, 250;
  background-color: #3296fa;
  color: #fff;
  font-size: 16px;
  --f7-tabbar-icon-size: 17px;
  --f7-tabbar-labels-height: 44px;
  --f7-toolbar-inner-padding-left: 10px;
  --f7-toolbar-inner-padding-right: 12px;
}
#wia-view .top-bar::after {
  content: none;
}
#wia-view .top-bar .toolbar-inner .title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
#wia-view .top-bar .toolbar-inner .tab-link {
  flex-direction: row;
}
#wia-view .top-bar .toolbar-inner a:first-of-type {
  color: #fff;
  width: 20px;
}
#wia-view .top-bar .toolbar-inner span {
  font-size: 18px;
  flex: auto;
  text-align: center;
  white-space: nowrap;
}
#wia-view .top-bar .toolbar-inner a:last-of-type {
  color: #fff;
  width: 40px;
}
#wia-view .toolbar-bottom {
  --f7-toolbar-height: 44px;
}
#wia-view .toolbar-bottom .toolbar-inner .tab-link i.icon {
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}
#wia-view .toolbar-bottom .toolbar-inner .tab-link span.tabbar-label {
  font-size: 11px;
  margin-top: 2px;
}
