body {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
}

/* Edge & IE */
body {
  -ms-overflow-style: none;
}

.sidemenu li a {
  color: #ffffff;
}

.sidemenu li a.activemenu,
.sidemenu li a.activesub,
.sidemenu li a:hover {
  color: #ffffff;
  font-weight: bold;
}

.tradingview-widget-container2 {
      position: relative;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(8px);
      padding: 0.5rem;
      border-radius: 0.5rem;
    }
    .blue-text {
      color: #1E90FF;
    }
    
.bodybg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bodybg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/bgbody.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.2;
}
.logingregbg {
  position: relative;
}
.logingregbg::before {
  content: "";
  background-image: url("../images/loginbg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.titletext {
    background: linear-gradient(to bottom, #cfc09f 27%, #ffecb3 40%, #f1ba4b 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}
.rankingboxbg::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/rankingboxbg.svg);
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 0;
}
.rankingboxbg .gridbox::after {
  content: attr(data-rank);
  position: absolute;
  color: #d5a45a;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
  white-space: nowrap;
  /* âœ… Cross-browser writing mode fix */
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  /* âœ… Ensure visibility */
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  letter-spacing: 2px;
  font-weight: 600;
}
/* âœ… Fix height issues */
.sidemenu li a svg {
  background-image: url("../images/boxbg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card {
  position: relative;
  display: grid;
  /* place-items: center; */
  padding: 3px;
  border-radius: 14px;
  background: transparent;
  z-index: 1;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px; 
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #b87333 0%,
      #aa6431 10%,
      #8b5a2b 30%,
      #704214 45%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #fdf5e6 0%,
      #d9a066 10%,
      #c08457 30%,
      #8b5a2b 60%,
      #5a3a1a 100%
    );
  border-radius: 16px;
  z-index: -1;
  animation: spin 2.5s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(var(--rotate), #f3d060, #a5282c);
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #b87333 0%,
      #aa6431 10%,
      #8b5a2b 30%,
      #704214 45%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #fdf5e6 0%,
      #d9a066 10%,
      #c08457 30%,
      #8b5a2b 60%,
      #5a3a1a 100%
    );

  z-index: -2;
  filter: blur(80px) opacity(0.6);
  transform: scale(0.95);
}

.card-content {
  background: #181a1abf;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/login/loginbg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.2;
}
/* .sidemenu li a.activemenu svg,
.sidemenu li a:hover svg {
  outline: 2px solid rgba(255, 255, 255, 0.452);
} */

/* 
.sidemenu li:nth-child(1) a svg {
  background-color: #ff7551;
}

.sidemenu li:nth-child(2) a svg {
  background-color: #32a7e2;
}

.sidemenu li:nth-child(3) a svg {
  background-color: #6c5ecf;
}

.sidemenu li:nth-child(4) a svg {
  background-color: #749318;
}

.sidemenu li:nth-child(5) a svg {
  background-color: #93185b;
}

.sidemenu li:nth-child(6) a svg {
  background-color: #ff7551;
} */
 .recahinbg {
  border: 1px solid #be8356;
  background-color: #1F1F20;
  background: linear-gradient(165deg,#7c4d1eab 10%, rgb(30, 26, 25) 65%, rgb(88, 62, 45) 120%, rgb(51, 32, 18) 170%);
  box-shadow:
    0 5px 1.5px -4px #05050540,
    inset 2px 4px 16px #f8f8f80f;
}
.buttonbg {
  /* background-image: url('../images/buttonbg.svg'); */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  line-height: 1 !important;
  min-height: 60px;
  min-width: 155px;
  border: 2px solid #b08837;
  background-color: #000;
}

.buttonbg span {
  /* padding: 10px 0px; */
  display: block;
  line-height: 1;
  max-width: 120px;
  text-align: center;
}

.sidemenu::before {
  content: "";
  background-image: url("../images/loginbg.webp");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
  top: 0px;
  left: 0px;
}

/* .loginregbox::before {
  content: "";
  background-image: url('../images/sidemenubg.svg');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.12;
  top: 0px;
  left: 0px;
  pointer-events: none;
} */

.rankbgbox::after {
  content: "";
  background-image: url("../images/rankbgbox.svg");
  background-size: 130px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  top: 0px;
  left: 0px;
}

.rankbgbox::before {
  content: "";
  background-image: url("../images/sidemenubg.svg");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: contain;
  background-position: bottom center;
  background-repeat: repeat;
  z-index: 0;
  opacity: 0.15;
  top: 0px;
  left: 0px;
}

.text-gradient {
  background-image: linear-gradient(54.39deg, #f8ef74 5%, #c95efa 35%, #a585f1 46%, #6d76fc 65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.leading-none {
  line-height: 1 !important;
}

.selectbox option {
  color: #000000;
}

.levelbox {
  width: 160px;
  height: 160px;
  background-image: url("../images/boxbg2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.levelboxbig {
  width: 160px;
  height: 160px;
  background-image: url("../images/boxbg2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.borderdashed::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  #sidebar {
    position: fixed;
    top: 0px;
    left: -240px;
    max-width: 240px;
    width: 100%;
    z-index: 50;
    height: 100% !important;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 72px;
  }

  .rankingboxmn::after {
    width: 80px;
    height: 50px;
  }

  #sidebar.sidemenutoggle {
    left: 0px;
  }

  #sidebar.sidemenutoggle > .hidesidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 49;
    height: 100% !important;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .buttonbg {
    min-height: 50px;
    min-width: 130px;
  }
}

@media only screen and (max-width: 390px) {
  .levelboxbig {
    width: 120px;
    height: 120px;
  }
}

.incomeOverview_tab li button {
  border-bottom: 1px solid transparent !important;
}

.incomeOverview_tab li button.text-blue-600 {
  /* border-color: #ffffff !important; */
  color: #ffffff;
  background-color: #a76d35;
}

.notyf__toast--upper {
  margin-bottom: 4px !important;
}

.qrcodebpx {
  margin-bottom: 30px;
}

.qrcodebpx svg {
  margin: 0 auto;
  padding: 10px;
  max-width: 240px;
  border: 2px solid #4d4d4d;
  border-radius: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #ffffff !important;
}
