body {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-family: sans-serif;
}
.nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.275)
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
nav>div {
    display: flex;
    margin-left: 10px;
}
nav>.logo {
    gap: 15px;
}
nav>.logo>a {
    width: 160px;
    height: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family: 'Courier New', Courier, monospace;
    cursor: pointer;
    text-decoration: none;
    font-weight: 900;
}
nav>.logo>a>img {
    width: 150px;
}
/* do not edit */
nav>.logo>div {
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.275);
    width: 60px;
    border-radius: 10px;
}
nav>.logo>div>img {
    width: 30px;
}
/* do not edit */
nav>div>div>div>img {
    width: 20px;
}
nav>div>div>div {
    width: 30px;
    height: 27px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.log {
    width: 16px;

}
nav>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
nav>.sec {
    width: 80px;
    justify-content: space-between;
    margin-right: 10px;
    font-size: 10px;
    color: grey;
}
.nav2 {
    display: flex;
    height: 40px;

}
.nav2>div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: GREY;
    cursor: pointer;
    transition: 100ms;
}
.nav2>.acc {
    border-bottom: 3px solid black;
    color: black;
}
.main {
    height: calc(100vh - 170px);
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    display: none;
}
.main>.search {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.main>.search>div {
    width: 90%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(232, 232, 232);
    border-radius: 10px;
    height: 35px;
}
.main>.search>div>img {
    width: 25px;
    margin-left: 10px;
}
.main>.search>div>input {
    background: none;
    outline: none;
    border: none;
    width: 70%;
}

.main>.balance {
    width: 90%;
    /* max-height: 180px; */
    min-height: 183px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.275);
    overflow: hidden;
    
}
.main>.balance>span {
    display: flex;
    background: black;
    color: white;
    height: 50px;
    box-sizing: border-box;
    font-family: 'Courier New';
    font-weight: 900;
    font-size: 17px;
    align-items: center;
    padding-left: 20px;
}
.main>.balance>div {

    box-sizing: border-box;
    padding: 15px;
}
.main>.balance>div>span {
    display: flex;
    color: grey;
    justify-content: space-between;
}
.main>.balance>div>span>button {
    border: none;
    width: 120px;
    height: 28px;
    border-radius: 30px;
    position: relative;
    top: 15px;
    background: black;
    font-weight: 600;
    color: white;
}
.main>.balance>div>div {
    font-size: 25px;
    font-weight: 600;

}
.main>.balance>button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    outline: none;
    border: none;
    width: 100%;
    background: rgb(232, 232, 232);
}
.main>.profile {
    width: 90%;
    min-height: 170px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.275);
    box-sizing: border-box;
    padding: 20px;
}
.main>.profile>span {
    font-size: 25px;
    font-weight: 600;
}
.main>.profile>p {
    color: grey;
}
.main>.profile>p>span {
    color: black;
    font-weight: 600;
}
.main>.copyright {
    color: gray;
    /* margin-top: 15%; */
    margin-bottom: 15px;
}
footer {
    transition: 100ms;
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-around;
    font-weight: 600;
    color: grey;
    font-size: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.275);
    position: sticky;
    bottom: 0;
    background: transparent;
    backdrop-filter: blur(4px);
    padding: 10px;
    box-sizing: border-box;
}
footer>div{
    transition: 100ms;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
footer>div>img {
    width: 19px;
}


.home {
    color: black;
    font-size: 14px;
}




/* From Uiverse.io by aryamitra06 */ 
.loader {
  display: flex;
  align-items: center;
  margin-left: 7%;
  min-height: 30px;
  max-height: 30px;
}

.bar {
  display: inline-block;
  width: 9px;
  height: 15px;
  background-color: rgba(89, 89, 89, 0.5);
  border-radius: 10px;
  animation: scale-up4 1s linear infinite;
}

.bar:nth-child(2) {
  height: 25px;
  margin: 0 5px;
  animation-delay: .25s;
}

.bar:nth-child(3) {
  animation-delay: .5s;
}

@keyframes scale-up4 {
  20% {
    background-color: #000000;
    transform: scaleY(1.5);
  }

  40% {
    transform: scaleY(1);
  }
}