body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-Root-3ggHB {
  box-sizing: border-box;
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 5px;
}
.index-Inner-1a3Ld {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.13);
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50px;
  min-height: 50px;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-Root-25UwJ {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: visible;
  padding: 2px;
  color: #6f6f6f;
  background: #fff;
}
.index-Popup-5r3tP {
  box-sizing: border-box;
  transition: max-width 0.3s ease 0s, max-height 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s step-end 0s, top 0.3s ease 0s;
  z-index: 100;
  max-width: 0;
  max-height: 0;
  min-width: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
  margin: 4px 0 0 0;
  padding: 0;
  cursor: default;
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.21);
  background: #fff;
  border: solid 1px #c2c2c2;
  visibility: hidden;
}
.index-Popup_visible-2edbK {
  min-width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  opacity: 1;
  width: auto;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 450px) {
  .index-Popup-5r3tP {
    border: none;
    box-shadow: none;
    position: fixed;
    top: 100vh;
    left: 0;
  }
  .index-Popup_visible-2edbK {
    margin: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }
}
.index-Button-1Y6jy {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 25px 0 10px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  text-align: left;
  position: relative;
  box-shadow: none;
  transition: box-shadow 0.1s 0.1s, border-color 0.1s 0.1s;
  outline: none;
  background-color: var(--dropdown-input-button-bg-color);
  cursor: pointer;
  white-space: nowrap;
}
.index-Button-1Y6jy:hover {
  border: 1px solid #000;
  outline: none;
}
.index-Button-1Y6jy:focus {
  border-color: #000;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,62,255,0.24);
}
.index-Button-1Y6jy:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  border: solid #9f9f9f 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  top: 50%;
  right: 9px;
  transform: translate(0, -4px) rotateZ(225deg);
  transition: transform 100ms;
}
.index-Button_pressed-16pEW:after {
  transform: translate(0, -1px) rotateZ(45deg);
}
.index-Button_disabled-1xk3X {
  cursor: default;
  background-color: #e6e6e6;
  opacity: 0.5;
}
.index-Button_disabled-1xk3X:hover,
.index-Button_disabled-1xk3X:focus,
.index-Button_disabled-1xk3X:active {
  border: 1px solid #9f9f9f;
  box-shadow: 0 0;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-List-24v-o {
  margin: 5px;
  padding: 0;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  min-width: 350px;
}
.index-Item-1ad34 {
  list-style: none;
  padding: 2px;
  margin: 0;
  box-sizing: border-box;
  flex: 0 1 25%;
}
.index-Button-2_KMa {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  background: none;
  font-size: 14px;
  width: 100%;
  outline: none;
  cursor: pointer;
}
.index-Button-2_KMa:focus {
  outline: none;
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.21);
  background-color: rgba(0,62,255,0.24);
}
.index-Button-2_KMa:hover {
  outline: none;
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.21);
}
.index-Button-2_KMa:active {
  outline: none;
  border-color: #9f9f9f;
  background-color: rgba(0,62,255,0.24);
  box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.21);
}
@media screen and (max-width: 450px) {
  .index-List-24v-o {
    min-width: 0;
  }
  .index-Button-2_KMa {
    padding: 5px;
    height: 100%;
  }
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-Root-2Nupe {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}
.index-List-1MQsz {
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  font-size: 14px;
  padding: 0;
  margin: 5px 0;
}
.index-Termin-3-TfL {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.index-Definition-2KoEK {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.index-Title-mKGSB {
  font-size: 16px;
  font-weight: bold;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-Root-1jAjL {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}
.index-List-tgZaK {
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  font-size: 14px;
  padding: 0;
  margin: 5px 0;
}
.index-Termin-3O2aX {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.index-Definition-eKwWM {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.index-Title-2ERcD {
  font-size: 16px;
  font-weight: bold;
}
.index-Title_buy-3Yswg {
  color: #070;
}
.index-Title_sell-2Kznq {
  color: #c00;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-ListPanel-2zBhj {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: max-height ease 0.5s;
  height: 60vw;
  max-height: 60vw;
  display: flex;
  flex-direction: column;
}
.index-ListPanel_collapsed-3jsPd {
  height: 20px;
  max-height: 20px;
  align-items: center;
  justify-content: center;
}
.index-ListHeader-3ILKY {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 5px;
}
.index-List-vYz0P {
  display: block;
  box-sizing: border-box;
  margin: 15px;
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top-width: 0;
  border-bottom-width: 0;
  overflow: auto;
  flex-grow: 1;
}
.index-ListItem-1X_2e {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px;
  list-style: none;
  border: 0;
}
@media screen and (min-width: 450px) {
  .index-List-vYz0P {
    padding: 0;
    margin: 10px 0;
    border-width: 0;
  }
  .index-ListPanel-2zBhj {
    padding: 20px;
    height: auto;
    max-height: 2000px;
  }
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-Button-3RtQC {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 10px 0 10px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  text-align: left;
  position: relative;
  box-shadow: none;
  transition: box-shadow 0.1s 0.1s, background-color 0.1s 0.1s, border-color 0.1s 0.1s;
  outline: none;
  background-color: var(--dropdown-input-button-bg-color);
  cursor: pointer;
  white-space: nowrap;
}
.index-Button-3RtQC:hover {
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.21);
  outline: none;
}
.index-Button-3RtQC:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,62,255,0.24);
}
.index-Button-3RtQC:focus.index-Button-3RtQC:hover {
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.21), 0 0 0 2px rgba(0,62,255,0.24);
}
.index-Button-3RtQC.index-Button-3RtQC.index-Button-3RtQC:active {
  outline: none;
  background-color: rgba(0,62,255,0.24);
  box-shadow: 0 0 0 2px rgba(0,62,255,0.24);
}
.index-Button_disabled-3sNK2 {
  cursor: default;
}
.index-Button_disabled-3sNK2:hover,
.index-Button_disabled-3sNK2:focus,
.index-Button_disabled-3sNK2:active {
  border: 1px solid #9f9f9f;
  box-shadow: none !important;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.index-Input-1ymSr {
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 12px 0;
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  width: 100%;
}
.index-Input-1ymSr:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,62,255,0.24);
}
.index-Input_error-1phrM {
  border-color: #f00;
}
.index-Input_error-1phrM:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,0,0,0.24);
}
.index-InputCt-2XeGi {
  maring: 0;
  position: relative;
}
.index-SubText-3V5ya {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  line-height: 12px;
  font-size: 11px;
}
.index-SubText_error-2BHl0 {
  color: #f00;
}

