
::-webkit-scrollbar {
    display: none;
}
    body { overflow:hidden;}

.mobile-menu-inner{
    background-color:#4D2C7A;
    color: #fff;
}

.mobile-nav{
    background-color:#4D2C7A;
}
.mobile-menu-inner li a{
    color: #fff;
}

.page {
  width: 100%;
  height: 100vh!important;
/*  background: #4D2C7A;*/
  overflow: auto;
  z-index: 1;
  position: relative
}
.mobile-nav ul {
  margin: 0 0 25px;
  padding: 0
}
.mobile-nav ul li {
  list-style: none
}
.hamburger {
  position: fixed;
  top: 0;
  float: right;
  margin: 10px;
  padding: 10px 10px 9px;
  cursor: pointer;
  z-index: 999;
  display: block
}
.hamburger .hamburger-inner {
  position: relative;
  height: 21px;
  width: 30px;
  display: block;
  margin: 0;
  padding: 0;
   
      
}
.hamburger .bar {
  width: 25px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0;
    display: none;
}
.hamburger .bar.bar2, .hamburger .bar.bar3 {
  top: 9px
}
.hamburger .bar.bar4 {
  top: 18px
}
.hamburger.open .bar1, .hamburger.open .bar4 {
  
}
.hamburger.open .bar2, .hamburger.open .bar3 {
  height: 3px
}

.hamburger.open{
	right: 295px!important;
	border: 0px solid #fff;
}




.mobile-menu-inner h1{
    color: #FC7E02;
    font-family: robotobold;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom:0px solid #FC7E02;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.mobile-menu-inner ul,
.mobile-menu-inner ul li{padding: 0; margin: 0;}

.mobile-menu-inner ul{
    margin-bottom: 30px;
}

.mobile-menu-inner ul li i{
    padding: 5px;
    padding-left: 0;
    font-size: 25px;
    vertical-align: middle;
}

.mobile-menu-inner ul li a{
    font-size: 16px;
    background-color: rgba(255,255,255,0);
    display: block;
    padding-top:5px;
    margin:0;
    margin-bottom: 5px;: 
}

.mob-logo{
    margin-bottom: 40px;
}
.mob-logo >div:last-child{
    text-align: right;
}

.mob-logo >div:last-child a{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.mob-logo >div:last-child  i{
    padding-left: 5px;
}

@media(max-width:500px){
    .pace .pace-activity {
  top: 27px;
  right: 64px;
}
}

.cur-wrapper > a:active{
    border: 1px solid #fff;
}
.cur-wrapper > a{
    padding:7px 10px;
    
    border-radius: 15px;
}
.cur-wrapper{
    position:relative;
    float: right;
    right: -20px;
    
    width:100px;
    text-align: center;
    padding:0px 0px;
}
.mobile-currencies{
    transform: translate3d(0.8px, 0.2px, 0px);
    position: absolute;
    display: none;
    background-color: #42236d;
    padding: 0px 5px;
    border: 0px solid #ccc;
    position: absolute;
    z-index: 1;
    right:15px;
    top: 40px;
    width: 70px;
    border-radius: 10px;
}

.mobile-currencies ul{margin: 0;}
.mobile-currencies ul li{
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.22);
}
.mobile-currencies ul li a{
    padding:0px 5px!important;
    margin: 0;
}
.mobile-currencies ul li:last-child{
    border-bottom:0px;
}




/* Apply CSS to the list */
.mobile-account {
  list-style: none; /* Remove default list bullets */
  padding: 0; /* Remove default list padding */
  margin: 0; /* Remove default list margin */
}

/* Style the list items to float */
.mobile-account li {
  float: left;
  width: 45%; 
  box-sizing: border-box; 
  text-align: center; /* Center the content horizontally */
  border: 0px solid #ccc; /* Add a border for visual separation */
  padding: 5px!important; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); /* Add a shadow for visual effect */
  border-radius: 5px;
  margin-right: 10px!important;
    margin-bottom: 10px!important;
    background-color: rgba(255,255,255,0.08);
}

/* Clear the float after every two items */
.mobile-account::after {
  content: "";
  display: table;
  clear: both;
}

/* Optional: Add some margin to separate rows */
.mobile-account li:nth-child(2n+1) {
  margin-right: 0px;
}

/* Optional: Add a background color or other styling */
.mobile-account li:hover {
  background-color: rgba(223,223,223,0.19);
}
.mobile-account li a{ 
    line-height: 14px!important; 
    font-size: 12px!important;
    text-align: left;
}

.mobile-account li{
    display: flex;
    padding: 5px;
}

.mobile-account li span{
    display: block;
}
.mobile-account li i{
    font-size: 20px!important;
    padding-top: 8px!important;
    padding-left: 5px!important;
}

.mobile-account li:hover {
    background-color: var(--reverse);
  }


