/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFF00;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFFF00;
}


body {
  background-position: center;
  background-size: cover;
}

* {
  margin: 0px;
}
.gold-btn {
  background: #FFFF00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  font-size: larger;
}

.gold-btn {
  background: #FFFF00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  font-size: larger;
  /* box-shadow: 0px 0px 5px 2px #ff7f08c5; */

  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 3px;
}

.gold-label {
  background: #FFFF00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  font-size: large;
  /* box-shadow: 1px 1px #ff7f08c5, 2px 2px #ff7f08c5, 2px 3px #ff7f08c5; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.bg-gold {
  background: #FFFF00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFF00, #FFFF00, #FFFF00);
}

.homepage {
  height: 95vh;
}

.login {
  height: 85vh;
}

.text-gold {
  color: #FFFF00;
}

.input-1 {
  border: 2px solid #FFFF00;
  border-left: 5px solid #FFFF00;

  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: large;
}

.checkzone:checked {
  background-color: #FFFF00;
  color: black;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

marquee {
  background: #FFFF00; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #FFFF00,
    #FFFF00,
    #FFFF00
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff3f3f #f16c43,
    #ff3f3f
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  font-size: large;
  margin: 15px auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
.lt-container {
  position: relative;
}

.lt-badge {
  position: absolute;
  bottom: 0;
  margin-bottom: -5px;
  left: 0;
  right: 0;
  font-size: 14.5px;
}

.sidebar {
  background-image: url("background.jpg");
  background-position: center;
  background-size: cover;
}

#loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: +999999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: +999999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading img {
  width: 100px;
}

.bottom-button {
  background-color: #2234ae;
  background-image: linear-gradient(to bottom, #1c70e4 0%, #002a4c 74%);

  border: 1px solid rgba(256, 256, 256, 0.1);
  color: #ff8f12;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  padding: 5px;
}

.bottom-button-link {
  flex-grow: 1;
}

.bottom-button img {
  height: 30px;
}

.ac-profile {
  border: 2px solid #ff8f12;
}

/* CSS */
.button-41 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #00d775, #00bd68);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial,
    sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow 0.2s;
}

/* CSS */
.button-42 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #ff7e31, #e6030e);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial,
    sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
  transition: box-shadow 0.2s;
}

#installInstructions {
  display: none;
}
@media (display-mode: browser) {
  #installInstructions {
    display: block;
  }
}

.bg-yellow{
    background-color:#FFFF00 !important;
}

.text-warning{
    color:#FFFF00 !important;
}

.btn-outline-warning{
    color: var(--accent, #00e676) !important;
    background-color: transparent !important;
    border: 1px solid var(--accent, #00e676) !important;
}

.btn-warning{
    background-color: var(--accent, #00e676) !important;
    color: #0a0a0a !important;
    border: none !important;
}
/* ═══════════════════════════════════════════════
   GREENZONE — Colorful Gaming Theme
   Colors matched to GreenZone Logo
   Green | Golden | Blue | Red | White
   ═══════════════════════════════════════════════ */

:root {
  --bg-primary: #f0f2f5;
  --bg-surface: #ffffff;
  --bg-elevated: #ffffff;
  --bg-card: #ffffff;

  /* Logo Green */
  --accent: #4CAF50;
  --accent-dim: #388E3C;
  --accent-bright: #66BB6A;
  --accent-glow: rgba(76, 175, 80, 0.35);
  --accent-subtle: rgba(76, 175, 80, 0.08);

  /* Logo Golden */
  --gold: #FFD700;
  --gold-dim: #FFC107;
  --gold-glow: rgba(255, 215, 0, 0.25);

  /* Logo Red */
  --red: #D32F2F;
  --red-bright: #EF5350;
  --red-glow: rgba(211, 47, 47, 0.25);

  /* Logo Blue */
  --blue: #1976D2;
  --blue-bright: #42A5F5;
  --blue-glow: rgba(25, 118, 210, 0.25);

  /* Orange */
  --orange: #FF9800;

  --text-primary: #212121;
  --text-secondary: #555;
  --text-tertiary: #999;

  --border: #e0e0e0;
  --border-accent: rgba(76, 175, 80, 0.3);
  --border-gold: rgba(255, 215, 0, 0.3);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-pill: 50px;
}

/* ── Base ── */
body.dark-theme {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Outfit', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

/* ── Glass Panel (Navbars) ── */
.glass-panel {
  background: linear-gradient(135deg, #4CAF50, #388E3C);
  box-shadow: 0 2px 12px rgba(76,175,80,0.3);
}

/* ── Cards ── */
.glass-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.glass-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--border-accent);
}

/* ── Accent Text ── */
.neon-text {
  color: var(--accent);
  font-weight: 700;
}

/* ── Green Button ── */
.neon-btn {
  background: linear-gradient(135deg, #4CAF50, #388E3C);
  color: #fff !important;
  border: none;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: var(--radius-sm);
  box-shadow: 0 3px 12px rgba(76,175,80,0.3);
  transition: all 0.25s ease;
}

.neon-btn:hover {
  background: linear-gradient(135deg, #66BB6A, #4CAF50);
  box-shadow: 0 5px 18px rgba(76,175,80,0.4);
  transform: translateY(-1px);
}

/* ── Gold Button ── */
.gold-action-btn {
  background: linear-gradient(135deg, #FFD700, #FFC107);
  color: #3E2723 !important;
  border: none;
  font-weight: 700;
  border-radius: var(--radius-sm);
  box-shadow: 0 3px 12px rgba(255,215,0,0.3);
}

/* ── Blue Button ── */
.blue-btn {
  background: linear-gradient(135deg, #1976D2, #1565C0);
  color: #fff !important;
  border: none;
  font-weight: 700;
  border-radius: var(--radius-sm);
  box-shadow: 0 3px 12px rgba(25,118,210,0.3);
}

/* ── Bottom Navigation ── */
.bottom-nav-glass {
  background: linear-gradient(135deg, #1976D2, #1565C0) !important;
  border-top: 2px solid rgba(255,255,255,0.1);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -3px 15px rgba(25,118,210,0.3);
}

.nav-item-neon {
  transition: all 0.3s ease;
}

.nav-item-neon i {
  transition: all 0.3s ease;
  color: rgba(255,255,255,0.5) !important;
}

.nav-item-neon:hover i, .nav-item-neon.active i {
  color: #FFD700 !important;
  transform: translateY(-2px);
}

/* ── Form Inputs ── */
.input-dark {
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  color: #212121 !important;
  border-radius: var(--radius-sm) !important;
  transition: all 0.25s ease;
}

.input-dark:focus {
  border-color: #4CAF50 !important;
  box-shadow: 0 0 0 3px rgba(76,175,80,0.15) !important;
  background: #fff !important;
}

.input-dark::placeholder {
  color: #999 !important;
}

/* ── Alert ── */
.alert-neon {
  background: rgba(76, 175, 80, 0.08) !important;
  border: 1px solid rgba(76, 175, 80, 0.25) !important;
  color: #388E3C !important;
}

/* ── Section Title ── */
.section-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--text-primary);
}

/* ── Utility Animations ── */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(76,175,80,0.3); }
  50% { box-shadow: 0 0 0 8px rgba(76, 175, 80, 0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* ── Scrollbar ── */
body.dark-theme::-webkit-scrollbar { width: 4px; }
body.dark-theme::-webkit-scrollbar-track { background: #f0f2f5; }
body.dark-theme::-webkit-scrollbar-thumb { background: #4CAF50; border-radius: 4px; }

