/*
 * Legacy styles.css — neutralized for the OnlyBulls dark theme.
 * Most layout / chrome lives in bmax-ui.css. The rules below remain
 * for backwards compatibility with any older view that hasn't been
 * migrated yet (e.g. fan_experience legacy class names).
 */

body,
html {
  height: 100%;
  margin: 0;
  background-color: var(--bg, #222223);
  color: var(--white, #ffffff);
}

.bg1,
.bg2 {
  background-color: var(--bg, #222223);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen2 {
  flex-direction: column;
}

.adjust-form { padding-top: 80px; }
.adjust-page { padding-top: 120px; }

/* ---------- Inputs / buttons (legacy) ---------- */
.input-style {
  width: 420px;
  height: 40px;
  padding: 0 12px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: var(--white, #ffffff);
  font-family: "Inter", system-ui, sans-serif;
  outline: none;
}

.input-style:focus { border-color: var(--green, #39b550); }

.btn-style {
  background-color: var(--green, #39b550);
  color: var(--white, #ffffff);
  padding: 14px 64px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Inter", system-ui, sans-serif;
}

.btn-style:hover { background-color: #2ea344; }

.btn-position {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 450px;
}

.form-group { margin-bottom: 20px; }
.img-style { margin-bottom: 20px; }

.text {
  color: var(--green, #39b550);
  padding-right: 10px;
}

.font-style {
  color: var(--white, #ffffff);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
  font-family: "Inter", system-ui, sans-serif;
  margin-top: 20px;
}

.terms {
  color: var(--stone-soft, #9a9c9b);
  font-size: 14px;
  font-family: "Inter", system-ui, sans-serif;
}

.terms-li {
  margin: 0 auto;
  max-width: 450px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.terms-ul { list-style-type: decimal; }

.text-danger {
  color: #ffb3b3;
  font-size: 14px;
  margin-top: 10px;
}

.choice-box-text {
  color: var(--stone-soft, #9a9c9b);
  padding-left: 10px;
}

.check-box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 450px;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--white, #ffffff);
  font-family: "Inter", system-ui, sans-serif;
}

.input-check-box {
  min-width: 20px;
  min-height: 20px;
  outline: 1px solid rgba(255, 255, 255, 0.18);
  accent-color: var(--green, #39b550);
}

.error {
  color: #ffb3b3;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 450px;
  padding-bottom: 8px;
}

.ref {
  text-decoration: none;
  color: var(--inchworm, #c2ea62);
}

/* ---------- Misc legacy ---------- */
.ready {
  color: var(--stone-soft, #9a9c9b);
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Inter", system-ui, sans-serif;
  margin-top: -10px;
  letter-spacing: 0.04em;
}

.timer {
  color: var(--green, #39b550);
  font-size: 240px;
  font-weight: 800;
  margin-top: -20px;
  margin-bottom: -30px;
  font-family: "Inter", system-ui, sans-serif;
  text-shadow: none;
}

.timer-frame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}

.loader-div {
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  justify-content: space-between;
  z-index: 99;
}

.img-frame {
  height: 650px !important;
  width: 400px !important;
  border: 2px solid var(--inchworm, #c2ea62);
  border-radius: 4px;
  background: #000;
}

.image-div {
  height: 380px;
  display: flex;
  align-items: end;
  padding-bottom: 20px;
  justify-content: center;
  z-index: 99;
}

.image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn-div { display: flex; flex-direction: row; }

.second-btn {
  background-color: transparent;
  border: 1.5px solid var(--green, #39b550);
  color: var(--green, #39b550);
  padding: 14px 64px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-left: 15px;
  cursor: pointer;
  font-family: "Inter", system-ui, sans-serif;
}

.second-btn:hover {
  background-color: rgba(57, 181, 80, 0.12);
}

/* ---------- Loader ---------- */
.loader { margin-top: 80px; }

.outer-loader {
  border: 6px solid rgba(255, 255, 255, 0.08);
  border-top: 6px solid var(--green, #39b550);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: outer-loader 2s linear infinite;
}

.inner-loader {
  border: 6px solid rgba(255, 255, 255, 0.08);
  border-top: 6px solid var(--inchworm, #c2ea62);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: inner-loader 2s linear infinite;
  margin-top: -44px;
  margin-left: 10px;
}

@keyframes outer-loader {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

@keyframes inner-loader {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0); }
}

.content {
  height: 100vh;
  overflow: auto;
}

/* ---------- User list (legacy admin) ---------- */
.user-list {
  height: 500px;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--white, #ffffff);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.user-ul {
  width: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.user-li {
  list-style-type: none !important;
  width: 100%;
  margin: 0;
  background-color: transparent;
  color: var(--white, #ffffff);
  font-size: 18px !important;
  padding: 18px 24px;
  font-family: "Inter", system-ui, sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
}

.user-li:hover {
  background-color: rgba(57, 181, 80, 0.1);
  font-weight: 700;
  color: var(--white, #ffffff);
}

.selected-item {
  background-color: rgba(57, 181, 80, 0.18);
  font-weight: 700;
  color: var(--white, #ffffff);
}

.user { margin-left: 12px; }

.btn-tint { opacity: 0.6; }

.user-queue {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
