/*
 * Variables here for theme styling
 */
.ask-bid-prices[data-v-7de04ba0] {
  padding: 10px;
}
.ask-bid-prices .placeholder-width[data-v-7de04ba0] {
  width: 50%;
}
.ask-bid-prices .title-container[data-v-7de04ba0],
.ask-bid-prices .volume-container[data-v-7de04ba0],
.ask-bid-prices .price-container[data-v-7de04ba0],
.ask-bid-prices .bid-vol[data-v-7de04ba0],
.ask-bid-prices .ask-vol[data-v-7de04ba0],
.ask-bid-prices .bid-info[data-v-7de04ba0],
.ask-bid-prices .ask-info[data-v-7de04ba0] {
  display: flex;
  flex-direction: row;
}
.ask-bid-prices .title-container[data-v-7de04ba0] {
  align-items: center;
  justify-content: space-between;
  padding: 6px 5px;
}
.ask-bid-prices .title-container .ask[data-v-7de04ba0],
.ask-bid-prices .title-container .bid[data-v-7de04ba0] {
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: bold;
  color: #FF6825;
}
.ask-bid-prices .title-container .ask[data-v-7de04ba0] {
  justify-content: flex-end;
  color: #218DF2;
}
.ask-bid-prices .volume-container[data-v-7de04ba0] {
  height: 20px;
  color: #ffffff;
}
.ask-bid-prices .volume-container .bid-vol[data-v-7de04ba0],
.ask-bid-prices .volume-container .ask-vol[data-v-7de04ba0] {
  position: relative;
  align-items: center;
}
.ask-bid-prices .volume-container .bid-vol[data-v-7de04ba0] {
  background-color: #FF6825;
}
.ask-bid-prices .volume-container .bid-vol span[data-v-7de04ba0] {
  left: 5px;
}
.ask-bid-prices .volume-container .ask-vol[data-v-7de04ba0] {
  background-color: #218DF2;
}
.ask-bid-prices .volume-container .ask-vol span[data-v-7de04ba0] {
  right: 5px;
}
.ask-bid-prices .volume-container span[data-v-7de04ba0] {
  position: absolute;
  z-index: 1;
}
.ask-bid-prices .price-container .bid-list[data-v-7de04ba0],
.ask-bid-prices .price-container .ask-list[data-v-7de04ba0] {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.ask-bid-prices .price-container .bid-list .bid-info[data-v-7de04ba0],
.ask-bid-prices .price-container .ask-list .bid-info[data-v-7de04ba0],
.ask-bid-prices .price-container .bid-list .ask-info[data-v-7de04ba0],
.ask-bid-prices .price-container .ask-list .ask-info[data-v-7de04ba0] {
  height: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}
.ask-bid-prices .price-container .bid-list[data-v-7de04ba0] {
  background: rgba(246, 74, 74, 0.1);
}
.ask-bid-prices .price-container .ask-list[data-v-7de04ba0] {
  background: rgba(50, 140, 243, 0.1);
}

/*
 * Variables here for theme styling
 */
.corner-tag[data-v-577f238d] {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  transform-origin: 0 0;
  transform: scale(0.5);
}
.corner-tag p[data-v-577f238d] {
  position: absolute;
  left: -32px;
  top: 5px;
  font-size: 18px;
  transform: rotate(-45deg);
  background-color: #78e6fa;
  color: #333;
  width: 100px;
  text-align: center;
}

/*
 * Variables here for theme styling
 */
.process-indicator[data-v-9ddbcf2e] {
  display: block;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: solid 1px var(--special-color);
}
.process-indicator .progress[data-v-9ddbcf2e] {
  position: relative;
  margin: 0 20px 10px;
  height: 13px;
}
.process-indicator .mid-line[data-v-9ddbcf2e] {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 4px;
  right: 4px;
  height: 1px;
  background-color: rgba(131, 141, 158, 0.2);
}
.process-indicator .mid-line-bar[data-v-9ddbcf2e] {
  height: 1px;
  background-color: var(--active-color);
}
.process-indicator .indicators[data-v-9ddbcf2e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 13px;
}
.process-indicator .indicators .dot[data-v-9ddbcf2e] {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: rgba(131, 141, 158, 0.2);
  box-sizing: border-box;
  padding: 2px;
}
.process-indicator .indicators .dot.active[data-v-9ddbcf2e] {
  background-color: var(--fade-active-color);
}
.process-indicator .indicators .dot.active .dot-in[data-v-9ddbcf2e] {
  background-color: var(--active-color);
}
.process-indicator .indicators .dot-in[data-v-9ddbcf2e] {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #838D9E;
}
.process-indicator .indicators .dot-text[data-v-9ddbcf2e] {
  position: absolute;
  bottom: -22px;
  left: -8px;
  white-space: nowrap;
}
.process-indicator .indicators .dot-text.reached[data-v-9ddbcf2e] {
  color: var(--active-color);
}
.process-indicator .labels[data-v-9ddbcf2e] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: var(--default-font-color);
}
.process-indicator .labels .reached[data-v-9ddbcf2e] {
  color: var(--active-color);
}


