._3f3wkT2G {
  background: var(--sidebarBackground2);
  border-left-width: 0;
  border-right-width: 0;
  margin: -5px -5px 3px -5px;
  padding: 5px 5px 0 5px; }
  ._3f3wkT2G h4 {
    margin-top: 0; }
  ._3f3wkT2G.open {
    padding-bottom: 5px; }
  ._3f3wkT2G .collapsed {
    border-bottom-color: transparent;
    margin-bottom: 0; }
  ._3f3wkT2G * > .tooltipWrapper {
    border-bottom: 0; }

._1BWjk_zG {
  margin: var(--spacingHalf); }

._1_f61lOy {
  margin: var(--spacing1);
  text-align: center; }

._2AKn1Wi_ {
  background: unset;
  display: inline-block;
  border-radius: 2px;
  color: var(--reretailButtonFontColor);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: var(--font-family-regular);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  line-height: 16px; }

/* Sizes */
._2gmXURfL {
  padding: 8px 8px;
  font-size: 12px;
  line-height: 12px; }

.MKi7eTke {
  padding: 8px 16px; }

._1th6SO8R {
  padding: 16px 24px; }

.MFK87Tf_ {
  width: 100%;
  display: block; }

/* Variants */
._3zkiB8lN {
  background-color: var(--reretailPrimaryButton); }
  ._3zkiB8lN:hover:enabled {
    background-color: var(--reretailPrimaryButtonHover); }
  ._3zkiB8lN:active:enabled {
    box-shadow: inset 0px 0px 0px 1px var(--reretailPrimaryButtonActiveBorder); }
  ._3zkiB8lN:disabled {
    cursor: not-allowed;
    background-color: var(--reretailPrimaryButtonDisabled); }

._1umj__ND {
  box-shadow: inset 0px 0px 0px 1px var(--reretailSecondaryButtonBorder); }
  ._1umj__ND:hover:enabled {
    background-color: var(--reretailSecondaryButtonHover);
    color: var(--reretailSecondaryButtonHoverFontColor); }
  ._1umj__ND:active:enabled {
    background-color: var(--reretailSecondaryButtonActive);
    color: var(--reretailSecondaryButtonHoverFontColor); }
  ._1umj__ND:disabled {
    cursor: not-allowed;
    background-color: none;
    color: var(--reretailSecondaryButtonDisabled);
    box-shadow: inset 0px 0px 0px 1px var(--reretailSecondaryButtonDisabled); }

@keyframes _1iFnN32Y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

