* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c {
  flex-flow: column;
}

.texCen {
  text-align: center;
}

.w100p {
  width: 100%;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

body {
  --lightBg1: #fff;
  --lightBg2: #eee;
  --darkBg1: #111;
  --darkBg2: #222;
  --lightText1: #fff;
  --darkText2: #222;
  --darkText3: #333;
  --darkText5: #555;
  --headerBg: #000;
  min-height: 100vh;
  background: var(--lightBg2);
  font-family: sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
}

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

.forceCenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noBtn {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

.button {
  padding: 7px 16px;
  margin: 5px 0;
  border-radius: 99px;
  background: var(--stdBg);
  color: #fff;
  letter-spacing: 1px;
  filter: hue-rotate(45deg);
}

.lined {
  text-align: center;
  width: max-content;
  --w: 100px;
}

.lined::before,
.lined::after {
  content: "";
  position: absolute;
  width: var(--w);
  height: 1px;
  background: var(--lightBg1);
  top: 50%;
}

.lined::before {
  left: calc(-1*var(--w));
}

.lined::after {
  right: calc(-1*var(--w));
}

@media screen and (max-width: 600px) {
  .lined {
    --w: 50px;
  }
}

body>* ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body>* ::-moz-scrollbar {
  width: 0;
  height: 0;
}

body * {
  scrollbar-width: none;
}



body.dark-theme {
  background: url("../../img/loginbg.jpg") center;
  color: white;
  margin: 0;
  /* Reset default margin */
  padding: 0;
  /* Reset default padding */
}

header {
  --hBg: #240046;
  background: var(--hBg);
  color: white;
  padding: 20px 0;
  /* Increased padding */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
}


/* ============================== */
.header {
  background: url("../../img/headban.jpg");
  color: #fff;
  height: 500px;
  background-position: 48% 61%;
  overflow: hidden;
}

.header .topTxt {
  font-size: 5em;
}

.header .topTxt .lineMargin {
  --topTxHeadLineMargin: 30px;
  --topTxHeHei: 40px;
}

.header .topTxt .left,
.header .topTxt .right {
  width: 50%;
  font-family: Big Shoulders Stencil Display;
}

.header .logoPan {
  --logoSize: 320px;
  aspect-ratio: 10/8;
  width: var(--logoSize);
  position: absolute;
  bottom: calc(-1* var(--logoSize) /5);
  border-radius: calc(var(--logoSize)/2) calc(var(--logoSize)/2) 0 0;
  overflow: hidden;
}

.header .logoPan .logo {
  width: 100%;
  background: var(--headerBg);
  height: 100%;
}

.header .logoPan .logo img {
  top: -10px;
  background: var(--headerBg);
  height: 100%;
}

.menuPan {
  justify-content: space-between;
  overflow: auto;
  font-family: "Nova Round";
  position: sticky;
  top: 10px;
  background: var(--headerBg);
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 2;
}

.menuPan .menuList {
  width: calc(100% - 50px);
  justify-content: flex-start;
  overflow: auto;
  /*   scroll-behavior: smooth; */
  /*   -webkit-scroll-behavior: smooth; */
}

body {
  /*   display: none; */
}

.menuList .menuItem {
  padding: 10px;
  cursor: pointer;
  font-size: 1.1em;
  transition: all .25s;
  min-width: 150px;
  height: 50px;
}

.menuList .menuItem span {
  margin: 2px;
}

.menuList .menuItem a {
  color: #fffd;
}

.menuList .menuItem:hover a {
  color: #fff;
}

.seeMore {
  right: 0;
  top: 0;
  position: absolute;
  background: var(--headerBg);
  box-shadow: -10px 0 30px var(--headerBg);
  align-items: flex-end;
  width: 60px;
  height: 50px;
  padding-right: 15px;

}

.seeMore span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 4px 0;
}

.seeMore span::after {
  position: absolute;
  content: '';
  width: 2px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  left: -5px;
}

/*
.seeMore span:nth-child(2){
  width: 10px;
}
.seeMore span:nth-child(3){
  width: 18px;
} */

/* MENU CSS */
.menuBox {
  position: fixed;
  width: 0px;
  border-radius: 10px;
  right: 10px;
  z-index: 100;
  background: #0004;
  color: #fff;
  max-height: calc(100vh - 200px);
  overflow: auto;
  transition: all .25s;
  opacity: 0;
  z-index: 1000;
  user-select: none;
  -webkit-user-select: none;
  border: 1px solid #ffffff29;
  backdrop-filter: blur(14px);
}

.menuBox.active {
  width: 200px;
  box-shadow: 0 5px 10px #0001;
  opacity: 1;
}

.menuBox * {
  transition: all .25s;
}

.menuBox .list {
  height: 1em;
  padding: 25px;
  justify-content: flex-end;
  transition: all .1s;
}

.menuBox .list:hover {
  background: #0000002b;
  cursor: pointer;
}

.menuBox .list a {
  color: #fffa;
  text-decoration: none;
}

.menuBox .list .ico {
  margin-left: 10px;
}

.menuBox .list .menuToShow {
  transform: scale(.7, 1);
  opacity: 0;
}

.menuBox .list .menuToShow.active {
  transform: scale(1, 1);
  opacity: 1;
  text-align: right;
}

.header {
  height: 250px;
}

@media screen and (max-width: 1000px) {

  .header .topTxt {
    font-size: 4em;
  }

  .header .logoPan {
    --logoSize: 220px;
  }

  .header {
    height: 250px;
  }
}

@media screen and (max-width: 900px) {

  .header .topTxt {
    font-size: 3em;
  }

  .header .logoPan {
    --logoSize: 220px;
  }

  .header {
    background-position: 48% 56%;
    background-size: cover;
    height: 200px;
  }
}

.header .topTxt {
  font-size: 1.8em;
}

.header .logoPan {
  --logoSize: 160px;
}


.header .topTxt .lineMargin {
  --topTxHeadLineMargin: 10px;
  --topTxHeHei: 20px;
}

.header .logoPan .logo img {
  top: -5px;
}

/* =================== */

.dashboard {
  max-width: 1000px;
  padding: 30px;
}

.glassPanel{
  background-color: #00000047;
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 20px #00000047;
  border: 1.5px solid #ffffff12;
}

.user-info {
  /* margin-bottom: 30px; */
  /* border: .5px solid #000; */
  padding: 30px;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  width: calc(100vw - 100px);
  max-width: 1000px;
}

.profile-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  /* Increased margin */
}