.index-Form-ppGjK {
  padding: 0;
  margin: 0;
  position: relative;
}
.index-Button-R8Qte {
  top: 0;
  right: 0;
  position: absolute;
  width: 140px;
}
.index-Input-12tHQ {
  margin: 0 150px 0 0;
}
.index-Title-1bSIC {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.index-Wrapper-1_Lks {
  margin: 2px 2px 10px 2px;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
  background-color: #f8f7f5;
}
.index-Root-RL6UV {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  border: none;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 10px;
  min-height: 100vh;
}
.index-PairSelectors-1RjDn {
  display: flex;
}
.index-Select-Bwmsp {
  flex: 0 1 50%;
}
.index-Header-1ceH6 {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0;
}
.index-Code-dIUro {
  margin: 10px 0;
  box-sizing: border-box;
  white-space: pre-wrap;
  border: 1px solid #9f9f9f;
  padding: 10px;
  background-color: #e6e6e6;
  color: #000;
  display: block;
}
@media screen and (min-width: 450px) {
  .index-Root-RL6UV {
    width: 800px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .index-Group-2bGL6,
  .index-ListPanelCt-1TvUH {
    flex: 0 0 50%;
  }
  .index-PairSelectors-1RjDn,
  .index-Top-34sGg {
    flex: 0 0 100%;
  }
}

