* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
#mainHero {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
}
#heroNavLeft {
  width: 15vw;
  height: 100vh;
  background: linear-gradient(to bottom, black 5%, #d85118 95%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#heroContentRight {
  width: 85vw;
  height: 100vh;
  background-color: black;
}
.dashboard-options {
  display: flex;
  /* gap: 30px; */
  align-items: center;
  flex-direction: column;
  margin-top: 150px;
}
.dashboard-options button {
  width: 90%;
  background: none;
  border: none;
  color: white;
  text-align: left;
  font-size: 22px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

.dashboard-options {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.tab {
  position: relative;
  padding: 12px 16px;
  margin: 6px 0;
  text-align: left;
  background-color: #d85118;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* hover effect */
.tab:hover {
  background-color: #d85118;
  transform: translateX(5px);
  box-shadow: 0 0 10px rgba(216, 81, 24, 0.6);
}

/* active state */
.tab.active {
  background-color: #d85118;
  font-weight: 600;
  box-shadow: inset 4px 0 0 #d85118;
}

/* arrow */
.arrow {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 18px;
}

/* only show arrow when active */
.tab.active .arrow {
  opacity: 1;
}

#settingsOption {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
#settingsOption button {
  width: 90%;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: white;
  border: none;
  text-align: left;
  padding-left: 40px;
  cursor: pointer;
}

#dashboardHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: white;
  padding: 50px 60px;
  padding-bottom: 40px;
}
.dashboardHeadingText {
  font-size: 34px;
  font-weight: 600;
}
.dashboardHeadingProfile {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
.dashboardHeadingProfile p {
  font-size: 24px;
}
.dashboardHeadingProfile img{
  width: 60px;
  border-radius: 50%;
}
#dashboardMarket {
  display: flex;
  gap: 20px;
}
.marketLeft {
  width: 55vw;
  height: 45vh;
  /* border: 1px solid #D85118; */
  margin-left: 30px;
}
.marketRight {
  width: 24vw;
  height: 44vh;
  /* border: 1px solid #D85118; */
}
#dashboardGraph {
  display: flex;
}
.CryptoGraph {
  width: 52vw;
  height: 33vh;
  /* border: 1px solid #D85118; */
  margin-left: 60px;
  margin-top: 30px;
}
.Exchange {
  width: 24.5vw;
  height: 35vh;
  margin-top: 30px;
  margin-left: 40px;
  border: 1px solid #4a4a4a;
  background-color: #1f1f1f;
  border-radius: 0.2vw;
}

.BalanceMain {
  display: flex;
  gap: 40px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Balance {
  width: 45%;
  height: 20vh;
  border: 1px solid #4a4a4a;
  background-color: #1f1f1f;
  border-radius: 0.2vw;
  color: white;
  display: flex;
  flex-direction: column;
}
.balanceAmount{
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #4a4a4a;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
}
.balanceAmount p{
  font-family: "Poppins", sans-serif;
}
.balanceCreditTools{
  width: 100%;
  height: 50%;
  display: flex;
}
.balanceCredit1{
  width: 45%;
  height: 100%;
  border-right: 1px solid #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.balanceCredit2{
  width: 55%;
  height: 100%;
  border-right: 1px solid #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.balanceTop{
  /* display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center; */
  font-size: 24px;
  margin-top: 15px;
  margin-left: 20px;
}
.balanceBottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  padding: 20px;
  text-align: center;
}
.balanceBottomLeft{
  border-right: 1px solid white;
  width: 50%;
  padding-right: 70px;
}
.balanceBottomRight{
  border-left: 1px solid white;
  width: 50%;
  padding-left: 70px;
}

.Currencies {
  width: 45%;
  height: 20vh;
  border: 1px solid #4a4a4a;
  background-color: #1f1f1f;
  border-radius: 0.2vw;
}
.marketHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 34px;
  padding: 0px 30px;
  margin-top: 10px;
}
.marketHeading p {
  font-size: 14px;
}
.liveMiniCards {
  display: flex;
  gap: 48px;
  padding: 30px;
  box-sizing: border-box;
}
.liveMiniCardBox {
  width: 30%;
  height: 15vh;
  /* border: 1px solid red; */
  border-radius: 10vw;
}


