body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
    overflow: hidden;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lb-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(4, 11, 18, 0.75);
    backdrop-filter: blur(2px);
}

.lb-overlay[hidden] {
    display: none !important;
}

.lb-panel {
    width: min(560px, 100%);
    max-height: min(90vh, 760px);
    border: 2px solid #24455f;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #23323f 0%, #172129 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    color: #fff;
    font-family: myfont, Arial, sans-serif;
}

.lb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.2);
}

.lb-title {
    font-size: 24px;
    color: #f6b22f;
    letter-spacing: 0.4px;
}

.lb-close {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9px;
    background: #1e2a34;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.lb-close:hover {
    background: #2a3a49;
}

.lb-scopes {
    display: flex;
    gap: 8px;
    padding: 12px 14px 8px;
    flex-wrap: wrap;
}

.lb-player {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0 14px 12px;
}

.lb-player-label {
    min-width: 88px;
    font-size: 14px;
    color: #d8e3ea;
}

.lb-player-input {
    flex: 1;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: #1e2a34;
    color: #fff;
    padding: 0 10px;
    font-family: inherit;
}

.lb-save-btn {
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: #233747;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    font-family: inherit;
}

.lb-save-btn:hover {
    background: #2c4458;
}

.lb-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px 10px;
}

.lb-current {
    color: #d8e3ea;
    font-size: 14px;
}

.lb-submit-btn {
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: #f6b22f;
    color: #101820;
    padding: 0 12px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
}

.lb-submit-btn:hover {
    filter: brightness(1.05);
}

.lb-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.lb-scope-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #202d38;
    color: #d8e3ea;
    border-radius: 999px;
    padding: 7px 12px;
    cursor: pointer;
    font-family: inherit;
}

.lb-scope-btn:hover {
    background: #273846;
}

.lb-scope-btn.is-active {
    background: #f6b22f;
    border-color: #f6b22f;
    color: #101820;
}

.lb-table-wrap {
    padding: 0 14px 14px;
    max-height: calc(90vh - 130px);
    overflow: auto;
}

.lb-table {
    width: 100%;
    border-collapse: collapse;
}

.lb-table th,
.lb-table td {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.lb-table th:nth-child(1),
.lb-table td:nth-child(1) {
    width: 70px;
}

.lb-table th:nth-child(3),
.lb-table td:nth-child(3) {
    width: 140px;
    text-align: right;
}

.lb-table tbody tr:nth-child(1) {
    color: #ffd66f;
}

.lb-table tbody tr:nth-child(2) {
    color: #c5ddf1;
}

.lb-table tbody tr:nth-child(3) {
    color: #f0c098;
}

.lb-status {
    padding: 0 14px 10px;
    color: #b8c7d1;
    font-size: 13px;
    min-height: 16px;
}

/* ========================================= */
/* ADS IN GAME CSS          */
/* ========================================= */

.ads_loadding {
    width: 100vw;
    display: flex;
    overflow: hidden;
    text-align: center;
    justify-content: center;
  }
  .row_loadding {
    width: 100vw;
    height: 100vh;
    position: relative;
    color: #fff;
  }
  .tilte-game {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }
  .btn_play {
    transition: all 0.3s ease-in-out;
    font-family: inherit;
  }
  
  .ads_loadding_content {
    width: 100vw;
    text-align: center;
    min-width: 300px;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .ads_loadding_text {
    width: 100vw;
    text-align: center;
    margin-top: 100px;
  }
  .btn_play {
    width: 150px;
    height: 60px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #feb692 0%, #ea5455 100%);
    box-shadow: 0 20px 30px -6px rgba(238, 103, 97, 0.5);
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 24px;
    color: white;
    margin-top: 15px;
  }
  
  .btn_play:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
  .btn_play:active {
    opacity: 0.5;
  }
  
  @media (max-width: 991px) {
      .ads_loadding_text, .ads_loadding {
          display: none;
      }
      .tilte-game{
          margin-top: 250px;
      }
      .ads_inGame{
          margin-top: 150px;
      }
      .progress {
          width: 90%;
      }
  
  }
  #AdsInGame {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    display: none;
      color: #fff;	
  }
  #btn_close {
    width: 100%;
    text-align: center;
    display: none;
  }
  #vaule_countdown {
    width: 100vw;
    text-align: center;
    margin-top: 15px;
      color: #fff;	
  }
