body {
      background-color: #10182F;
      color: white;
      font-family: 'Segoe UI', sans-serif;
    }
    .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background-color: #1E2A47;
      border-bottom: solid 1px #ee9b00;
    }
    .top-bar img {
      border-radius: 50%;
      width: 40px;
    }
    .balance {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .balance span {
      font-weight: bold;
      color: #fbb210;
    }
    .nav-tabs-custom {
      display: flex;
      justify-content: space-around;
      padding: 10px;
      background-color: #151B2C;
    }
    .section-grid { margin-top:30px; }
    .section-card {
      background-color: #1F2B45;
      padding: 15px;
      margin-bottom: 15px;
      border-radius: 10px;
      color: white;
      text-align: center;
    }
    .section-grid .col-6 {
      margin-bottom: 15px;
    }
    .section-card span {
    display: block;
    width: 100%;
    font-size: 20px;
}
.section-card img { max-width:80px;}
.section-grid a:hover { color:#000;}
    .nav-bottom {
      position: fixed;
      bottom: 0;
      width: 100%;
      background-color: #1E2A47;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      z-index:99999;
      border-top: solid 1px #ee9b00;
    }
    .nav-bottom a {
        line-height:0px;
        padding: 0px 0px 10px;
        text-align:center;
        color:#fff;
        text-decoration:none;
    }
    .nav-bottom i {
      color: white;
      margin-bottom: 11px;
      display: block;
    }
    
.wv-mode .adsbygoogle,
.wv-mode iframe {
  display: none !important;
}

