/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/live-exchange/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.live-exchange-update {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #B1B1B1;
  flex-shrink: 0;
}
.live-exchange-update img {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.live-exchange-list + * {
  margin-top: 25px;
}
.live-exchange-list li {
  position: relative;
}
.live-exchange-list li[data-exchange] {
  cursor: pointer;
}
.live-exchange-list li[data-exchange].active::before, .live-exchange-list li[data-exchange]:hover::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #EA1C48;
  position: absolute;
  left: -16px;
  top: 4px;
}
@media screen and (max-width: 699px) {
  .live-exchange-list li[data-exchange].active::before, .live-exchange-list li[data-exchange]:hover::before {
    left: -12px;
  }
}
.live-exchange-list li + li {
  margin-top: 20px;
}
.live-exchange-row {
  display: flex;
  align-items: center;
}
.live-exchange-row + * {
  margin-top: 14px;
}
.live-exchange-cell {
  font-size: 14px;
  line-height: 1;
}
.live-exchange-cell.right {
  min-width: 70px;
  text-align: right;
}
.live-exchange-cell.bold {
  font-weight: 600;
  flex: 1 0 50px;
}
.live-exchange-cell.gray {
  color: #B1B1B1;
  font-size: 13px;
  flex: 0 0 50px;
}
.live-exchange-cell.green {
  color: #34C891;
}
.live-exchange-cell.red {
  color: #EA1C48;
}
@media screen and (max-width: 699px) {
  .live-exchange-cell.right {
    min-width: 90px;
  }
  .live-exchange-cell.bold {
    min-width: 80px;
  }
  .live-exchange-cell.gray {
    min-width: 60px;
  }
}
.live-exchange-control {
  position: relative;
}
.live-exchange-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  border-radius: 4px;
  border: 2px solid #1C1B17;
  position: relative;
}
.live-exchange-btns a {
  font-size: 14px;
  font-weight: 600;
}
.live-exchange-separator {
  display: inline-block;
  color: #ECECEC;
  padding: 0 10px;
  font-size: 14px;
}
.live-exchange-nav {
  display: inline-flex;
  align-items: center;
  height: 16px;
  background-color: #EA1C48;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 8px;
  position: absolute;
  top: -7px;
  left: 20px;
}
.live-exchange-nav button {
  line-height: 1;
  padding: 0 5px;
  color: #fff;
}
.live-exchange-nav button:hover {
  color: #FFE600;
}

/*# sourceMappingURL=style-live-exchange.css.map*/