body {
  font-size: 14px;
}
.HydroSDK-toggleButton {
  background-color: black;
  border-color: #4954ac;
  /* color: #000 !important; */
}
.HydroSDK-dialog {
  max-width: 900px;
  height: 500px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fcfcfc;
  color: #333;
  z-index: 10000;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.HydroSDK-backdrop {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.HydroSDK-title {
  font-size: 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.HydroSDK-desc {
  font-size: 13px;
  color: #666666;
  margin-top: 8px;
}
.HydroSDK-fieldGroup {
  display: flex;
  flex-flow: column;
  margin: 0;
  margin-top: 20px;
}
.HydroSDK-labelGroup {
  display: flex;
  justify-content: space-between;
}
.HydroSDK-label {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
.HydroSDK-errorMsg {
  color: #ee494c;
}
.HydroSDK-closeButton {
  position: absolute;
  font-size: 14px;
  background: #fcfcfc;
  color: #666666;
  border: 1px solid #e0e0e0;
  bottom: 20px;
  padding: 12px;
}
.HydroSDK-select {
  position: relative;
}
.HydroSDK-unfolded .HydroSDK-dropdown {
  height: auto;
  border: 1px solid #e0e0e0;
}
.HydroSDK-selected {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  background: #f7f7f7;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.HydroSDK-dropdown {
  position: absolute;
  border-radius: 2px;
  height: 0;
  z-index: 101;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f7f7f7;
  max-height: 340px;
}
.HydroSDK-dropdown.up {
  bottom: 110%;
}
.HydroSDK-dropdown.down {
  top: 110%;
}
.HydroSDK-item {
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  background: #f7f7f7;
}
.HydroSDK-item:hover {
  background: #e0e0e0;
}

.HydroSDK-item:first-child {
  border-top-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.HydroSDK-item:last-child {
  border-bottom-width: 1px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.HydroSDK-item .disabled {
  color: #666666;
  cursor: not-allowed;
}
.HydroSDK-caret {
  position: relative;
  left: 12px;
  width: 36px;
  border-left: 1px solid #e0e0e0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.HydroSDK-caret:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666666;
  border-radius: 2px;
}
.HydroSDK-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 2px;
  border: none; 
  /* padding: 0; */
  background: none;
  cursor: pointer;
  outline: 0;
}
button.disabled,
button.disabled.focus,
button.disabled:focus,
button.disabled:hover,
button[disabled],
button[disabled].focus,
button[disabled]:focus,
button[disabled]:hover,
fieldset[disabled] button.focus,
fieldset[disabled] button:focus,
fieldset[disabled] button:hover {
  cursor: not-allowed;
  opacity: 0.65;
}
.HydroSDK-input {
  display: block;
  flex: 1;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  background: #f7f7f7;
  z-index: 100;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.HydroSDK-hydroWalletButtonGroup {
  display: flex;
}
.HydroSDK-input:focus {
  border: 1px solid #cfcfcf;
  outline: none;
}
.HydroSDK-featureButton {
  background: #738bd7;
  color: #fff;
  border-color: #738bd7;
}
.HydroSDK-submitButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.HydroSDK-fa {
  margin-right: 4px;
}
.fa-check {
  color: #3da1a5;
}
.HydroSDK-optionItem svg {
  margin-right: 6px;
}
.HydroSDK-optionItem {
  display: flex;
  align-items: center;
}
.HydroSDK-optionItem .disabled {
  color: #666666;
}
.HydroSDK-walletFeature {
  padding-left: 20px;
}
.HydroSDK-banner {
  float: right;
  font-size: 12px;
}
.HydroSDK-address-option {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.HydroSDK-qr-image {
  display: flex;
  align-items: center;
  flex: 1;
  margin: 20px auto;
}
.HydroSDK-qr-image-bg {
  width: 200px;
  height: 200px;
  padding: 8px;
  background: #fff;
}
.HydroSDK-qr-image-bg svg {
  width: 200px;
}
.HydroSDK-mnemonic {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
}
.HydroSDK-words {
  display: grid;
  font-size: 14px;
  color: #333;
  grid-auto-flow: row;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding-inline-start: 40px;
}
.HydroSDK-word {
  line-height: 30px;
  text-align: left;
  width: 80px;
}
.HydroSDK-word > input {
  display: inline-block;
  height: 22px;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  vertical-align: text-bottom;
  width: 60px;
}
.HydroSDK-word > input.invalid {
  border-color: #ee494c;
}

.HydroSDK-word > input.valid {
  border-color: #41a275;
}
.HydroSDK-confirm {
  margin-top: 20px;
}
.HydroSDK-checkboxGroup {
  margin-bottom: 20px;
  font-size: 13px;
}
.HydroSDK-checkboxDiv {
  display: flex;
  align-items: center;
  height: 35px;
  cursor: pointer;
  color: #333;
}
.HydroSDK-checkbox > i {
  opacity: 0;
  color: #fff;
}
.HydroSDK-checkbox {
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #cfcfcf;
  text-align: center;
}
.checked > .HydroSDK-checkbox {
  background: #738bd7;
}
.checked > .HydroSDK-checkbox > i {
  opacity: 1;
}
.ps__rail-y {
  display: none;
}
.HydroSDK-addFunds {
  color: #333;
  margin-top: 20px;
}
.HydroSDK-buttonGroup {
  display: flex;
  width: 520px;
  text-align: center;
  margin: 20px auto;
}
.HydroSDK-buttonGroup > a {
  display: block;
  width: 200px;
  height: 50px;
}
.HydroSDK-buttonGroup > a:first-child {
  margin-right: 120px;
}
.HydroSDK-buttonGroup .button {
  display: inline-block;
  height: 50px;
  width: 200px;
}
.HydroSDK-buttonGroup .coinbase {
  background-color: #0f62bd;
}
.HydroSDK-buttonGroup .coinbase:hover {
  background-color: #1172dc;
}
.HydroSDK-buttonGroup .coinbase > svg {
  padding-top: 7px;
  width: 150px;
  margin: 0 25px;
}
.HydroSDK-buttonGroup .gemini {
  background-color: #000;
}
.HydroSDK-buttonGroup .gemini:hover {
  background-color: #222;
}
.HydroSDK-buttonGroup .gemini > svg {
  width: 160px;
  height: 100%;
  margin: 0 25px 0 15px;
}
.HydroSDK-hint {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 12px;
  color: #666666;
  margin-top: 20px;
  text-align: left;
}
.HydroSDK-hintTitle {
  margin-bottom: 4px;
  color: #333;
}
.HydroSDK-selectFooter {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding: 6px;
}
.HydroSDK-paginationGotoPage {
  position: absolute;
  display: flex;
  align-items: center;
  right: 12px;
}
.HydroSDK-paginationGotoPage form {
  margin-left: 12px;
}
.HydroSDK-paginationGotoPage input::-webkit-outer-spin-button,
.HydroSDK-paginationGotoPage input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.HydroSDK-pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  bottom: 12px;
}
.HydroSDK-pagination ul,
.HydroSDK-pagination li {
  list-style: none;
}
.HydroSDK-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  background: #fff;
  color: #666666;
  border-radius: 4px;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.HydroSDK-pagination li.disabled a,
.HydroSDK-pagination li.disabled a:hover,
.HydroSDK-pagination li.disabled a:focus,
.HydroSDK-pagination li.disabled a:visited {
  background: #e0e0e0;
  color: #666666;
  cursor: not-allowed;
}
.HydroSDK-pagination li a:hover,
.HydroSDK-pagination li.active a,
.HydroSDK-pagination li.active a:hover,
.HydroSDK-pagination li.active a:focus,
.HydroSDK-pagination li.active a:visited {
  background: #f7f7f7;
  color: #333;
}
.HydroSDK-customizationInputGroup {
  display: flex;
  align-items: center;
}
.HydroSDK-customizationInputGroup input {
  margin: 0 12px 0 4px;
}
.HydroSDK-notSupport {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.HydroSDK-notSupportTitle {
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.HydroSDK-notSupportDesc {
  color: #666666;
  margin-top: 4px;
  text-align: center;
}
.HydroSDK-copy {
  margin-left: 8px;
  cursor: pointer;
}
.HydroSDK-walletDesc {
  flex: 1;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 580px;
  justify-content: center;
  text-align: center;
}

/* MetaMask logo svg style*/
.st0 {
  fill: #e4761b;
  stroke: #e4761b;
}
.st1 {
  fill: #f6851b;
  stroke: #f6851b;
}
.st2 {
  fill: #763d16;
  stroke: #763d16;
}
.st3 {
  fill: #e2761b;
  stroke: #e2761b;
}
.st4 {
  fill: #c0ad9e;
  stroke: #c0ad9e;
}
.st5 {
  fill: #cd6116;
  stroke: #cd6116;
}
.st6 {
  fill: #e4751f;
  stroke: #e4751f;
}
.st7 {
  fill: #233447;
  stroke: #233447;
}
.st8 {
  fill: #d7c1b3;
  stroke: #d7c1b3;
}
.st9 {
  fill: #161616;
  stroke: #161616;
}
.custom-input {
  display: block;
  flex: 1;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  box-sizing : border-box;
  width: 100%;
}

.custom-input:focus {
  border: 1px solid #cfcfcf;
  outline: none;
}

.custom-input1 {
  display: block;
  flex: 1;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  box-sizing : border-box;
  width: 100%;
}

.custom-input1:focus {
  border: 1px solid #cfcfcf;
  outline: none;
}

.custom-input2 {
  display: block;
  flex: 1;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  font-size: 14px;
  box-sizing : border-box;
  width: 100%;
}

.custom-input2:focus {
  border: 1px solid #f7f7f7;
  outline: none;
}

.react-autosuggest__container {
  position: relative;
  margin-bottom: 200px;
}

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 192px;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  border-bottom-left-radius: 4px;
  z-index: 102;
  max-height: 280px;
  max-width: 860px;
  overflow:scroll;
  box-sizing : border-box;
  width: 100%;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 4px 10px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}
