.topbar-wrap {
  width: 100%;
  background: #1a1a1f;
}
.topbar {
  width: 100%;
  background: #1a1a1f;
  display: flex;
  align-items: center;
}
.topbar .topbar-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 2px solid #363232;
  margin: 8px 0px 8px 16px;
  padding-right: 16px;
}
.topbar .topbar-item-title {
  opacity: 0.87;
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
  margin-right: 9px;
}
.topbar .topbar-item-icon {
  width: 16px;
  height: 20px;
}
.topbar .topbar-item-value {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-right: 9px;
}
.topbar .topbar-item-change {
  display: flex;
  justify-content: start;
  align-items: center;
}
.topbar .topbar-item-percent {
  line-height: 20px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .topbar-wrap {
    width: 100%;
    background: #1a1a1f;
  }
  .topbar {
    max-width: 1600px;
    min-width: 1200px;
    background: #1a1a1f;
    display: flex;
    margin: 0 auto;
  }
  .topbar .topbar-item {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    border-right: 2px solid #363232;
    margin: 9px 0 13px 14px;
    padding-right: 16px;
    position: relative;
  }
  .topbar .topbar-item-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 24px;
    opacity: 0.87;
    font-size: 12px;
    line-height: 2;
    color: #ffffff;
  }
  .topbar .topbar-item-value {
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    margin-right: 0;
  }
  .topbar .topbar-item-icon {
    height: 21px;
  }
  .topbar .topbar-item-change {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
  }
  .topbar .topbar-item-change .topbar-item-icon {
    font-size: 16px;
    font-weight: bold;
  }
  .topbar .topbar-item-percent {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.22;
  }
}