._1iFnN32Y {
  animation: _1iFnN32Y 1.25s infinite linear; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._11chCKT7 {
  border: 1px solid var(--grey60);
  border-radius: 4px;
  background: var(--black);
  padding: var(--spacing1);
  color: var(--textPrimary);
  display: inline-flex;
  align-items: center; }
  ._11chCKT7 svg {
    margin-left: calc(var(--spacingHalf) * -1);
    margin-right: var(--spacingHalf);
    width: 1.69231rem;
    height: 1.69231rem;
    fill: var(--textPrimary); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/***
 *
 * NOTE: if changes are made to the base, primary, or neutral make the
 * changes in the coresponding button mixin in `Onfido.scss`
 *
 ***/
/* Base styles */
.Fi51qoR6 {
  --btn20: var(--info20);
  --btn50: var(--info50);
  --btn60: var(--info60);
  --btn70: var(--info70);
  --btn80: var(--info80);
  --btn90: var(--info90);
  --btn95: var(--info95);
  align-items: center;
  border-radius: 0.15385rem;
  border: none;
  color: var(--grey10);
  cursor: pointer;
  display: flex;
  font-size: 1.23077rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.84615rem;
  padding: 0.61538rem 0.15385rem; }
  .Fi51qoR6 svg {
    fill: var(--textPrimary);
    width: 1.23077rem;
    height: 1.23077rem; }

.JYcT02E9 {
  display: inline-block; }

.JYcT02E9:hover.JYcT02E9:hover {
  text-decoration: none; }

/* Sizes */
._1-6UW6m_ {
  padding: 0.61538rem 1.23077rem 0.61538rem 1.23077rem; }

._1ACE9rsZ {
  width: 26.46154rem; }

._31wsqnZ6 {
  width: 100%; }

._1yRo5MQf svg {
  margin-right: 0.61538rem;
  margin-left: -0.61538rem; }

.M5pIDxIY svg {
  margin-left: 0.61538rem;
  margin-right: -0.61538rem; }

/* Colours */
._12FfdC3x {
  --btn20: var(--success20);
  --btn50: var(--success40);
  --btn60: var(--success50);
  --btn70: var(--success60);
  --btn80: var(--success70);
  --btn90: var(--success80);
  --btn95: var(--success90); }

._3iA_LHqI {
  --btn20: var(--failure20);
  --btn50: var(--failure50);
  --btn60: var(--failure60);
  --btn70: var(--failure70);
  --btn80: var(--failure80);
  --btn90: var(--failure90);
  --btn95: var(--failure95); }

._1G6Ew_uB {
  --btn20: var(--warn20);
  --btn50: var(--warning50);
  --btn60: var(--warning60);
  --btn70: var(--warning70);
  --btn80: var(--warning80);
  --btn90: var(--warning90);
  --btn95: var(--warning95); }

._1nLhZt7T {
  --btn20: var(--neutral20);
  --btn50: var(--neutral50);
  --btn60: var(--neutral60);
  --btn70: var(--neutral70);
  --btn80: var(--neutral80);
  --btn90: var(--neutral90);
  --btn95: var(--neutral95); }

/* Primary styles */
._1iulX137 {
  background-color: var(--btn60); }

._1iulX137:hover,
._1iulX137:focus {
  background-color: var(--btn80); }

._1iulX137:hover div {
  background-color: var(--btn70); }

._1iulX137:active {
  background-color: var(--btn90);
  color: var(--btn20); }
  ._1iulX137:active svg {
    fill: var(--btn20); }

._1iulX137:disabled {
  background-color: var(--btn95); }

/* Secondary styles */
._16myzt4x {
  background-color: transparent;
  border: solid 0.15385rem var(--btn60);
  color: var(--textPrimary);
  --px6: 0.4615384615rem;
  padding: 0.46154rem 1.23077rem; }

._16myzt4x:hover,
._16myzt4x:focus {
  background-color: var(--btn70); }

._16myzt4x:active {
  background-color: var(--btn80); }

._16myzt4x:disabled {
  background-color: transparent;
  border: solid 0.15385rem var(--btn95);
  color: var(--textTertiary); }

/* Tertiary styles */
._1s2w8hZZ {
  background-color: var(--neutral70); }

._1s2w8hZZ:hover,
._1s2w8hZZ:focus {
  background-color: var(--neutral80); }

._1s2w8hZZ:active {
  background-color: var(--neutral90); }

._1s2w8hZZ:disabled {
  background-color: var(--neutral95); }

/* Disable style*/
.Fi51qoR6:disabled {
  color: var(--neutral50);
  cursor: default; }
  .Fi51qoR6:disabled svg {
    fill: var(--neutral50); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.PGO9wlLL {
  margin-bottom: var(--spacing1); }
  .PGO9wlLL input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .PGO9wlLL input[type='checkbox'] + span > label {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%; }
  .PGO9wlLL input[type='checkbox'] + span > label::before {
    background: none;
    border-radius: 0.30769rem;
    box-shadow: inset 0px 0px 0px 1px var(--grey70);
    content: '';
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    min-height: 24px;
    min-width: 24px;
    position: relative;
    width: 24px; }
  .PGO9wlLL input[type='checkbox'] + span > label:hover::before {
    background-color: var(--grey80);
    box-shadow: inset 0px 0px 0px 1px var(--grey70), 0px 0px 0px 1px var(--grey80); }
  .PGO9wlLL input[type='checkbox'] + span > label:active::before {
    background-color: var(--info90);
    box-shadow: inset 0px 0px 0px 1px var(--grey70), 0px 0px 0px 1px var(--info90); }
  .PGO9wlLL input[type='checkbox']:checked + span > label::after {
    color: var(--backgroundMain);
    content: '\F00C';
    font-family: 'icomoon';
    font-size: 16px;
    left: 4px;
    position: absolute;
    speak: none; }
  .PGO9wlLL input[type='checkbox']:checked + span > label::before {
    background: var(--info50);
    box-shadow: none; }
  .PGO9wlLL input[type='checkbox']:focus + span > label::before {
    box-shadow: inset 0px 0px 0px 1px var(--info50), 0px 0px 2px 2px var(--info70); }

@supports (-webkit-hyphens: none) {
  :root .PGO9wlLL input[type='checkbox'] + span > label {
    align-items: flex-end; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/*
 * Text Sizing Options
 */
._1eRiRrKJ._1eRiRrKJ {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 3.69231rem;
  line-height: 4.46154rem;
  letter-spacing: -0.25px; }
  ._1eRiRrKJ._1eRiRrKJ h1,
  ._1eRiRrKJ._1eRiRrKJ h2,
  ._1eRiRrKJ._1eRiRrKJ h3,
  ._1eRiRrKJ._1eRiRrKJ h4,
  ._1eRiRrKJ._1eRiRrKJ h5,
  ._1eRiRrKJ._1eRiRrKJ h6,
  ._1eRiRrKJ._1eRiRrKJ span,
  ._1eRiRrKJ._1eRiRrKJ p {
    margin: 0; }

._1j5L2A3w._1j5L2A3w {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 2.46154rem;
  line-height: 3.23077rem;
  letter-spacing: -0.25px; }
  ._1j5L2A3w._1j5L2A3w h1,
  ._1j5L2A3w._1j5L2A3w h2,
  ._1j5L2A3w._1j5L2A3w h3,
  ._1j5L2A3w._1j5L2A3w h4,
  ._1j5L2A3w._1j5L2A3w h5,
  ._1j5L2A3w._1j5L2A3w h6,
  ._1j5L2A3w._1j5L2A3w span,
  ._1j5L2A3w._1j5L2A3w p {
    margin: 0; }

._2Q77TNBM._2Q77TNBM {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 2.15385rem;
  line-height: 3.07692rem;
  letter-spacing: -0.25px; }
  ._2Q77TNBM._2Q77TNBM h1,
  ._2Q77TNBM._2Q77TNBM h2,
  ._2Q77TNBM._2Q77TNBM h3,
  ._2Q77TNBM._2Q77TNBM h4,
  ._2Q77TNBM._2Q77TNBM h5,
  ._2Q77TNBM._2Q77TNBM h6,
  ._2Q77TNBM._2Q77TNBM span,
  ._2Q77TNBM._2Q77TNBM p {
    margin: 0; }

.Gxl6U8PW.Gxl6U8PW {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1.84615rem;
  line-height: 2.76923rem;
  letter-spacing: -0.25px; }
  .Gxl6U8PW.Gxl6U8PW h1,
  .Gxl6U8PW.Gxl6U8PW h2,
  .Gxl6U8PW.Gxl6U8PW h3,
  .Gxl6U8PW.Gxl6U8PW h4,
  .Gxl6U8PW.Gxl6U8PW h5,
  .Gxl6U8PW.Gxl6U8PW h6,
  .Gxl6U8PW.Gxl6U8PW span,
  .Gxl6U8PW.Gxl6U8PW p {
    margin: 0; }

._3hdn4TGp._3hdn4TGp {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1.38462rem;
  line-height: 2.15385rem;
  letter-spacing: 0; }
  ._3hdn4TGp._3hdn4TGp h1,
  ._3hdn4TGp._3hdn4TGp h2,
  ._3hdn4TGp._3hdn4TGp h3,
  ._3hdn4TGp._3hdn4TGp h4,
  ._3hdn4TGp._3hdn4TGp h5,
  ._3hdn4TGp._3hdn4TGp h6,
  ._3hdn4TGp._3hdn4TGp span,
  ._3hdn4TGp._3hdn4TGp p {
    margin: 0; }

._1Si5ZKp-._1Si5ZKp- {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1.07692rem;
  line-height: 1.84615rem;
  letter-spacing: 0; }
  ._1Si5ZKp-._1Si5ZKp- h1,
  ._1Si5ZKp-._1Si5ZKp- h2,
  ._1Si5ZKp-._1Si5ZKp- h3,
  ._1Si5ZKp-._1Si5ZKp- h4,
  ._1Si5ZKp-._1Si5ZKp- h5,
  ._1Si5ZKp-._1Si5ZKp- h6,
  ._1Si5ZKp-._1Si5ZKp- span,
  ._1Si5ZKp-._1Si5ZKp- p {
    margin: 0; }

.PFbm3PqI.PFbm3PqI {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  line-height: 1.69231rem;
  letter-spacing: 0; }
  .PFbm3PqI.PFbm3PqI h1,
  .PFbm3PqI.PFbm3PqI h2,
  .PFbm3PqI.PFbm3PqI h3,
  .PFbm3PqI.PFbm3PqI h4,
  .PFbm3PqI.PFbm3PqI h5,
  .PFbm3PqI.PFbm3PqI h6,
  .PFbm3PqI.PFbm3PqI span,
  .PFbm3PqI.PFbm3PqI p {
    margin: 0; }

._1ZvRPZsJ._1ZvRPZsJ {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 0.92308rem;
  line-height: 1.53846rem;
  letter-spacing: 0; }
  ._1ZvRPZsJ._1ZvRPZsJ h1,
  ._1ZvRPZsJ._1ZvRPZsJ h2,
  ._1ZvRPZsJ._1ZvRPZsJ h3,
  ._1ZvRPZsJ._1ZvRPZsJ h4,
  ._1ZvRPZsJ._1ZvRPZsJ h5,
  ._1ZvRPZsJ._1ZvRPZsJ h6,
  ._1ZvRPZsJ._1ZvRPZsJ span,
  ._1ZvRPZsJ._1ZvRPZsJ p {
    margin: 0; }

._2WM5n0nt._2WM5n0nt {
  color: var(--textPrimary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 0.84615rem;
  line-height: 1.38462rem;
  letter-spacing: 0; }
  ._2WM5n0nt._2WM5n0nt h1,
  ._2WM5n0nt._2WM5n0nt h2,
  ._2WM5n0nt._2WM5n0nt h3,
  ._2WM5n0nt._2WM5n0nt h4,
  ._2WM5n0nt._2WM5n0nt h5,
  ._2WM5n0nt._2WM5n0nt h6,
  ._2WM5n0nt._2WM5n0nt span,
  ._2WM5n0nt._2WM5n0nt p {
    margin: 0; }

/*
 * Text Colour Options
 */
._3NgA4wD8._3NgA4wD8 {
  color: var(--textPrimary); }

._2OIxQ7bn._2OIxQ7bn {
  color: var(--textSecondary); }

.fnRjCkSO.fnRjCkSO {
  color: var(--textTertiary); }

._1R1ZYk9K._1R1ZYk9K {
  color: var(--grey50); }

.wc0VOxHC.wc0VOxHC {
  color: var(--failure40); }

.MsoozY9T.MsoozY9T {
  color: var(--contract-bar-positive); }

._26bZxwhw._26bZxwhw {
  color: var(--contract-bar-negative); }

/*
 * Text Weight Options
 */
._2dP4N1Ou._2dP4N1Ou {
  font-weight: 400; }

._2LGB4kM1._2LGB4kM1 {
  font-weight: 600; }

._1iUmsdap._1iUmsdap {
  font-weight: 700; }

/*
 * Text Alignment Options
 */
.qY4M3weL.qY4M3weL {
  text-align: left; }

._1D4q3fy_._1D4q3fy_ {
  text-align: center; }

._2D7__MLB._2D7__MLB {
  text-align: right; }

._1FD7pOye._1FD7pOye {
  text-align: justify; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2oKepDCT {
  background: none;
  border-radius: 0.30769rem;
  border: solid 1px var(--grey60);
  color: var(--textSecondary);
  display: block;
  height: 3.69231rem;
  line-height: inherit;
  margin-bottom: var(--spacing1);
  padding-left: var(--spacing1);
  width: 100%; }
  ._2oKepDCT:hover {
    background: var(--grey90); }
  ._2oKepDCT:focus {
    background: none;
    outline: none;
    border: solid 1px var(--info60); }

select._2oKepDCT,
select._2oKepDCT option {
  background: var(--backgroundMain); }

.BEiv6A8p {
  align-items: center;
  color: var(--textPrimary);
  display: flex;
  padding-left: 0; }
  .BEiv6A8p input::placeholder {
    color: var(--grey40); }
  .BEiv6A8p:focus-within {
    background: none; }
  .BEiv6A8p ._3UsQNxhJ + label {
    margin-left: 3.69231rem; }

.BEiv6A8p:focus-within {
  border: solid 1px var(--info60); }
  .BEiv6A8p:focus-within label {
    opacity: 1;
    transform: translate(0, calc(-1 * 1.53846rem));
    background-color: var(--black); }
  .BEiv6A8p:focus-within ._3UsQNxhJ {
    border-right: solid 1px var(--info60); }

._3SpxUfP4 label {
  transform: translate(0, calc(-1 * 1.53846rem));
  background-color: var(--black); }

._3L1Tjjf- {
  border: solid 1px var(--failure60); }
  ._3L1Tjjf-:focus {
    border: solid 1px var(--failure60); }

.BEiv6A8p._19bU50lG {
  border: solid 1px var(--failure60); }
  .BEiv6A8p._19bU50lG ._3UsQNxhJ {
    border-right: solid 1px var(--failure60); }
  .BEiv6A8p._19bU50lG i {
    color: var(--failure60); }
  .BEiv6A8p._19bU50lG .DptLqMj4:focus {
    outline: initial; }

.DptLqMj4 {
  background: none;
  border: none;
  border-radius: 0.30769rem;
  height: 100%;
  padding: 0;
  padding-left: var(--spacing1);
  width: 100%; }
  .DptLqMj4:disabled {
    background-color: var(--grey95);
    color: var(--grey40); }
  .DptLqMj4:focus {
    outline: none; }

.EU6d2XUF {
  margin-left: calc(-1 * 3.69231rem);
  padding-left: calc(var(--spacing1) + 3.69231rem); }

._3UsQNxhJ {
  align-items: center;
  background: var(--wellNeutral);
  border-bottom-left-radius: 0.30769rem;
  border-right: solid 1px var(--grey60);
  border-top-left-radius: 0.30769rem;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 3.69231rem;
  z-index: 1; }
  ._3UsQNxhJ i {
    font-size: 18px; }

._1er4lJBc {
  width: 100%; }

.LkBvlOxg {
  max-width: 382px; }

.BEiv6A8p input:-webkit-autofill,
.BEiv6A8p input:-webkit-autofill:hover,
.BEiv6A8p input:-webkit-autofill:focus,
.BEiv6A8p textarea:-webkit-autofill,
.BEiv6A8p textarea:-webkit-autofill:hover,
.BEiv6A8p textarea:-webkit-autofill:focus,
.BEiv6A8p select:-webkit-autofill,
.BEiv6A8p select:-webkit-autofill:hover,
.BEiv6A8p select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--textSecondary) !important;
  -webkit-box-shadow: 0 0 0px 30px var(--backgroundMain) inset !important;
  box-shadow: 0 0 0px 30px var(--backgroundMain) inset !important;
  border-radius: 0.30769rem;
  height: 3.46154rem; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.w0nE5QpD::placeholder {
  color: var(--grey40); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 30px var(--backgroundMain) inset;
  -webkit-text-fill-color: var(--textSecondary); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.Ww2iuDfl {
  align-items: center;
  border: 2px solid var(--grey60);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }
  .Ww2iuDfl:hover {
    background-color: var(--grey90); }
  .Ww2iuDfl._1-MNW3qN, .Ww2iuDfl:focus {
    border-color: var(--blue50); }
  .Ww2iuDfl:active {
    background-color: var(--blue90);
    border: solid 2px transparent; }
  .Ww2iuDfl ._2H7GVkrz {
    color: var(--grey20);
    font-size: 1.38462rem;
    margin-right: var(--spacing1);
    vertical-align: middle; }

._2yxSgafS {
  background-color: var(--backgroundMain);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-top: 0.30769rem;
  position: absolute;
  z-index: 3; }

._23wFfNJ9 {
  align-items: center;
  background-color: var(--grey90);
  display: flex;
  justify-content: space-between; }
  ._23wFfNJ9:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  ._23wFfNJ9:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  ._23wFfNJ9:hover, ._23wFfNJ9:focus {
    background-color: var(--grey80);
    color: var(--blue40);
    outline: none; }
  ._23wFfNJ9:active {
    background-color: var(--blue90); }
  ._23wFfNJ9 .CJTK8gWk {
    visibility: visible; }

._1cUw0TAh {
  background-color: var(--blue90); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1u_jehvX {
  display: inline-flex; }
  ._1u_jehvX input[type='file'] {
    height: 1px;
    width: 1px;
    position: absolute;
    border: 0;
    overflow: hidden;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0); }
    ._1u_jehvX input[type='file']:active, ._1u_jehvX input[type='file']:focus {
      border: none;
      outline: none; }

._3EMfMKHF {
  color: var(--grey50);
  background: var(--grey95); }
  ._3EMfMKHF svg {
    fill: var(--grey50); }
  ._3EMfMKHF:hover {
    background: var(--grey95); }
  ._3EMfMKHF:active {
    color: var(--grey50); }
    ._3EMfMKHF:active svg {
      fill: var(--grey50); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3f5km9io {
  display: flex;
  align-items: center; }
  ._3f5km9io svg {
    fill: var(--failure40);
    margin-right: 2px;
    width: 0.76923rem;
    height: 0.76923rem; }

._22nK4vTJ {
  display: inline-block;
  margin-top: var(--spacing1);
  margin-bottom: var(--spacingHalf); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2V3VaRmV input[type='radio'] {
  opacity: 0; }

._31WlPBqa {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin: var(--spacing1) 0; }
  ._31WlPBqa input + span > label {
    display: inline-block;
    margin-left: 24px;
    position: relative; }
    ._31WlPBqa input + span > label::before {
      content: '';
      background: transparent;
      border-radius: 50%;
      box-shadow: inset 0px 0px 0px 1px var(--grey60);
      display: inline-block;
      height: 24px;
      left: -36px;
      position: absolute;
      width: 24px; }
    ._31WlPBqa input + span > label:hover::before {
      background-color: var(--grey80);
      box-shadow: inset 0px 0px 0px 1px var(--grey60), 0px 0px 0px 1px var(--grey80); }
    ._31WlPBqa input + span > label:focus::before {
      box-shadow: inset 0px 0px 0px 1px var(--grey60);
      height: 24px;
      width: 24px; }
    ._31WlPBqa input + span > label:active::before {
      background-color: var(--info90);
      border: 1px solid var(--info90); }
  ._31WlPBqa input:checked + span > label::after {
    background: var(--info50);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 16px;
    left: -32px;
    position: absolute;
    top: 4px;
    width: 16px; }
  ._31WlPBqa input:checked + span > label::before {
    background: transparent;
    border: none;
    box-shadow: inset 0px 0px 0px 1px var(--info50); }
  ._31WlPBqa input:checked:focus + span > label::before {
    box-shadow: inset 0px 0px 0px 1px var(--info50), 0px 0px 2px 2px var(--info70); }

@media screen and (max-width: 480px) {
  ._31WlPBqa {
    /* Add more margin for mobile view */
    margin-top: var(--spacing2); } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1ATmzcHH {
  position: relative; }

._2U78CEdV {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  ._2U78CEdV:disabled {
    background: var(--grey70);
    color: var(--grey50); }

.xU7xLoKs {
  pointer-events: none;
  position: absolute;
  right: var(--spacing1);
  top: 1.07692rem; }

._2U78CEdV:disabled + .xU7xLoKs {
  display: none; }

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 30px var(--backgroundMain) inset;
  -webkit-text-fill-color: var(--textSecondary); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.fYnGNJDe {
  height: 6.46154rem;
  min-height: 5.53846rem;
  padding: var(--spacing1); }
  .fYnGNJDe::placeholder {
    color: var(--grey40); }

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 60px var(--grey98) inset;
  -webkit-text-fill-color: var(--textSecondary); }

._1N7-35Wo {
  height: 9.07692rem; }

._1LAy95SN {
  padding-bottom: var(--spacingHalf); }

.qmrs3phv {
  padding-bottom: var(--spacing1); }

._2iT--DFn {
  padding-bottom: var(--spacing2); }

._2mcsmThu {
  padding-bottom: var(--spacing3); }

._3wsGKU2C {
  padding-bottom: var(--spacing4); }

._3re6K4B2 {
  padding-bottom: var(--spacing5); }

._2J_U73KB {
  padding-bottom: var(--spacing6); }

._1jOmmOrt {
  padding-bottom: var(--spacing7); }

._6rcN5xf {
  padding-bottom: var(--spacing8); }

._3AaWWYoO {
  padding-bottom: var(--spacing9); }

._2V9iuaTd {
  padding-bottom: var(--spacing10); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._316gCkrQ {
  position: relative;
  color: var(--textPrimary);
  padding: 1.84615rem 1.84615rem 1.84615rem 3.07692rem; }
  ._316gCkrQ h4 {
    color: var(--textPrimary);
    margin-top: 0;
    margin-bottom: 6px;
    text-align: left; }
  ._316gCkrQ i {
    position: absolute;
    color: var(--textPrimary);
    left: 1.23077rem;
    top: 2.46154rem; }
  ._316gCkrQ div {
    margin-top: 3px; }

.MElyMTe9 {
  background: var(--success95);
  border-top: solid 0.30769rem var(--success60); }

._3Otfjw_K {
  background: var(--failure95);
  border-top: solid 0.30769rem var(--failure60); }

._30ZPA64D {
  background: var(--warning95);
  border-top: solid 0.30769rem var(--warning60); }

._2jjxOEQt {
  background: var(--neutral95);
  border-top: solid 0.30769rem var(--neutral60); }

._1_5WXE2y {
  background: var(--info95);
  border-top: solid 0.30769rem var(--info60); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.LXzvQyZ1 {
  display: block;
  height: 1.92308rem;
  width: 19.46154rem;
  text-align: center; }
  @media (max-width: 995px) {
    .LXzvQyZ1 {
      width: auto;
      padding-right: 0.76923rem; } }
  @media (max-width: 767px) {
    .LXzvQyZ1 {
      padding: 0; } }
  .LXzvQyZ1 img {
    max-height: 100%; }

._2EoSKpk3 {
  text-align: unset;
  width: unset;
  padding: unset;
  max-height: unset;
  height: 20px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

:root ._2dnB64zJ {
  --lime:                  #8CBF26;
  --red:                   #e8704f;
  --redDark:               #d56161;
  --blue:                  #c0d2df;
  --green:                 #52b370;
  --orange:                #a48c42;
  --yellow:                #eac85e;
  --pink:                  #E671B8;
  --purple:                #A700AE;
  --brown:                 #A05000;
  --teal:                  #4ab0ce;
  --gray:                  #333;
  --gray-dark:             #888;
  --gray-darker:           #bbb;
  --gray-light:            #999;
  --backgroundGray:        #333;
  --lightGray:             #E6E9ED;
  --shadowGray:            rgba(#676767, .6);
  --white:                 #000;
  --black:                 #fff; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
._2o3PdVQF ._3qHZiSku {
  display: flex;
  align-items: center; }
  ._2o3PdVQF ._3qHZiSku ._2fBTUmry {
    display: flex; }
    ._2o3PdVQF ._3qHZiSku ._2fBTUmry:hover {
      background: transparent; }
  ._2o3PdVQF ._3qHZiSku ._17vL0IBs {
    opacity: 0.8;
    font-size: 12px;
    padding-right: 4px;
    line-height: 16px; }
  ._2o3PdVQF ._3qHZiSku ._2ZaRox1m {
    display: flex; }
    ._2o3PdVQF ._3qHZiSku ._2ZaRox1m a {
      color: var(--sidebarTextColour);
      font-size: 12px;
      line-height: 16px; }
      ._2o3PdVQF ._3qHZiSku ._2ZaRox1m a:hover {
        color: var(--sidebarTextColour);
        text-decoration: none;
        text-shadow: 0 0 1px #fff; }
    ._2o3PdVQF ._3qHZiSku ._2ZaRox1m:last-of-type ._3E12A25g {
      display: none; }
    ._2o3PdVQF ._3qHZiSku ._2ZaRox1m ._3E12A25g {
      background: -webkit-linear-gradient(rgba(170, 170, 170, 0), rgba(170, 170, 170, 0.8), rgba(145, 145, 145, 0));
      background: linear-gradient(rgba(170, 170, 170, 0), rgba(170, 170, 170, 0.8), rgba(145, 145, 145, 0));
      height: 100%;
      margin: 0 0.53846rem;
      width: 1px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

:root ._3mU6DBvT {
  --lime:                  #8CBF26;
  --red:                   #e8704f;
  --redDark:               #d56161;
  --blue:                  #c0d2df;
  --green:                 #52b370;
  --orange:                #a48c42;
  --yellow:                #eac85e;
  --pink:                  #E671B8;
  --purple:                #A700AE;
  --brown:                 #A05000;
  --teal:                  #4ab0ce;
  --gray:                  #333;
  --gray-dark:             #888;
  --gray-darker:           #bbb;
  --gray-light:            #999;
  --backgroundGray:        #333;
  --lightGray:             #E6E9ED;
  --shadowGray:            rgba(#676767, .6);
  --white:                 #000;
  --black:                 #fff; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
.gmqxVo97 {
  align-items: center;
  background: var(--headerBackground);
  border: 0;
  box-shadow: 0px 0px 2px 0px black;
  color: var(--headerTextColor);
  display: flex;
  padding: 8px var(--section-separation)/2;
  position: relative;
  z-index: 4; }
  .gmqxVo97 > ._2wx45MYS,
  .gmqxVo97 ._2UCMYPbC > ._2wx45MYS {
    background: -webkit-linear-gradient(rgba(170, 170, 170, 0), rgba(170, 170, 170, 0.8), rgba(145, 145, 145, 0));
    background: linear-gradient(rgba(170, 170, 170, 0), rgba(170, 170, 170, 0.8), rgba(145, 145, 145, 0));
    height: 100%;
    margin: 0 0.53846rem;
    position: relative;
    width: 1px; }

._3I5f-zFv,
._3I5f-zFv ._3jFvE3ps {
  width: 3.07692rem; }

._3I5f-zFv i {
  font-size: 1.23077rem;
  line-height: 3.07692rem;
  margin-left: 1px;
  transition: transform 0.3s; }

._3jFvE3ps {
  background: var(--sidebarActiveColour);
  bottom: 0;
  color: var(--sidebarTextColour);
  left: 0;
  position: absolute;
  text-align: center;
  top: 0; }

._1m3xJ_St {
  display: flex;
  flex: 25 0 auto;
  font-size: 1.38462rem;
  justify-content: space-between;
  max-width: 550px;
  padding: 0 10px; }
  ._1m3xJ_St a {
    color: var(--headerTextColor); }
    ._1m3xJ_St a:hover {
      text-decoration: none;
      text-shadow: 0 0 4px #fff; }
    ._1m3xJ_St a:active, ._1m3xJ_St a._2LihfTrG {
      text-shadow: none; }

html[lang='ru-RU'] ._1m3xJ_St {
  max-width: 750px; }

._2LihfTrG {
  font-weight: bold;
  letter-spacing: 0; }

._2wx45MYS {
  color: var(--white); }

._2UCMYPbC {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  justify-content: flex-end; }

._2HHdzcBx {
  color: var(--headerTextColor);
  font-size: 1.53846rem;
  vertical-align: top; }
  ._2HHdzcBx:hover {
    color: var(--headerTextColor);
    text-decoration: none;
    text-shadow: 0 0 4px #fff; }

@media (max-width: 1199px) {
  ._1m3xJ_St {
    justify-content: space-around;
    padding: 0; }
  ._1m3xJ_St a {
    font-size: 1.23077rem; }
  ._1mNCXSUh {
    font-size: 0.76923rem; } }

@media (max-width: 767px) {
  ._1m3xJ_St {
    flex-shrink: 1;
    flex-wrap: wrap; }
    ._1m3xJ_St a {
      font-size: 1.07692rem; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1D5rcAHx {
  color: var(--reretailHeaderTextColor);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  display: flex; }
  @media screen and (max-width: 995px) {
    ._1D5rcAHx {
      width: calc(100% + 48px);
      margin: 0 -24px; } }

.VyNMGrcK {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

._3NAhPy8q {
  border-top: 1px solid var(--reretailHeaderDividerColor);
  padding: 16px; }
  ._3NAhPy8q > a {
    text-decoration: none; }
    ._3NAhPy8q > a > button {
      margin-left: auto; }
  @media screen and (max-width: 995px) {
    ._3NAhPy8q {
      padding-bottom: 0; } }

.JNSWcraR {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  word-wrap: break-word;
  padding: 16px; }
  @media screen and (max-width: 995px) {
    .JNSWcraR {
      padding-left: calc(16px + 8px);
      padding-right: calc(16px + 8px); } }

._3zyued7C {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }

._6z3-qjaK {
  font-size: 18px;
  font-weight: 600;
  color: var(--reretailHeaderTextColor);
  margin-bottom: 16px; }
  @media screen and (max-width: 995px) {
    ._6z3-qjaK {
      font-size: 24px;
      font-weight: normal;
      padding-bottom: 8px;
      padding-top: 0;
      margin-top: -8px; } }

._3b_W9ZNz {
  padding: 16px;
  padding-bottom: 0;
  background: var(--reretailAnnouncementBackgroundColor);
  display: flex;
  flex-direction: column;
  margin-bottom: 16px; }
  ._3b_W9ZNz > * {
    margin-bottom: 8px; }

.kfntW3Xg {
  color: var(--reretailAnnouncementsDateTextColor);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px; }

._1GhqdMqq {
  font-size: 14px;
  font-weight: 600;
  color: var(--reretailHeaderTextColor); }
  ._1GhqdMqq:hover, ._1GhqdMqq:focus, ._1GhqdMqq:active {
    color: var(--reretailHeaderTextHoverColor); }
  @media screen and (max-width: 995px) {
    ._1GhqdMqq {
      line-height: 1.25em; } }

._2e3IufME {
  font-size: 10px;
  color: var(--reretailHeaderTextColor); }
  ._2e3IufME > table,
  ._2e3IufME tr,
  ._2e3IufME td {
    border: 1px solid var(--reretailHeaderTextColor);
    border-collapse: collapse;
    border-spacing: 0;
    padding: 4px; }
  ._2e3IufME > li > ul {
    list-style-type: circle; }
  ._2e3IufME > ul,
  ._2e3IufME ol {
    padding-left: 20px; }
  ._2e3IufME > img {
    max-width: 100%; }
  ._2e3IufME a {
    color: var(--blue-30, var(--blue30)); }

._1KS0SONR {
  position: relative; }
  ._1KS0SONR > div {
    display: flex;
    align-items: center;
    justify-content: center; }

._8C-UOtSR {
  position: absolute;
  display: inline-block;
  top: -5px;
  right: -5px;
  font-size: 9px;
  font-weight: normal;
  background: #e5603b;
  color: white;
  line-height: 1em;
  padding: 2px 4px;
  border-radius: 10px;
  background: #fa3e3e; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2GK3d5Tk {
  cursor: pointer; }

._3gIEiVA9, ._17ONSvRW {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

._1fPJ9XKY {
  cursor: not-allowed;
  fill: var(--reretailDisabledInputControlColor); }

._349cvZQC._1HUP2m8p:not(._1fPJ9XKY) {
  fill: var(--reretailFavoriteCheckedOutlineColor); }

.reHL-dpR._1HUP2m8p:not(._1fPJ9XKY) {
  fill: var(--reretailFavoriteCheckedFillColor);
  stroke: var(--reretailFavoriteCheckedOutlineColor); }

._6QzbGre3 {
  position: relative;
  width: 2.46154rem;
  height: 1.23077rem; }

._3IaRPFOn {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.46154rem;
  height: 1.23077rem;
  border-radius: 0.92308rem;
  background-color: var(--reretailDisabledInputControlColor); }
  ._3IaRPFOn::after {
    content: '';
    display: block;
    border-radius: 50%;
    width: 0.92308rem;
    height: 0.92308rem;
    margin: 2px;
    background-color: var(--reretailSecondaryInputControlColor);
    transition: 150ms; }

._17ONSvRW:checked + ._3IaRPFOn {
  background-color: var(--reretailPrimaryInputControlColor); }
  ._17ONSvRW:checked + ._3IaRPFOn::after {
    content: '';
    width: 0.92308rem;
    height: 0.92308rem;
    margin-left: 1.38462rem;
    transition: 150ms; }

._17ONSvRW:disabled + ._3IaRPFOn {
  cursor: not-allowed;
  background-color: var(--reretailDisabledInputControlColor); }

._1y9ytFq3 {
  cursor: pointer;
  display: flex;
  -webkit-user-select: none;
          user-select: none;
  align-items: center; }

._1Hgtwgna {
  flex-direction: row-reverse; }

._3zXkt6vX {
  cursor: not-allowed; }

.eU5KhZXN {
  margin-left: 1.53846rem; }

._1Jv-Z571 {
  margin-right: 1.53846rem; }

._33RIADV2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; }

._2crDJ2Dl,
.ic7NljT8,
._9VU-wLqR,
._1k7F5JBa {
  fill: var(--reretailPrimaryInputControlColor); }

._15Uv6MIt,
._21Ya_uyM {
  fill: var(--grey-60); }

._1X35BHsN,
._3P8fWN4J {
  fill: white; }

._9VU-wLqR,
._2crDJ2Dl {
  background: white;
  border-radius: 4px; }

.ic7NljT8:before,
._1k7F5JBa:before {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  margin-top: 1px;
  margin-left: 1px;
  width: 14px;
  height: 14px;
  content: '';
  background: white; }

._1YVpVQJl {
  font-family: var(--font-family-regular);
  font-weight: bold;
  fill: #fff;
  -webkit-user-select: none;
          user-select: none; }

._1tMWSpOM {
  border-radius: 2px;
  display: inline-block;
  font-family: var(--font-family-regular);
  font-size: 8px;
  font-weight: 600;
  line-height: 8px;
  padding: 4px;
  text-align: center; }

._1VSl4FCo {
  background: var(--reretailPrimaryPillBackground);
  color: var(--reretailPillPrimaryFontColor); }

._38t5OER2 {
  background-color: var(--reretailSecondaryPillBackground);
  color: var(--reretailPillSecondaryFontColor); }

._1Tovat5C {
  background-color: var(--reretailXBTPillBackground);
  color: var(--reretailPillPrimaryFontColor); }

._3pzxLz-v {
  background-color: var(--reretailUSDTPillBackground);
  color: var(--reretailPillPrimaryFontColor); }

._skSUtEc {
  background-color: var(--earnNewPillBackground);
  color: var(--reretailPillPrimaryFontColor); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.CwqFy-Z4 {
  display: flex;
  align-items: center; }
  .CwqFy-Z4 select {
    width: 100%; }

._16EYSGc8 {
  pointer-events: none;
  position: relative;
  right: 20px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1p86-5wv {
  display: flex;
  align-items: center; }
  ._1p86-5wv select {
    width: 100%; }

.rr7v_hK7 {
  pointer-events: none;
  position: relative;
  right: 20px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2Zuk7noA {
  position: relative;
  color: var(--collapsible-color); }
  ._2Zuk7noA._3FsLiLqe {
    --collapsible-color: var(--failure80);
    --collapsible-background: var(--failure10); }
  ._2Zuk7noA._2Xw6Bw9q {
    --collapsible-color: var(--warning80);
    --collapsible-background: var(--warning10); }
  ._2Zuk7noA.lUdhaR3W {
    padding-bottom: 1.84615rem; }
    ._2Zuk7noA.lUdhaR3W ._1GjwjQgi {
      max-height: 76.84615rem; }
    ._2Zuk7noA.lUdhaR3W ._3E9EgSTf i {
      transform: rotate(-90deg); }
    ._2Zuk7noA.lUdhaR3W ._282Z-oWR {
      background: transparent; }
  ._2Zuk7noA ._1GjwjQgi {
    overflow: hidden;
    max-height: 6.15385rem;
    transition: max-height 350ms ease-in-out; }
  ._2Zuk7noA ._282Z-oWR {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 24px;
    text-align: center;
    background: linear-gradient(to top, var(--collapsible-background) 0%, var(--collapsible-background) 50%, transparent 100%); }
  ._2Zuk7noA ._3E9EgSTf {
    padding: 0.61538rem;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer; }
    ._2Zuk7noA ._3E9EgSTf i {
      margin-right: 0.61538rem;
      transition: transform 350ms ease-in-out; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.fK4mUN04 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 0.61538rem 10px;
  position: relative; }

._27ZIErI4 {
  background: var(--failure10);
  color: var(--failure80); }

._3lG5zC3T {
  background: var(--warning10);
  color: var(--warning80); }

._2BzeaBh2 ol,
._2BzeaBh2 ul {
  margin-bottom: 10px;
  padding-left: 1.38462rem; }

._2BzeaBh2 a {
  color: #1069a9; }

._3pJEvnNv {
  font-size: 1.23077rem;
  margin-bottom: 1.53846rem; }

._1xNZ__0k {
  position: absolute;
  top: 0.92308rem;
  right: 0.92308rem;
  font-size: 1.53846rem;
  padding: 0.30769rem 0.76923rem;
  border-radius: 99em; }

._1ZxDdqEd {
  margin-top: 1.69231rem;
  margin-bottom: -prem(22); }

@media screen and (max-width: 768px) {
  .fK4mUN04 {
    height: inherit; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2Yg1MjYR {
  z-index: 1005;
  width: 100%;
  background: var(--reretailHeaderBackgroundColor);
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-family: var(--font-family-regular);
  height: 56px; }
  @media screen and (max-width: 995px) {
    ._2Yg1MjYR {
      height: 52px; } }

._3WggXpxr {
  display: inline-block; }

._19hN_r5Q {
  width: calc(20rem - 16px);
  margin-right: 10px; }
  @media screen and (max-width: 995px) {
    ._19hN_r5Q {
      width: unset;
      margin-right: unset; } }

._13Sli5Ve {
  height: 56px; }
  ._13Sli5Ve > *:not(:last-child) {
    margin-right: 32px; }
  ._13Sli5Ve > a {
    -webkit-user-select: none;
            user-select: none;
    line-height: 56px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    color: var(--reretailHeaderTextColor); }
    ._13Sli5Ve > a:hover {
      color: var(--reretailHeaderTextHoverColor);
      text-decoration: none; }
    ._13Sli5Ve > a:hover {
      text-shadow: 0px 0px 1px var(--reretailHeaderTextHoverColor);
      -webkit-text-stroke: 1px var(--reretailHeaderTextHoverColor); }
    ._13Sli5Ve > a > span {
      margin-left: 4px;
      vertical-align: baseline;
      position: relative;
      top: -4px; }
  @media screen and (max-width: 995px) {
    ._13Sli5Ve {
      height: unset;
      display: flex;
      flex-direction: column; }
      ._13Sli5Ve > a {
        font-size: 24px;
        width: unset; } }

._2gK0MqcL {
  -webkit-user-select: none;
          user-select: none;
  line-height: 56px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0px;
  color: var(--reretailHeaderTextColor); }
  ._2gK0MqcL:hover {
    color: var(--reretailHeaderTextHoverColor);
    text-decoration: none; }

._2cVVyhjY._2cVVyhjY {
  text-shadow: 0px 0px 1px var(--reretailHeaderTextColor);
  -webkit-text-stroke: 1px var(--reretailHeaderTextColor); }
  ._2cVVyhjY._2cVVyhjY:hover {
    text-shadow: 0px 0px 1px var(--reretailHeaderTextHoverColor);
    -webkit-text-stroke: 1px var(--reretailHeaderTextHoverColor); }

._2PjsvuCC {
  display: inline-block; }

._38wbv-2k {
  padding: 0 12px;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  align-items: center; }
  ._38wbv-2k:hover {
    color: var(--reretailHeaderTextColor); }
  @media screen and (max-width: 995px) {
    ._38wbv-2k {
      padding: 0 0;
      margin: 0 0;
      margin-left: -24px;
      padding-left: 24px;
      width: calc(100% + (2 * 24px));
      font-size: 24px;
      cursor: pointer; }
      ._38wbv-2k > svg {
        align-self: center;
        margin-left: auto;
        margin-right: 24px;
        height: 16px;
        width: 16px; }
      ._38wbv-2k:hover {
        color: var(--reretailHeaderTextHoverColor); }
        ._38wbv-2k:hover > svg {
          fill: var(--reretailHeaderTextHoverColor); } }

._5Epkbrlp {
  background: var(--reretailDropdownBackground);
  text-shadow: 0px 0px 1px var(--reretailHeaderTextColor);
  -webkit-text-stroke: 1px var(--reretailHeaderTextColor); }
  ._5Epkbrlp:hover {
    color: var(--reretailHeaderTextColor); }

._2n_h4Dnu {
  background: var(--reretailDropdownBackground);
  position: absolute;
  z-index: 1000;
  margin-left: -12px;
  box-shadow: 0px 4px 16px 0px var(--dropdown-box-shadow); }

.X8QiK8XC > a {
  padding-left: 24px;
  padding-right: 36px;
  font-size: 14px;
  color: var(--reretailHeaderTextColor);
  display: block;
  height: 40px;
  line-height: 40px; }
  .X8QiK8XC > a:hover {
    background: var(--reretailPrimaryButton);
    text-decoration: none; }

@media screen and (max-width: 995px) {
  .X8QiK8XC {
    margin-left: -24px;
    padding-left: -24px;
    width: calc(100% + (2 * 24px));
    font-size: 16px; } }

._3TYZRl21 {
  margin-left: 8px; }

.t6A2NyBf {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .t6A2NyBf > * {
    margin-left: 24px; }
  @media screen and (max-width: 995px) {
    .t6A2NyBf {
      padding-right: 16px; }
      .t6A2NyBf > * {
        margin-left: unset; } }

._3AUfE_c4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 12px;
  margin-left: calc(-2 * 12px); }

.aEDVVWPM {
  background: var(--reretailDropdownBackground); }

._1rVrjpfA {
  color: var(--reretailHeaderTextColor);
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 16px 0px var(--dropdown-box-shadow); }
  ._1rVrjpfA > a {
    text-decoration: none; }
  @media screen and (max-width: 995px) {
    ._1rVrjpfA {
      height: 100%;
      padding: 0;
      margin: 0; } }

.uoohwAyB {
  margin-left: -24px; }

._1KfHigCB {
  font-size: 14px;
  font-weight: bold; }
  ._1KfHigCB:not(:first-child) {
    padding-top: 24px; }
  ._1KfHigCB:not(:last-child) {
    padding-bottom: 8px; }
  @media screen and (max-width: 995px) {
    ._1KfHigCB:not(:first-child) {
      padding-top: 32px; }
    ._1KfHigCB:not(:last-child) {
      padding-bottom: 16px; } }

.-six81r6 {
  font-size: 14px;
  text-transform: capitalize; }

._1TPe8LoD:not(:last-of-type) {
  margin-bottom: 8px; }
  @media screen and (max-width: 995px) {
    ._1TPe8LoD:not(:last-of-type) {
      margin-bottom: 12px; } }

._3lasQUfs {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: var(--reretailHeaderDividerColor);
  padding: 0;
  margin: 0; }

._2ynweJfY {
  margin-left: -24px; }

._2xVW4vrw {
  display: flex;
  align-items: center;
  margin-top: -4px; }
  ._2xVW4vrw > *:first-child {
    margin-right: 8px; }

._1p2QyT5K {
  display: flex;
  flex-direction: column; }

.LPtTzx-t {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 4px; }
  @media screen and (max-width: 995px) {
    .LPtTzx-t {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 8px; } }

._3jAqmKTQ {
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font-family-regular); }

._2I2uc1tO {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 16px;
  margin-bottom: 16px;
  width: calc(100% + 2 * $settingsDropdownPadding);
  height: 1px;
  background: var(--reretailHeaderDividerColor); }
  @media screen and (max-width: 995px) {
    ._2I2uc1tO {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      margin-bottom: 24px; } }

._1R3rkpkM {
  display: flex;
  align-items: center;
  width: 40px;
  margin-left: 8px; }

._3apathzg {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px;
  margin: 0 -20px;
  cursor: pointer;
  color: var(--reretailHeaderTextColor);
  text-decoration: none !important; }
  ._3apathzg:hover {
    background: var(--reretailPrimaryButton);
    color: var(--reretailHeaderTextColor); }
  ._3apathzg:first-of-type {
    margin-top: -16px; }
  ._3apathzg:last-of-type {
    margin-bottom: -16px; }
  @media screen and (max-width: 995px) {
    ._3apathzg {
      font-size: 16px;
      margin: 8px 0;
      padding-left: 4px; } }

@media screen and (max-width: 995px) {
  ._3usl5tkC {
    margin-top: auto;
    margin-bottom: 8px; } }

.nRLGWpoq {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; }

.yHWDsEBb {
  margin-left: 12px;
  margin-right: 16px;
  display: flex; }
  .yHWDsEBb > *:first-child {
    margin-right: 12px; }
  @media screen and (max-width: 995px) {
    .yHWDsEBb {
      padding-right: 8px; } }

._3SaBjj3T {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1060;
  padding: 24px;
  overflow-y: scroll; }

.O4pejLUX {
  cursor: pointer; }

._3BxGZyHg {
  display: inline-block;
  margin-top: auto;
  width: 100%;
  margin-bottom: 16px; }
  ._3BxGZyHg > *:nth-child(2) {
    margin-top: 16px; }

._1BnaS0ny {
  color: var(--reretailHeaderTextColor);
  font-size: 30px;
  margin-bottom: 40px; }

._1MkPWbv0 {
  margin-bottom: 32px; }

._2ZsON9oC {
  display: flex;
  align-items: center; }
  ._2ZsON9oC > * {
    cursor: pointer; }
    ._2ZsON9oC > *:not(:last-child) {
      margin-right: 12px; }

._3qMn_2V5 {
  width: 500px;
  height: 500px; }

._3g0lg2ie {
  display: flex;
  font-size: 12px;
  margin: 0 12px; }
  ._3g0lg2ie > *:first-child {
    margin-right: 8px; }

._33AZ55FZ {
  display: flex;
  flex-direction: column; }
  ._33AZ55FZ.uvANgZ0Z {
    align-items: flex-end; }

a._33AZ55FZ {
  color: var(--reretailHeaderTextColor);
  cursor: help; }
  a._33AZ55FZ:hover {
    text-shadow: 0px 0px 1px var(--reretailHeaderTextColor); }

._1N6wb2c0 {
  color: var(--reretailSecondaryTextColor); }

._3EOSEFna {
  border: none;
  display: flex;
  gap: 16px; }
  ._3EOSEFna:hover {
    background-color: transparent !important; }

@media only screen and (max-width: 1024px) {
  .kwUxIVEP {
    display: none; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2oDIsx7h {
  padding: 0.38462rem;
  background-color: white;
  background: radial-gradient(at top left, #f292fc, transparent 50%), radial-gradient(at top right, #ffbb4d, transparent 50%), radial-gradient(at bottom left, #36e04a, transparent 50%), radial-gradient(at bottom right, #50b4f2, transparent 50%), white; }
  ._2oDIsx7h > section {
    border: none;
    margin: 0;
    box-shadow: none; }
  ._2oDIsx7h .containerOuter {
    background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(169, 188, 204, 0.8), rgba(185, 201, 214, 0.79), rgba(217, 226, 233, 0.85)), url(/img/bgnoise_lg_dark.png); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
.aD6uiFfL {
  margin-top: var(--spacing2); }

._10Ux5VKJ {
  margin-bottom: var(--spacing2); }

._2JAEUS9_ {
  margin-bottom: var(--spacing1); }

._293-lABn {
  margin-left: var(--spacing1); }

._1JfvV5dU {
  margin-left: var(--spacingHalf); }

._3fQkhO84 {
  padding: var(--spacing2);
  max-width: 42.30769rem;
  background-color: var(--form-background); }
  ._3fQkhO84 input {
    color: var(--primary-text);
    border: 1px solid var(--input-border);
    background-color: var(--input-bg); }

.yy81lNnD {
  border: none;
  background: none;
  outline: none;
  padding: 0; }
  .yy81lNnD:hover {
    cursor: pointer;
    text-decoration: underline; }

._1gqbDsL2 ._1RApR9Tu {
  display: flex;
  align-items: center; }
  ._1gqbDsL2 ._1RApR9Tu input {
    width: 100%;
    outline: none;
    color: var(--primary-text);
    border: 1px solid var(--input-border);
    background-color: var(--input-bg); }

._1gqbDsL2 ._3JELlj4Y {
  cursor: pointer;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }
  ._1gqbDsL2 ._3JELlj4Y:hover {
    -webkit-text-decoration: underline solid;
            text-decoration: underline solid; }

._3pt-fDeu {
  margin: 0 0 1.53846rem 0;
  font-size: 1rem; }
  ._3pt-fDeu ._1iE4ozFN {
    display: block;
    font-weight: 600; }
  ._3pt-fDeu ._2Dh84nBj {
    color: var(--primary-text);
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    min-height: calc(1.73626rem + 8px);
    height: calc(1.73626rem + 8px);
    outline: none;
    width: 100%;
    padding: 0.30769rem; }
    ._3pt-fDeu ._2Dh84nBj:disabled {
      background-color: var(--input-bg-disabled); }

#_1SEPPy1d {
  text-align: left;
  margin: var(--spacing1); }

._1uo4rqIF form {
  display: inline; }

.S8AmxmDV .dialogCancel {
  display: none; }

.S8AmxmDV .dialog {
  max-width: 90%; }
  .S8AmxmDV .dialog .body,
  .S8AmxmDV .dialog .widget {
    padding: 0;
    background: none;
    box-shadow: none;
    border: 0;
    outline: 0; }
  .S8AmxmDV .dialog .widget-controls {
    margin-right: 20px; }
  .S8AmxmDV .dialog .body {
    padding-bottom: 10px; }
  .S8AmxmDV .dialog hr {
    border-top-color: var(--hr); }
  .S8AmxmDV .dialog h4 {
    border-bottom-color: var(--hr); }

._1YpalCzx {
  display: flex;
  justify-content: center; }

.sduA1pWU {
  width: 70%;
  margin-right: 12px; }

._3QoIAzYy {
  display: none !important; }

._26h4bWKr {
  padding: var(--spacingHalf);
  border-radius: 3px;
  width: 95%; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._35FCp20k {
  text-align: left;
  padding: var(--spacing1); }
  ._35FCp20k h3 {
    font-weight: 700;
    text-align: left; }
  ._35FCp20k p {
    text-align: left; }
  ._35FCp20k ul {
    padding-left: var(--spacing2); }
  ._35FCp20k li {
    margin-bottom: var(--spacing1); }

._2Vmaa9nG {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: var(--spacing1); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2hK2Bvj2 {
  padding: var(--spacing1); }

._3ei6n9LO {
  background: var(--well-bg-info);
  border: 1px solid var(--well-border-info);
  color: var(--well-colour-info);
  border-radius: 0.30769rem;
  padding: 1.23077rem;
  text-align: left; }
  ._3ei6n9LO input {
    height: 2.15385rem;
    width: 40%; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2wcYIf1V {
  grid-column: 1/-1;
  padding: var(--spacing3); }
  ._2wcYIf1V header {
    color: var(--textSecondary); }

._3KyGOuD_ {
  text-align: center; }

._8mvUAel2 {
  text-align: center; }

._3JDhHakW {
  display: flex; }

._1r8YRZ2f {
  margin-right: 1rem; }

._3JVVvTxL {
  padding-top: 16px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3ohVAaIt {
  padding: var(--spacing3) 0; }

.Moh_ysix {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: var(--spacing2); }

._2wtA6Qvz {
  display: flex; }
  ._2wtA6Qvz > * + * {
    margin-left: var(--spacing2); }

@media screen and (max-width: 768px) {
  ._1UtR5OCk {
    display: none; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3N9JQ96g {
  display: block;
  width: calc(100% - var(--spacing4));
  max-width: 1600px;
  position: fixed;
  z-index: 1050;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--grey70);
  border-radius: 4px;
  background-color: var(--grey98);
  padding: var(--spacing4);
  overflow: hidden; }

._2cEqTJbQ {
  height: calc(100% - var(--spacing4)); }

._2gE7qiK- {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing1); }

._2Y4aNdZK {
  visibility: hidden; }

._2ztZ7iSf {
  display: block;
  overflow-y: scroll;
  max-height: calc(100% - var(--spacing2)); }

.FGZk5BSt {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: var(--black);
  opacity: 0.75; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3uM9Clx7 {
  --defaultMarginTop: 0.61538rem;
  --headerMarginTop: 1.23077rem;
  --buttonMarginTop: 0.61538rem;
  --buttonMarginBottom: 1.84615rem;
  background-color: var(--grey98);
  border: solid 1px var(--grey60);
  border-radius: 0.30769rem; }
  ._3uM9Clx7 header {
    padding: var(--spacing2); }
  ._3uM9Clx7 ._1IeQ8cfI {
    padding: 0 var(--spacing2) var(--spacing3); }
  ._3uM9Clx7 ._1pWKruf_ > * + * {
    margin-top: calc(1 * var(--defaultMarginTop)); }
  ._3uM9Clx7 ._1pWKruf_ > * + h1,
  ._3uM9Clx7 ._1pWKruf_ > * + h2,
  ._3uM9Clx7 ._1pWKruf_ > * + h3,
  ._3uM9Clx7 ._1pWKruf_ > * + h4,
  ._3uM9Clx7 ._1pWKruf_ > * + h5,
  ._3uM9Clx7 ._1pWKruf_ > * + h6 {
    margin-top: calc(1 * var(--headerMarginTop)); }
  ._3uM9Clx7 ._1pWKruf_ > * + button {
    margin-bottom: calc(1 * var(--buttonMarginBottom));
    margin-top: calc(1 * var(--buttonMarginTop)); }
  ._3uM9Clx7 ._1pWKruf_ > * + p {
    margin-bottom: 0; }
  ._3uM9Clx7 ._1pWKruf_ > * + input {
    margin: none; }
  ._3uM9Clx7 ._2bnk03D6 > * + * {
    margin-top: calc(2 * var(--defaultMarginTop)); }
  ._3uM9Clx7 ._2bnk03D6 > * + h1,
  ._3uM9Clx7 ._2bnk03D6 > * + h2,
  ._3uM9Clx7 ._2bnk03D6 > * + h3,
  ._3uM9Clx7 ._2bnk03D6 > * + h4,
  ._3uM9Clx7 ._2bnk03D6 > * + h5,
  ._3uM9Clx7 ._2bnk03D6 > * + h6 {
    margin-top: calc(2 * var(--headerMarginTop)); }
  ._3uM9Clx7 ._2bnk03D6 > * + button {
    margin-bottom: calc(2 * var(--buttonMarginBottom));
    margin-top: calc(2 * var(--buttonMarginTop)); }
  ._3uM9Clx7 ._2bnk03D6 > * + p {
    margin-bottom: 0; }
  ._3uM9Clx7 ._2bnk03D6 > * + input {
    margin: none; }
  ._3uM9Clx7 .QHfJtTll > * + * {
    margin-top: calc(3 * var(--defaultMarginTop)); }
  ._3uM9Clx7 .QHfJtTll > * + h1,
  ._3uM9Clx7 .QHfJtTll > * + h2,
  ._3uM9Clx7 .QHfJtTll > * + h3,
  ._3uM9Clx7 .QHfJtTll > * + h4,
  ._3uM9Clx7 .QHfJtTll > * + h5,
  ._3uM9Clx7 .QHfJtTll > * + h6 {
    margin-top: calc(3 * var(--headerMarginTop)); }
  ._3uM9Clx7 .QHfJtTll > * + button {
    margin-bottom: calc(3 * var(--buttonMarginBottom));
    margin-top: calc(3 * var(--buttonMarginTop)); }
  ._3uM9Clx7 .QHfJtTll > * + p {
    margin-bottom: 0; }
  ._3uM9Clx7 .QHfJtTll > * + input {
    margin: none; }

._3XjmDwiO ._1IeQ8cfI {
  padding-top: var(--spacing2); }

._2ZoVqMak {
  overflow-y: auto; }

._1kczRog9 {
  max-width: 100%;
  height: 100%; }

._2Txa8mOU {
  max-width: 720px; }

._15pyQ6yE {
  max-width: 468px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2fmbCqk6 {
  max-height: 55vh;
  min-height: 500px; }
  ._2fmbCqk6 > * + * {
    margin-top: 1.84615rem; }

._2-o4flaq {
  margin-bottom: 2.46154rem; }

.rsoYhbWn {
  padding-bottom: 1.23077rem;
  border-bottom: solid 1px var(--borderMain); }

@media screen and (max-width: 768px) {
  ._2fmbCqk6 {
    max-height: none; }
  ._2-o4flaq {
    margin-bottom: 0; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3jUmEQ-I {
  padding-top: 1.23077rem; }
  ._3jUmEQ-I > a,
  ._3jUmEQ-I > button {
    display: inline-block;
    margin-top: 0.92308rem;
    margin-right: 1.23077rem; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1kRUCddg {
  display: flex;
  flex-direction: column;
  width: 100%; }
  ._1kRUCddg > * {
    text-align: left; }

._1q8nWffv button {
  margin: 0; }

._1q8nWffv ._25mvXUi8 {
  display: flex;
  justify-content: space-between;
  max-width: 46.07692rem;
  flex-wrap: inherit; }
  ._1q8nWffv ._25mvXUi8 ._3YDH-7aK,
  ._1q8nWffv ._25mvXUi8 .JecaScmf {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-right: var(--spacing1);
    overflow: hidden;
    padding: 0 var(--spacing1);
    text-overflow: ellipsis;
    white-space: nowrap; }
  ._1q8nWffv ._25mvXUi8 ._3YDH-7aK {
    border: 1px solid var(--success60); }
  ._1q8nWffv ._25mvXUi8 .JecaScmf {
    border: 1px solid var(--failure60); }
  ._1q8nWffv ._25mvXUi8 ._3YDH-7aK + div,
  ._1q8nWffv ._25mvXUi8 ._3YDH-7aK + button,
  ._1q8nWffv ._25mvXUi8 .JecaScmf + div,
  ._1q8nWffv ._25mvXUi8 .JecaScmf + button {
    margin-top: inherit; }
    @media screen and (max-width: 480px) {
      ._1q8nWffv ._25mvXUi8 ._3YDH-7aK + div,
      ._1q8nWffv ._25mvXUi8 ._3YDH-7aK + button,
      ._1q8nWffv ._25mvXUi8 .JecaScmf + div,
      ._1q8nWffv ._25mvXUi8 .JecaScmf + button {
        /* This value matches the Content Box styles for button */
        margin-top: 1.84615rem; } }
  @media screen and (max-width: 480px) {
    ._1q8nWffv ._25mvXUi8 {
      /* Stack the file box and button on mobile */
      flex-wrap: wrap; } }

._3o3mvuTv,
._3azZxNiZ {
  align-items: center;
  display: flex;
  margin-top: var(--spacing1); }
  ._3o3mvuTv svg,
  ._3azZxNiZ svg {
    fill: var(--success50);
    height: 1.23077rem;
    margin-right: 0.76923rem;
    width: 1.23077rem; }

._3azZxNiZ svg {
  fill: var(--failure50); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.dark {
  --textPrimary: var(--grey10);
  --textSecondary: var(--grey30);
  --textTertiary: var(--grey40);
  --textLink: var(--blue40);
  --textLinkHover: var(--blue50);
  --backgroundMain: var(--black);
  --backgroundSecondary: var(--grey95);
  --borderMain: var(--grey60);
  --wellSuccess: var(--success90);
  --wellFailure: var(--failure90);
  --wellInfo: var(--info90);
  --wellWarning: var(--warning90);
  --wellNeutral: var(--neutral90); }

.light {
  --backgroundMain: white;
  --textPrimary: var(--grey90);
  --textSecondary: var(--grey80);
  --textTertiary: var(--grey70);
  --textlink: var(--blue50);
  --wellNeutral: var(--grey10); }

body.frontdoor {
  background-color: var(--backgroundMain); }

._3W5JT9W5 {
  /*
   *  FTDR Default overrides
   */
  background: var(--backgroundMain);
  color: var(--textSecondary);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: auto;
  max-width: 1600px; }
  ._3W5JT9W5 h1,
  ._3W5JT9W5 h5 {
    text-align: center; }
  ._3W5JT9W5 h1,
  ._3W5JT9W5 h2,
  ._3W5JT9W5 h3,
  ._3W5JT9W5 h4,
  ._3W5JT9W5 h5,
  ._3W5JT9W5 ._1ch5HsiX,
  ._3W5JT9W5 .q4exfUSs {
    color: var(--textPrimary);
    margin: 0; }
  ._3W5JT9W5 h3,
  ._3W5JT9W5 p,
  ._3W5JT9W5 strong {
    font-size: 1rem;
    line-height: 1.53846rem; }
  ._3W5JT9W5 h1 {
    font-size: 2.46154rem;
    line-height: 3.07692rem;
    font-weight: bold; }
  ._3W5JT9W5 h2 {
    font-size: 1.84615rem;
    line-height: 2.46154rem;
    font-weight: 600; }
  ._3W5JT9W5 h3 {
    color: var(--textSecondary);
    font-size: 1.38462rem;
    font-weight: normal;
    line-height: 2.46154rem; }
  ._3W5JT9W5 h4 {
    color: var(--textSecondary);
    font-size: 1.23077rem;
    font-weight: normal;
    line-height: 1.53846rem; }
  ._3W5JT9W5 h5 {
    font-size: 1.07692rem;
    font-weight: 600;
    line-height: 1.53846rem; }
  ._3W5JT9W5 a {
    color: var(--textLink);
    text-decoration: none; }
  ._3W5JT9W5 a:hover {
    color: var(--textLinkHover);
    text-decoration: underline; }
  ._3W5JT9W5 input {
    color: var(--textSecondary); }
  ._3W5JT9W5 ._1ch5HsiX {
    font-size: 3.07692rem;
    font-weight: 800;
    line-height: 3.07692rem; }
  ._3W5JT9W5 .q4exfUSs {
    font-size: 2.76923rem;
    font-weight: 800;
    line-height: 3.69231rem; }
  ._3W5JT9W5 ._2UVZXb_J {
    font-size: 0.92308rem;
    line-height: 1.53846rem; }
  ._3W5JT9W5 .p3m4VDt0 {
    font-size: 0.76923rem;
    line-height: 1.23077rem; }

/*
 *  FTDR Page Styling
 */
._2w5pkt58 {
  display: grid;
  grid-gap: 1px;
  background: var(--borderMain);
  grid-template-columns: repeat(6, 1fr);
  width: 100%; }
  ._2w5pkt58 > * {
    background: var(--backgroundMain); }

._1uzPgMcS {
  grid-column: 1 / -1; }

.iG_c24is {
  grid-column: auto / span 3;
  padding: 2.76923rem; }

@media screen and (max-width: 1024px) {
  .iG_c24is {
    grid-column: auto / span 6; } }

._1IAVkWjK {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

._3GQyX64W {
  height: 100%;
  grid-column: 1 / -1; }

@media screen and (min-width: 1600px) {
  ._3W5JT9W5 {
    border-left: solid 1px var(--borderMain);
    border-right: solid 1px var(--borderMain); } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.vcHKpoDz {
  background: var(--borderMain);
  color: var(--textTertiary);
  display: grid;
  grid-column: 1 / -1;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  width: 100%; }
  .vcHKpoDz > div {
    background: var(--backgroundMain);
    height: 100%;
    padding: 20px; }
  .vcHKpoDz ul {
    list-style: none;
    padding: 0; }
  .vcHKpoDz a {
    color: var(--textTertiary);
    line-height: 1.53846rem;
    cursor: pointer; }
  .vcHKpoDz header {
    color: var(--textSecondary);
    margin-bottom: 0.92308rem; }

._3AbY2pXd {
  grid-column: span 2; }
  ._3AbY2pXd > a > svg {
    max-width: 6.15385rem;
    margin-bottom: 1.23077rem; }

@media screen and (max-width: 1268px) {
  .st7F_uXZ {
    grid-column: span 6; } }

@media screen and (max-width: 1080px) {
  .LaPJjUnT {
    grid-column: span 2; }
  .st7F_uXZ {
    grid-column: span 3; } }

@media screen and (max-width: 903px) {
  .LaPJjUnT {
    grid-column: span 1; }
  .st7F_uXZ {
    grid-column: span 2; } }

@media screen and (max-width: 723px) {
  ._3AbY2pXd {
    grid-column: span 3; } }

@media screen and (max-width: 540px) {
  ._3AbY2pXd {
    grid-column: span 2; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.H-fFtkvl {
  display: flex;
  padding: var(--spacing2);
  position: relative; }

._334sVcpi {
  align-self: center;
  display: flex; }
  ._334sVcpi > svg {
    height: 1.84615rem; }

._1nWHK7e0 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-left: auto; }
  ._1nWHK7e0 a {
    margin-right: var(--spacing2); }
  ._1nWHK7e0 button {
    height: 52px; }

._3tn2frJ9 {
  align-items: center;
  display: flex;
  padding: var(--spacing1); }

._33lHJlgT {
  padding-right: var(--spacing1); }

@media screen and (max-width: 1400px) {
  ._1nWHK7e0 button {
    height: 42px; } }

@media screen and (max-width: 768px) {
  ._1nWHK7e0 > a:nth-child(2) {
    display: none; } }

@media screen and (max-width: 480px) {
  ._1nWHK7e0 > a:nth-child(1) {
    display: none; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2koeaXMy {
  margin-bottom: 1.53846rem; }

._1UkNyCEH {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2YeLHF_g {
  grid-column: 1/-1; }

._1p49C_-V {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1.84615rem;
  padding: 0 1.84615rem; }
  ._1p49C_-V._11FGcRhY {
    display: flex;
    justify-content: center; }
    ._1p49C_-V._11FGcRhY ._1nGGmSdn {
      flex: 0 1 38.46154rem; }

._1nGGmSdn,
.bJIHb_BI {
  padding: 1.84615rem 0; }

._1nGGmSdn {
  grid-column: span 5; }

.bJIHb_BI {
  grid-column: span 7; }

@media screen and (max-width: 995px) {
  ._1p49C_-V {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0;
    padding: 0 1.23077rem; }
  ._1nGGmSdn,
  .bJIHb_BI {
    grid-column: 2/8;
    padding: 0; }
  ._1nGGmSdn > *,
  .bJIHb_BI > * {
    margin: 0.92308rem 0; } }

@media screen and (max-width: 767px) {
  ._1nGGmSdn,
  .bJIHb_BI {
    grid-column: 1/-1; } }

._34Q6xeqG {
  align-items: center;
  display: grid;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  grid-column: 1/-1;
  grid-template-areas: 'marketing-content login-box';
  grid-template-columns: repeat(2, 1fr);
  background-image: url("/marketing/image/login-register-background.png");
  background-size: cover;
  background-position: right; }
  @media (max-width: 996px) {
    ._34Q6xeqG {
      grid-template-columns: auto;
      grid-template-rows: repeat(2, auto);
      grid-template-areas: 'login-box' 'marketing-content'; } }
  ._34Q6xeqG a {
    color: var(--textLink); }

.I_7gHh8g {
  grid-area: marketing-content;
  align-items: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 300px;
  position: relative; }
  @media (max-width: 996px) {
    .I_7gHh8g {
      border: 0; } }
  .I_7gHh8g iframe {
    background: transparent;
    border: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 2s;
    width: 100%;
    z-index: 100; }

._136aIVNS {
  grid-area: login-box;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem; }
  @media (max-width: 996px) {
    ._136aIVNS {
      height: auto; } }
  ._136aIVNS div > a > svg {
    display: none; }
    @media (max-width: 996px) {
      ._136aIVNS div > a > svg {
        display: block;
        margin-bottom: 2rem;
        width: 100px; } }

._2clC-5FX {
  width: 100%;
  max-width: 637px; }
  ._2clC-5FX article {
    background: transparent !important;
    border: 0 !important; }
  ._2clC-5FX a > svg {
    padding: 1rem;
    margin-bottom: 0 !important;
    width: 150px !important; }
  ._2clC-5FX a {
    text-decoration: none; }
  ._2clC-5FX p {
    color: white; }
  ._2clC-5FX input {
    color: white; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.G7SEA91B {
  grid-column: 1 / -1;
  background: var(--backgroundMain);
  padding: 1.84615rem; }

/*
 *  Set up the Grid we need for the homepage
 */
._2dYKGsJn,
._11z4oY7- {
  min-height: 100vh; }

._11z4oY7- {
  grid-template-rows: auto auto 1fr auto; }

._2dYKGsJn {
  grid-template-rows: auto 1fr auto; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/*
 *  One current component for the PageLayout (PageSingleColumn)
 */
._2XR7ANKI {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
  padding: 2.76923rem; }
  ._2XR7ANKI > article {
    min-width: 468px; }

@media screen and (max-width: 480px) {
  ._2XR7ANKI > article {
    min-width: 0; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._8ijxxEXs {
  background: var(--grey98);
  border-bottom: solid 1px var(--borderMain); }

._1jgvupDg {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: var(--spacing1) var(--spacing3);
  margin: 0; }

.N17N0KiM {
  border-radius: 0.30769rem;
  display: flex;
  align-items: center;
  margin-left: var(--spacing2);
  padding: var(--spacing1) var(--spacing2); }
  .N17N0KiM svg {
    height: 1.23077rem;
    fill: var(--grey50);
    margin-right: var(--spacingHalf);
    width: 1.23077rem; }
  .N17N0KiM:first-child {
    margin-left: 0; }

._2wdRPgHJ {
  background: var(--grey95); }
  ._2wdRPgHJ svg {
    fill: var(--blue60); }

@media screen and (max-width: 768px) {
  ._2wdRPgHJ {
    margin-left: 0; }
  ._2G2Pj80E {
    display: none; } }

.zRlGns4W .dialog {
  min-height: 120px;
  margin: 0; }
  .zRlGns4W .dialog > header {
    display: none; }
  .zRlGns4W .dialog > .body {
    margin: 0;
    padding: 0; }
    .zRlGns4W .dialog > .body > .buttons {
      display: none; }
  .zRlGns4W .dialog .DeclarationContentBox {
    border: none;
    padding: 0;
    background-color: transparent; }
    .zRlGns4W .dialog .DeclarationContentBox > header {
      padding-left: 0;
      padding-top: 0; }
  .zRlGns4W .dialog .DeclarationContentBoxInner {
    text-align: left;
    padding-left: 0; }
  .zRlGns4W .dialog .DeclarationActionBar {
    padding: 0; }

.popUpWidget.closed .widget-controls .dropdown {
  display: none; }

._36m_l82u {
  padding-top: 2px; }
  ._36m_l82u li > a {
    padding: 3px 8px; }
  ._36m_l82u .wTK2uW6M {
    color: var(--link-color) !important; }
    ._36m_l82u .wTK2uW6M:hover {
      text-decoration: underline;
      background-color: inherit; }

._2QJpJQ4Y {
  border-bottom: 1px solid var(--separatorColor);
  font-weight: 600;
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-left: 8px; }

._1g_CtwBJ {
  border-top: 1px solid var(--separatorColor);
  margin-top: 2px;
  padding-top: 2px; }

.wTK2uW6M::after {
  content: '\F08E';
  float: right;
  font-family: 'icomoon';
  font-size: 10px; }

._2fQkZnHa {
  padding: 0 6px; }

._2IuDjYzm a {
  font-weight: 600 !important; }

._2IuDjYzm::before {
  color: var(--link-color);
  content: '\F00C';
  float: right;
  font-family: 'icomoon';
  padding-top: 3px;
  position: absolute;
  right: 10px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._5YwmsOmR {
  height: 100%;
  display: flex;
  align-items: center;
  min-width: calc(var(--sidebar-width) - var(--contract-bar-padding) * 2 - 1px);
  flex: 0 1 auto;
  padding: var(--contract-bar-padding); }
  ._5YwmsOmR ._3AJEAoGq {
    flex: 1 0 auto;
    height: 100%;
    display: flex;
    align-items: center; }
    ._5YwmsOmR ._3AJEAoGq > div {
      flex: 1 0 auto;
      background: var(--contract-bar-background); }
    @media screen and (max-width: 767px) {
      ._5YwmsOmR ._3AJEAoGq {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1.23077rem; } }

.F27tdASY {
  padding-top: 0.3em;
  align-self: flex-start !important; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3Gk9PvUT {
  display: block;
  position: relative; }
  ._3Gk9PvUT ._3FymOgzW {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%; }
  ._3Gk9PvUT ._3Hh_fAe7 {
    padding-left: 1em; }
  ._3Gk9PvUT ._1yO7Sksa {
    position: absolute;
    display: block;
    top: var(--contract-bar-height);
    z-index: 1005;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15); }
  ._3Gk9PvUT ._1TtfJ4x5 {
    align-self: flex-start;
    margin-top: -1px; }
    ._3Gk9PvUT ._1TtfJ4x5 svg {
      width: 1.25em;
      height: 1.25em; }
  @media screen and (max-width: 767px) {
    ._3Gk9PvUT ._1yO7Sksa {
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.33);
      margin-left: calc(var(--contract-bar-padding) * -1); }
    ._3Gk9PvUT ._3Hh_fAe7 {
      padding-left: 4px; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3_hI0Vc0 ._1KCgsf1G {
  display: flex;
  flex-direction: column; }

._3_hI0Vc0 ._3a78EBKK {
  display: flex;
  align-items: baseline; }

._3_hI0Vc0 ._1qc8hWU5 {
  font-weight: bold;
  color: var(--contract-bar-text-color-main); }

._3_hI0Vc0 ._7C-eoXHa {
  font-size: var(--font-size-xl-larger); }

._3_hI0Vc0 ._2IVkjpMg {
  font-size: var(--font-size-larger); }

._3_hI0Vc0 ._8B9BMTAe {
  font-size: 1em; }

._3_hI0Vc0 .uaJSwae6 {
  font-size: var(--font-size-smaller); }

._3_hI0Vc0 ._1LN3dZgw {
  margin: 0 0.5em;
  color: var(--contract-bar-text-color-muted); }

._3_hI0Vc0 ._1qD8vCq9 {
  align-self: center; }
  ._3_hI0Vc0 ._1qD8vCq9 > div:not(:first-child) {
    margin-left: 0.5em; }

@media screen and (max-width: 767px) {
  ._3_hI0Vc0 ._1nyxXnIp {
    flex-direction: column; }
  ._3_hI0Vc0 ._1LN3dZgw {
    margin: 0.125em 0 0.25em;
    align-self: flex-start; }
  ._3_hI0Vc0 ._3a78EBKK {
    align-self: flex-start; }
  ._3_hI0Vc0 ._1qc8hWU5 {
    padding-right: 0.3em; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.WwDJf3lD {
  width: 50em;
  min-height: 33em;
  height: 60vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  @media screen and (max-width: 767px) {
    .WwDJf3lD {
      width: 100vw;
      height: 75vh; } }

._23gFvUz_ {
  overflow-y: auto;
  scrollbar-color: auto var(--contract-bar-border-color-light);
  height: 100%; }
  ._23gFvUz_::-webkit-scrollbar {
    width: 0.375em; }
  ._23gFvUz_::-webkit-scrollbar-thumb {
    background: var(--contract-bar-border-color-light); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._18kk1JkM {
  cursor: pointer;
  transition: background-color 0.1s ease-in-out;
  border-top: 1px solid var(--contract-bar-row-item-divider-color);
  padding: 0 1rem 0 var(--contract-bar-search-outer-padding); }
  ._18kk1JkM:hover, ._18kk1JkM:focus-within {
    background-color: var(--contract-list-active-background-colour); }
  ._18kk1JkM a {
    text-decoration: none;
    display: block;
    padding: 1em 0; }
  ._18kk1JkM .qAPcrHUg {
    display: flex; }
    ._18kk1JkM .qAPcrHUg ._3EiSk4c3 {
      color: var(--contract-bar-negative); }
    ._18kk1JkM .qAPcrHUg .o5bgaUY3 {
      color: var(--contract-bar-positive); }
    ._18kk1JkM .qAPcrHUg ._303dHsgs {
      flex: 0 0 var(--contract-bar-first-column-width); }
    ._18kk1JkM .qAPcrHUg ._2iCYl6mq, ._18kk1JkM .qAPcrHUg .B7RBbWP_, ._18kk1JkM .qAPcrHUg ._11OLPmN2, ._18kk1JkM .qAPcrHUg ._1XBXJtxP {
      font-weight: 600;
      font-family: var(--font-family-monospace-contractbar);
      font-size: var(--font-size-larger);
      text-align: right; }
    ._18kk1JkM .qAPcrHUg .B7RBbWP_ {
      flex: 0 0 var(--contract-bar-other-column-width);
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (max-width: 767px) {
        ._18kk1JkM .qAPcrHUg .B7RBbWP_ {
          font-size: 12px; } }
    ._18kk1JkM .qAPcrHUg ._11OLPmN2 {
      flex: 0 0 var(--contract-bar-small-column-width); }
    ._18kk1JkM .qAPcrHUg ._1XBXJtxP {
      flex: 0 0 var(--contract-bar-other-column-width);
      color: var(--contract-bar-text-color-main); }

._2F7HkquV {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: var(--contract-bar-text-color-muted);
  font-weight: bold; }
  ._2F7HkquV > * {
    align-self: center; }
  ._2F7HkquV > p {
    margin-top: 1em;
    font-size: 1.2em; }

._2-lSJDlD {
  padding: 1em var(--contract-bar-search-outer-padding);
  cursor: text; }
  ._2-lSJDlD .sEQs9vl0 {
    border-radius: 4px;
    background: var(--contract-bar-background-light);
    padding: var(--contract-bar-search-padding) 1.5em;
    display: flex; }
    ._2-lSJDlD .sEQs9vl0 ._1OKzovG2 {
      color: var(--contract-bar-text-color-main);
      padding-right: 0.5em;
      display: flex;
      align-items: center; }
    ._2-lSJDlD .sEQs9vl0 ._1T-xDcPI {
      flex: 1 0 auto;
      display: flex; }
      ._2-lSJDlD .sEQs9vl0 ._1T-xDcPI input {
        width: 100%;
        background: transparent;
        color: var(--contract-bar-text-color-main);
        border: none;
        font-size: var(--font-size-larger); }
        ._2-lSJDlD .sEQs9vl0 ._1T-xDcPI input:focus {
          outline: none;
          box-shadow: none;
          border: none; }
      ._2-lSJDlD .sEQs9vl0 ._1T-xDcPI input:focus::placeholder {
        visibility: hidden; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2bOIgNP6 {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  color: var(--contract-bar-text-color-table-header);
  display: flex;
  margin: 1.25em var(--contract-bar-search-outer-padding) 1px;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--contract-bar-border-color-light);
  letter-spacing: 1px; }
  ._2bOIgNP6 > div:not(.z_JwlPLQ) {
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
            user-select: none;
    white-space: nowrap;
    justify-content: flex-end;
    text-align: right; }
  ._2bOIgNP6 .cWdAOcMC {
    color: var(--contract-bar-text-color-main); }
  ._2bOIgNP6 .z_JwlPLQ {
    flex: 0 0 var(--contract-bar-first-column-width); }
  ._2bOIgNP6 ._2_8mzqSw {
    flex: 0 0 var(--contract-bar-other-column-width); }
  ._2bOIgNP6 ._3lJP9FeN {
    flex: 0 0 var(--contract-bar-small-column-width); }
  ._2bOIgNP6 ._1fBPguXj {
    flex: 0 0 var(--contract-bar-other-column-width); }
  ._2bOIgNP6 ._6jJ6sE_f {
    color: var(--contract-bar-filter-text-color-active); }
  @media screen and (max-width: 480px) {
    ._2bOIgNP6 {
      letter-spacing: normal; } }

._1-qRuxLk {
  display: flex;
  flex-direction: column;
  margin-left: 0.5em; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3A6T0KzC {
  display: flex;
  border-bottom: 1px solid var(--contract-bar-border-color-light); }
  ._3A6T0KzC ._3xXzokWi {
    padding: 0.75em 1.5em;
    cursor: pointer;
    transition: border-color 0.1s ease-in-out;
    color: var(--contract-bar-text-color-main); }
    ._3A6T0KzC ._3xXzokWi.vxPr_v79 {
      border-bottom: 3px solid transparent;
      color: var(--contract-bar-filter-text-color-inactive); }
    ._3A6T0KzC ._3xXzokWi:hover {
      border-bottom: 3px solid var(--contract-bar-text-color-main);
      color: var(--contract-bar-text-color-main); }
    ._3A6T0KzC ._3xXzokWi._1wYBPNKc {
      border-bottom: 3px solid var(--contract-bar-text-color-main);
      font-weight: bold; }
  @media screen and (max-width: 767px) {
    ._3A6T0KzC {
      font-size: 12px; } }

._2gt7pMWH, ._2wXrvXiW {
  display: block; }

@media (hover: hover) {
  ._2wXrvXiW {
    display: none; }
  .touchHoverableContainer:hover ._2wXrvXiW {
    display: block; }
  .touchHoverableContainer:hover ._2gt7pMWH {
    display: none; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.kxeRzFar {
  display: flex;
  flex-direction: row;
  align-items: center; }

._3DWK_O8d {
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-items: center; }

._38xFBvdV {
  font-family: var(--font-family-monospace-contractbar);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25em; }
  @media screen and (max-width: 995px) {
    ._38xFBvdV {
      font-size: 20px; } }

._3Y3z6WBh {
  color: var(--contract-bar-positive); }

._3-h4Tjf1 {
  color: var(--contract-bar-negative); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3WGCT4b2 {
  overflow: hidden;
  white-space: nowrap; }

.FbWBMdgG {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 1; }
  .FbWBMdgG:hover {
    background: var(--contract-bar-background); }
  .FbWBMdgG svg {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

._2W5G5wWq {
  background-image: linear-gradient(to right, var(--contract-bar-background), var(--contract-bar-background-transparent));
  right: auto; }

._1R2-xtMU {
  background-image: linear-gradient(to left, var(--contract-bar-background), var(--contract-bar-background-transparent));
  left: auto; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.bZ8iD-Df {
  align-items: center;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap; }

._1NggurS3 {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }

._1GayRypJ {
  display: flex;
  flex-direction: row; }
  ._1GayRypJ > span {
    margin-left: 0.61538rem;
    margin-top: 0.46154rem; }

._1ghMXx36 {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: var(--contract-bar-height);
  padding-right: 2rem; }
  ._1ghMXx36.overflown {
    overflow-x: hidden; }

._1zwYmB2B {
  color: var(--contract-bar-text-color-main);
  display: flex;
  flex-direction: column;
  height: var(--contract-bar-details-height);
  justify-content: center;
  padding-left: 1.84615rem; }

._3YBgiu0D {
  color: var(--text-color-secondary);
  font-size: 0.92308rem; }

._3udkBBZl {
  font-family: var(--font-family-monospace-contractbar);
  font-size: 1.07692rem;
  font-weight: 600; }

._2E6FJ948 {
  font-size: 14px;
  line-height: 1em;
  font-weight: 600; }

._3M0WCN33 {
  color: var(--contract-bar-positive); }

._1hxwLvyZ {
  color: var(--contract-bar-negative); }

.Gb1gpiEM {
  position: absolute;
  right: 1.07692rem;
  bottom: 0.38462rem; }

@media screen and (max-width: 767px) {
  .bZ8iD-Df {
    align-items: flex-start;
    flex-direction: column;
    margin-right: 0;
    padding: 1.23077rem 0;
    position: relative;
    width: 100%; }
  ._1ghMXx36 {
    flex-wrap: wrap;
    white-space: initial;
    height: auto; }
  ._1zwYmB2B {
    height: auto;
    width: 50%;
    padding-top: 8px;
    padding-left: 0; }
  ._3YBgiu0D {
    margin-bottom: 2px; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1IXNMERz {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  background-color: var(--contract-bar-settings-background);
  display: flex;
  flex-direction: column;
  left: -11rem;
  padding: 1.23077rem 1.23077rem 1.23077rem 1.84615rem;
  position: relative;
  width: 16rem;
  color: var(--text-color); }
  ._1IXNMERz > div:not(:first-child) {
    margin-top: 1.53846rem; }

._1Ors1UcO {
  margin-top: 0.61538rem; }

._3lPl2wPG {
  margin-top: 0.92308rem; }

._1NsH0SHD {
  align-items: center;
  display: flex;
  font-size: 1.23077rem;
  margin-top: 0.61538rem; }
  ._1NsH0SHD > * + * {
    margin-left: 0.30769rem; }

._2Ga2LEgv {
  list-style: none;
  padding: 0; }

._GNq6Ztr {
  margin-top: 0.92308rem;
  color: var(--primaryTextColor);
  box-shadow: inset 0px 0px 0px 1px var(--button-default-border); }
  ._GNq6Ztr:hover {
    background: var(--primaryBGHoverColor); }
  ._GNq6Ztr:active {
    background: var(--button-default-active-bg); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1Ov7gjFh {
  background-color: var(--contract-bar-settings-background);
  position: absolute;
  right: 0; }
  ._1Ov7gjFh ._22auoZrb {
    margin-left: -1rem;
    height: var(--contract-bar-height);
    width: var(--contract-bar-settings-width);
    display: flex;
    justify-content: center;
    align-items: center; }

@media (max-width: 767px) {
  ._1Ov7gjFh {
    display: none; } }

.cX6Mi-pf {
  display: inline-block;
  min-width: 1px;
  background: #97979788;
  height: 100%;
  margin: 0 1em; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
:root {
  --contract-bar-height: 5.375rem;
  --contract-bar-details-height: var(--contract-bar-height);
  --contract-bar-padding: 0.5rem;
  --contract-bar-search-outer-padding: 1.25rem;
  --contract-bar-search-padding: 1rem;
  --contract-bar-settings-width: 5rem;
  --sidebar-width: 20em;
  --font-size-smaller: 0.875em;
  --font-size-larger: 1.125em;
  --font-size-xl-larger: 1.5em;
  --contract-bar-first-column-width: 34%;
  --contract-bar-small-column-width: 20%;
  --contract-bar-other-column-width: 23%; }
  @media screen and (max-width: 767px) {
    :root {
      --contract-bar-height: 12.6rem;
      --contract-bar-details-height: calc(var(--contract-bar-height) / 2);
      --sidebar-width: 33%;
      --contract-bar-settings-width: 0; } }

._3jO-BCwU {
  z-index: 900;
  align-items: center;
  background: var(--contract-bar-background);
  display: flex;
  height: var(--contract-bar-height);
  padding-right: var(--contract-bar-settings-width);
  font-family: var(--font-family-regular);
  border-bottom: 1px solid var(--trading-divider-colour); }
  @media screen and (max-width: 767px) {
    ._3jO-BCwU {
      height: auto; } }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3E4xHpw5 {
  text-rendering: auto !important; }

._3B-VvUjB {
  font-size: 14px;
  margin: 4.92308rem auto;
  max-width: 600px;
  text-align: center; }

._34P3JWKT {
  background-color: transparent;
  border: none; }

._1RQINm4m {
  color: var(--lightGreen); }

._1DngEEVs {
  color: var(--lightRed); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
._3Re5Guvu .react-json-tree ul:first-child {
  padding: 3px 4px !important; }

._5OOhWIeb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--text-color); }

._1MNpKMbM {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--listItemBorder);
  border-bottom: 0px;
  padding: 0.92308rem 0.92308rem 0.92308rem 0.46154rem; }

._2k-PzdEW {
  display: flex; }

.sDdugEld {
  margin-left: 12px; }

._2hkzjjEv {
  display: flex;
  justify-content: flex-end;
  background-color: var(--lightGray);
  border-radius: 6px;
  color: #010101; }

._1YY-pUyp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100px;
  margin-left: 0.46154rem; }

._2dNFihvq {
  background-color: #0d2026;
  color: #f5f9fa; }

._4hxh9juj::after {
  font-family: 'icomoon';
  content: '\F0D7';
  margin-left: 0.46154rem; }

._4hxh9juj._3ZL8OkPn::after {
  content: '\F0D8';
  color: #f5f9fa; }

._32QcCsCc {
  padding: 0.15385rem 0.46154rem 0 0;
  width: 1.5rem; }

._1XcseckE {
  display: flex;
  justify-content: flex-end; }

._3urcMt0c {
  display: flex;
  margin-right: 18px;
  flex: 1; }

._3HfW-GZU {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px; }

._2nWtCT3b {
  font-weight: bold;
  margin-bottom: 6px; }

._2XFtnzZ4 {
  padding: 0;
  list-style-type: none; }

._3mK9GC-2:nth-child(odd) {
  background: var(--listItemOddBg); }

._3mK9GC-2:last-child {
  border-bottom: 1px solid var(--listItemBorder); }

._2ZeLIozx {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.c9Qd-Gp9 {
  margin: 0; }

._1UrglDAt {
  display: flex;
  justify-content: center;
  margin: 24px; }

._193GRWh2 {
  font-weight: 700;
  padding: 6px 12px; }

._193GRWh2:focus {
  background-color: var(--lightGray); }

._10Uwb6Q4 .widget {
  background: white !important; }
  ._10Uwb6Q4 .widget .body {
    background: white !important; }
  ._10Uwb6Q4 .widget header {
    background: var(--freshdeskFromHeader);
    border-bottom-color: var(--widget-border); }

._10Uwb6Q4 p {
  color: black; }

#_2Qm_LtGy {
  border: none;
  border-bottom: 2px solid var(--logoBlue); }
  #_2Qm_LtGy td {
    border: none; }
  #_2Qm_LtGy td:nth-child(1),
  #_2Qm_LtGy td:nth-child(2),
  #_2Qm_LtGy td:nth-child(4),
  #_2Qm_LtGy td:nth-child(6) {
    width: 10%; }
  #_2Qm_LtGy td:nth-child(3),
  #_2Qm_LtGy td:nth-child(5),
  #_2Qm_LtGy td:nth-child(10) {
    padding-left: 1rem;
    width: 8%; }
  #_2Qm_LtGy td:nth-child(7),
  #_2Qm_LtGy td:nth-child(8),
  #_2Qm_LtGy td:nth-child(9) {
    width: 12%; }
  #_2Qm_LtGy thead td {
    vertical-align: top;
    padding-top: 4px; }
  #_2Qm_LtGy tbody tr:nth-child(odd) td {
    background-color: var(--subTableStripeBG); }
  #_2Qm_LtGy tbody tr:last-child td {
    border-bottom: 2px solid var(--logoBlue); }
  #_2Qm_LtGy tbody td {
    font-weight: var(--fontWeightBase); }
  #_2Qm_LtGy .KkzeMmC1 {
    margin: 4px 0;
    padding-left: 4px;
    border-left: 3px solid var(--lightGray); }
  #_2Qm_LtGy ._1T4XGYTl .KkzeMmC1 {
    border-left: 3px solid var(--green); }
  #_2Qm_LtGy ._3y5QGTn3 .KkzeMmC1 {
    border-left: 3px solid var(--red); }
  #_2Qm_LtGy ._2XI_iz2- {
    text-align: left; }
  #_2Qm_LtGy tr:last-child td._2XI_iz2- {
    border-bottom: 2px solid var(--logoBlue); }
  #_2Qm_LtGy ._3TJXwb4z {
    display: block;
    margin-top: -4px;
    font-weight: var(--fontWeightBase); }
  #_2Qm_LtGy ._1Ectr5Qt {
    display: block;
    margin-top: -6px;
    font-size: 0.85rem;
    font-weight: var(--fontWeightBase); }
  #_2Qm_LtGy ._2BjEz8iO {
    text-align: left; }

#_2p0Q_-lc ._2N2euOsX {
  padding: 0; }

#_2p0Q_-lc td {
  background-color: var(--subTableBG);
  vertical-align: middle;
  border: none; }
  #_2p0Q_-lc td ._2fvKV5nn tbody > tr:nth-child(odd) > td {
    background-color: var(--subTableBG); }

#_2p0Q_-lc ._1HoXN1Bv {
  text-align: left;
  color: var(--logoBlue);
  border-bottom: 1px solid var(--logoBlue); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._29_b3Vy_ {
  background: var(--well-bg-warn);
  border: 1px solid var(--well-border-warn);
  border-radius: 0.30769rem;
  color: var(--well-colour-warn);
  padding: 1.23077rem; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
._1Ad5rd2C {
  margin: 0.76923rem 0;
  margin: 0.76923rem 0; }
  ._1Ad5rd2C ul {
    margin-left: -1.76923rem; }

._3YAELB6k {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  ._3YAELB6k ._15qqLVOq img {
    height: 17.53846rem;
    width: 17.53846rem;
    min-width: 17.53846rem; }

._12doD198 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 0.76923rem; }
  ._12doD198 ul {
    margin-left: -1.76923rem; }

._1hdJ-hob {
  display: flex; }
  ._1hdJ-hob > * {
    margin-right: 0.76923rem; }

.pFI2wpyp {
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 0.30769rem;
  color: var(--primaryTextColor);
  height: 8.92308rem;
  padding: 0.30769rem 0.61538rem;
  width: 85%; }

._1ROwXuN8 {
  display: flex;
  flex-direction: row; }
  ._1ROwXuN8 > * {
    margin: 0;
    margin-right: 0.76923rem;
    line-height: 1.3rem; }
  ._1ROwXuN8 ._33s0XaDk span[class='button'] {
    background: var(--grey40); }
  ._1ROwXuN8 ._33s0XaDk span[class='track'] {
    border: 1px solid var(--grey40);
    background: var(--grey10); }
  ._1ROwXuN8 ._1LrducDb span[class='button'] {
    background: var(--green50); }
  ._1ROwXuN8 ._1LrducDb span[class='track'] {
    border: 1px solid var(--grey40);
    background: var(--green10); }
  ._1ROwXuN8 .wLa-Lr_D {
    color: var(--toggle-label-off);
    text-transform: uppercase; }
  ._1ROwXuN8 .W5eD9Vb6 {
    color: var(--toggle-label-on);
    text-transform: uppercase; }

.RTVRBqNF ._3HGHScn9 {
  width: 25%; }

.weyQuBj4 a {
  color: var(--link-text);
  text-decoration: underline;
  cursor: pointer; }

.weyQuBj4 h4 {
  font-size: 1.07692rem;
  font-weight: bold;
  margin: 0; }

.weyQuBj4 h5 {
  font-weight: 600;
  margin: 0; }

.weyQuBj4 input {
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 0.30769rem;
  height: 2.46154rem;
  padding: 0.30769rem 0.61538rem;
  width: 18.46154rem;
  color: var(--primaryTextColor); }

.weyQuBj4 ::placeholder {
  color: var(--disable-button-text-colour); }

.weyQuBj4 button {
  height: 2.15385rem;
  background: var(--tab-button-bg-colour);
  border: 1px solid var(--tab-button-border-colour);
  border-radius: 0.30769rem;
  color: var(--panel-button-text-colour);
  font-weight: 600;
  padding: 0.15385rem 0.61538rem;
  text-align: center; }

.weyQuBj4 button:disabled {
  height: 2.15385rem;
  background: var(--tab-button-bg-colour);
  border: 1px solid --tab-button-border-colour;
  border-radius: 0.30769rem;
  color: var(--disable-button-text-colour);
  font-weight: 600;
  text-align: center; }

.weyQuBj4 button._3iRvKTWj {
  background: var(--primary-button-bg-colour);
  border: 1px solid var(--primary-button-border-colour);
  color: var(--primary-button-text-colour); }
  .weyQuBj4 button._3iRvKTWj:disabled {
    background: var(--disable-button-bg-colour);
    border: 1px solid var(--disable-button-border-colour);
    color: var(--disable-button-text-colour); }

.weyQuBj4 button._3qchv4Tz {
  background: var(--panel-button-bg-colour);
  border: 1px solid var(--panel-button-border-colour);
  color: var(--panel-button-text-colour); }
  .weyQuBj4 button._3qchv4Tz:disabled {
    color: var(--disable-button-text-colour);
    background: var(--disable-button-bg-colour);
    border: 1px solid var(--disable-button-border-colour); }

.weyQuBj4 p {
  margin: 0; }

.weyQuBj4 table {
  width: 100%; }
  .weyQuBj4 table th {
    background: var(--headerBackground);
    color: var(--headerTextColor); }
  .weyQuBj4 table th,
  .weyQuBj4 table td {
    padding: 0.30769rem 1.53846rem;
    border: 1px solid var(--tableBorderOuter); }

.weyQuBj4 .Rf-ICPQm > * {
  margin: 0 0 1.23077rem; }

.weyQuBj4 ._7ZklPFSz {
  font-size: 2rem;
  font-weight: 600;
  height: 1.76923rem; }

.weyQuBj4 ._32czwF5y {
  padding: 16px 0; }

.weyQuBj4 .diUYwFUp {
  font-weight: 600;
  margin-bottom: 0.61538rem;
  line-height: 1rem; }

._1hlfIfZB {
  display: flex;
  flex-direction: column;
  max-width: 39.61538rem;
  text-align: left;
  padding: 0.92308rem 0.46154rem;
  line-height: 1.53846rem; }
  ._1hlfIfZB h5 {
    margin: 0; }
  ._1hlfIfZB .diUYwFUp {
    font-weight: 600;
    margin: 0 0 0.61538rem;
    line-height: 1.53846rem; }
  ._1hlfIfZB input {
    background: var(--input-bg);
    border: 1px solid var(--input-border);
    border-radius: 0.30769rem;
    height: 2.46154rem;
    padding: 0.30769rem 0.61538rem;
    width: 18.46154rem;
    color: var(--primaryTextColor); }
  ._1hlfIfZB > * {
    margin: 0 0 1.23077rem; }
  ._1hlfIfZB div:last-child {
    margin: 0; }

._1mMr2f9i {
  background: var(--well-bg-info);
  border: 1px solid var(--well-border-info);
  color: var(--well-colour-info);
  border-radius: 0.30769rem;
  padding: 1.23077rem;
  margin: 1.53846rem 0; }
  ._1mMr2f9i > *,
  ._1mMr2f9i > p,
  ._1mMr2f9i h5 {
    margin-bottom: 0.76923rem; }

._2xJ3FX4W {
  font-size: 1.07692rem;
  font-weight: 700;
  margin-bottom: 12px; }

.pafVPy-h {
  margin: 24px 0;
  text-align: center; }
  .pafVPy-h p {
    margin-bottom: 0.76923rem; }

@media screen and (max-width: 900px) {
  ._3YAELB6k {
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .weyQuBj4 {
    padding: none;
    max-width: 100%; } }

._1SQlffUo {
  --border-color: #c2d8e5;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  padding: 12px 12px;
  margin: 8px 0;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  position: relative; }
  ._1SQlffUo + ._1SQlffUo {
    margin-left: 16px; }
    ._1SQlffUo + ._1SQlffUo:before {
      content: '';
      display: block;
      position: absolute;
      left: -14px;
      top: calc(50% - 1px);
      width: 8px;
      height: 2px;
      border-radius: 2px;
      background-color: var(--border-color); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2bxDbl7c i {
  color: inherit; }

._2bxDbl7c .helpCircle {
  border-bottom: 0;
  position: relative;
  left: 4px; }

._2bxDbl7c .priceWidget {
  margin: 0 0 0 4px;
  padding: 0 0px 0 2px;
  display: inline-block; }

._2bxDbl7c .btn.round {
  border-radius: 1.84615rem; }

._2bxDbl7c .btn {
  font-size: 0.92308rem;
  padding: 0.23077rem 0.61538rem; }

._2gUgzmN- {
  text-transform: capitalize; }
  ._2gUgzmN-:after {
    content: ' '; }

._4RQC8q2O {
  border-radius: 999px;
  color: white;
  width: 14px;
  height: 14px;
  text-align: center;
  margin-right: 4px;
  font-size: 10px; }

.kiifjt_g {
  background-color: var(--bitcoin-orange); }

._24onaU-Y {
  background-color: var(--tether-green); }

._3_or3q3U ._2gUgzmN- {
  font-weight: bold; }

._3_or3q3U .btn {
  color: var(--teal);
  background-image: -webkit-linear-gradient(top, var(--widget-background) 0%, var(--widget-background) 100%);
  background-image: linear-gradient(to bottom, var(--widget-background) 0%, var(--widget-background) 100%);
  background-repeat: repeat-x; }

._3yXppxVP .btn {
  color: var(--text-color);
  border-color: transparent; }
  ._3yXppxVP .btn .instrumentText:hover {
    box-shadow: none;
    text-decoration: underline; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1MTDD9IK .dropdown-menu {
  padding: 0;
  left: auto;
  right: -20px; }

._1MTDD9IK .dropdown-toggle:hover {
  text-decoration: none; }
  ._1MTDD9IK .dropdown-toggle:hover .toolboxTitle {
    text-decoration: underline; }

._1MTDD9IK ._3h6KiISJ {
  transition: color 100ms ease-in-out; }
  ._1MTDD9IK ._3h6KiISJ._1p0lhjge {
    color: #56bc76; }

._2k4m1iBK {
  padding: 4px 8px;
  margin-bottom: 4px;
  white-space: nowrap;
  display: flex; }
  ._2k4m1iBK:hover {
    background: rgba(51, 51, 51, 0.25); }
  ._2k4m1iBK label {
    margin-bottom: 0;
    margin-right: 8px;
    flex: 1; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._1emCXewV {
  padding: 0;
  contain: initial; }
  ._1emCXewV > header {
    margin: 0;
    text-align: center; }
    ._1emCXewV > header .nav-tabs {
      padding-left: 5px; }
    ._1emCXewV > header .tabTitle {
      line-height: 1em; }
    @media (max-width: 1199px) {
      ._1emCXewV > header .tabTitle {
        font-size: 1rem; } }
    @media (max-width: 995px) {
      ._1emCXewV > header .nav-tabs {
        padding-right: inherit; }
      ._1emCXewV > header .tabTitle {
        font-size: 0.92308rem; } }
  ._1emCXewV .body {
    display: flex;
    padding: 0.15385rem 0;
    margin: 0; }
  ._1emCXewV ._2fKWR8UW {
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto; }
  ._1emCXewV ._2IlVTVKU {
    display: flex;
    padding: 0 0.38462rem;
    background: var(--tabHeaderBackground);
    border-left: 1px solid var(--gray-darker);
    margin: -0.23077rem 0 -0.15385rem;
    border-top: 1px solid var(--gray-darker); }
  ._1emCXewV ._1ZH0t-qa {
    display: block;
    font-weight: bold;
    line-height: 1.23077rem; }
  ._1emCXewV ._3ZazE3dq {
    font-weight: normal;
    text-align: center;
    font-family: var(--font-family-monospace-contractbar);
    font-style: italic;
    font-size: 0.84615rem;
    line-height: 1.15385rem; }
  ._1emCXewV ._3I0bUkkP {
    padding-left: 5px;
    font-size: 0.84615rem; }
    ._1emCXewV ._3I0bUkkP i {
      position: relative;
      left: 2px;
      top: 0.5px;
      width: 9px; }
  ._1emCXewV ._1WDWV4oI {
    color: var(--transparentTextColor); }
  ._1emCXewV ._3v76-70k {
    margin: 0 2px;
    font-size: 0.84615rem; }
  ._1emCXewV ._3Bmg7M9Q {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    ._1emCXewV ._3Bmg7M9Q i {
      opacity: 0.7; }
      ._1emCXewV ._3Bmg7M9Q i._2aX96BAa {
        opacity: 1; }
  ._1emCXewV ._3Bmg7M9Q .track {
    background: #618fb0; }
  ._1emCXewV ._3qO_DgAh {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0.76923rem; }

._1ACiz50B {
  height: 150px; }
  ._1ACiz50B._3rcKSnp1 {
    height: 250px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2Ed6YDmm .k1Y3cZBG {
  background: var(--announcement-background);
  padding: 1.23077rem 0.61538rem; }
  ._2Ed6YDmm .k1Y3cZBG > * {
    color: var(--primary-text); }

._2Ed6YDmm ._9aET6Hec {
  background-image: -webkit-linear-gradient(166deg, var(--diagonal-color-dark) 50%, var(--diagonal-color-light) 40%);
  padding-bottom: 0; }
  ._2Ed6YDmm ._9aET6Hec ._1-ygQKKm {
    margin-top: 1.84615rem;
    text-align: center; }
  ._2Ed6YDmm ._9aET6Hec a {
    color: var(--link-text);
    font-size: 0.61538rem;
    font-weight: 600; }
    ._2Ed6YDmm ._9aET6Hec a > img {
      height: 2.15385rem; }
  ._2Ed6YDmm ._9aET6Hec img {
    height: 6.76923rem; }

._2bpYorwv {
  position: absolute;
  top: -0.92308rem;
  right: 0; }
  ._2bpYorwv:hover {
    cursor: pointer; }

.Eitzyq2o {
  width: 70%;
  max-width: 800px;
  margin: auto; }

.VbLiMwLJ {
  font-weight: 700;
  margin-top: -0.61538rem;
  text-align: center; }

._1-ygQKKm {
  text-align: left; }

img {
  max-width: 100%; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._2TM1YYKW {
  background: white;
  color: var(--grey40);
  margin: 0.61538rem 0;
  padding: 0.61538rem;
  font-size: 1.23077rem;
  font-family: monospace; }

._3_IjMXhv {
  color: var(--red50);
  position: relative; }

._3_IjMXhv::before {
  content: '^';
  position: absolute;
  top: 0.92308rem; }

._17uj1TsP {
  flex-wrap: wrap; }

._15euJ3Zp {
  padding: 0 10px;
  flex-shrink: 1;
  flex-basis: 200px;
  max-width: 500px; }

._1e_OATv4 {
  margin: 0 !important; }

._25x4pk5D {
  justify-content: center;
  flex-wrap: wrap; }

._1qtYQr5B {
  max-width: 300px;
  border: 1px solid var(--tableBorderInner); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3IYOOB9P {
  text-align: center; }

.Kb4XnSGs {
  display: none; }

.TJr_96ae {
  padding-bottom: 20px; }

td.address {
  max-width: 4.61538rem;
  text-overflow: ellipsis;
  word-break: normal;
  overflow: hidden; }

._1eIQ05QR {
  width: 100%; }

._1nU-HqwG {
  margin-left: -11px;
  margin-right: -11px;
  padding-bottom: 5px; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3njaFf3G {
  min-height: calc(1.73626rem + 8px);
  height: calc(1.73626rem + 8px);
  position: relative;
  outline: none; }

._39peTIJx {
  border: 1px solid var(--input-border);
  display: flex;
  width: 100%;
  color: var(--primary-text); }

._1b8XN_HC {
  outline: none;
  border: none;
  width: 100%;
  padding: 0.30769rem;
  background-color: var(--input-bg);
  color: var(--primary-text);
  font-size: 90%; }
  @media screen and (min-width: 1400px) {
    ._1b8XN_HC._1Y9zxIW_ {
      font-size: 80%; } }

._3hgxyHQE {
  display: flex;
  background-color: var(--backgroundAddition); }

._3hD-o-pM {
  width: calc(1.73626rem + 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--input-border); }

._3THy9Jqb {
  position: absolute;
  z-index: 10;
  border-top: none;
  border: 1px solid var(--input-border);
  background-color: var(--input-bg);
  width: 100%;
  cursor: pointer; }

._3T3_qJPu {
  padding: 0.30769rem; }
  ._3T3_qJPu ._7aA49M4S {
    font-size: 90%;
    font-family: Monaco, monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1400px) {
      ._3T3_qJPu ._7aA49M4S._2d6kwqOS {
        font-size: 80%; } }
  ._3T3_qJPu ._11MjjXV1 {
    font-weight: 600; }

._2wejuQ1p {
  font-size: 80%;
  background-color: var(--input-bg);
  color: var(--input-border);
  display: flex;
  flex-direction: row; }
  ._2wejuQ1p ._1PkbfQfj {
    padding-top: var(--spacingHalf);
    padding-right: var(--spacingHalf); }

.LoEBbVm7 {
  background-color: var(--backgroundAddition); }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
.SKqFSddY {
  background: var(--well-bg-info);
  border: 1px solid var(--well-border-info);
  color: var(--well-colour-info);
  border-radius: 0.30769rem;
  padding: 1.23077rem; }
  .SKqFSddY ._2CQ5UPgl {
    font-size: 1.07692rem;
    font-weight: 600;
    margin-bottom: 0.61538rem;
    line-height: 1rem; }
  .SKqFSddY .h6xjd6vj {
    background: var(--panel-button-bg-colour);
    border: 1px solid var(--primary-button-border-colour);
    border-radius: 0.30769rem;
    font-weight: 600;
    height: 2.15385rem;
    padding: 0.15385rem 0.61538rem;
    color: var(--panel-button-text-colour);
    width: auto;
    font-size: 1rem; }

/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Convert PX units to EMs.
Ex: margin-right: prem(16);
*/
/* Rounds EMs to the nearest .1 to be nicer. Useful for when browsers choke
   on bizarre em values
 */
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/*
 * NOTE: Don't specify CSS Custom Properties (Variables) here as they will be
 * duplicated on import of this file. Please use variables-custom-properties.scss for new variables
 */
/**
 * Official BitMEX Color Palette
 * @see https://docs.google.com/document/d/14kCw1-SS705qNBGvbwh23RedY1lAPoO7VVFmrcOAdP8/edit
*/

/**
* Use em or rem font-size in Bootstrap 3
* Based on Less version here: https://gist.github.com/jasny/9731895
* Values pulled from _variables.scss
*/
._3QzPaPZP {
  /* need important since Form component overrides it */
  border-color: var(--red) !important; }

._21SXUyWT {
  /* need important since Form component overrides it */
  border-color: var(--orange) !important; }

._2mYONqzZ {
  font-size: 0.7em;
  white-space: nowrap;
  padding: 0.5em 1em;
  vertical-align: middle;
  cursor: pointer;
  display: table-cell;
  background: var(--input-group-addon-bg);
  color: var(--text-color-secondary); }
  ._2mYONqzZ:hover {
    background: var(--input-bg-disabled); }