*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


main {
  margin-bottom: 120px !important;
}

:root{
    --primary-color: #1c1c1e;
    --secondary-color: #059669;
    --black-color: black;
    --white-color: white;
    --very-bold: 700;
    --light-border: #FF9320;
}

.nav-container{
    display: flex;
    justify-content: center;
}

.nav-box{
    background-color: var(--secondary-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(255, 255, 255, 0.264);

}

.nav-box img{
    width: 40px;
    /* border: 2px solid; */
}
.nav-container-content{
    /* height: 70px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #2d333a; */
    /* padding: 0px 30px; */
    /* border-radius: 50px; */
    position: fixed;
    top: 85vh;
    width: 90%;
    margin: auto;
}
.nav-container a{
    text-decoration: none;
    color: white;
}

.nav-container i{
    display: block;
    font-size: 1.3rem;
}

.fa-file-lines{
}


.profile-card {
    /* background-color: #6a29ff; */
    /* width: 400px; */
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile-header {
    /* background-color: #ff68f6; */
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    border-radius: 12px;
    gap: 20px;
    
  }

  .profile-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
    /* border: 2px solid; */
  }
  .username{
    width: fit-content;
    min-width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    background-color: #059669;
    border-top-right-radius: 125px;
    border-bottom-right-radius: 125px;
  }

  .profile-info h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #ffdcf1;
    display: flex;
    padding-left: 20px;
    align-items: center;
  }

  .level{
    background: #FF9320;
    background-size: contain;
    width: 180px;
    height: 50px;
    display: flex;
    margin-top: 5px;
    /* justify-content: center; */
    align-items: center;
    color: black;
    padding-left: 20px;
    background-repeat: no-repeat;
    display: flex;
    gap: 5px;
    color: #fff;
    border-radius: 10px;
    border: 5px solid #059669;  
    border-bottom-right-radius: 60px;
  }

  .profile-info span {
    font-weight: 700;
    font-size: 1rem;
    /* border: 2px solid; */

  }

  .profile-coins {
    background-color: var(--light-border);
    height: 45px;
    width: 150px;
    border-radius: 20px 5px 20px 5px;
    
}
.profile-coins .total-coins{
    background-color: var(--secondary-color);
    padding-left: 20px;
    border-radius: 20px 5px 0 0;
}
.total-coins .head{
    font-size: .7rem;
}
.profile-coins .coins{
    display: flex;
    align-items: end;
    gap: 5px;
    padding-left: 20px;
    

  }
  .profile-coins .text{
    font-size: 1rem;
    font-weight: bold;
    gap: 5px;
    color: white;
  }

  .profile-coins img{
    width: 25px;
  }

  .profile-footer {
    display: flex;
    justify-content: center;
    /* background-color: #4a1da9; */
    /* padding: 10px 20px; */
    gap: 10px;
    position: relative;
    width: 95%;
    margin: auto;
    
  }

  .footer-btn {
    background-color: var(--secondary-color);
    border: none;
    color: white;
    font-size: 0.8rem;
     padding: 8px 15px; 
    width: 100px !important;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    /* flex: 1; */
    margin: 0 5px;
    font-weight: 700;
  }

  /* .footer-btn:hover {
    background-color: #f9b85d;
  } */
  .app-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    gap: 0;
    height: 73px;
    width: 100%;
    margin: auto;
    max-width: 500px;
    background-color: #FF9320;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
.menu-item {
  padding: 10px 14px;
  width: 100%;
  margin: 0;
  height: 100%;
  text-align: center;
}

.menu-item:not(.special):hover {
  background-color: #059669;
}
  
.app-footer a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
  
.menu-item i {
    font-size: 17px;
    transition: color 0.3s ease;
}
  
.menu-item span {
    font-size: 11px;
    margin-top: 5px;
    font-weight: 700;
}
  
/* Hover Effect */
.menu-item a:hover i {
  color: #fff;
}

/* Special Design for Middle Item */
.special {
  position: relative;
}

.special span {
  display: block;
  text-align: center !important;
  margin: 0;
  margin-left: 5px;
}

.special .special-circle {
  background-color: #059669;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  top: -20px;
  left: 12% !important;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-footer .menu-item.special {
  padding-top: 45px !important;
}

.special i {
  font-size: 22px;
  color: #fff ;
}

.special:hover .special-circle {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
  
div.relative {
	position:relative;
}

.eye-icon {
	position: absolute;
	right: 10px;
	top: 55px;
  color: #000;
}

.total-boxes.dashboard {
  padding: 0;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    overscroll-behavior: none;
}