.wallet-body {
  position: relative;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center;
  width: 100%;
  height: 100vh;
}

.main-container {
  padding: 17px 5px;
  overflow-x: hidden;
  max-width: 800px;
  margin: auto;
}

.header-wrapper {
  top: 0;
  background: rgba(246, 247, 255, 0.54);
  height: 10%;
}

.balance-card {
  position: relative;
  background-image: url("../images/Rectangle\ 41.png");
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 5px;
}

.row-wrapper {
  padding: 20px;
}

.heading {
  display: flex;
  gap: 4px;
}

.heading h1 {
  font-family: var(--primary-font-black);
  font-size: 16px;
  white-space: nowrap;
}

.heading span {
  font-size: 14px;
  white-space: nowrap;
}

.tani {
  display: flex;
  gap: 12px;
  align-items: center;
}

.blue-circle {
  width: 18px;
  height: 18px;
  background-color: #105aeb;
  border-radius: 50%;
}

.tani span {
  font-family: var(--primary-font-black);
  font-size: 16px;
  white-space: nowrap;
}

.amount-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn.btn-package {
  border-radius: 12px;
  background: #fff;
  font-size: 8px;
  font-family: var(--primary-font-black);
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.banner-right img {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 3px;
  top: 0px;
}

.records-cards {
  background-image: url("../images/Rectangle\ 41.png");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #fff inset;
  backdrop-filter: blur(20px);
}

.record-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
}

.amount-wrapper span:nth-child(1) {
  color: #000;
  font-size: 12px;
}

.amount-wrapper span:nth-child(2) {
  color: #105aeb;
  font-size: 12px;
}

.button-shade {
  opacity: 0.5;
}

.table p {
  white-space: nowrap;
  font-size: 12px;
  font-family: var(--primary-font-regular);
}

.table td {
  align-items: center;
  white-space: nowrap;
}

.table td button {
  display: inline;
  vertical-align: middle;
}

.table tbody tr td:nth-child(3) p:nth-child(2) {
  margin: -8px 0 0 21px;
}

.table tbody tr td:nth-child(1) p:nth-child(1) {
  font-family: var(--primary-font-medium);
}

.stake-button {
  width: 100%;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  border: none;
  font-family: var(--primary-font-black);
  font-size: 14px;
}

.grey-circle {
  width: 24px;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 50%;
}

.dashboard-body {
  background-color: #e4ecf9;
  line-height: normal !important;
}

.logo {
  gap: 8px;
}
.logo img {
  width: 32px;
  height: auto;
}

