@font-face {
  font-family: Vazir;
  src: url('/res/font/ttf/Vazir-FD.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Vazir;
  src: url('/res/font/ttf/Vazir-Bold-FD.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Vazir;
  src: url('/res/font/ttf/Vazir-Light-FD.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: OCR;
  src: url('/res/font/otf/OCRAStd.otf');

}

:root {
  --dark: #523a30;
  --dark-o: #523a3080;
  --light: #eae3ae;
  --blue: #35aa98;
  --green: #90ab42;
  --red: #dd2b3b;
  --orange: #e07628;
  --yellow: #eeb424;
  --purple: #7851a9;
}

.m-auto {
  margin: auto;
}

.tr_transparent {
  background-color: transparent !important;
}

#bg:after {
  background-image: url("/res/img/jpeg/bg.jpg");
}

#header .logo {
  background-color: var(--light);
  background-image: url("/res/img/svg/owl.svg");
  background-size: 4rem 4rem;
  border-radius: 0.5rem;
  height: 5.5rem;
  width: 5.5rem;
  line-height: 5.5rem;
}

.chest_opened {
  /* background-color: #00000077; */
  background-image: url("/res/img/svg/chest-opened-color.svg") !important;
  background-size: 4rem 4rem;
  border-radius: 0.5rem;
  height: 5.5rem;
  width: 5.5rem;
  line-height: 5.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.iotas_body {
  background-color: var(--light);

  background-size: 4rem 4rem;
  border-radius: 0.5rem;
  height: 5.5rem;
  width: 5.5rem;
  line-height: 5.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.center-pic {
  /* background-image: url("/res/img/miss-mr-shoopy.svg"); 
  
  background-image: url("/res/img/svg/location-qr.svg");
  */
  /* background-image: url("/res/img/png/cryptocurrencies.png"); */
  background-image: url("/res/img/svg/seed-of-life.svg");
  height: 7rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.loading {
  /* min-width: 320px; */
  width: 100%;
  text-align: left;
  direction: ltr;
  background-color: var(--dark);
  border-radius: 0rem;
}

.loading div {
  overflow: visible;
  height: 2rem;
  width: 0%;
  position: relative;
  background-color: transparent;
  border-radius: 2rem;
  text-align: right !important;
  display: block;
  /* transition: all 100ms; */
}

.loading div img {
  height: 2rem;
  width: 2rem;
  margin-right: 0rem;
}

.nav {
  min-width: 10rem !important;
  background-color: var(--dark);
}

.nav:hover {
  background-color: var(--dark) !important;
  color: var(--light) !important;
  text-decoration: none;
}


.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

#chest .icon {
  margin: auto;
  background-image: url("/res/img/svg/chest-closed-color.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#miner_finish_download .icon,
#show_chest .icon {
  margin: auto;
  background-image: url("/res/img/svg/chest-opened-color.svg");
  height: 6rem;
  width: 6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#chest_add_to_browser .icon {
  margin: auto;
  background-image: url("/res/img/svg/chest-opened-color.svg");
  height: 6rem;
  width: 6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#signup .icon {
  margin: auto;
  background-image: url("/res/img/svg/treasury.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#chestmakerskill .icon {
  margin: auto;
  background-image: url("/res/img/png/hacker.png");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#download .icon {
  margin: auto;
  background-image: url("/res/img/svg/seed-of-life.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#cards .icon {
  margin: auto;
  background-image: url("/res/img/svg/cards.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#iotas .icon {
  margin: auto;
  background-image: url("/res/img/svg/iota.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}
#treasure-token .icon {
  margin: auto;
  background-image: url("/res/img/svg/iota.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#energy .icon {
  margin: auto;
  background-image: url("/res/img/svg/energy.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#energy_mining .icon {
  margin: auto;
  background-image: url("/res/img/svg/mining.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#battery .icon {
  margin: auto;
  background-image: url("/res/img/svg/battery-4.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#energy-intro .icon {
  margin: auto;
  background-image: url("/res/img/svg/energy.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#eye .icon {
  margin: auto;
  background-image: url("/res/img/svg/cards-color-line.svg");
  height: 6rem;
  width: 6rem;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#intro .icon {
  margin: auto;
  background-image: url("/res/img/svg/owl.svg");
  height: 6rem;
  width: 6rem;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}
#intro-artx .icon {
  margin: auto;
  background-image: url("/res/img/svg/artx.svg");
  height: 6rem;
  width: 6rem;
  border-radius: 0.5rem;
  background-color: var(--light);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}
#intro-cuneiform .icon {
  margin: auto;
  background-image: url("/res/img/svg/cuneiform.svg");
  height: 6rem;
  width: 6rem;
  border-radius: 0.5rem;
  background-color: var(--light);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#treasury .icon {
  margin: auto;
  background-image: url("/res/img/svg/treasury.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}
#burning .icon {
  margin: auto;
  background-image: url("/res/img/svg/tron.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#sos .icon {
  margin: auto;
  background-image: url("/res/img/svg/string-of-secret.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}
#pua .icon {
  margin: auto;
  background-image: url("/res/img/svg/public-key.svg");
  height: 6rem;
  width: 6rem;
  background-color: var(--light);
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#publish_inscription .icon {
  margin: auto;
  background-image: url("/res/img/png/publish.png");
  height: 6rem;
  width: 6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

#energy_booster .icon {
  margin: auto;

  height: 6rem;
  width: 6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem 5rem;
}

.table_iotas {
  display: inline-block;
  border: solid 2px var(--light);
  border-collapse: unset;
  border-radius: 1rem;
  width: auto;
  margin: 1rem;
}

.table_iotas tbody tr:nth-child(2n + 1) {
  background-color: transparent;
}

.table_iotas tr {
  border: none;
}

.table_iotas tr td {
  text-align: center;
}

.div_iotas {
  background-color: var(--light);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4rem 4rem;
  border-radius: 0.5rem;
  height: 5.5rem;
  width: 5.5rem;
  line-height: 5.5rem;
}

.div_bg_iotas {
  background-color: var(--green);
  padding: 1rem;
  border-top-left-radius: 0.85rem;
  border-top-right-radius: 0.85rem;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.btn_download_iotas {
  width: 100%;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0.85rem;
  border-bottom-left-radius: 0.85rem;
  background-color: var(--blue) !important;

}

.btn_download_iotas:hover {
  background-color: var(--orange) !important;
}

.treasury {
  background-image: url("/res/img/svg/treasury.svg") !important;
}

.chest-closed-color {
  background-image: url("/res/img/svg/chest-closed-color.svg") !important;
}

.chest-opened-color {
  background-image: url("/res/img/svg/chest-opened-color.svg") !important;
}

.coin-bronze {
  background-image: url("/res/img/svg/coin-bronze.svg") !important;
}

.coin-silver {
  background-image: url("/res/img/svg/coin-silver.svg") !important;
}

.coin-gold {
  background-image: url("/res/img/svg/coin-gold.svg") !important;
}

.ingot-bronze {
  background-image: url("/res/img/svg/ingot-bronze.svg") !important;
}

.ingot-silver {
  background-image: url("/res/img/svg/ingot-silver.svg") !important;
}

.ingot-gold {
  background-image: url("/res/img/svg/ingot-gold.svg") !important;
}

.gem-almas {
  background-image: url("/res/img/svg/gem-almas.svg") !important;
}

.gem-yaghoot {
  background-image: url("/res/img/svg/gem-yaghoot.svg") !important;
}

.gem-yaghoot-kabood {
  background-image: url("/res/img/svg/gem-yaghoot-kabood.svg") !important;
}

.gem-zomorrod {
  background-image: url("/res/img/svg/gem-zomorrod.svg") !important;
}

.gem-firoozeh {
  background-image: url("/res/img/svg/gem-firoozeh.svg") !important;
}

.gem-lael {
  background-image: url("/res/img/svg/gem-lael.svg") !important;
}

.gem-aghigh {
  background-image: url("/res/img/svg/gem-aghigh.svg") !important;
}

.energy {
  background-image: url("/res/img/svg/energy.svg") !important;
}
.airdrop {
  background-image: url("/res/img/svg/airdrop.svg") !important;
}

.cards {
  background-image: url("/res/img/svg/cards.svg") !important;
}

.map {
  background-image: url("/res/img/svg/map.svg") !important;
}

.seed-of-life {
  background-image: url("/res/img/svg/seed-of-life.svg") !important;
}

.plant-peppermint {
  background-image: url("/res/img/svg/plant-peppermint.svg") !important;
}

.plant-rose {
  background-image: url("/res/img/svg/plant-rose.svg") !important;
}

.plant-rosemary {
  background-image: url("/res/img/svg/plant-rosemary.svg") !important;
}

.plant-strawberry {
  background-image: url("/res/img/svg/plant-strawberry.svg") !important;
}

.plant-geranium {
  background-image: url("/res/img/svg/plant-geranium.svg") !important;
}

.plant-green-tea {
  background-image: url("/res/img/svg/plant-green-tea.svg") !important;
}

.plant-lavender {
  background-image: url("/res/img/svg/plant-lavender.svg") !important;
}

.plant-orchid {
  background-image: url("/res/img/svg/plant-orchid.svg") !important;
}

.cuneiform {
  background-image: url("/res/img/svg/cuneiform.svg") !important;
}

.atom {
  background-image: url("/res/img/svg/atom.svg") !important;
}

.quantum {
  background-image: url("/res/img/svg/quantum.svg") !important;
}

.reward {
  background-image: url("/res/img/svg/medal.svg") !important;
}

.stop {
  background-image: url("/res/img/png/stop.png") !important;
}

.stop-button {
  background-image: url("/res/img/png/stop-button.png") !important;
}

.finish {
  background-image: url("/res/img/png/finish.png") !important;
}

.renewable-energy {
  background-image: url("/res/img/svg/renewable-energy.svg") !important;
}


.save-energy {
  background-image: url("/res/img/svg/save-energy.svg") !important;
}

.solar-energy {
  background-image: url("/res/img/svg/solar-energy.svg") !important;
}

.candle {
  background-image: url("/res/img/png/candle.png") !important;
}

.detective {
  background-image: url("/res/img/png/detective.png") !important;
}

.hacker {
  background-image: url("/res/img/png/hacker.png") !important;
}

.compass {
  background-image: url("/res/img/png/compass.png") !important;
}

.compass-1 {
  background-image: url("/res/img/png/compass-1.png") !important;
}

.landscape {
  background-image: url("/res/img/png/landscape.png") !important;
}

.barter {
  background-image: url("/res/img/svg/barter.svg") !important;
}

.instagram {
  background-image: url("/res/img/png/instagram.png") !important;
}

.key-private {
  background-image: url("/res/img/svg/key-private.svg") !important;
}

.mining {
  background-image: url("/res/img/svg/mining.svg") !important;
}

.battery-0 {
  background-image: url("/res/img/svg/battery-0.svg");
}

.battery-1 {
  background-image: url("/res/img/svg/battery-1.svg");
}

.battery-2 {
  background-image: url("/res/img/svg/battery-2.svg");
}

.battery-3 {
  background-image: url("/res/img/svg/battery-3.svg");
}

.battery-4 {
  background-image: url("/res/img/svg/battery-4.svg");
}
.battery {
  background-image: url("/res/img/svg/battery-4.svg") !important;
}

.tether {
  background-image: url("/res/img/svg/tether.svg");
}

.tron {
  background-image: url("/res/img/svg/tron.svg") !important;
}
.wallet {
  background-image: url("/res/img/svg/wallet.svg") !important;
}

.iota {
  background-image: url("/res/img/svg/iota.svg");
}

.deal {
  background-image: url("/res/img/svg/deal.svg");
}

.string-of-secret {
  background-image: url("/res/img/svg/string-of-secret.svg");
}
.cell-of-secret {
  background-image: url("/res/img/svg/cell-of-secret.svg");
}

.public-key {
  background-image: url("/res/img/svg/public-key.svg");
}

.private-key {
  background-image: url("/res/img/svg/private-key.svg");
}

.eye-of-ra {
  background-image: url("/res/img/svg/eye-of-ra.svg");
}
.artx {
  background-image: url("/res/img/svg/artx.svg");
}


.battery-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--red), var(--red));
  color: var(--light);
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 100, 0, 0.4);
  transition: all 0.25s ease-in-out;
}

.battery-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 100, 0, 0.6);
  background: linear-gradient(135deg, var(--red), var(--red));
}

.icon-secret {
  width: 77px;
  height: 77px;
  filter: drop-shadow(0 0 4px rgba(255, 200, 120, 0.6));
}