.sc-bottom-bar{
  position:absolute;
  display:flex;
  padding: 10px 46px;
  justify-content:space-between;
  /* width:100%; */
  margin:auto;
  /* top:0; */
  left:0;
  bottom:0;
  right:0;
  height: 56px;
  /* background-color: aqua; */
  font-size:26px;
  background-image: radial-gradient(circle at 36px 6px, transparent 36px, #ff4c6a 37px);
  filter: drop-shadow(0px -1px 6px  rgba(0, 0, 0, 0.08)) drop-shadow(0px -2px 12px  rgba(0, 0, 0, 0.12));
  /* border-bottom-left-radius:30px;
  border-bottom-right-radius:30px; */
  transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) .45s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sc-nav-indicator{
  position:absolute; 

  width: 56px;
  height: 56px;
  bottom:19px;
  margin:auto;
  left:0;
  
  background-color: #fff;
  box-shadow: var(--main-cast-shadow);
  border-radius:50%;
  transition: cubic-bezier(0.45, 0.73, 0, 0.59) .3s;
}
.sc-menu-item{
  color:var(--fore-color);
  transition:ease-in-out .5s;
  
  cursor: pointer;
}
.sc-current{
  position:relative;
  color:#000000;
  
  z-index:3;
  transform:translate3d(0px,-22px,0px);
}
/* ********************************************************* side nav ********************************************************* */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #181818;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 60px;
}

.sidenav a {
  padding: 6px 0px 7px 5px;
  text-decoration: none;
  font-size: 21px;
  color: #808080;
  display: block;
  transition: 0.3s;
  font-family: Arial, Helvetica, sans-serif;
}

.sidenav a:hover {
  color: rgb(13, 208, 156);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.menu-top{
  padding: 2px;
  /* position: fixed;
  top: 0;
  width: 100%;
  padding-right: 10px; */
}
.brand{
  font-size: 18px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 600;
  padding: 10px;
  padding-top:15px;
  color: #151515;
}

/* ********************************************************* side nav end ********************************************************* */
.wllet-blc-amout {
  font-size: 14px;
  font-weight: 500;

  background: rgb(13, 208, 156);
  color: #ffffff;
  width: 75px;
  padding: 5px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  /* box-shadow: 0px 0px 3px 0px #fff; */
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
  /* border-bottom: 1px solid #ccc; */
}
.app-header h5 {
  margin: 0;
  /* font-size: 2rem; */
  font-size: 1.8rem;
}
.app-header .back-btn {
  position: absolute;
  left: 10px;
  font-size: 2rem;
}