/* Main Container */
:root {
    --font-family: 'Arial', sans-serif;
    --font-color: #ffffff;
    --background-color: #0e0e0e;
    --yellow-color: #ffe500;
    --dark-box: #1a1a1a;
    --border-color-1: #ffe500;
    --border-color-2: #00ff00;
    --border-color-3: #0066ff;
    --border-color-4: #ff00ff;
    --border-color-5: #ff6600;
    --border-color-6: #9900ff;
    --border-color-7: #00ffff;
    --border-color-8: #ff0066;
    --border-color-9: #66ff00;
    --border-color-10: #ff0000;
    --border-color-11: #0099ff;
    --border-color-12: #ff9900;
    --black-color: #000000;
    --card-color: #000000;
    --text-color: #ffffff;
    --border-color: #ffed00;
    --coin-color: #ffcc00;
    --level-badge-bg: #0f3;
    --progress-bg: #2a2a2a;
    --progress-fill: #ffd700;
    --primary-yellow: #ffe500;
    --bg-dark: #0e0e0e;
    --box-dark: #1a1a1a;
    --text-white: #ffffff;
    --border-color: #333;
}
body {
  /*background-image: url('/images/Background.png');*/
  background-attachment: fixed;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  color: #ffffff;
}
.activity-main-container {
  max-width: 500px;
  width: 100%;
  margin: auto;
  min-height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
}

/* Card */
.play-game-page .card {
    background: var(--card);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
    position: relative;
    box-shadow: none;
    border: 1px solid #33333329 !important;
}

.play-game-page .card-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.play-game-page .game-icon {
  border-radius: 10px;
}

.play-game-page .text-group h6 {
  font-size: 16px;
  margin: 0;
}

.play-game-page .level-badge {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid #00be4f;
  color: #00be4f;
  display: inline-block;
  margin-top: 6px;
}

.play-game-page .card-right {
  position: absolute;
  right: 15px;
  top: 20px;
}

.play-game-page .coin-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #111;
  padding: 6px 10px;
  border-radius: 10px;
}

/* Progress */
.play-game-page .progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 10px;
  color: #ccc;
}

.play-game-page .progress-bar {
  height: 6px;
  background: var(--progress-bg);
  border-radius: 4px;
  overflow: hidden;
}

.play-game-page .progress-fill {
  height: 100%;
  width: 10%;
  background: var(--progress-fill);
}
.activity-main-container .game-box, .activity-main-container .quiz-box {
    background-color: var(--yellow-color);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 20px;
}
.activity-main-container .game-content, .activity-main-container .quiz-content {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
}
.activity-main-container .game-content button, .activity-main-container .quiz-content button, .activity-main-container .rewards button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 11px;
    border-radius: 8px;
    cursor: pointer;
    min-width: 100px;
    font-weight: 600;
    width: 51%;
}
.page-wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #0f0f0f;
  min-height: 100vh;
/*  display: flex;
  flex-direction: column;
  align-items: center;*/
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
/*--------------------- withraw pages --------------------*/

 .container {
  width: 100%;
  max-width: 500px;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px 25px;
  text-align: center;
}

.withraw-container .small-container {
  max-width: 400px;
  margin: 0 auto;
}

.withraw-container .balance-box {
    background: var(--box-dark);
    border: 2px solid var(--primary-yellow);
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.withraw-container .logo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.withraw-container .title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.withraw-container .subtitle {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 20px;
}

.withraw-container .balance-box {
  background: var(--box-dark);
  border: 2px solid var(--primary-yellow);
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.withraw-container .input-box input {
  width: 100%;
  padding: 12px 15px;
  background: #222;
  border: none;
  border-radius: 8px;
  color: var(--text-white);
  margin-bottom: 15px;
}

.withraw-container .note {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 15px;
}

.withraw-container .diamond-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.withraw-container .diamond-options button {
  background: #222;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 12px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.withraw-container .diamond-options button.selected,
.withraw-container .diamond-options button:hover {
  border-color: var(--primary-yellow);
  background-color: #1e1e1e;
}

.withraw-container .withdraw-btn {
  background-color: var(--primary-yellow);
  color: #000;
  padding: 14px 12px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}

.withraw-container .native-box {
  background-color: #222;
  padding: 20px;
  border-radius: 14px;
  color: #fff;
}

/* Popup styles */
.withraw-container #popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.withraw-container #popup-box {
  background: #fff;
  color: #000;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 300px;
  text-align: center;
}

.withraw-container #close-popup {
  padding: 8px 16px;
  border: none;
  background: #222;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.withraw-container .margin-top-bottom {
  margin-top: 15px;
  margin-bottom: 15px;
}

.withraw-container .rbx-coin-flex {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.withraw-container img.rbx-width-coin {
  width: 20px;
}
.ads{
  box-shadow: none !important;
}

/*------------------- End -----------------------------*/