html,
body,
.v-application {
  font-size: 1rem;
  font-family: monospace;
  background: #2a5f83 !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

*::-webkit-scrollbar {
  width: 0px;
}

.symbol-list {
  background: #fff;
  border-radius: 4px;
  list-style: none;
  padding: 0;
  position: relative;
  height: calc(100vh - 25px);
  padding-left: 0px !important;
  overflow: auto;
}
.symbol-list .thead {
  font-weight: 700;
  background: #ddd;
}
.symbol-list .thead .speed {
  background: unset !important;
  width: 60px;
  text-align: right;
  color: #000 !important;
}
.symbol-list .not-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  font-size: 0.8rem;
}
.symbol-list .item {
  transition: top 500ms;
  -webkit-transition: top 500ms;
  display: flex;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  justify-content: space-between;
  border-bottom: dashed 1px #ddd;
  align-items: center;
  height: 52px !important;
}
.symbol-list .item:hover {
  background: #ddd;
}
.symbol-list .item.red {
  background-color: #f3c6c2 !important;
  border-color: #f3c6c2 !important;
}
.symbol-list .item.red .speed {
  background: rgb(209, 87, 87);
}
.symbol-list .item.tim {
  background-color: #dfc2f3 !important;
  border-color: #dfc2f3 !important;
}
.symbol-list .item.tim .speed {
  background: rgb(160, 87, 209);
}
.symbol-list .item .symbol {
  font-weight: 700;
  letter-spacing: 1px;
  width: 150px;
}
.symbol-list .item .symbol span {
  font-size: 0.7rem;
}
.symbol-list .item .speed {
  background: rgb(145, 163, 190);
  padding: 2px;
  border-radius: 3px;
  width: 60px;
  text-align: center;
  color: #fff;
}
.symbol-list .item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}

iframe {
  width: 100%;
  height: 50%;
  border-radius: 4px;
  display: block;
}/*# sourceMappingURL=main.css.map */