.reg-icon[data-v-0dd54e41] {
  display: inline-block;
}

/*
 * Variables here for theme styling
 */
.process-tips[data-v-663bd0b6] {
  flex: 1;
  width: 100%;
  min-height: 0;
  padding: 40px 30px 40px 40px;
  overflow-y: auto;
}
.process-tips .tip-cell[data-v-663bd0b6] {
  display: flex;
  margin-bottom: 22px;
}
.process-tips .tip-cell .reg-icon[data-v-663bd0b6] {
  margin-right: 15px;
}
.process-tips .tip-cell .tip-detail[data-v-663bd0b6] {
  font-size: 12px;
  font-weight: 500;
  color: #616A79;
}
.process-tips .tip-cell .title[data-v-663bd0b6] {
  font-size: 14px;
  font-weight: bold;
  color: var(--default-font-color);
  margin-bottom: 7px;
  white-space: nowrap;
}

/*
 * Variables here for theme styling
 */
.process-actions[data-v-19afc7da] {
  width: 100%;
  padding: 15px 40px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.process-actions .action-btns[data-v-19afc7da] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
}
.process-actions[data-v-19afc7da] .tt-button {
  min-width: 100px;
}
.process-actions[data-v-19afc7da] .tt-button:last-child {
  margin-right: 0;
}
.process-actions a[data-v-19afc7da] {
  color: #838D9E;
}

/*
 * Variables here for theme styling
 */
