body {
  margin: 0;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}
code {
  font-family:  Lato, sans-serif;
}
.staking-nav-container {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  /* height: 150px; */
  /* padding-bottom: 48px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  /* z-index: 10; */
  background-color: #f1f1f1;
}
.staking-nav-contents-container {
  display: flex;
}
.mobileLogo {
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobileLogo {
    display: inline-block;
  }
}
@media only screen and (max-width: 900px) {
  .desktopLogo {
    display: none;
  }
}
.staking-nav-contents-container > button {
  margin: 8px;
  display: flex;
  cursor: pointer;
}
.staking-nav-tab {
  font-family:  Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #05070c;
  background: 0;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 8px;
}
@media only screen and (max-width: 900px) {
  .staking-nav-tab {
    margin-right: 0;
  }
}
.staking-nav-tab:hover {
  background: rgba(0, 0, 0, 0.05);
}
.staking-nav-tab-mobile {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #05070c;
  background: 0;
  border: none;
  padding: 8px 16px;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 16px;
  width: 100%;
  margin-left: -16px;
}
.staking-nav-tab-mobile:hover {
  background: rgba(0, 0, 0, 0.05);
}
.staking-nav-wallet-button {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  /* height: 50px; */
  font-size: 18px;
  align-self:center;
  line-height: 32px;
  /* letter-spa cing: -0.01em; */
  color: #05070c;
  border-radius: 30px;
  background:#fff;
  /* box-shadow: 40px 40px 40px rgb(204 204 204/25%), inset 2px 2px 2px #fff; */
  border: none;
  padding: 8px 4px;
  transition: 0.3s;
}
@media only screen and (max-width: 900px) {
  .staking-nav-wallet-button {
    /* background: #fff; */
    box-shadow: none;
  }
}
.staking-nav-wallet-button:hover {
  box-shadow: none;
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .staking-nav-wallet-button:hover {
    background: rgba(0, 0, 0, 0.08);
    box-shadow: none;
  }
}
.menu-button {
  border-radius: 100px;
  background: none;
  border: none;
  padding: 16px;
  margin-top: 4px;
  transition: 0.3s;
  cursor: pointer;
}
.menu-button img {
  height: 24px;
  margin-bottom: -4px;
}
.menu-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 900px) {
  .menu-button {
    display: none;
  }
}
a {
  text-decoration: none;
  color: #05070c;
  margin-top: 8px;
  cursor: pointer;
}
.is-active .staking-nav-tab {
  color: #e57622;
}
.is-active .staking-nav-tab-mobile {
  color: #e57622;
  background: rgba(242, 185, 77, 0.21176470588235294);
}
@media only screen and (max-width: 900px) {
  .is-active .staking-nav-tab {
    color: #05070c;
  }
}
@media only screen and (max-width: 900px) {
  .staking-nav-tab {
    display: none;
  }
}
.is-active:hover {
  background: none !important;
}
.chevron {
  display: none;
}
@media only screen and (max-width: 900px) {
  .chevron {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
  }
}
.css-i9fmh8-MuiBackdrop-root-MuiModal-backdrop {
  background: none !important;
}
.css-1160xiw-MuiPaper-root-MuiDrawer-paper {
  padding-top: 40px !important;
}
* {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding-bottom: 80px;
  height: 100vh;
}
html {

  background-size: cover;
  backdrop-filter: saturate(180%) blur(60px);

  /* background: rgb(1,0,51); */
  background: #fff;
  /* background-image: url("/images/bg.png"); */
  background-size: contain;
}
.staking-container {
  background-size: 100% 100% !important;
  padding-top: 40px;
  padding-bottom: 80px;
  background-position: 50%;
}
@media only screen and (max-width: 1200px) {
  .staking-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .staking-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .row {
    display: block;
  }
}
.column {
  flex: 50% 1;
  padding-bottom: 64px;
}
@media only screen and (max-width: 900px) {
  .column {
    padding-bottom: 0;
  }
}
.staking-title {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  /* line-height: 36px; */
  letter-spacing: -0.01em;
  color: #1c1745;
}
@media only screen and (max-width: 900px) {
  .staking-title {
    margin: 0;
    font-size: 32px;
  }
}
.locked-rewards-title {
  padding-top: 48px;
}
@media only screen and (max-width: 900px) {
  .locked-rewards-title {
    padding-bottom: 48px;
  }
}
.staking-text {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #1c1745;
  max-width: 560px;
  float: right;
}
@media only screen and (max-width: 900px) {
  .staking-text {
    float: none;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 32px;
  }
}
.bg {
  position: absolute;
  top: 0;
  width: 100%;
}
.container {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px 40px;
  grid-auto-flow: row;
  grid-template-areas: "Staking Rewards Price" "Staking Rewards Staked" "Pools Pools Pools" "StakedTable StakedTable StakedTable";
}
.container,
.rewards-container {
  display: grid;
  gap: 40px 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.rewards-container {
  grid-gap: 40px 40px;
  grid-auto-flow: row;
  grid-template-areas: "Pools Pools Pools";
}
@media only screen and (max-width: 1000px) {
  .container {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .container {
    display: block;
  }
}
.Staking {
  grid-area: Staking;
}
.Price {
  grid-area: Price;
}
.price-card {
  display: grid;
  padding: 8px;
  background: hsla(0, 0%, 100%, 0.5);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 30px;
  border: 1px solid #fff;
  transition: 0.3s;
  height: 168px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.price-card:hover {
  box-shadow: 0 29px 32px rgb(201 155 159/28%);
}
@media only screen and (max-width: 900px) {
  .price-card {
    margin-bottom: 24px;
  }
}
.Rewards {
  grid-area: Rewards;
}
.Staked {
  grid-area: Staked;
}
.TotalReward {
  grid-area: TotalReward;
}
.Pools {
  grid-area: Pools;
}
@media only screen and (max-width: 900px) {
  .Pools {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .Pools {
    display: block;
  }
}
.StakedTable {
  grid-area: StakedTable;
}
@media only screen and (max-width: 900px) {
  .StakedTable {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .StakedTable {
    display: block;
  }
}
.card {
  display: grid;
  padding: 66px;
  background:#f2f8fb;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 30px;
  color:#1c1745;
  /* border: 1px solid #fff; */
  transition: 0.3s;
}
@media only screen and (max-width: 900px) {
  .card {
    margin-bottom: 24px;
  }
}
.card:hover {
  box-shadow: 0 29px 32px rgba(201, 155, 159, 0.28);
}
.mini-card {
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: hsla(0, 0%, 100%, 0.5);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 30px;
  border: 1px solid #fff;
  height: 168px !important;
  transition: 0.3s;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .mini-card {
    margin-bottom: 24px;
  }
}
.mini-card:hover {
  box-shadow: 0 29px 32px rgba(201, 155, 159, 0.28);
}
.card-title {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1c1745;
  margin-bottom: 8px;
}
.mini-card-title {
  font-size: 16px;
  margin-top: 16px;
  font-weight: bold !important;
}
.mini-card-title,
.price-title {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1c1745;
}
.price-title {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-pack: justify;
  margin: 0 auto;
}
.price-title img {
  height: 16px;
  margin-right: 6px;
}
.number {
  font-size: 40px;
  line-height: 40px;
}
.number,
.small-number {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1c1745;
}
.small-number {
  font-size: 16px;
  line-height: 24px;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-pack: justify;
  margin: 0 auto;
}
.small-number img {
  width: 16px;
  margin-right: 6px;
}
.mini-number {
  padding-top: 8px;
}
.mini-number,
.price-number {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1c1745;
}
.divider {
  border-top: 1px solid rgba(33, 42, 75, 0.1);
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
tr {
  border: 1px solid rgba(33, 42, 75, 0.1);
  border-right: none;
  border-left: none;
}
tr:first-child {
  border-top: none;
}
tr:last-child {
  border-bottom: none;
}
td {
  padding-top: 10px;
}
td,
th {
  padding-bottom: 10px;
}
.mini-divider {
  border-top: 1px solid rgba(33, 42, 75, 0.1);
  width: 100%;
}
.icon {
  display: block;
  margin: auto auto 24px;
}
.card-button {
  background: #fff;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05070c;
}
th {
  text-align: left;
}
.pool-name {
  font-size: 32px;
  line-height: 36px;
}
.pool-apy,
.pool-legend,
.pool-name,
.pool-tlv {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #1c1745;
}
/* .pool-apy,
.pool-legend,
.pool-name,
.pool-tlv {
  font-size: 18px;
  /* line-height: 24px; */
/* } */

@media only screen and (min-width: 900px) {
  .pool-apy,
  .pool-legend,
  .pool-name {
    font-size: 18px;
    /* line-height: 24px; */
  }
}
@media only screen and (max-width: 1200px) {
  .pool-apy,
  .pool-legend,
  .pool-name{
    font-size: 12px;
    /* line-height: 24px; */
  }
}


.pool-icon {
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.pool-buttons-container {
  float: right;
}
.details-button {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 12px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #05070c;
  border-radius: 8px;
  margin-right: 8px;
  cursor: pointer;
  transition: 0.2s;
}
.details-button:disabled {
  opacity: 0.1;
  cursor: default;
}
.details-button:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}
@media only screen and (max-width: 900px) {
  .details-button {
    width: 40%;
  }
}
.details-button a {
  width: 100%;
  height: 300px;
}
.stake-button {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #DB1630 0%, #DB1630 100%);
  border-radius: 10px 10px 10px 10px;
  /* box-shadow: 0px 0px 10px 4px #db1630; */
  padding: 14px 50px 14px 50px;
  color:#fff
}

.stake-button.disabled {
  background:  #3f3d3d;
  color: #fff;
  opacity: 0.4;
  cursor: pointer;
}
.not-connected-button,
.stake-button {
  padding: 4px 12px;
  width: 100%;

  border: none;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
  border-radius: 8px;
  margin-right: 8px;
  transition: 0.2s;
}
.not-connected-button {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.2);
}
.width-fix {
  width: 100% !important;
}
.stake-button:hover {
  box-shadow: 0 6px 16px rgba(151, 54, 0, 0.2);
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .stake-button {
    /* width: 50%; */
    margin-right: 0 !important;
  }
}
.flash-pool-table {
  grid: 0 !important;
  grid-gap: 0 !important;
}
.MobilePools {
  grid-area: Pools;
}
@media only screen and (max-width: 900px) {
  .MobilePools {
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .MobilePools {
    display: none;
  }
}
.MobileStakedTable {
  grid-area: StakedTable;
}
@media only screen and (max-width: 900px) {
  .MobileStakedTable {
    display: block;
  }
}
@media only screen and (min-width: 900px) {
  .MobileStakedTable {
    display: none;
  }
}
.mobile-pool-card {
  padding: 8px 32px 36px;
}
.mobile-pool-name {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #1c1745;
  margin-bottom: 16px;
}
.mobile-pool-icon {
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.mobile-pool-line {
  display: flex;
  justify-content: space-between;
  font-family: Lato, sans-serif;
  color: #1c1745;
  font-size: 18px;
  /* line-height: 0; */
  margin-bottom: 8px;
}
.mobile-pool-number {
  font-weight: 700;
}
.mobile-card-gap {
  padding-bottom: 16px;
}
.mobile-pool-buttons-container {
  display: flex;
}
.connect-wallet-card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.connect-wallet-card-text,
.connect-wallet-card-title {
  font-family: Lato, sans-serif !important;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #05070c;
  padding-left: 24px;
  margin-bottom: 0;
}
.connect-wallet-card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  max-width: 350px;
}
@media only screen and (max-width: 900px) {
  .connect-wallet-card-text {
    margin-right: 24px;
  }
}
.choose-wallet-button {
  font-family: Lato, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #05070c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 16px;
  min-width: 350px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  background: #f1f3f5;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border: 0 solid #fff;
}
.choose-wallet-button img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .choose-wallet-button {
    min-width: 100%;
  }
}
.choose-wallet-button:hover {
  background: #e5e8eb;
  border: 0 solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.MuiDialog-paper {
  padding: 8px 0 !important;
  border-radius: 20px !important;
  box-sizing: border-box !important;
  background: hsla(0, 0%, 100%, 0.815) !important;
  background: #fff !important;
  -webkit-backdrop-filter: blur(100px) !important;
  backdrop-filter: blur(100px) !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 900px) {
  .MuiDialog-paper {
    width: 100% !important;
  }
}
.MuiDialog-root .MuiBackdrop-root {
  background: rgba(157, 155, 165, 0.2) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
}
.wallet-icon-container {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
}
.details-container {
  max-width: 600px;
  margin: auto;
}
.details-headline {
  display: flex;
  justify-content: space-between;
}
.details-contract {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.05);
  letter-spacing: -0.01em;
  color: #05070c;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  margin-top: 16px;
}
.details-contract:hover {
  background: rgba(0, 0, 0, 0.1);
}
.details-page-button {
  margin-right: 0 !important;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.deposit-input-container {
  position: relative;
  width: 100%;
}
.deposit-text {
  font-size: 14px;
  padding: 4px;
  opacity: 0.8;
}
.deposit-input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #05070c;
  width: 100%;
  outline-color: #e26529;
}
.deposit-input::-webkit-input-placeholder {
  font-weight: 600;
  letter-spacing: 0;
}
.deposit-input:-ms-input-placeholder {
  font-weight: 600;
  letter-spacing: 0;
}
.deposit-input::placeholder {
  font-weight: 600;
  letter-spacing: 0;
}
.deposit-max-button {
  position: absolute;
  right: 16px;
  top: 11px;
  bottom: 12px;
  border: 0;
  background: transparent;
  outline: none;
  margin: 0;
  padding: 0 16px;
  border-radius: 100px;
  z-index: 2;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #e26529;
  cursor: pointer;
  line-height: 2;
}
.deposit-max-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.swap-card {
  display: grid;
  padding: 24px 20px;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 0 29px 32px rgba(201, 155, 159, 0.28);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  transition: 0.3s;
  border-radius: 36px;
}
@media only screen and (max-width: 900px) {
  .swap-card {
    margin-bottom: 24px;
    padding: 24px 16px;
  }
}
.swap-input-container {
  display: flex;
  padding: 16px;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: inset 0 4px 4px hsla(0, 0%, 100%, 0.25);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  border-radius: 24px;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .swap-input-container {
    padding: 0;
    border: none;
    box-shadow: none;
  }
}
.swap-input-container:first-child {
  margin-bottom: 16px;
}
.swap-inner {
  margin-right: 16px;
  position: relative;
}
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swap-input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: rgba(5, 7, 12, 0.8);
  width: 100%;
  margin-right: 8px;
  outline-color: #e26529;
  padding: 16px 16px 48px;
}
@media only screen and (max-width: 900px) {
  .swap-input {
    font-size: 24px;
  }
}
.swap-input::-webkit-input-placeholder {
  font-weight: 600;
  letter-spacing: 0;
}
.swap-input:-ms-input-placeholder {
  font-weight: 600;
  letter-spacing: 0;
}
.swap-input::placeholder {
  font-weight: 600;
  letter-spacing: 0;
}
.swap-picker {
  background: #fafafa;
  outline: none;
  border: none;
  box-shadow: 40px 40px 40px hsla(0, 0%, 80%, 0.25), inset 2px 2px 2px #fff;
  border-radius: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #05070c;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-pack: justify;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.swap-picker:hover {
  background: #f5f5f5;
  box-shadow: 40px 40px 40px hsla(0, 0%, 80%, 0.5), inset 2px 2px 2px #fff;
}
@media only screen and (max-width: 900px) {
  .swap-picker {
    font-size: 16px;
  }
}
.swap-icon {
  width: 24px;
  margin-right: 8px;
  border-radius: 100px;
}
@media only screen and (max-width: 900px) {
  .swap-icon {
    width: 16px;
  }
}
.chevron-icon {
  width: 16px;
  margin-left: 8px;
}
@media only screen and (max-width: 900px) {
  .chevron-icon {
    width: 12px;
  }
}
.swap-input-conversion {
  left: 0;
}
.swap-input-balance,
.swap-input-conversion {
  position: absolute;
  bottom: 16px;
  border: 0;
  background: transparent;
  outline: none;
  margin: 0;
  padding: 0 16px;
  border-radius: 100px;
  z-index: 2;
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #05070c;
}
.swap-input-balance {
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .swap-input-balance {
    display: none;
  }
}
.swap-input-balance-title {
  font-family: Lato, sans-serif;
  font-weight: 400;
}
.swap-input-max {
  outline: none;
  margin: 0;
  z-index: 2;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
  background: none;
  color: #e26529;
}
.swap-button {
  background: #fafafa;
  box-shadow: 0 4px 4px rgba(48, 64, 87, 0.08),
    40px 40px 40px hsla(0, 0%, 80%, 0.25), inset 2px 2px 2px #fff;
  border-radius: 100px;
  outline: none;
  border: none;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  cursor: pointer;
  transition: all 0.75s 0.25s;
  transform: rotate(0);
  line-height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swap-button img {
  width: 24px;
  transition: 0.3s;
  vertical-align: middle;
}
.swap-tokens-button-wrapper {
  background: linear-gradient(170deg, #f2ba4d 3.97%, #e1632a 112.78%);
  padding: 2px;
  border-radius: 18px;
  margin-top: 24px;
  box-shadow: 0 16px 16px rgba(131, 62, 10, 0.1);
}
.swap-tokens-button {
  background: linear-gradient(93.16deg, #f2ba4d 3.97%, #e1632a 112.78%);
  border-radius: 16px;
  padding: 16px 8px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}
.swap-tokens-button:hover {
  box-shadow: 0 16px 16px rgba(131, 62, 10, 0.15);
}
#checkbox {
  display: none;
  z-index: 20;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#checkbox:checked + .swap-button img {
  transform: rotate(180deg);
}
.checkbox-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.leaderboard-container {
  margin: 0 auto;
  max-width: 720px;
  display: block !important;
}
@media only screen and (max-width: 900px) {
  .leaderboard-container {
    width: calc(100% + 32px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 720px) {
  .leaderboard-container {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.leaderboard-container input {
  background: #fafafa;
  border-radius: 100px;
  font-size: 16px;
  background: url(../media/search.7a3e54c0.svg) no-repeat scroll 16px 16px
    #fafafa;
  background-size: 20px;
  padding: 16px 20px 16px 44px;
  border: none;
  border-radius: 32px !important;
  color: #222 !important;
  box-shadow: 40px 40px 40px hsla(0, 0%, 80%, 0.25), inset 2px 2px 2px #fff;
  line-height: 135%;
  margin-bottom: 32px;
  outline-color: #e26529;
}
.leaderboard-container input::-webkit-input-placeholder {
  color: #979797;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.leaderboard-container input:-ms-input-placeholder {
  color: #979797;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.leaderboard-container input::placeholder {
  color: #979797;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.leaderboard-row-container {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 16px;
  overflow-x: auto;
}
.leaderboard-row-container img {
  vertical-align: text-bottom;
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
}
.leaderboard-row-container tr {
  border: none;
}
.leaderboard-row-container th {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0;
  color: #05070c;
}
.leaderboard-row-container td {
  font-family: "Space Mono", monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 0;
  color: #979797;
  font-feature-settings: "calt" off;
  font-variant-ligatures: no-contextual;
}
@media only screen and (max-width: 900px) {
  .leaderboard-row-container td {
    width: 20%;
  }
}
.leaderboard-row-container:nth-child(4),
.leaderboard-row-container:nth-child(5),
.leaderboard-row-container:nth-child(6),
.leaderboard-row-container:nth-child(7) {
  background: linear-gradient(
    114.7deg,
    #82ade9 -23.46%,
    #ad80e2 12.93%,
    #ec85a8 39.24%,
    #f0957d 97.31%
  );
  color: #fff;
}
.leaderboard-row-container:nth-child(2) td,
.leaderboard-row-container:nth-child(3) td,
.leaderboard-row-container:nth-child(4) td,
.leaderboard-row-container:nth-child(5) td,
.leaderboard-row-container:nth-child(6) td,
.leaderboard-row-container:nth-child(7) td {
  color: #f5f5f5;
}
.leaderboard-row-container:nth-child(3) img,
.leaderboard-row-container:nth-child(4) img,
.leaderboard-row-container:nth-child(5) img,
.leaderboard-row-container:nth-child(6) img,
.leaderboard-row-container:nth-child(7) img {
  -webkit-filter: invert(100%) brightness(200%) contrast(200%);
  filter: invert(100%) brightness(200%) contrast(200%);
}
.leaderboard-row-container:nth-child(3) th,
.leaderboard-row-container:nth-child(4) th,
.leaderboard-row-container:nth-child(5) th,
.leaderboard-row-container:nth-child(6) th,
.leaderboard-row-container:nth-child(7) th {
  color: #fff;
}
.leaderboard-row-container:nth-child(3) {
  background: linear-gradient(120.84deg, #e46e26 19.31%, #f3ba4e) !important;
  box-shadow: 0 4px 10px rgba(231, 121, 44, 0.4);
  color: #fff;
}
.leaderboard-row-container table td:first-child {
  width: 80px;
}
.leaderboard-row-container table td:nth-child(2) {
  width: 180px;
  display: flex;
  justify-items: center;
  align-items: end;
}
.leaderboard-row-container table th:nth-child(2) {
  width: 180px;
}
.leaderboard-row-container table td:nth-child(3),
.leaderboard-row-container table th:nth-child(3) {
  width: 200px;
}
.leaderboard-row-container table td:nth-child(2) img {
  margin-left: 4px;
}
@media only screen and (max-width: 900px) {
  .leaderboard-row-container table td:nth-child(2),
  .leaderboard-row-container table th:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .leaderboard-row-container table td:first-child {
    width: 40%;
  }
}
.leaderboard-card {
  padding: 24px;
  background: hsla(0, 0%, 94.1%, 0.5);
}
.leaderboard-nav {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 4px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: auto auto 24px;
  background: #fafafa;
  outline: none;
  border: none;
  box-shadow: 40px 40px 40px rgb(204 204 204/25%), inset 2px 2px 2px #fff;
}
.leaderboard-nav span {
  padding: 16px 48px;
  color: #979797;
  border-radius: 100px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.leaderboard-nav .active {
  color: #05070c;
}
@media only screen and (max-width: 900px) {
  .leaderboard-nav span {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.leaderboard-nav .active {
  background: #f0f0f0;
}
.leaderboard-nav .not-active:hover {
  background: rgba(0, 0, 0, 0.02);
}
.leaderboard-nav .active:hover {
  background: #f0f0f0;
}
@media only screen and (max-width: 900px) {
  .mobile-hide {
    display: none;
  }
}
.swap-modal-title {
  font-size: 18px;
  padding-left: 24px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.swap-modal-title,
.swap-token {
  font-family: Lato, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #05070c;
}
.swap-token {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  min-width: 350px;
  background: #fff;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border: 0 solid #fff;
}
.swap-token img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .swap-token {
    min-width: 100%;
  }
}
.swap-token:hover {
  background: #f5f5f5;
  border: 0 solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.token-name {
  align-items: center;
}
.token-icon-container,
.token-name {
  display: flex;
  justify-content: center;
}
.token-icon-container {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.token-icon-container img {
  border-radius: 100%;
}
.swap-search-container {
  border-bottom: 1px solid #dadce0;
}
.swap-search-container input {
  background: #f2f2f2;
  border-radius: 20px;
  font-size: 16px;
  background: url(../media/search.7a3e54c0.svg) no-repeat scroll 16px 16px #fff;
  background-size: 20px;
  padding: 16px 20px 16px 44px;
  border: 1px solid #dadce0;
  color: #222 !important;
  line-height: 135%;
  margin-bottom: 16px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-left: 24px;
  margin-right: 24px;
  outline-color: #e26529;
}
.swap-search-container input::-webkit-input-placeholder {
  color: #979797;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.swap-search-container input:-ms-input-placeholder {
  color: #979797;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.swap-search-container input::placeholder {
  color: #979797;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
.deposit-nav {
  display: flex;
  background: #fff;
  border-radius: 100px;
  padding: 4px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: auto auto 24px;
  width: 100%;
}
.deposit-nav span {
  padding: 16px 48px;
  color: #979797;
  border-radius: 100px;
  cursor: pointer;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .deposit-nav span {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.deposit-nav-selected {
  background: #f0f0f0;
  color: #152935 !important;
}
.deposit-nav span:hover {
  background: rgba(0, 0, 0, 0.02);
}
.deposit-nav .deposit-nav-selected:hover {
  background: #f0f0f0 !important;
}
.MuiSlider-track {
  background: linear-gradient(90deg, #f2ba4d, #e1632a) !important;
  border: none !important;
}
.MuiSlider-root {
  color: #e26529 !important;
  height: 8px !important;
}
.MuiSlider-thumb .Mui-focusVisible,
.MuiSlider-thumb:hover {
  box-shadow: none !important;
}
.deposit-number {
  font-size: 16px !important;
}
.settings-button-container {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #524b4e;
  font-size: 16px;
  line-height: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  background: #fafafa;
  outline: none;
  border: none;
  box-shadow: 40px 40px 40px rgb(204 204 204/25%), inset 2px 2px 2px #fff;
  padding: 8px 12px;
  border-radius: 100px;
  cursor: pointer;
}
.settings-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.settings-button img {
  margin-right: 8px;
}
.deposit-row {
  display: flex;
  justify-content: space-between;
}
.settings-menu {
  padding: 24px;
  border-radius: 8px;
  display: grid;
}
.settings-title {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #05070c;
  font-size: 16px;
  line-height: 0;
  padding-bottom: 24px;
}
.settings-buttons-container {
  display: flex;
}
.slippage-buttons {
  margin-right: 4px;
  padding: 4px 8px;
  color: #fc5407;
  font-family: Lato, sans-serif;
  font-weight: 600;
  background: hsla(0, 0%, 56.9%, 0.15294117647058825);
  border: none;
  border-radius: 4px;
}
.slippage-buttons-active {
  background: #fc5407;
  color: #fff;
}
.slippage-buttons:hover {
  cursor: pointer;
  background: rgba(226, 161, 41, 0.15294117647058825);
}
.MuiPopover-paper {
  border-radius: 16px !important;
  box-shadow: 0 29px 32px rgb(201 155 159/28%) !important;
  background: #f2f2f2 !important;
  outline: none !important;
  border: none !important;
  box-shadow: 40px 40px 40px rgb(204 204 204/25%), inset 2px 2px 2px #fff !important;
}
.disconnect {
  justify-content: center;
  background: rgba(224, 89, 46, 0.1);
  color: #e0592e;
}
.disconnect:hover {
  background: rgba(224, 89, 46, 0.2);
}
.nav-disabled {
  color: rgba(0, 0, 0, 0.2) !important;
}
.nav-disabled:hover {
  background: none !important;
}
.number-go-up {
  font-weight: 600;
  color: #007059;
}
.number-go-down {
  font-weight: 600;
  color: #ff4f00;
}
.MuiPaper-root-MuiDrawer-paper {
  background: hsla(0, 0%, 100%, 0.5) !important;
  -webkit-backdrop-filter: blur(100px) !important;
  backdrop-filter: blur(100px) !important;
}
.MuiPaper-root-MuiSnackbarContent-root {
  background: linear-gradient(
    172.76deg,
    #6f7bb3 5.64%,
    #99a1be 94.92%
  ) !important;
  font-family: Lato, sans-serif !important;
  font-weight: 600 !important;
}
.leaderboard-card-container {
  max-width: 680px;
  display: block !important;
  background: #fafafa;
  box-shadow: 40px 40px 40px hsla(0, 0%, 80%, 0.25), inset 2px 2px 2px #fff;
  border-radius: 30px;
  padding: 24px;
  margin: 0 auto 24px;
}
.leaderboard-card-container-inner {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow-x: auto;
}
.leaderboard-card-container-inner th {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0;
  color: #05070c;
}
.leaderboard-card-container-inner td {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 0;
  color: #979797;
}
.leaderboard-card-container-inner tr {
  border: none;
}
.you {
  color: #05070c;
}
.you,
.your-address {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.your-address {
  color: #979797;
}
.RSPBprogressBar {
  margin: 32px 16px;
  background-color: rgba(243, 186, 78, 0.32) !important;
}
.RSPBprogressBar .RSPBprogression {
  box-shadow: 0 4px 10px rgba(231, 121, 44, 0.4);
  border-radius: 10px;
}
.leaderboard-card-info {
  text-align: left;
}
.leaderboard-card-info span {
  font-size: 14px !important;
}
.RSPBprogressBar img {
  cursor: pointer;
}
.swap-confirm-title {
  font-family: Lato, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #05070c;
  padding-left: 24px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.swap-confirm-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 8px;
  min-width: 30vw;
  background: #f5f5f5;
}
.swap-confirm-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.swap-confirm-icon-container img {
  height: 40px;
  margin-right: 8px;
  border-radius: 100px;
}
.swap-confirm-row-name {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #05070c;
}
.swap-confirm-row-price {
  display: grid;
  text-align: right;
}
.swap-confirm-row-price-usd {
  font-weight: 500;
  font-size: 14px;
  color: #979797;
  margin-bottom: 4px;
}
.swap-confirm-row-price-token,
.swap-confirm-row-price-usd {
  font-family: Lato, sans-serif;
  font-style: normal;
  line-height: 18px;
}
.swap-confirm-row-price-token {
  font-weight: 600;
  font-size: 20px;
  color: #05070c;
}
.arrow-container {
  width: 24px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto 8px;
}
.swap-information {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  margin-top: 16px;
}
@media only screen and (max-width: 900px) {
  .swap-information {
    display: none;
  }
}
.swap-information-row-container {
  margin-bottom: 16px;
}
.swap-information-row-container:last-child {
  margin-bottom: 0;
}
.swap-information-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .swap-information-row {
    display: grid;
  }
}
.swap-information-title {
  color: #797979;
}
.swap-information-number,
.swap-information-title {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.swap-information-number {
  color: #979797;
}
.swap-information-number-highlighted {
  font-weight: 600;
  color: #05070c;
}
.swap-information-extra,
.swap-information-number-highlighted {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.swap-information-extra {
  font-weight: 500;
  text-align: right;
  float: right;
  width: 100%;
  color: #979797;
}
@media only screen and (max-width: 900px) {
  .swap-information-extra {
    float: left;
    text-align: left;
  }
}
.swap-confirm-title-row {
  width: 100%;
}
.cross-close,
.swap-confirm-title-row {
  display: flex;
  justify-content: space-between;
}
.cross-close {
  background: none;
  border: none;
  margin-right: 24px;
  flex-direction: row;
  align-items: center;
}
.truncate {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.not-connected {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #05070c;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  margin: 0 auto;
  max-width: 240px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.not-connected:hover {
  background: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 900px) {
  .not-connected {
    max-width: 900px;
  }
}
.wallet-not-connected-card {
  grid-area: Pools;
}
.container > .wallet-not-connected-card ~ .wallet-not-connected-card,
.rewards-container > .wallet-not-connected-card ~ .wallet-not-connected-card {
  display: none !important;
}
.spin-load {
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  width: 24px;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
.big-404 {
  height: 100vh;
  text-align: center;
}
.leaderboard-empty-state {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #979797;
  text-align: center;
  padding-bottom: 8px;
}
g {
  -webkit-clip-path: none;
  clip-path: none;
}
.price-container {
  margin: auto;
}
.price-container-top {
  display: flex;
}
.chart {
  margin-bottom: -40px;
  margin-top: -40px;
  padding-bottom: 20px;
}
.chart-gradient {
  position: absolute;
}
.rewards-release-container {
  max-width: 1200px;
  margin: 0 auto 24px;
  text-align: end;
}
@media only screen and (max-width: 900px) {
  .rewards-release-container {
    text-align: center;
  }
}
.next-rewards {
  font-weight: 600;
  color: #05070c;
}
.next-rewards,
.next-rewards-timer {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.next-rewards-timer {
  font-weight: 400;
  color: #484848;
}
.maximize-container {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 8px;
  padding: 8px 8px 6px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  z-index: 100;
  transition: 0.2s;
}
.maximize-container:hover {
  background: rgba(0, 0, 0, 0.1);
}
.maximize-container img {
  width: 16px;
}
.chart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
  padding: 4px;
  background: #f0f0f0;
  border-radius: 100px;
}
.chart-actions button {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #484848;
  padding: 4px 12px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}
.chart-active {
  background: #fafafa;
  outline: none;
  border: none;
  box-shadow: 40px 40px 40px rgb(204 204 204/25%), inset 2px 2px 2px #fff;
}
.chart-inactive {
  background: rgba(0, 0, 0, 0.04);
}
.victory-blur {
  position: absolute;
  margin-top: -140px;
  filter: blur(6px);
  -webkit-filter: blur(6px);
}
@media only screen and (max-width: 900px) {
  .victory-blur {
    margin-top: -130px;
    filter: blur(4px);
    -webkit-filter: blur(4px);
  }
}
.staking-disclaimer {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #219dff;
  padding: 20px;
  border-radius: 8px;
  background: #f4faff;
  margin-bottom: 16px;
  text-align: center;
}
.victory-chart-container {
  background: #fafafa;
  padding: 8px;
  border-radius: 16px;
  margin-top: 8px;
}
.smaller-title {
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .smaller-title {
    font-size: 32px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.column-fix {
  padding-bottom: 0;
}

.MobilePoolSelector
  .mobile-pool-card:nth-child(2)
  .mobile-pool-buttons-container
  button:nth-child(2) {
  width: 80%;
}
.coin-icons {
  display: inline-flex;
  margin-right: 8px;
  vertical-align: middle;
  /* margin-top: -2px; */
}
.icon--left-indent {
  margin-left: -6px;
}
