:root {
  --brandcolor: #254131;
  --brandfont: #bff7e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.headerleft {
  justify-content: space-between;
  align-items: center;
  width: 470px;
  display: flex;
}

.headerleft.butright {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding-top: 10px;
  padding-left: 110px;
}

.headerleft.butright.headerright {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  padding-left: 0;
}

.logo {
  border-radius: 3px;
  max-width: 50px;
}

.logo.handbook {
  max-width: 20px;
  margin-right: 5px;
}

.headersearch {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  margin-left: 180px;
  padding-top: 10px;
  display: flex;
}

.searchinbox {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  width: 300px;
  height: 30px;
  margin-left: 5px;
}

.createmarket {
  border: 2px none var(--brandcolor);
  color: var(--brandcolor);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
}

.createmarket.connectwallet {
  border-style: solid;
  border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.search {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 1px;
}

.line {
  border: 1px solid var(--brandcolor);
  height: 0;
  margin-top: 13px;
  margin-bottom: 10px;
}

.line.adjusted {
  margin: 22px 10px;
}

.maingrid {
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  height: 30px;
  margin-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.maincell {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px none var(--brandcolor);
  text-align: center;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  height: 50px;
  padding: 5px;
  font-size: 14px;
  display: flex;
}

.maincell.countdowncell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 370px;
}

.font {
  color: var(--brandcolor);
  font-size: 18px;
  font-weight: 700;
}

.font.small {
  font-size: 14px;
}

.font.title {
  border: 1px none var(--brandcolor);
  height: 100px;
  color: var(--brandcolor);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.font.global {
  font-size: 12px;
}

.font.global.countdown {
  width: 150px;
}

.uppercell {
  margin-bottom: 5px;
}

.maincellpara {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.biginput {
  border: 2px solid var(--brandcolor);
  height: 200px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.biginput.withoutspacing {
  border-style: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.markets {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.marketcells {
  border: 2px solid var(--brandcolor);
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 10px;
}

.inputblock {
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
}

.inputblock.rulesblock {
  height: 240px;
}

.inputinbox {
  border: 1px solid var(--brandcolor);
  border-radius: 3px;
  width: 500px;
  height: 30px;
}

.inputinbox.rules {
  height: 240px;
}

.inputinbox.adjusted {
  text-align: center;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.inputfont {
  width: 80px;
}

.createbutton {
  border: 2px solid var(--brandcolor);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px;
  font-size: 18px;
  display: flex;
}

.title {
  color: var(--brandcolor);
  margin-top: 10px;
}

.load {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.loadmore {
  border: 2px solid var(--brandcolor);
  border-radius: 5px;
  width: 100px;
}

.chart {
  border: 1px solid var(--brandcolor);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 20px;
  display: flex;
}

.chart.adjusted {
  margin-bottom: 10px;
}

.buysellgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--brandcolor);
  border-radius: 3px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  height: 100px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.buysekkgridcell {
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  margin-top: -10px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.butsellbutton {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: -12px;
  display: flex;
}

.buybutton {
  border: 1px solid var(--brandcolor);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 25px;
  display: flex;
}

.stake {
  border: 2px solid var(--brandcolor);
  border-radius: 2px;
  height: 100px;
  margin-bottom: 20px;
  padding: 15px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  height: 70px;
}

.gridbuttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttonelement {
  border: 2px solid var(--brandcolor);
  border-radius: 4px;
  padding: 3px;
}

.gridcell {
  border: 1px solid var(--brandcolor);
  width: 200px;
  height: 30px;
}

.stakeof {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -5px;
  font-size: 10px;
  display: flex;
}

.balanceholder {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 20px;
  display: flex;
}

.balanceholder.sharebalanceholder {
  justify-content: center;
  align-items: center;
  width: 30px;
}

.marketgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.marketgrid.marketgridstake {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.marketgrid.marketgridstake.claimtoken {
  border-style: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 920px;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.marketgrid.marketgridstake.claimtoken.adjusted {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  margin-bottom: 5px;
}

.marketgrid.marketgridstake.claimtoken.adjusted.sixcolumn {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.marketgrid.marketgridstake.leaderboard {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 10px;
}

.marketgridcell {
  border: 1px none var(--brandcolor);
  text-align: center;
  border-radius: 3px;
  width: 100px;
  height: 25px;
}

.marketgridcell.marketname {
  width: 300px;
  font-size: 12px;
}

.profilemarket {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--brandcolor);
  border-radius: 3px;
  flex-flow: column;
  margin-bottom: 10px;
  padding-top: 8px;
  display: flex;
}

.profilemarket.adjusted {
  padding-top: 5px;
  padding-bottom: 5px;
}

.profilemarket.adjusted2 {
  margin-top: 2px;
  margin-bottom: 15px;
}

.rewardfont {
  color: var(--brandcolor);
  text-align: center;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.rewardfont.adjusted {
  margin-top: 5px;
  margin-bottom: 5px;
}

.rewardfont.adjusted2 {
  padding-bottom: 8px;
}

.small {
  font-size: 14px;
}

.small.adjusted {
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.small.adjusted2 {
  margin-left: 50px;
}

.buttonstyle {
  border: 2px solid var(--brandcolor);
  color: var(--brandcolor);
  border-radius: 3px;
  margin-top: -15px;
  padding: 2px;
  font-size: 14px;
}

.buttonstyle.adjusted, .buttonstyle.adjusted4 {
  margin-top: 0;
}

.cellprice {
  color: var(--brandcolor);
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.claimtoken {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid var(--brandcolor);
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding-top: 5px;
  display: flex;
}

.fontsmall {
  text-align: center;
}

.fontsmall.leaderboard {
  color: var(--brandcolor);
  text-decoration: underline;
}

.stakinggrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.claimtokencell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-right: -65px;
  display: flex;
}

.loadstaked {
  text-align: center;
  text-decoration: underline;
}

.nextsentiment {
  color: var(--brandcolor);
}

@media screen and (max-width: 991px) {
  .headerleft.butright {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
    align-items: center;
    width: 140px;
    margin-left: 6px;
    padding-left: 0;
  }

  .headerleft.butright.headerright {
    margin-left: 3px;
  }

  .headersearch {
    margin-left: 40px;
  }

  .createmarket {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }

  .createmarket.connectwallet {
    font-size: 12px;
  }

  .font.title {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .markets {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title {
    line-height: 40px;
  }

  .buysellgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 90px;
    padding-bottom: 15px;
  }

  .buysekkgridcell {
    width: 200px;
    height: 25px;
  }

  .gridcell {
    width: 150px;
  }

  .marketgrid.marketgridstake.claimtoken {
    width: 710px;
  }

  .marketgrid.marketgridstake.claimtoken.adjusted {
    width: auto;
  }

  .marketgridcell.marketname {
    font-size: 10px;
  }

  .profilemarket {
    font-size: 12px;
  }

  .small {
    font-size: 14px;
  }

  .small.adjusted2 {
    margin-left: -40px;
  }

  .buttonstyle.adjusted, .buttonstyle.adjusted4 {
    font-size: 14px;
  }

  .stakinggrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .claimtokencell {
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .headerleft {
    width: 390px;
  }

  .headerleft.butright {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-left: 7px;
  }

  .headerleft.butright.headerright {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 130px;
    margin-left: 10px;
  }

  .headersearch {
    min-width: 320px;
    margin-left: 20px;
  }

  .createmarket {
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    line-height: 10px;
    text-decoration: none;
  }

  .font.title {
    max-width: 180px;
    margin-top: 5px;
    font-size: 16px;
  }

  .biginput.withoutspacing {
    margin-bottom: 5px;
  }

  .markets {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .inputinbox.adjusted {
    width: 160px;
  }

  .title {
    font-size: 32px;
  }

  .buysellgrid {
    height: 90px;
    padding-bottom: 10px;
  }

  .buysekkgridcell {
    width: 160px;
    height: 24px;
    margin-top: -8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .butsellbutton {
    margin-top: -10px;
  }

  .buybutton {
    height: 24px;
  }

  .gridcell {
    width: 120px;
  }

  .marketgrid {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .marketgrid.marketgridstake.claimtoken {
    width: 650px;
  }

  .marketgrid.marketgridstake.claimtoken.adjusted {
    width: auto;
  }

  .marketgridcell {
    width: 60px;
  }

  .marketgridcell.marketname {
    width: 240px;
    font-size: 10px;
    line-height: 12px;
  }

  .marketgridcell.adjusted {
    width: 120px;
  }

  .small.adjusted2 {
    margin-left: 10px;
  }

  .cellprice {
    font-size: 16px;
  }

  .claimtokencell {
    margin-right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .headerleft {
    width: 210px;
  }

  .headerleft.butright {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 100px;
    margin-left: 5px;
  }

  .headerleft.butright.headerright {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 120px;
    margin-left: 10px;
  }

  .logo {
    max-width: 40px;
  }

  .logo.handbook {
    max-width: 18px;
    margin-bottom: 1px;
  }

  .headersearch {
    min-width: 50px;
    margin-left: 10px;
    margin-right: 3px;
  }

  .searchinbox {
    margin-left: 0;
  }

  .createmarket {
    text-align: center;
    padding: 0 2px;
    font-size: 8px;
    font-weight: 700;
    line-height: 8px;
  }

  .createmarket.connectwallet {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
  }

  .search {
    font-size: 8px;
  }

  .maincell {
    height: 70px;
  }

  .font {
    font-size: 16px;
  }

  .font.small {
    font-size: 14px;
    line-height: 20px;
  }

  .font.title {
    max-width: 160px;
    height: 110px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 15px;
  }

  .font.global {
    font-size: 10px;
  }

  .font.global.countdown {
    width: 120px;
    font-size: 10px;
  }

  .maincellpara {
    font-size: 10px;
  }

  .markets {
    grid-template-columns: 1fr 1fr;
  }

  .inputinbox {
    width: 300px;
  }

  .inputinbox.adjusted {
    width: 100px;
    height: 25px;
    margin-top: 3px;
  }

  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .buysellgrid {
    height: 70px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .buysekkgridcell {
    width: 100px;
    height: 18px;
    margin-top: -5px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .butsellbutton {
    justify-content: space-between;
    align-items: center;
    margin-top: -6px;
  }

  .buybutton {
    width: 50px;
    height: 18px;
  }

  .stake {
    height: 70px;
    padding: 6px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 50px;
    font-size: 8px;
  }

  .buttonelement {
    font-size: 12px;
    line-height: 10px;
  }

  .gridcell {
    width: 60px;
    height: 20px;
  }

  .marketgrid {
    margin: 3px;
    font-size: 8px;
  }

  .marketgrid.marketgridstake.claimtoken {
    width: 380px;
  }

  .marketgrid.marketgridstake.claimtoken.adjusted.sixcolumn {
    text-align: center;
  }

  .marketgridcell {
    width: 50px;
  }

  .marketgridcell.marketname {
    width: 120px;
    font-size: 8px;
    line-height: 12px;
  }

  .marketgridcell.adjusted {
    width: 80px;
  }

  .profilemarket {
    font-size: 10px;
  }

  .rewardfont {
    font-size: 14px;
  }

  .small {
    font-size: 12px;
  }

  .small.adjusted2 {
    margin-left: 0;
  }

  .small.adjusted3 {
    line-height: 15px;
  }

  .buttonstyle {
    font-size: 10px;
    line-height: 10px;
  }

  .buttonstyle.adjusted, .buttonstyle.adjusted4 {
    font-size: 12px;
  }

  .cellprice {
    font-size: 14px;
  }

  .fontsmall {
    font-size: 12px;
  }

  .stakinggrid {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .claimtokencell {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-right: auto;
  }

  .note {
    margin-bottom: 5px;
    line-height: 18px;
  }
}

#w-node-_9128ccba-0827-073b-5cb8-c3a2333c5e49-d3fe6bac, #w-node-_0dd9360e-f374-2bfd-294a-97591bd14e9a-d3fe6bac, #w-node-_87a2b998-8aa9-915d-6a50-9aad67ac4a1a-d3fe6bac {
  align-self: end;
}

#w-node-_38a5d654-cf35-96c0-5060-ae4baf9d6996-d91169d1, #w-node-e6cf74c6-0513-aa13-68c6-f514a752accb-d91169d1, #w-node-_2286aced-1f0b-07d9-ffb9-4c0548c82d65-d91169d1, #w-node-e95ccf70-e7cd-1537-5934-636731b0d646-d91169d1, #w-node-ab86d9a2-cea4-579f-67ba-5a9405aa9dda-d91169d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