.menu-toggle {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.blue-eclipses {
  background-image: url("../images/background-circle.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.white-rectangle {
  display: flex;
  gap: 23px;
  border: 2px solid white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #fff 100%);
  padding: 12px;
}

.white-rectangle span:nth-child(1) {
  color: #aaa;
  font-size: 16px;
  font-family: var(--primary-font-regular);
}

.white-rectangle span:nth-child(2) {
  color: #194a95;
  font-size: 16px;
  font-family: var(--primary-font-regular);
}

.white-rectangle.first {
  border-top-left-radius: 10px;
  /* Adjust the value as needed */
  border-top-right-radius: 10px;
  /* Adjust the value as needed */
}

.white-rectangle.third {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dashboard-buttons {
  display: flex;
  gap: 3px;
}

.dashboard-buttons button {
  width: 100%;
  font-size: 12px;
  font-family: var(--primary-font-medium);
}

.dashboard-btn {
  border-radius: 10px;
  border: none;
  padding: 9px 10px;
  color: white;
}

.dashboard-btn.btn-buypackage {
  border: 2px solid var(--Orange, #e37d33);
  background: linear-gradient(180deg, #ffbd8d 0%, #e37d33 100%);
  box-shadow: 0px 30px 15px -20px rgba(255, 107, 0, 0.33);
}

.dashboard-btn.btn-stake {
  border: 2px solid var(--Blue-2, #194a95);
  background: linear-gradient(180deg, #194a95 0%, #145dca 100%);
  box-shadow: 0px 30px 15px -20px rgba(0, 102, 255, 0.33);
}

.stake-heading {
  font-size: 24px;
  color: white;
  font-family: var(--primary-font-medium);
}

.stake-table {
  position: relative;
  background: url("../images/Subtract.png") -12px;
  background-size: 105% 105%;
  background-repeat: no-repeat;
  width: 100%;
  stroke-width: 2px;
  stroke: #fff;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  border-radius: 0px;
}

.stake-container {
  padding: 5px;
}
.stakes {
  font-size: 10px;
  white-space: nowrap;
  font-family: var(--primary-font-regular);
  color: #aaa;
}
.stakes:nth-child(1) {
  padding-left: 7px;
}

.td-blue {
  color: #194a95;
}

.td-red {
  color: #eb5555;
}

.td-orange {
  color: #e37d33;
}

.td-greys {
  color: #aaa;
}

.btns-stake {
  border-radius: 5px;
  color: white;
  padding: 0.4rem 0.9rem;
  font-size: 12px;
  border: none;
}

.btns-stake.button-blue {
  background-color: #0d2954;
}
.btns-stake.button-blues {
  background-color: #4083e7;
}
.btns-stake.button-red {
  background-color: #eb5555;
}

.btns-stake.button-orange {
  background-color: #e37d33;
}

.btns-stake.button-grey {
  background-color: #aaa;
  padding: 0.4rem 0.5rem;
}

.stake-table {
  padding: 5px;
}

.claim-wrapper {
  position: absolute;
}

.image-container {
  display: flex;
  position: relative;
  top: -81%;
  /* justify-content: center; */
  justify-content: flex-end;
  right: 0;
}

.overlay-text {
  position: absolute;
  top: 47%;
  /* left: 110%; */
  white-space: nowrap;
  transform: translate(-50%, -50%);
  padding: 7px;
  font-size: 12px;
  color: white;
  font-family: var(--primary-font-medium);
}

.rectangle-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.stake-button.btn-stakebtn {
  border-radius: 10px;
  border: 2px solid #eb5579;
  background: linear-gradient(180deg, #eb5555 0%, #ce2424 100%);
  box-shadow: 0px 30px 15px -20px rgba(255, 0, 122, 0.33);
  color: white;
  font-size: 12px;
  font-family: var(--primary-font-medium);
}

.table.stake-tablese td:nth-child(2) {
  padding-left: 7px;
  padding-right: 4px;
}
.table.stake-tablese tr td:nth-child(3) {
  font-family: var(--primary-font-medium);
  color: #0d2954;
  padding-left: 20px;
}

.table.stake-tablese tr:nth-child(4),
.table.stake-tablese tr:nth-child(5) {
  opacity: 0.5;
}
.table.stake-tablese {
  width: 100%;
  border-radius: 0px;
  border: none;
  background: none;
  box-shadow: none;
}
.table.history-table {
  width: 100%;
  border-radius: 0px;
  border: none;
  background: none;
  box-shadow: none;
}

.logo span {
  font-family: var(--primary-font-medium);
  font-size: 10px;
  color: white;
  letter-spacing: 1px;
}

.stake-heading.second-stake {
  font-size: 20px;
  font-family: var(--primary-font-medium);
}

.table.stake-tablese td {
  font-family: var(--primary-font-regular);
  font-size: 16px;
}
.table.stake-tablese td:nth-child(1) {
  font-size: 14px;
}

.table.stake-tablese td button {
  font-size: 12px;
  margin-left: 35px;
  font-family: var(--primary-font-medium);
}

.header-container {
  padding: 17px 5px;
}

.button-toggle {
  background: transparent;
  border: none;
}

.mainrectangle {
  display: flex;
  gap: 5px;
}

.rectangle-box {
  width: 50px;
  height: 20px;
  background-color: #d9d9d9;
}

.rectangle-wrapper {
  width: 200px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
  gap: 5px;
}

.rectangle-wrapper span {
  color: black;
}

.stake-amount {
  padding-right: 61px;
}

.stakesed-wrapper {
  position: relative;
}

.stakesed-wrapper img {
  position: absolute;
  right: 0;
  top: -100%;
  z-index: 8;
  width: 133px;
  height: auto;
  object-fit: contain;
}

.main-nav-on {
  right: 0;
}

nav {
  position: fixed;
  right: -220px;
  background-color: #e4ecf9;
  top: 0;
  height: 100%;
  width: 220px;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  z-index: 1111;
}

.nav_list {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}

.nav_list li {
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 15px;
  list-style-type: none;
}

.main-nav-overlay {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.overlay-on {
  opacity: 1;
  pointer-events: all;
}

.close-toggle {
  position: absolute;
  right: 10%;
  background: transparent;
  border: none;
}
.white-wrapper {
  position: relative;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #cfa75f;

  padding: 15px;
  background-image: url(../images/Mask\ group.png);
  background-size: cover;
  background-position: center;
}
.white-wrapper-heading {
  font-family: var(--primary-font-bold);
  font-size: 12px;
  color: #0d2954;
}
.white-sub-wrapper p {
  font-family: var(--primary-font-regular);
  color: black;
  font-size: 12px;
  margin-bottom: 0;
}
.white-sub-wrapper h1 {
  font-family: var(--primary-font-medium);
  font-size: 40px;
  color: #0d2954;
}
.flex-items p:nth-child(1) {
  font-family: var(--primary-font-medium);
  font-size: 12px;
  color: black;
  margin-bottom: 1px;
}
.flex-items p:nth-child(2) {
  font-family: var(--primary-font-medium);
  font-size: 16px;
}
.Ellipse {
  width: 124px;
  height: auto;
  position: absolute;
  right: 0;
  top: -180%;
}
.heading-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.usdt-wrapper {
  border-radius: 10px;
  position: relative;
  padding: 8px;
  background: linear-gradient(180deg, #8afffe 0%, #fff 100%);
  margin-right: 15px;
}
.usdt-wrapper.usdb {
  border-radius: 10px;
  background: linear-gradient(180deg, #b6e1f4 0%, #fff 100%);
}
.usdt-wrapper-heading {
  display: flex;
  gap: 10px;
}
.usdt-wrapper-heading img {
  width: 20px;
  height: auto;
}
.usdt-wrapper-heading span {
  font-size: 12px;
  font-family: var(--primary-font-bold);
}
.usdt-wrapper h1 {
  font-size: 24px;
  font-family: var(--primary-font-medium);
}
.below-wrapper {
  display: flex;
  justify-content: space-between;
}
.below-wrapper img {
  width: 16px;
  height: auto;
}
.below-wrapper a {
  font-size: 14px;
  font-family: var(--primary-font-medium);
}
.below-wrapper .btn {
  border-radius: 5px;
  font-family: var(--primary-font-regular);
  font-size: 12px;
  position: absolute;
  padding: 10px 14px;
  right: -3%;
  color: black;
}
.below-wrapper .btn.stake-btn {
  border: 1px solid #cfa75f;
  background: linear-gradient(180deg, #fff 0%, #fff2ca 50.52%);
  padding: 5px 25px;
}
.below-wrapper .btn.deposit-btn {
  border: 1px solid #5f8ccf;
  background: linear-gradient(180deg, #fff 0%, #b9d5f5 50.52%);
  right: -4%;
}
.stakes.days {
  padding-left: 27px;
}
.stakes.daysone {
  padding-left: 21px;
}
.history-wrapper {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 5px 18px 0 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.table.history-table thead tr th {
  font-size: 10px;
  font-family: var(--primary-font-regular);
  opacity: 0.5;
  color: #000;
}
.table.history-table tbody tr td {
  font-size: 14px;
  font-family: var(--primary-font-regular);
}
.table.history-table thead th,
.table.history-table tbody td {
  padding: 10px 5px 10px 5px; /* Adjust as needed */
}
.filter-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.filter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.filter-container img {
  width: 24px;
  height: auto;
  object-fit: contain;
}
.filter-container span {
  font-size: 12px;
  font-family: var(--primary-font-bold);
  color: #0d2954;
}
.filter-btn {
  border-radius: 5px;
  padding: 2px 15px;
  font-size: 10px;
  font-family: var(--primary-font-medium);
  border-radius: 6px;
  border: 1px solid var(--Blue-1, #0d2954);
  color: #0d2954;
}
.table.history-table tbody td:nth-child(3),
.table.history-table tbody td:nth-child(6) {
  font-family: var(--primary-font-medium);
  color: #0d2954;
}
.btns-stake.button-blue.stake,
.btns-stake.button-blues.stake {
  font-family: var(--primary-font-medium);
}
.pagination {
  display: flex;
  gap: 10px;
}
.pagination .active {
  background-color: #0d2954;
  color: white;
}

.pagination span {
  padding: 5px 10px;
  /* border: 1px solid #0d2954; */
  border-radius: 6px;
  font-size: 10px;
  font-family: var(--primary-font-medium);
}
.custom-select {
  background: none;
  border: none;
  position: relative;
}
.custom-select::after {
  top: 22px;
  right: 33px;
  content: "";
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  border-top-color: #aaaaaa !important;
}
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.text-black {
  padding-left: 14px;
}
.form-control.input-control {
  color: #aaaaaa !important;
}
.modal-content.filter-modal {
  border-radius: 10px;
  border: 2px solid #cfa75f;
}
.filter-btns {
  padding: 1rem;
  width: 92.5%;
  margin: 0 0 0 10px;
}
.filter-title {
  font-size: 24px;
  font-family: var(--primary-font-medium);
}
.nodata {
  width: 50px;
  height: auto;
}
.history-wrapper.nodata {
  width: 100%;
  height: 500px;
  padding: 5px 18px 0 18px;
}
.Maintanence-banner {
  background-image: url("../images/Maintanencebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.maintanence-span span {
  font-size: 44px;
  font-family: var(--primary-font-regular);
  color: #aaa;
}
.maintanence-span h1 {
  background: var(
    --Gold,
    linear-gradient(
      180deg,
      #cfa75f 0%,
      #fdf5cf 29.69%,
      #967040 60.94%,
      #fdf5cf 100%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-family: var(--primary-font-bold);
}
.Maintanence-paragraph p {
  font-family: var(--primary-font-regular);
  font-size: 12px;
  color: white;
}
.Ellipse-wrapper.stake-ellipse-wrapper {
  position: absolute;
  background-image: url("../images/stakeecllipse.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 168px;
  height: 138px;
  right: 20px;
  top: -81px; /* Set your desired height */
  color: #fff; /* Text color */
}
.Ellipse-wrapper {
  position: absolute;
  background-image: url("../images/Group\ 1793.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 182px;
  height: 127px;
  right: 2px;
  top: -81px; /* Set your desired height */
  color: #fff; /* Text color */
}

.ellipse-child-wrapper {
  margin-top: 63px;
  gap: 12px;
}
.ellipse-child-wrapper span {
  font-family: var(--primary-font-bold);
  font-size: 14px;
}
.num-value {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
}
.num-value span {
  font-family: var(--primary-font-bold);
  font-size: 19px;
  color: #00ff1a;
}
.num-value img {
  width: 8px;
  height: 7px;
}
.inner_page_wrapper.stake-page-wrapper {
  position: relative;
}
.btns-stake.button-blue.stake.stake-btn {
  margin-left: 40px;
}
.index-withdraw {
  color: #e85555;
}
.index-deposit {
  color: #12a489;
}
.table.history-table thead tr th {
  border: none;
}
.white-wrapper.home-white-wrapper {
  margin-top: 0rem;
}
.white-wrapper.white-child-wrapper {
  margin-top: 0rem;
}
.table.stake-tablese td {
  padding: 6px;
}
.stake-table-wrapper {
  margin-bottom: 5px;
}

.stake-table-wrapper .col-2 {
  padding: 0; /* Remove padding */
}

.row.custom-margin {
  margin-right: -31px !important;
}
.heading-word {
  padding-left: 0px;
}

@media (max-width: 576px) {
  .image-container {
    display: flex;
    position: relative;
    top: -30%;
    right: -51px;
  }

  .rectangle-image {
    width: 230%;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    min-width: 130px;
  }
}
@media (max-width: 375px) {
  .modal-close-absolute.close-filter {
    bottom: -87px;
  }
}

@media (min-width: 400px) and (max-width: 575px) {
  .btns-stake.button-blue.stake.stake-btn {
    margin-left: 107px;
  }
}