.profile-image {
  width: 70px;
  /* Increased size */
  height: 70px;
  /* Increased size */
  border-radius: 50%;
  background-color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
  /* Increased font size */
  margin-right: 20px;
  /* Increased margin */
}

.stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
  /* Increased margin */
}

.stat-card {
  padding: 30px;
  /* Increased padding */
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 15px;
  /* Increased margin */
  border-radius: 8px;
  transition: transform 0.3s;
  /* background: url("../../img/tileBan.png") center; */
  /* background: url("https://t4.ftcdn.net/jpg/07/57/06/89/360_F_757068933_vFKV3o0xdUTkBPnmxk9sC6sAOULWhNP7.jpg") center; */

  border: 1px solid #fff2;

}

.stat-card:hover {
  transform: translateY(-5px);
}

.recent-transactions {

  background-color: #24004677;
  backdrop-filter: blur(5px);
  border: 2px solid #000;
  padding: 30px;
  /* Increased padding */
  border-radius: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #333;
  padding: 15px;
  /* Increased padding */
  text-align: left;
}

th {
  background-color: #2a2a2a;
}

#copyButton {
  background: linear-gradient(to right, #6200ee, #bb86fc);
  color: white;
  padding: 10px 20px;
  /* Increased padding */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.2s;
}

#copyButton:hover {
  transform: scale(1.05);
}

.profile-edit-link {
  background: linear-gradient(to right, #6200ee, #bb86fc);
  color: white;
  padding: 10px 20px;
  /* Increased padding */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  transition: transform 0.2s;
  margin-top: 15px;
  /* Added margin */
}

.profile-edit-link:hover {
  transform: scale(1.05);
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .stats {
    flex-direction: column;
    align-items: center;
  }

  .stat-card {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .user-info {
    width: calc(100vw - 20px)
  }

  .dashboard {
    padding: 20px 0;
  }

}