/* 开仓/平仓  */
.nts-place-order-type .nts-place-order-type-mask {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 28px;
  width: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
  @apply bg-gray-1;
  z-index: 1;
  transition: left 0.4s;
}
.nts-place-order-type .nts-place-order-type-mask.nts-place-order-type-mask-active {
  left: calc(50% - 2px);
}

.nts-place-order-type > .nts-place-order-type-item {
  z-index: 2;
  @apply text-gray-16;
  font-size: 14px;
}

.nts-place-order-type > .nts-place-order-type-item.active {
  font-weight: bold;
}

.notAllowedCursor {
  cursor: not-allowed;
}