.mod__account-process[data-v-3a2cfb2c] {
  width: 320px;
  background-color: var(--bg-block);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.co-actions-container[data-v-9ddd1354] {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-top: 6px;
}
.co-actions-container .action[data-v-9ddd1354] {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.co-actions-container .action .title-date[data-v-9ddd1354] {
  color: var(--active-color);
}
.co-actions-container .action .info[data-v-9ddd1354] {
  color: var(--sub-text-color);
  height: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.co-actions-container .action .info svg[data-v-9ddd1354] {
  display: block;
  height: 14px;
}

/*
 * Variables here for theme styling
 */
.dom-button-group[data-v-13fa2d82] {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10px;
}
.dom-button-group .tt-button[data-v-13fa2d82] {
  position: relative;
  flex: 1;
}
.dom-button-group .tt-button[data-v-13fa2d82]:not(:last-child) {
  margin-right: 10px;
}
.dom-button-group .buy[data-v-13fa2d82]:not(:disabled) {
  background-color: #ff6825;
}
.dom-button-group .sell[data-v-13fa2d82]:not(:disabled) {
  background-color: #218df2;
}
.dom-button-group .closeout[data-v-13fa2d82]:not(:disabled) {
  background-color: #616a79;
}

/*
 * Variables here for theme styling
 */
.dom-position {
  flex-shrink: 0;
  margin-bottom: 5px;
  padding: 10px 10px 0;
}
.dom-position li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 20px;
}
.dom-position li:nth-of-type(2) {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.dom-position span {
  width: 33%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: left;
}
.dom-position .tt-loading {
  width: 30px !important;
  height: 30px !important;
  margin-left: -15px !important;
  margin-top: -10px !important;
}

.dom-table-item {
  transform: none;
}
.dom-table-item span {
  font-family: Arial, Arial-BoldMT;
  font-weight: bold;
  cursor: default;
  font-size: 12px;
  line-height: 15px;
  color: var(--default-font-color);
}
.dom-table-item span:nth-of-type(1) {
  background-color: rgba(255, 93, 33, 0.15);
}
.dom-table-item span:nth-of-type(1):hover.hover {
  background-color: #ff5d21;
}
.dom-table-item span:nth-of-type(2).tradable:hover {
  background-image: none !important;
  background-color: #ff5d21;
}
.dom-table-item span:nth-last-of-type(2).tradable:hover {
  background-image: none !important;
  background-color: #218df2;
}
.dom-table-item span:nth-last-of-type(1) {
  background-color: rgba(33, 141, 242, 0.15);
}
.dom-table-item span:nth-last-of-type(1):hover.hover {
  background-color: #218df2;
}
.dom-table-item .cur-price {
  position: relative;
}
.dom-table-item .cur-price:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--active-color);
  left: 8px;
  top: 5px;
}
.dom-table-item .cost-price {
  border: 1px solid var(--default-font-color);
}
.dom-table-item .trade-password-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
}

.dom-table-header {
  align-items: flex-start;
}
.dom-table-header span {
  line-height: 1;
}
.dom-table-header span.column-lock {
  color: var(--active-color);
}
.dom-table-header span:nth-of-type(3) {
  cursor: pointer;
}
.dom-table-header .icon {
  width: 8px;
  height: 10px;
  margin-left: 5px;
}

.dom-table {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
  border-bottom: 1px solid var(--special-color);
}
.dom-table .list-content {
  flex: 1;
  min-height: 0;
}
.dom-table.table-lock {
  overflow: hidden;
}
.dom-table.table-lock .list-content {
  overflow: hidden;
}
.dom-table .dom-table-item,
.dom-table .dom-table-header {
  height: 15px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
}
.dom-table .dom-table-item span,
.dom-table .dom-table-header span {
  display: inline-block;
  text-align: center;
}
.dom-table .dom-table-item span:nth-of-type(1),
.dom-table .dom-table-header span:nth-of-type(1),
.dom-table .dom-table-item span:nth-of-type(5),
.dom-table .dom-table-header span:nth-of-type(5) {
  width: 50px;
  flex-shrink: 0;
}
.dom-table .dom-table-item span:nth-of-type(2),
.dom-table .dom-table-header span:nth-of-type(2),
.dom-table .dom-table-item span:nth-of-type(4),
.dom-table .dom-table-header span:nth-of-type(4) {
  width: 55px;
  flex-shrink: 0;
}
.dom-table .dom-table-item span:nth-of-type(3),
.dom-table .dom-table-header span:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 90px;
}

.order-quantity[data-v-3af5bbaf] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 10px 0;
}

/*
 * Variables here for theme styling
 */
.mod-flash-order {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
.trade-warning-modal .highlight {
  color: var(--active-color);
}
.trade-warning-modal .paragraph {
  margin-top: 10px;
}
.trade-warning-modal .paragraph:first-child {
  margin-top: 0;
}

/*
 * Variables here for theme styling
 */
.action-bar[data-v-e2972626] {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: var(--table-select-color);
}
.action-bar > span[data-v-e2972626] {
  -webkit-user-select: none;
          user-select: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #838D9E;
}
.action-bar > span > svg[data-v-e2972626] {
  margin-bottom: 3px;
}
.action-bar > span[data-v-e2972626]:hover:not(.disabled) {
  cursor: pointer;
  color: var(--active-color);
}
.action-bar > span:hover:not(.disabled) span[data-v-e2972626] {
  color: var(--active-color);
}

