.caption,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
.small,
.span,
caption,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
span {
  margin: 0;
}
a {
  text-decoration: none;
}
.h1,
h1 {
  font-size: 60px;
  line-height: 0.93;
}
@media screen and (max-width: 599px) {
  .h1,
  h1 {
    font-size: 30px;
    line-height: 1.1;
  }
}
.h2,
h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .h2,
  h2 {
    font-size: 26px;
  }
}
.h3,
h3 {
  font-size: 30px;
  line-height: 1.33;
}
@media screen and (max-width: 599px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
.h4,
h4 {
  font-size: 24px;
}
.h4,
.h5,
h4,
h5 {
  line-height: 1.5;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 18px;
}
.h6,
.p,
h6,
p {
  line-height: 1.5;
}
.p,
p {
  font-size: 16px;
}
.small,
small {
  font-size: 14px;
  line-height: 1.57;
}
.caption,
caption {
  font-size: 13px;
  line-height: 1.69;
}
.span,
span {
  font-size: 12px;
  line-height: 1.33;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: 700;
}
.weight-600 {
  font-weight: 600;
}
.weight-500 {
  font-weight: 500;
}
.text-underline {
  text-decoration: underline;
}
.line-height-1 {
  line-height: 1;
}
.bg-white {
  background-color: #fff;
}
.bg-default {
  background-color: #12131a;
}
.bg-palette {
  background-color: #1b1e29;
}
.bg-secondary1 {
  background-color: #252833;
}
.bg-secondary2 {
  background-color: #232734;
}
.bg-yellow3 {
  background-color: #ffa000;
}
.bg-blue1 {
  background-color: #004ce6;
}
.bg-gray1 {
  background-color: rgba(99, 103, 128, 0.1);
}
.bg-gray2 {
  background-color: #3e4252;
}
.bg-gray3 {
  background-color: #1b1d26;
}
.bg-gray30 {
  background-color: rgba(105, 108, 128, 0.3);
}
.bg-gray31 {
  background-color: rgba(40, 45, 61, 0.5);
}
.bg-transparent {
  background-color: transparent;
}
.bg-primary {
  background-color: ff000f;
}
.bg-primaryLight {
  background-color: rgba(68, 138, 255, 0.3);
}
.bg-success {
  background-color: #0fc679;
}
.bg-successLight {
  background-color: rgba(15, 198, 121, 0.3);
}
.bg-error {
  background-color: #ff5252;
}
.bg-errorLight {
  background-color: rgba(255, 82, 82, 0.1);
}
.bg-grey29 {
  background-color: #282d3e;
}
.bg-black1 {
  background-color: #1b1e29;
}
.bg-textSecondary {
  background-color: #696c80;
}
.border {
  border: 1px solid rgba(130, 177, 255, 0.08);
}
.border-left {
  border-left: 1px solid rgba(130, 177, 255, 0.08);
}
.border-right {
  border-right: 1px solid rgba(130, 177, 255, 0.08);
}
.border-top {
  border-top: 1px solid rgba(130, 177, 255, 0.08);
}
.border-bottom {
  border-bottom: 1px solid rgba(130, 177, 255, 0.08);
}
.border-secondary1 {
  border: 1px solid #252833;
}
.border-top-secondary1 {
  border-top: 1px solid #252833;
}
.border-bottom-secondary1 {
  border-bottom: 1px solid #252833;
}
.border-right-secondary1 {
  border-right: 1px solid #252833;
}
.border-secondary2 {
  border: 1px solid #232734;
}
.border-gray14 {
  border: 1px solid rgba(105, 108, 128, 0.12);
}
.border-gray2 {
  border: 1px solid #3e4252;
}
.border-primary {
  border: 1px solid ff000f;
}
.border-primaryDark {
  border: 1px solid #1c2938;
}
.border-yellow5 {
  border: 1px solid #fdd835;
}
.border-error {
  border: 1px solid #ff5252;
}
.text-error {
  color: #ff5252;
}
.text-blueviolet {
  color: #8a2be2;
}
.text-success {
  color: #0fc679;
}
.text-primary {
  color: ff000f;
}
.text-primaryText {
  color: #c7cad9;
}
.text-secondary {
  color: #696c80;
}
.text-hint {
  color: #636780;
}
.text-disabled {
  color: #626680;
}
.text-gray19 {
  color: #b6b9cc;
}
.text-gray22 {
  color: hsla(0, 0%, 100%, 0.47);
}
.text-gray25 {
  color: #c7cad9;
}
.text-gray29 {
  color: #282d3e;
}
.text-yellow {
  color: #e59840;
}
.text-yellow3 {
  color: #ffa000;
}
.text-blue7 {
  color: rgba(68, 138, 255, 0.5);
}
.text-bgColor {
  color: #12131a;
}
.text-gray32 {
  color: #ebecf2;
}
.text-white {
  color: #fff;
}
.bg-blue12 {
  background-color: #b0dcfc;
}
.bg-green4 {
  background-color: #7addcb;
}
.bg-purple8 {
  background-color: #beaffd;
}
.bg-gray32 {
  background-color: #ebecf2;
}
html .MuiTooltip-arrow {
  font-size: 16px;
  width: 17px;
}
html .MuiTooltip-arrow:before {
  color: #252833;
  border: 1px solid rgba(130, 177, 255, 0.08);
  box-sizing: border-box;
}
html .MuiTooltip-tooltip {
  background-color: #252833;
  border: 1px solid rgba(130, 177, 255, 0.08);
  padding: 0;
  font-size: 14px;
  border-radius: 14px;
  color: #c7cad9;
}
body {
  margin: 0;
}
body iframe[style*="z-index: 2147483647"] {
  display: none !important;
}
wcm-modal {
  z-index: 10000;
  position: relative;
}
.loadingDots:after {
  display: inline-block;
  animation: ellipsis 1.25s infinite;
  content: ".";
  width: 1em;
  text-align: left;
}
@keyframes ellipsis {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
@keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.spinner {
  display: flex;
  animation: spinnerAnimation 1s linear infinite;
}
[data-reach-dialog-overlay] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10 !important;
}
@media screen and (max-width: 959px) {
  [data-reach-dialog-content] {
    transform: translateY(-90px) !important;
    max-height: calc(100vh - 120px) !important;
    min-height: calc(100vh - 120px) !important;
    border-radius: 20px !important;
  }
}
.wrapper {
  padding: 24px;
  background: #1b1e29;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .wrapper {
    padding: 16px 12px;
  }
}
.cardRow {
  justify-content: space-between;
  margin-bottom: 12px;
}
.cardRow,
.cardRow > div {
  display: flex;
  align-items: center;
}
.cardRow > div > small {
  margin-right: 10px;
}
.buttonGroup {
  text-align: center;
  padding: 20px 0;
  max-width: 1048px;
  margin: auto;
  width: 100%;
}
.buttonGroup > div {
  width: 100%;
}
.buttonGroup .MuiButtonGroup-root {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}
.buttonGroup .MuiButtonGroup-root button {
  max-width: 180px;
  width: 50%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: 0 0;
  border: 1px solid #1c2938;
  color: #696c80;
}
.buttonGroup .MuiButtonGroup-root button.active {
  background: hsla(0, 0%, 100%, 0.87);
  border: 1px solid transparent;
  color: #12131a;
}
.buttonGroup .MuiButtonGroup-root button:first-child {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.buttonGroup .MuiButtonGroup-root button:last-child {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (max-width: 599px) {
  .buttonGroup .MuiGrid-item {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
}
.page {
  background-color: #12131a;
  width: 100%;
  min-height: 100vh;
}
.pageWrapper {
  max-width: 1312px;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding: 152px 32px 0;
}
@media screen and (max-width: 959px) {
  .pageWrapper {
    padding: 190px 12px 0;
  }
}
.pageProModeWrapper {
  padding-top: 128px;
}
@media screen and (max-width: 959px) {
  .pageProModeWrapper {
    padding-top: 0;
  }
}
.pageWrapper-no-max {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 24px auto;
  padding: 128px 32px 0;
}
@media screen and (max-width: 959px) {
  .pageWrapper-no-max {
    padding: 172px 12px 0;
  }
}
@media screen and (max-width: 959px) {
  .pageWrapper-no-max-no-news {
    padding-top: 64px !important;
  }
}
.pageWrapper-proMode {
  padding: 128px 0 0;
}
@media screen and (max-width: 959px) {
  .pageWrapper-proMode {
    padding: 190px 0 0;
  }
}
.pageHeading {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}
.heroBkg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.heroBkg img {
  width: 100%;
  min-width: 1200px;
}
.hidden {
  display: none;
}
.helpWrapper {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #232734;
  border-radius: 10px;
  cursor: pointer;
}
.helpWrapper p {
  color: #636780;
}
.helpWrapper svg {
  margin-left: 8px;
}
.cursor-pointer {
  cursor: pointer;
}
.no-outline {
  outline: none;
}
.no-decoration {
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-around {
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}
.fullWidth {
  width: 100%;
}
.opacity-disabled {
  opacity: 0.6;
}
.text-uppercase {
  text-transform: uppercase;
}
.devPassModal {
  padding: 12px;
}
.devPassModal input {
  width: 100%;
  margin: 8px 0;
  outline: none;
  padding: 6px 4px;
}
.token-select-background {
  display: flex;
  justify-content: space-around;
  width: 176px;
  height: 44px;
  margin: 0 16px 0 0;
  padding: 10px 12px 10px 10px;
  border-radius: 22px;
  background-color: #282d3d;
}
.token-select-background p {
  margin-left: 4px;
}
.rounded {
  border-radius: 4rem !important;
}
.btn-xl {
  height: 48px !important;
  border-radius: 10px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  cursor: pointer;
}
.mr-1 {
  margin-right: 1rem !important;
}
.btn-exit {
  background-color: #1e2f50 !important;
  color: ff000f !important;
  fill: ff000f !important;
}
.btn-exit:hover {
  opacity: 1%;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.text-center {
  text-align: center;
}
.rounded-md {
  border-radius: 10px !important;
}
.v3-tokenId-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-image: linear-gradient(134deg, #cbb96e -2%, #b9d3ff);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.v3-tokenId-wrapper p {
  font-size: 8px;
}
.v3-tokenId-wrapper p,
.v3-tokenId-wrapper span {
  color: #252833;
  font-weight: 600;
}
.fullHeight {
  height: 100%;
}
.text-link {
  text-decoration: none;
}
.text-link:hover {
  opacity: 0.9;
}
.text-lg {
  font-size: 1rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.mt-1 {
  margin-top: 1rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 1.5rem;
}
.ml-3 {
  margin-left: 2rem;
}
.bl-1 {
  border-left: 1px solid #242938;
}
.pl-1 {
  padding-left: 1rem;
}
.p-1 {
  padding: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.staticNewsletterSignUpPanel {
  position: fixed;
  padding: 16px;
  width: 300px;
  border-radius: 21px;
  border: 1px solid rgba(130, 177, 255, 0.08);
  right: 24px;
  top: 140px;
  z-index: 9;
  text-align: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(29, 30, 50, 0.9);
  z-index: 12;
}
.staticNewsletterSignUpPanel p {
  color: #696c80;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.staticNewsletterSignUpPanel h4 {
  font-size: 23px;
  line-height: 23px;
  margin: 8px 0;
}
.staticNewsletterSignUpPanel small {
  color: #afb2ba;
  line-height: 14px;
}
.staticNewsletterSignUpPanel input {
  width: 100%;
  margin: 8px 0;
  background-color: #12131a;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  box-shadow: none;
  height: 43px;
  border-radius: 11px;
  padding: 0 8px;
  outline: none;
  color: #fff;
}
.staticNewsletterSignUpPanel button {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, #2e4ec2 0.6%, #7732e7 100.1%);
  box-shadow: 0 0 7px 0 rgba(77, 74, 253, 0.57);
  height: 33px;
}
.staticNewsletterSignUpPanel button span {
  font-size: 12.11px;
  font-weight: 600;
}
.staticNewsletterSignUpPanel .newsletterSignupClose {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #696c80;
}
.staticNewsletterSignUpPanel span {
  font-size: 13px;
  line-height: 14px;
}
@media screen and (max-width: 959px) {
  .staticNewsletterSignUpPanel {
    top: 180px;
  }
}
.toggleWrapper {
  width: 40px;
  height: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #626680;
  background-color: transparent;
}
.toggleWrapper.toggled {
  border: 1px solid transparent;
  background-color: rgba(15, 198, 121, 0.2);
}
.toggleWrapper.toggled .innerCircle {
  background-color: #0fc679;
  left: unset;
  right: 2px;
}
.innerCircle {
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background-color: #626680;
  position: absolute;
  top: 2px;
  left: 2px;
  right: "unset";
}
.header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 12;
}
.network-name {
  font-weight: 600;
}
.newsletterBar {
  position: relative;
  background: linear-gradient(90deg, #111f44 -11.2%, #b063fd 41.95%, ff000f);
  z-index: 5;
  display: flex;
  min-height: 40px;
  justify-content: center;
  align-items: center;
}
.newsletterBar button {
  margin-left: 19px;
  height: 26px;
}
.newsletterBar button,
.newsletterBar button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.newsletterBar button span {
  font-size: 11px;
}
.newsletterBar div {
  position: absolute;
  color: #fff;
  right: 12px;
  display: flex;
}
@media screen and (max-width: 959px) {
  .newsletterBar {
    padding: 6px 28px;
    flex-direction: column;
  }
  .newsletterBar button {
    margin: 6px 0 0;
  }
  .newsletterBar small {
    text-align: center;
  }
}
.menuBar {
  padding: 0 24px;
  min-height: 88px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.menuBar,
.menuBar a {
  display: flex;
}
.menuBar > div {
  display: flex;
  align-items: center;
  z-index: 2;
}
.menuBar > div:last-child button {
  height: 40px;
  border-radius: 20px;
}
.menuBar > div:last-child button:first-child {
  padding: 0 16px;
  margin-right: 16px;
}
.menuBar > div:last-child button:first-child svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.menuBar > div:last-child button:last-child {
  padding: 0 32px;
}
.menuBar > div:last-child button p {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .menuBar {
    align-items: center;
    position: relative;
    min-height: 64px;
  }
}
@media screen and (max-width: 599px) {
  .menuBar {
    padding: 0 16px;
    position: relative;
    min-height: 64px;
  }
}
.mainMenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.mainMenu,
.mainMenu .menuItem {
  display: flex;
  align-items: center;
}
.mainMenu .menuItem {
  cursor: pointer;
  position: relative;
  height: 36px;
  padding: 0 24px;
  margin-right: 6px;
  overflow: hidden;
  border-radius: 10px;
  color: #696c80;
}
.mainMenu .menuItem small {
  white-space: nowrap;
}
.mainMenu .menuItem.subMenuItem {
  padding: 0;
  overflow: visible;
}
.mainMenu .menuItem .menuItemSparkle {
  position: absolute;
  transition: all 0.5s;
}
.mainMenu .menuItem .menuItemSparkleTop {
  top: -20px;
  margin-left: -10px;
}
.mainMenu .menuItem .menuItemSparkleBottom {
  bottom: -20px;
  margin-left: -12px;
}
.mainMenu .menuItem .menuItemSparkleLeft {
  left: -20px;
}
.mainMenu .menuItem .menuItemSparkleRight {
  right: -20px;
}
.mainMenu .menuItem.active {
  color: #c7cad9;
  background: #252833;
}
.mainMenu .menuItem.active .menuItemSparkleTop {
  top: 0;
}
.mainMenu .menuItem.active .menuItemSparkleBottom {
  bottom: 0;
}
.mainMenu .menuItem.active .menuItemSparkleLeft {
  left: 4px;
}
.mainMenu .menuItem.active .menuItemSparkleRight {
  right: 4px;
}
.mainMenu .menuItem .subMenu {
  display: none;
  background-color: #232734;
  border-radius: 10px;
  margin-top: 12px;
}
.mainMenu .menuItem .subMenu .subMenuItem {
  color: #696c80;
  padding: 10px 24px;
  white-space: unset;
}
.mainMenu .menuItem .subMenu .subMenuItem.active,
.mainMenu .menuItem .subMenu .subMenuItem:hover {
  color: #c7cad9;
}
.mainMenu .menuItem:hover {
  color: #c7cad9;
  background: #252833;
}
.mainMenu .menuItem:hover .menuItemSparkleTop {
  top: 0;
}
.mainMenu .menuItem:hover .menuItemSparkleBottom {
  bottom: 0;
}
.mainMenu .menuItem:hover .menuItemSparkleLeft {
  left: 4px;
}
.mainMenu .menuItem:hover .menuItemSparkleRight {
  right: 4px;
}
.mainMenu .menuItem:hover .subMenu {
  display: block;
}
.subMenuWrapper {
  position: absolute;
  width: 209px;
  left: 0;
  border-radius: 10px;
  top: 32px;
}
@media screen and (max-width: 959px) {
  .subMenuWrapper {
    width: 100%;
    left: unset;
    top: unset;
    background-color: #121319;
    padding: 8px 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(130, 177, 255, 0.08);
  }
}
.accountDetails {
  border: 1px solid #3e4252;
  padding: 0 16px;
  height: 36px;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accountDetails p {
  font-size: 14px;
  font-weight: 600;
}
.accountDetails img {
  width: 20px;
  margin-left: 8px;
}
.connectButton {
  width: 152px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.connectButton:hover .wrongNetworkContent {
  display: block;
}
.wrongNetworkWrapper {
  position: absolute;
  top: 36px;
  width: 272px;
  right: 0;
}
.wrongNetworkContent {
  background: #12131a;
  margin-top: 18px;
  border-radius: 10px;
  padding: 24px;
  display: none;
}
.wrongNetworkContent small {
  color: #b6b9cc;
  font-size: 14px;
  line-height: 1.57;
}
.wrongNetworkContent div {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid ff000f;
  color: ff000f;
  font-size: 14px;
  font-weight: 600;
}
.mobileMenuContainer {
  background: #121319;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 64px;
  width: 100%;
  padding: 0 16px;
  justify-content: center;
  z-index: 3;
}
.mobileMenuClosedContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mobileMenuDrawerContainer {
  background: #121319;
  color: #c7cad9;
  cursor: pointer;
}
.mobileMenuDrawerContainer.active {
  color: ff000f;
}
.mobile-btn-text {
  color: #c7cad9;
}
.mobile-btn-text.active {
  color: ff000f;
}
.mobile-new-tag {
  margin-left: 4px;
  margin-top: 8px;
}
.mobileMenuItem {
  color: #c7cad9;
  cursor: pointer;
}
.mobileMenuItem.active {
  color: ff000f;
}
.mobileMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 375px;
  width: 100%;
}
.mobileMenu .menuItem,
.mobileMenu .subMenuItem {
  margin-left: 0;
  padding: 16px 24px;
  min-height: 48px;
  color: #c7cad9;
  font-weight: 700;
  cursor: pointer;
}
.mobileMenu .menuItem.active,
.mobileMenu .subMenuItem.active {
  color: ff000f;
}
.mobileMenu .closeBtn {
  margin: 0;
  text-align: right;
}
.close-item,
.mobileMenu .closeBtn {
  border-top: 1px solid #242938;
}
.headerIconWrapper {
  width: 45px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.styledPollingDot {
  width: 6px;
  height: 6px;
  min-height: 8px;
  min-width: 8px;
  margin-left: 0;
  margin-top: 0;
  border-radius: 50%;
  position: relative;
  background-color: #0fc679;
  position: absolute;
  right: -2px;
  top: -2px;
}
.networkSelection {
  background-color: #252833;
  display: flex;
  align-items: center;
  margin-right: 12px;
  height: 36px;
  border-radius: 10px;
  padding: 0 8px 0 12px;
  cursor: pointer;
}
.networkSelection img {
  width: 18px;
  border-radius: 18px;
}
.networkSelection svg {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
.networkSelectionImage {
  position: relative;
  display: flex;
  margin-right: 8px;
}
@media (max-width: 959px) {
  .header {
    background-color: #121319;
  }
  .networkSelection {
    background-color: #1b1e29;
    border-radius: 12px;
  }
  .accountDetails {
    border: none;
    border-radius: 12px;
    background-color: #1b1e29;
  }
}
@media (max-width: 420px) {
  .network-name {
    display: none;
  }
}
.menu-list-item {
  max-height: 48px;
  height: 48px;
}
.menu-list-item.active {
  color: ff000f;
}
.footer {
  border-top: 1px solid rgba(130, 177, 255, 0.08);
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.footerContainer {
  max-width: 1296px;
  width: 100%;
  overflow: hidden;
  padding: 0 24px;
}
.socialMenuWrapper {
  padding: 40px 0;
}
.copyrightWrapper {
  border-top: 1px solid rgba(130, 177, 255, 0.08);
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: center;
}
.copyright-mobile {
  justify-content: space-between;
  margin-bottom: 64px;
  border-bottom: 1px solid rgba(130, 177, 255, 0.08);
}
.fake-community-container {
  min-width: 680px;
  background-color: transparent;
}
a.footer-link {
  color: #696c80;
  text-decoration: none;
}
.newsletterInput {
  border: 1px solid rgba(130, 177, 255, 0.08);
  border-radius: 8px;
  max-width: 300px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding: 2px 2px 2px 6px;
}
.newsletterInput input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  color: #c7cad9;
  flex: 1 1;
}
.newsletterInput button {
  background: linear-gradient(90deg, #ff0008, #a55ed1);
}
.newsletterInput button span {
  font-size: 11px;
}
.addressInput {
  border-radius: 20px;
  padding: 12px 24px;
  text-align: left;
}
.addressInput input {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  background: 0 0;
  border: none;
  box-shadow: none;
  outline: none;
  margin-top: 16px;
}
.addressInput a {
  color: #c7cad9;
  text-decoration: none;
}
.chartContainer {
  flex: 1 1;
  margin-top: -20px;
}
.yAxis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8px;
  margin-bottom: 20px;
}
.yAxis p {
  font-size: 10px;
  font-weight: 500;
  color: #626680;
}
.areaChartTooltip {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  border-radius: 12px;
  background: 0 0;
}
.areaChartTooltip small {
  padding: 6px 10px 0;
  background-color: #12131a;
  color: #696c80;
}
.areaChartTooltip small b {
  color: #c7cad9;
}
.areaChartTooltip small:first-child {
  padding: 6px 10px;
  border-bottom: 1px solid rgba(130, 177, 255, 0.08);
  border-radius: 12px 12px 0 0;
}
.areaChartTooltip small:last-child {
  padding: 6px 10px;
  border-radius: 0 0 12px 12px;
}
.areaChartTooltipLiquidity {
  display: flex;
  flex-direction: column;
  box-shadow: none;
  border-radius: 12px;
  background: 0 0;
}
.areaChartTooltipLiquidity small {
  padding: 0.5rem;
  border: 1px solid rgba(130, 177, 255, 0.08);
  background-color: #12131a;
  color: #c7cad9;
}
.areaChartTooltipLiquidity small:first-child {
  border-radius: 12px 12px 0 0;
}
.areaChartTooltipLiquidity small:last-child {
  border-radius: 0 0 12px 12px;
}
.barChartItem {
  background: linear-gradient(
    180deg,
    #64fbd3,
    #00cff3 34%,
    #0098ff 63%,
    #004ce6
  );
  opacity: 0.2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.barChartItem:hover {
  opacity: 1;
}
.barChartItem.isV3 {
  background: linear-gradient(180deg, ff000f, #004ce6);
  opacity: 0.4;
}
.barChartItem.isV3:hover {
  opacity: 1;
}
.categoryValues {
  display: flex;
  justify-content: space-between;
  margin-right: 8px;
}
.categoryValues p {
  font-size: 12px;
  color: #626680;
}
.warningBanner {
  width: 100%;
  background: #e59840;
  color: #12131a;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 8px 16px;
}
.warningBanner span {
  margin-left: 8px;
  width: calc(100% - 32px);
  text-align: left;
}
.closeBanner {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.chartType {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  cursor: pointer;
}
.chartType.chartType_big {
  height: 33px;
  padding: 0 12px;
}
.chartType.chartType_big span {
  font-size: 14px;
}
.chartType.chartType_selected span {
  color: #c7cad9;
}
.coloredSlider .MuiSlider-root {
  color: #5294ff;
  height: 2px;
  width: calc(100% - 16px);
  padding: 13px 0;
}
.coloredSlider .MuiSlider-root .MuiSlider-mark {
  width: 4px;
  height: 4px !important;
  bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
}
.coloredSlider .MuiSlider-root .MuiSlider-mark:hover:after {
  border: 1px solid rgba(130, 177, 255, 0.08);
  height: 30px;
  width: 82px;
  border-radius: 14px;
  bottom: 14px;
  content: "Cheaper gas";
  margin-left: -50px;
  padding: 0.3em 1em;
  z-index: 98;
}
.coloredSlider .MuiSlider-root .MuiSlider-mark:hover:after,
.coloredSlider .MuiSlider-root .MuiSlider-mark:hover:before {
  background-color: #12131a;
  color: #c7cad9;
  font-family: dm sans, sans-serif;
  display: flex;
  align-items: center;
  position: absolute;
}
.coloredSlider .MuiSlider-root .MuiSlider-mark:hover:before {
  border: 1px solid rgba(130, 177, 255, 0.08);
  height: 12px;
  width: 12px;
  bottom: 8px;
  border-bottom: transparent;
  border-left: transparent;
  content: "";
  margin-left: -4px;
  box-sizing: border-box;
  transform: rotate(135deg);
  z-index: 99;
}
.coloredSlider .MuiSlider-mark {
  height: 8px;
  background-color: #b4c2d5;
}
.coloredSlider .MuiSlider-thumb {
  height: 20px;
  width: 20px;
  background-color: ff000f;
  margin-top: -9px;
  margin-left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.coloredSlider .MuiSlider-thumb.active,
.coloredSlider .MuiSlider-thumb:focus,
.coloredSlider .MuiSlider-thumb:hover {
  box-shadow: inherit;
}
.coloredSlider .MuiSlider-valueLabel {
  left: calc(-50% - 8px);
  top: -18px;
  font-size: 12px;
}
.coloredSlider .MuiSlider-valueLabel > span {
  color: transparent;
}
.coloredSlider .MuiSlider-valueLabel > span > span {
  color: #c7cad9;
}
.coloredSlider .MuiSlider-track {
  height: 2px;
  background: #4389fd;
  border-radius: 4px;
  padding-right: 8px;
}
.coloredSlider .MuiSlider-rail {
  height: 2px;
  border-radius: 4px;
  background: #1b1e29;
  width: calc(100% + 16px);
}
.buttonSwitchContainer {
  border: 1px solid #2c3142;
  border-radius: 8px;
}
.buttonSwitchContainer .MuiTabs-scroller {
  padding: 0 !important;
}
.buttonSwitchContainer .indicator {
  height: 100%;
  border-radius: 4px;
}
.MuiTab-root.tab {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  min-width: 0;
  color: #696c80;
}
.MuiTab-root.tabInactive {
  cursor: pointer;
}
.MuiTab-root.tabInactive svg path {
  fill: #344252;
}
.MuiTab-root.tabInactive:hover {
  color: #c7cad9;
}
.MuiTab-root.tabInactive:hover svg path {
  fill: #c7cad9;
}
.MuiTab-root.tabActive {
  cursor: default;
  color: #c7cad9;
  z-index: 2;
}
.MuiTab-root.tabActive svg path {
  fill: #c7cad9;
}
.customMenuWrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.customMenuHeader {
  height: 100%;
  padding: 0 8px 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #696c80;
  cursor: pointer;
}
.customMenuContent,
.customMenuHeader {
  border-radius: 10px;
  border: 1px solid #3e4252;
  width: 100%;
}
.customMenuContent {
  padding: 12px;
  background: #12131a;
  position: absolute;
  z-index: 10;
  margin-top: 8px;
}
.customMenuContent > div {
  cursor: pointer;
  margin: 8px 0;
}
.customModalBackdrop {
  -webkit-backdrop-filter: blur(9.9px);
  backdrop-filter: blur(9.9px);
  background-color: #12131a;
}
.modalWrapperV3 {
  margin: 0;
  padding: 0;
  max-width: 750px;
  max-height: 90vh;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  outline: none;
  background-color: #1b1e29;
}
.searchModalWrapper {
  overflow-y: unset;
}
.modalWrapperNftSelector {
  margin: 0;
  padding: 0;
  max-width: 750px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background-color: #1b1e29;
}
.switchItem {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #252833;
}
.switchItem p {
  color: #696c80;
}
.activeSwitchItem {
  background: #252833;
}
.activeSwitchItem p {
  color: #c7cad9;
}
.swapBox {
  padding: 16px;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  text-align: left;
}
.swapBox > p {
  font-size: 14px;
  margin-bottom: 16px;
}
.swapBox > div {
  display: flex;
  align-items: center;
}
.swapBox > div .inputWrapper {
  flex: 1 1;
  position: relative;
  padding-left: 8px;
}
.swapBox > div .inputWrapper input {
  color: #696c80;
}
.swapBox > div .maxWrapper {
  padding-left: 8px;
  cursor: pointer;
}
.swapBox > div .maxWrapper small {
  color: ff000f;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .swapBox {
    padding: 12px;
  }
}
.priceShowBox {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.currencyButton {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 38px;
}
.currencyButton p {
  margin-left: 4px;
}
.noCurrency {
  background-image: linear-gradient(105deg, ff000f 3%, #004ce6);
}
.currencySelected {
  background-color: #404557;
}
.mobilePopupWrapper {
  position: relative;
  max-width: 100%;
  display: none;
}
@media screen and (max-width: 599px) {
  .mobilePopupWrapper {
    display: block;
  }
}
.mobilePopupInner {
  height: 99%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  -webkit-overflow-scrolling: touch;
}
.mobilePopupInner::-webkit-scrollbar {
  display: none;
}
.fixedPopupColumn {
  position: fixed;
  right: 40px;
  max-width: 355px !important;
  width: 100%;
  z-index: 12;
}
@media screen and (max-width: 599px) {
  .fixedPopupColumn {
    display: none;
  }
}
.pendingBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.pendingBar .MuiLinearProgress-root {
  background: rgba(255, 160, 0, 0.3);
}
.pendingBar .MuiLinearProgress-root .MuiLinearProgress-bar {
  background: #ffa000;
}
.popupItem {
  padding: 20px;
  border-radius: 10px;
  background-color: #1b1e29;
  overflow: hidden;
  position: relative;
}
.questionWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2px;
  border: none;
  background: 0 0;
  outline: none;
  border-radius: 36px;
}
.questionWrapper:focus,
.questionWrapper:hover {
  opacity: 0.7;
}
.lightQuestionWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2px;
  border: none;
  background: 0 0;
  outline: none;
  cursor: default;
  border-radius: 36px;
  width: 24px;
  height: 24px;
  color: #fff;
}
.lightQuestionWrapper:focus,
.lightQuestionWrapper:hover {
  opacity: 0.7;
}
.questionMark {
  font-size: 1rem;
}
.currencySearchWrapper {
  padding: 32px 24px 0;
  height: 90vh;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background: #12131a;
  -webkit-backdrop-filter: blur(9.9px);
  backdrop-filter: blur(9.9px);
  border: 1px solid #3e4252;
  overflow: hidden;
}
.currencySearchWrapper .currencySearchHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px;
}
.currencySearchWrapper .currencySearchHeader svg {
  fill: #686c80;
  cursor: pointer;
}
.currencySearchWrapper .currencySearchHeader h6 {
  color: #c7cad9;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .currencySearchWrapper {
    height: 90vh;
  }
}
.currencySearchFooter {
  background-image: linear-gradient(180deg, rgba(27, 30, 41, 0), #12131a 64%);
  width: 100%;
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.searchInputWrapper {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin: 12px 0;
  font-size: 16px;
  border-radius: 12px;
  outline: none;
  border: 2px solid rgba(105, 108, 128, 0.12);
  background-color: #12131a;
}
.searchInputWrapper svg {
  margin-right: 12px;
}
.searchInputWrapper input {
  background: 0 0;
  flex: 1 1;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #696c80;
}
.currencyListWrapper {
  flex: 1 1;
  margin-top: 16px;
}
.currencyListWrapper .MuiListItem-root {
  padding: 6px;
}
.currencyListWrapper .MuiListItem-root.Mui-selected,
.currencyListWrapper .MuiListItem-root:hover {
  background: 0 0;
}
.baseWrapper {
  border-radius: 18px;
  display: flex;
  padding: 6px 10px;
  margin: 4px 8px 4px 0;
  align-items: center;
  background-color: #252833;
}
.baseWrapper:hover {
  cursor: pointer;
}
.baseWrapper small {
  margin-left: 6px;
}
title span {
  margin-right: 4px;
  color: #696c80;
}
.tag {
  font-size: 14px;
  border-radius: 4px;
  padding: 0.25rem 0.3rem;
  max-width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.currencyRow {
  width: 100%;
  background: 0 0;
  display: flex;
  align-items: center;
}
.currencyRow > p {
  margin: 0 4px;
}
.currencyRow button {
  background: 0 0;
  padding: 0;
  min-width: unset;
}
.currencyRow button svg {
  fill: #fff;
  stroke: #000;
}
.currencyRow button div {
  background: 0 0;
}
.currencySymbol {
  color: #c7cad9;
  line-height: 1;
}
.currencyName {
  color: #696c80;
}
.popoverWrapper {
  z-index: 100;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.04),
    0 16px 24px rgba(0, 0, 0, 0.04), 0 24px 32px rgba(0, 0, 0, 0.01);
  color: #000;
  border-radius: 12px;
  padding: 16px;
}
.popoverWrapper p {
  font-size: 18px;
  margin-bottom: 4px;
}
.popoverWrapper > div {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.popoverWrapper > div a,
.popoverWrapper > div button {
  font-size: 16px;
  font-weight: 400;
}
.popoverWrapper > div a {
  text-decoration: none;
  color: ff000f;
}
.popoverWrapper > div button {
  background: 0 0;
  color: #000;
  padding: 0;
  margin-top: 6px;
}
.styledMenu {
  position: relative;
  border: none;
}
.styledMenu,
.styledMenu > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.styledMenu > div:first-child {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(130, 177, 255, 0.08);
  margin-right: 8px;
}
.styledListUrlText {
  max-width: 160px;
  opacity: 0.6;
  margin-right: 0.5rem;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manageList p {
  color: #000;
}
.manageList .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}
.manageList .header svg {
  stroke: #000;
  width: 24px;
  height: 24px;
}
.manageList .header p {
  font-size: 18px;
}
.manageList .content {
  padding: 12px 16px;
}
.manageList .content > div {
  display: flex;
}
.manageList .content > div:first-child {
  align-items: center;
}
.manageList .content > div:first-child p {
  margin-right: 8px;
}
.manageList .content > div:nth-child(2) {
  margin-top: 8px;
}
.manageList .content > div:nth-child(2) input {
  flex: 1 1;
  margin-right: 8px;
  border: 1px solid rgba(130, 177, 255, 0.08);
  font-size: 16px;
  outline: none;
}
.manageList .content > div > div {
  background: 0 0;
}
.manageList .content > div svg {
  fill: #fff;
  stroke: #000;
}
.listRow {
  display: flex;
  align-items: center;
  padding: 12px 16px;
}
.listRow .listname {
  flex: 1 1;
  margin-left: 8px;
}
.listRow .listname div {
  color: #999;
}
.filterWrapper {
  background-color: #fff;
  color: #c7cad9;
  border: 1px solid rgba(130, 177, 255, 0.08);
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.filterWrapper p {
  font-size: 14px;
  font-weight: 500;
}
.currencyLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.currencyLogo img {
  width: 100%;
  height: 100%;
}
.currencyLogo img.ethereumLogo {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.075);
}
.datatableWrapper .table {
  width: 100%;
}
.datatableWrapper .visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 1px;
}
.datatableWrapper .sortIcon {
  margin-left: 4px;
  display: flex;
  align-items: center;
}
.datatableWrapper .sortIcon svg {
  width: 16px;
}
.datatableWrapper .sortIcon svg path {
  stroke: #696c80;
}
.datatableWrapper .headCellLabel {
  color: #696c80;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.datatableWrapper .headCellLabel svg {
  margin-left: 3px;
  width: 16px;
}
.datatableWrapper .headCellLabel svg path {
  fill: #696c80;
}
.datatableWrapper .sortRequestedHeadLabel {
  color: ff000f;
}
.datatableWrapper .sortRequestedHeadLabel svg path {
  fill: ff000f;
}
.datatableWrapper .sortRequestedIcon svg path {
  stroke: ff000f;
}
.datatableWrapper .tablePagination svg path {
  fill: ff000f;
}
.tableContainer .MuiTableContainer-root {
  overflow: unset;
}
.tableContainer thead {
  height: 53px;
}
.tableContainer tbody tr {
  height: 57px;
}
.tableContainer tbody tr td,
.tableContainer thead tr th {
  font-size: 14px;
  border-bottom: 1px solid rgba(130, 177, 255, 0.08);
}
.tableContainer tbody tr td.buttonCell,
.tableContainer thead tr th.buttonCell {
  width: 110px;
  padding: 6px 10px 6px 0;
}
.tableContainer tbody tr td.buttonCell button,
.tableContainer thead tr th.buttonCell button {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 40;
  font-size: 14px;
  font-weight: 700;
}
.tableContainer thead tr th {
  padding: 7px 6px;
  cursor: pointer;
}
.tableContainer thead tr th:first-child {
  padding: 7px 0 7px 23px;
}
@media screen and (max-width: 959px) {
  .tableContainer thead tr th:first-child {
    padding: 7px 6px 7px 13px;
  }
}
.tableContainer thead tr th.buttonCell > div > div {
  width: 100%;
}
.tableContainer thead tr th.buttonCell button {
  color: #696c80;
}
.tableContainer tbody tr td {
  padding: 6px;
  border-bottom: none;
}
.tableContainer tbody tr td:first-child {
  padding: 6px 0 6px 15px;
}
@media screen and (max-width: 959px) {
  .tableContainer tbody tr td:first-child {
    padding: 6px;
  }
}
.tableContainer tbody tr td.buttonCell.MuiButton-textPrimary button {
  color: #fff;
}
.tableContainer tbody tr td.buttonCell.MuiButton-textPrimary button:hover {
  color: ff000f;
}
.doubleCurrencyLogo {
  position: relative;
  display: flex;
}
.doubleCurrencyLogo > div:first-child {
  z-index: 2;
  margin-right: -4px;
}
.styledInput {
  width: 100%;
  position: relative;
  outline: none;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: textfield;
  background: 0 0;
  box-shadow: none;
  text-align: left;
  color: #c7cad9;
  font-size: 18px;
  font-weight: 600;
  font-family: inter, sans-serif;
}
.styledInput::placeholder {
  color: #696c80;
}
.styledInput::-webkit-search-decoration {
  -webkit-appearance: none;
}
.styledInput [type="number"] {
  -moz-appearance: textfield;
}
.styledInput::-webkit-inner-spin-button,
.styledInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.poolButtonRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poolButtonRow .MuiButton-root {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.poolButtonRow .MuiButton-outlined {
  width: 49%;
  background: 0 0;
  border: 1px solid #404557;
}
.poolButtonRow .MuiButton-outlined:hover {
  background: 0 0;
}
.poolButtonRow .MuiButton-contained {
  width: 24%;
  border: 1px solid transparent;
  background-image: linear-gradient(286deg, #004ce6, #3d71ff);
  background-color: transparent;
  color: #c7cad9;
}
.poolPositionAPYWrapper {
  background-color: #404557;
  padding: 6px 24px;
}
@media screen and (max-width: 599px) {
  .poolPositionAPYWrapper {
    padding: 6px 16px;
  }
}
.poolPositionCardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
@media screen and (max-width: 599px) {
  .poolPositionCardTop {
    padding: 16px 12px;
  }
}
.poolPositionCard {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #232734;
  overflow: hidden;
}
.poolPositionCardDetails {
  padding: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .poolPositionCardDetails {
    padding: 12px;
  }
}
.removeButton {
  background-image: linear-gradient(
    104deg,
    #004ce6 -32%,
    #0098ff 54%,
    #00cff3 120%,
    #64fbd3 198%
  );
  background-color: transparent;
  height: 48px;
  width: 48%;
  border-radius: 10px;
}
.removeButton span {
  font-size: 16px;
  font-weight: 600;
}
.removeButton.Mui-disabled {
  background-image: none;
  background-color: #252833;
}
.removeLiquidityInput {
  margin-top: 24px;
  border-radius: 10px;
  padding: 16px;
  background-color: #12131a;
  border: 1px solid rgba(105, 108, 128, 0.12);
}
.removeLiquidityInfo {
  padding: 16px;
  border-radius: 10px;
}
.removeLiquidityInfo > div {
  justify-content: space-between;
}
.removeLiquidityInfo > div,
.removeLiquidityInfo > div > div {
  display: flex;
  align-items: center;
}
.removeLiquidityInfo > div > div .currencyLogo {
  margin-left: 6px;
}
.removeLiquidityInfo > div:not(:first-child) {
  margin-top: 8px;
}
.slippageButton {
  width: 62px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #232734;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 16px;
}
.activeSlippageButton {
  background: ff000f;
}
.expertConfirmInput {
  height: 40px;
  border: 1px solid #252833;
  background-color: #12131a;
  border-radius: 10px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.expertConfirmInput input {
  background: 0 0;
  border: none;
  outline: none;
  color: rgba(212, 229, 255, 0.8);
  font-weight: 500;
  font-family: inter, sans-serif;
  width: 100%;
  height: 100%;
}
.expertButtonWrapper {
  cursor: pointer;
  background-color: #ff5252;
  height: 42px;
  justify-content: center;
}
.expertButtonWrapper,
.settingsInputWrapper {
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.settingsInputWrapper {
  flex: 1 1;
  height: 40px;
  padding: 0 16px;
  background-color: #12131a;
}
.settingsInputWrapper input {
  color: rgba(212, 229, 255, 0.8);
}
.stakeButton {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  border: 1px solid ff000f;
  align-items: center;
  margin-top: 24px;
  cursor: pointer;
}
.stakeButton span {
  font-size: 16px;
  font-weight: 600;
}
.stakeButton.Mui-disabled {
  border: none;
  background-image: none;
  background-color: #252833;
}
.minimalCardWrapper {
  width: 100%;
  border-radius: 16px;
  padding: 12px;
}
.minimalCardWrapper p {
  font-size: 16px;
  line-height: 24px;
}
.minimalCardRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.syrupCard {
  background: #252833;
  width: 100%;
  border-radius: 10px;
  margin-top: 24px;
}
.syrupCard .dailyRateWrapper {
  margin-bottom: 0;
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .syrupCard .dailyRateWrapper {
    margin-top: 6px;
  }
}
.syrupSponsoredCard {
  border: 1px solid #ffa726;
  background: #594090;
  position: relative;
  overflow: hidden;
}
.syrupSponsoredCard p,
.syrupSponsoredCard small {
  color: #282d3e;
}
.syrupSponsoredCard p.text-success,
.syrupSponsoredCard small.text-success {
  color: #0fc679;
}
.syrupSponsoredCard .syrupLPCardUp {
  background: 0 0;
}
.syrupSponsorTag {
  height: 16px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  color: #1b1e29;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  background-color: #ffa726;
  position: absolute;
  top: 0;
  left: 16px;
}
.syrupSponsoredLink {
  height: 28px;
  background: #3f2d66;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  padding: 0 16px;
}
.syrupSponsoredLink a {
  color: ff000f;
  text-decoration: none;
  margin-left: 4px;
}
.syrupCardContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 16px;
  cursor: pointer;
}
.syrupText {
  font-size: 14px;
  font-weight: 600;
  color: #696c80;
}
.syrupButton {
  background-image: linear-gradient(
    280deg,
    #64fbd3,
    #00cff3 0,
    #0098ff 10%,
    #004ce6
  );
  border-radius: 10px;
  cursor: pointer;
  width: 134px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .syrupButton {
    width: 49%;
  }
}
.syrupAPR {
  border-radius: 4px;
  padding: 4px;
  margin-top: 4px;
}
.farmLPCard,
.syrupAPR {
  display: flex;
  align-items: center;
}
.farmLPCard {
  background: #252833;
  width: 100%;
  border-radius: 10px;
  margin-top: 24px;
  flex-direction: column;
  padding: 0 16px;
}
@media screen and (max-width: 599px) {
  .farmLPCard {
    padding: 0;
  }
  .farmLPCard .dailyRateWrapper {
    margin: 0 16px 16px;
    width: calc(100% - 32px);
  }
}
.farmSponsoredCard {
  border: 1px solid #ffa726;
  background: #594090;
  position: relative;
  overflow: hidden;
}
.farmSponsoredCard.highlightedCard {
  border: 1px solid #ffa726;
  box-shadow: 0 0 5px 5px rgba(255, 167, 38, 0.3);
}
.farmSponsoredCard p,
.farmSponsoredCard small {
  color: #282d3e;
}
.farmSponsoredCard p.text-success,
.farmSponsoredCard small.text-success {
  color: #0fc679;
}
.farmSponsoredCard .farmLPCardUp {
  background: 0 0;
}
.farmSponsorTag {
  height: 16px;
  display: flex;
  align-items: center;
  padding: 0 7px;
  color: #1b1e29;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  background-color: #ffa726;
  position: absolute;
  top: 0;
  left: 16px;
}
.farmSponsoredLink {
  height: 28px;
  background: #3f2d66;
  width: calc(100% + 32px);
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0 -16px;
  padding: 0 16px;
}
.farmSponsoredLink a {
  color: ff000f;
  text-decoration: none;
  margin-left: 4px;
}
@media screen and (max-width: 599px) {
  .farmSponsoredLink {
    margin: 0;
    width: 100%;
  }
}
.highlightedCard {
  border: 1px solid ff000f;
  box-shadow: 0 0 5px 5px rgba(68, 138, 255, 0.3);
}
.farmLPCardUp {
  background: #252833;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .farmLPCardUp {
    padding: 16px;
  }
}
.farmLPText {
  font-size: 14px;
  font-weight: 600;
  color: #696c80;
}
.inputVal {
  background-color: #1b1e29;
  border-radius: 10px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.inputVal small {
  cursor: pointer;
}
.buttonToken {
  background-color: #3e4252;
}
.buttonClaim,
.buttonToken {
  border-radius: 10px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.buttonClaim {
  background-image: linear-gradient(
    280deg,
    #64fbd3,
    #00cff3 0,
    #0098ff 10%,
    #004ce6
  );
  color: #fff;
}
.buttonWrapper {
  min-width: 250px;
  width: 30%;
  color: #696c80;
  border-radius: 16px;
}
@media screen and (max-width: 599px) {
  .buttonWrapper {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(130, 177, 255, 0.08);
  }
}
.dailyRateWrapper {
  background: #2c3242;
  width: 100%;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 10px;
}
.dailyRateWrapper,
.dailyRateWrapper > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dailyRateWrapper > div {
  margin-right: 12px;
  width: auto;
}
.dailyRateWrapper > div > div {
  display: flex;
  margin-right: 8px;
}
.dailyRateWrapper > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .dailyRateWrapper > div {
    justify-content: space-between;
    margin-bottom: 8px;
    margin-right: 0;
    width: 100%;
  }
  .dailyRateWrapper > div:last-child {
    margin-bottom: 0;
  }
}
.farmCardDetails {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #444;
  align-items: center;
}
.farmCardMobileRow {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.exchangeSwap {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -16px auto;
  z-index: 2;
  position: relative;
}
.box-success {
  background-color: #0fc679;
}
.box-error,
.box-success {
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  padding: 6px 11px 7px;
  text-align: right;
}
.box-error {
  background-color: #ea5f5a;
}
.swapPrice {
  display: flex;
  justify-content: space-between;
  background: rgba(43, 45, 59, 0.2);
  padding: 8px 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.swapPrice small {
  display: flex;
  align-items: center;
  color: #b6b9cc;
}
.swapPrice small svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.swapPrice small svg path {
  fill: ff000f;
}
.swapButtonWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.swapButtonWrapper button {
  border-radius: 10px;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  background-image: linear-gradient(180deg, ff000f, #004ce6);
}
.swapButtonWrapper button.Mui-disabled {
  background-image: linear-gradient(180deg, #252833, #1d212c);
  color: #696c80;
  opacity: 0.5;
}
.swapButtonWrapper button .content {
  display: flex;
  align-items: center;
}
.swapButtonWrapper button .content > div {
  color: #fff;
  margin-left: 6px;
}
.recipientInput {
  width: 100%;
}
.recipientInput .recipientInputHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}
.recipientInput .recipientInputHeader button {
  background: 0 0;
}
.summaryRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 16px 0;
}
.summaryRow small {
  color: #b6b9cc;
}
.summaryRow .swapSlippage {
  cursor: pointer;
}
.summaryRow .swapSlippage small {
  color: ff000f;
}
.summaryRow .swapSlippage svg {
  margin-left: 8px;
}
.summaryRow > div {
  display: flex;
  align-items: center;
}
.summaryRow > div > div {
  margin-left: 4px;
}
.swapRoute {
  margin: 8px 0;
}
.swapRoute .header {
  display: flex;
  align-items: center;
}
.swapRoute .header p {
  font-size: 16px;
  line-height: 28px;
  margin-right: 4px;
}
.rewardsSlider {
  width: 1072px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.rewardsSlider .slick-list {
  width: 100%;
}
.rewardsSlider .slick-slide {
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .rewardsSlider .slick-slide {
    padding: 0 6px;
  }
}
.rewardsSlider .slick-arrow {
  color: rgba(15, 198, 121, 0.3);
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1279px) {
  .rewardsSlider {
    width: 776px;
  }
}
@media screen and (max-width: 959px) {
  .rewardsSlider {
    width: 360px;
  }
}
@media screen and (max-width: 599px) {
  .rewardsSlider {
    width: 320px;
  }
}
.rewardsSliderItem {
  border-radius: 32px;
  padding: 32px 22px;
  position: relative;
}
.rewardsSliderItem .rewardIcon {
  position: absolute;
  display: flex;
  top: 32px;
  left: 22px;
}
.rewardsSliderItem h5 {
  margin-left: 70px;
  text-align: left;
}
.rewardsSliderItem .row {
  width: 100%;
  justify-content: space-between;
  margin-top: 12px;
}
.rewardsSliderItem .row,
.rewardsSliderItem .row p {
  display: flex;
  align-items: center;
}
.rewardsSliderItem .row p svg {
  margin-left: 4px;
}
.rewardsSliderItem .rewardApyWrapper {
  background: rgba(15, 198, 121, 0.12);
  padding: 0 4px;
  border-radius: 5px;
}
.rewardsSliderItem button {
  height: 40px;
  font-size: 16px;
  background: ff000f;
  border-radius: 20px;
}
.walletModalWrapper {
  max-height: 95vh;
  overflow: auto;
}
.blurb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blurb a {
  margin-left: 8px;
  color: ff000f;
  text-decoration: none;
}
.option-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.option-container-iconify {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.blurb-iconify {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #404557;
  padding-left: 24px;
}
.blurb-iconify a {
  margin-left: 8px;
  color: ff000f;
  text-decoration: none;
}
.pendingSection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pendingSection > * {
  width: 100%;
}
.errorGroup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ff5252;
}
.errorButton {
  border-radius: 8px;
  font-size: 12px;
  color: #c7cad9;
  background-color: #12131a;
  margin-left: 1rem;
  padding: 0.5rem;
  font-weight: 600;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.infoCard {
  background-color: #1b1e29;
  outline: none;
  border: 1px solid rgba(130, 177, 255, 0.08);
  border-radius: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1rem;
}
.infoCard:focus {
  box-shadow: 0 0 0 1px ff000f;
}
.optionCardIconfiy {
  margin: 12px;
}
@media screen and (max-width: 959px) {
  .optionCardIconfiy {
    margin: 8px;
  }
}
@media screen and (max-height: 600px) {
  .optionCardIconfiy {
    margin: 8px;
  }
}
.optionCardIconfiy:hover {
  cursor: pointer;
}
.optionCardIconfiy div.optionIconContainer {
  border: 2px solid #252833;
  width: 104px;
  height: 104px;
  display: flex;
  margin: auto;
  border-radius: 24px;
}
@media screen and (max-width: 959px) {
  .optionCardIconfiy div.optionIconContainer {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-height: 600px) {
  .optionCardIconfiy div.optionIconContainer {
    width: 80px;
    height: 80px;
  }
}
.optionCardIconfiy div.optionIconContainer:hover {
  border-color: ff000f;
}
.optionCardIconfiy div.optionHeader {
  max-width: 98px;
  text-align: center;
}
.optionCardClickable {
  border: 1px solid transparent;
  background: #252833;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 24px;
  margin-bottom: 16px;
}
.optionCardClickable:hover {
  cursor: pointer;
  border: 1px solid ff000f;
}
.optionConnectedDot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 8px;
  background-color: #0fc679;
}
.installLink,
.optionLink {
  color: #c7cad9;
}
.installLink {
  text-decoration: none;
}
.installBtn {
  padding: 0.5rem 1rem;
  color: #c7cad9;
  background-color: ff000f;
  border-radius: 4rem !important;
}
.meldModalWrapper {
  max-width: 450px;
  background-color: #0c112a !important;
  display: flex;
  flex-direction: column;
}
.meldModalClose {
  margin: 8px 8px 0 0;
  display: flex;
  justify-content: flex-end;
}
.buyFiatContent {
  flex: 1 1;
  overflow-y: auto;
}
.buyFiatContent iframe {
  border: none;
}
.addressLink {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #c7cad9;
}
.addressLink small {
  margin-left: 4px;
}
.addressLink:hover {
  text-decoration: underline;
}
.copyIcon {
  display: flex;
  cursor: pointer;
}
.copyIcon:active,
.copyIcon:focus,
.copyIcon:hover {
  color: #fff;
}
.copyIcon small {
  margin-left: 4px;
}
.transactionState {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.iconWrapper {
  color: ff000f;
  display: flex;
}
.transactionStatusText {
  color: ff000f;
  text-decoration: none;
}
.transactionStatusText:hover {
  text-decoration: underline;
}
.swapContent {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swapContent p {
  color: #c7cad9;
}
.swapContent svg {
  margin: 12px 0;
}
.priceUpdate {
  background-color: rgba(40, 145, 249, 0.1);
  margin: 16px 0;
  padding: 8px;
  border-radius: 16px;
  justify-content: space-between;
  color: ff000f;
}
.priceUpdate,
.priceUpdate > div {
  display: flex;
  align-items: center;
}
.priceUpdate > div p {
  margin-left: 6px;
}
.priceUpdate button {
  padding: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  border-radius: 12px;
}
.transactionText {
  margin-top: 32px;
  color: #696c80;
  text-align: center;
}
.transactionText p {
  margin-bottom: 16px;
}
.transactionText button {
  background-image: linear-gradient(180deg, ff000f, #004ce6);
  background-color: transparent;
  border-radius: 12px;
  width: 100%;
  height: 56px;
}
.txModalWrapper {
  max-width: 400px;
}
.txModalHeader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 20px;
}
.txModalHeader h5 {
  position: absolute;
  width: 100%;
  text-align: center;
}
.txModalHeader svg {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.txModalBG {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.txModalContent {
  margin-top: 20px;
  padding: 16px 0;
  color: #c7cad9;
  text-align: center;
}
.txModalContent p {
  margin: 16px 0;
  word-break: break-word;
}
.txSubmitButton {
  width: 100%;
  height: 50px;
  font-size: 14px;
  border-radius: 10px;
  color: #c7cad9;
}
.txSubmitButton,
.txSubmitButton:hover {
  background: #252833;
}
.txModalContentSuccess svg {
  color: #0fc679;
  margin-right: 4px;
  top: 6px;
  position: relative;
}
.searchInput {
  border: 1px solid #3e4252;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.jss110 {
    display: flex;
    padding-top: 5px;
}
.jss108 {
    margin: 10px 0px 80px;
}
.jss111 {
    width: 200px;
    height: 48px;
    margin-top: 16px;
}
.searchInput input {
  background: 0 0;
  border: none;
  box-shadow: none;
  outline: none;
  font-family: inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #c7cad9;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .searchInput {
    min-width: unset;
    margin-right: 0;
  }
}
.focusedSearchInput {
  border: 1px solid ff000f;
}
.focusedSearchInput svg path {
  fill: ff000f !important;
}
.topMoversWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px;
  padding: 20px 20px 4px;
}
@media screen and (max-width: 599px) {
  .topMoversWrapper {
    align-items: center;
  }
}
.topMoversContent {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 16px;
  overflow-x: auto;
}
.topMoversContent > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.topMoverItem {
  width: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.topMoverItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .topMoverItem {
    width: 180px;
    justify-content: flex-start;
  }
}
.topMoverText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  margin-left: 8px;
}
.topMoverText svg {
  margin: 0 -2px 0 -6px;
}
.mobileRow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}
.analyticsPairVersion {
  width: 30px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #1b1e29;
  background: #b4d0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.farmingAPRTooltipWrapper {
  background-color: #12131a;
  width: 220px;
  border-radius: 14px;
  overflow: hidden;
}
.farmingAPRTooltipWrapper > div {
  padding: 0 10px;
}
.farmingAPRTooltipWrapper > div small:first-child {
  margin-right: 6px;
}
.txTableFilterMobile {
  display: flex;
  align-items: center;
  position: absolute;
  top: -48px;
  right: 0;
}
.txTableFilterMobile > div {
  padding: 8px;
}
.borderedCard {
  border: 1px solid rgba(130, 177, 255, 0.08);
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
}
.borderedCard:hover {
  border: 1px solid #c7cad9;
}
.poolFinderInfo {
  margin-top: 16px;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.networkSelectionModalWrapper {
  padding: 20px;
  max-width: 368px;
}
@media screen and (max-width: 599px) {
  .networkSelectionModalWrapper {
    padding: 16px;
  }
}
.networkItemWrapper {
  width: 100%;
  height: 50px;
  border: 1px solid #2c3242;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  border-radius: 12px;
  padding: 0 16px;
  cursor: pointer;
}
.networkItemWrapper img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 12px;
}
@media screen and (max-width: 599px) {
  .networkItemWrapper {
    padding: 0 12px;
  }
}
.networkConnectedDot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #0fc679;
  margin-right: 6px;
}
.sortArrows {
  display: flex;
  flex-direction: column;
}
.sortArrows > div {
  display: flex;
  color: #696c80;
}
.sortArrows > div.selectedSortArrow {
  color: #c7cad9;
}
.termsConditionsWrapper {
  padding: 20px;
}
.termsConditionsWrapper .MuiCheckbox-root {
  padding: 0;
  margin-right: 16px;
  color: #c7cad9;
}
.termsConditionsWrapper .MuiCheckbox-root.Mui-checked {
  color: #c7cad9;
}
.termsConditionsWrapper a {
  text-decoration: none;
}
.termsConditionsWrapper button {
  height: 50px;
  border-radius: 16px;
}
.dropdownWrapper {
  background-color: #404557;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.dropdownItemsWrapper {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: calc(100% + 10px);
  right: 0;
  background: #404557;
  padding: 8px;
  z-index: 12;
}
.dropdownItem {
  width: 100%;
  cursor: pointer;
}
.dualCurrencyPanelWrapper {
  margin-top: 12px;
  background-color: #282d3e;
  padding: 10px;
  border-radius: 16px;
}
.dualCurrencyPanelWrapper input {
  flex: 1 1;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  color: #c7cad9;
  font-size: 20px;
  font-weight: 700;
  font-family: inter, sans-serif;
}
.dualCurrencyDropdownWrapper {
  background-color: #404557;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-radius: 10px;
}
.dualCurrencyDropdownWrapper svg path {
  fill: #c7cad9;
}
.dualCurrencyMaxButton {
  width: 46px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #afb2ba;
  color: #696c80;
  border-radius: 8px;
  cursor: pointer;
}
.dualCurrencySearchModalWrapper {
  max-width: 420px;
}
.searcherDisplayItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 12px;
  cursor: pointer;
}
.searcherDisplayItem:hover {
  background-color: rgba(40, 45, 61, 0.84);
}
.searcherDisplayItem svg path {
  fill: #696c80;
}
