/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Leave this for site we are using it in.  It won't ship upless it is requested.
*/
/*Base Colors*/
/*If you add colors you need to add them to php/media/media.php*/
/*BACKGROUND COLOR::::::::::::::::::::::::::::::::*/
.client_color1_bg {
  background-color: #344049;
}
.client_color2_bg {
  background-color: #f8991d;
}
.client_color3_bg {
  background-color: #2a6cb1;
}
.client_red_bg {
  background-color: #e41537;
}
.client_light_red_bg {
  background-color: #ed3f5b;
}
.client_dark_red_bg {
  background-color: #b5112c;
}
.client_orange_bg {
  background-color: orange;
}
.client_gold_bg {
  background-color: #f2bf28;
}
.client_pink_bg {
  background-color: pink;
}
.client_blue_bg {
  background-color: #2c68d7;
}
.client_light_blue_bg {
  background-color: #5787df;
}
.client_dark_blue_bg {
  background-color: #2153af;
}
.client_dull_blue_bg {
  background-color: #2a6cb1;
}
.client_purple_bg {
  background-color: purple;
}
.client_green_bg {
  background-color: #358e65;
}
.client_light_green_bg {
  background-color: #43b37f;
}
.client_dark_green_bg {
  background-color: #27694b;
}
.client_yellow_bg {
  background-color: yellow;
}
.client_white_bg {
  background-color: #fff;
}
.client_light_gray_bg {
  background-color: #eee;
}
.client_gray_bg {
  background-color: #666666;
}
.client_dark_gray_bg {
  background-color: #333;
}
.client_black_bg {
  background-color: #000;
}
/*TEXT COLOR::::::::::::::::::::::::::::::::*/
#tinymce .client_color1_font,
.client_color1_font {
  color: #344049;
}
#tinymce .client_color2_font,
.client_color2_font {
  color: #f8991d;
}
#tinymce .client_color3_font,
.client_color3_font {
  color: #2a6cb1;
}
#tinymce .client_red_font,
.client_red_font {
  color: #e41537;
}
#tinymce .client_light_red_font,
.client_light_red_font {
  color: #ed3f5b;
}
#tinymce .client_dark_red_font,
.client_dark_red_font {
  color: #b5112c;
}
#tinymce .client_orange_font,
.client_orange_font {
  color: orange;
}
#tinymce .client_gold_font,
.client_gold_font {
  color: #f2bf28;
}
#tinymce .client_pink_font,
.client_pink_font {
  color: pink;
}
#tinymce .client_blue_font,
.client_blue_font {
  color: #2c68d7;
}
#tinymce .client_light_blue_font,
.client_light_blue_font {
  color: #5787df;
}
#tinymce .client_dark_blue_font,
.client_dark_blue_font {
  color: #2153af;
}
#tinymce .client_dull_blue_font,
.client_dull_blue_font {
  color: #2a6cb1;
}
#tinymce .client_purple_font,
.client_purple_font {
  color: purple;
}
#tinymce .client_green_font,
.client_green_font {
  color: #358e65;
}
#tinymce .client_light_green_font,
.client_light_green_font {
  color: #43b37f;
}
#tinymce .client_dark_green_font,
.client_dark_green_font {
  color: #27694b;
}
#tinymce .client_yellow_font,
.client_yellow_font {
  color: yellow;
}
#tinymce .client_white_font,
.client_white_font {
  color: #fff;
}
#tinymce .client_light_gray_font,
.client_light_gray_font {
  color: #eee;
}
#tinymce .client_gray_font,
.client_gray_font {
  color: #666666;
}
#tinymce .client_dark_gray_font,
.client_dark_gray_font {
  color: #333;
}
#tinymce .client_black_font,
.client_black_font {
  color: #000;
}
/* Flatly Colors */
.bg-primary-dark {
  background-color: #1a242f;
  color: #fff;
}
.bg-success-dark {
  background-color: #128f76;
  color: #e6e6e6;
}
h1 {
  color: #2c3e50;
}
h2 {
  color: #3e5771;
}
.dark_bg {
  background: radial-gradient(1200px 700px at 50% -10%, rgba(255, 255, 255, 0.08), transparent 60%), linear-gradient(180deg, #0b1220, #070b14);
  color: #fff;
}
.dark_bg h1 {
  color: #698aac;
}
.vertical-center,
.v-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vr-full {
  /* height: calc(100vh - @page-height); // navbar-safe */
  height: 100vh;
}
.vr-wrap {
  width: 720px;
  /* 👈 key change */
  max-width: 100%;
  display: grid;
  gap: 1rem;
}
.make-960 {
  width: 960px;
  max-width: 100%;
}
.vr-shadow {
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
/* VR Shell */
.vr-body {
  min-height: 100vh;
  font-size: 1.25rem;
}
.vr-timer {
  color: #fff;
  /*     display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.95rem; */
}
.vr-timer .vr-timer-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-variant-numeric: tabular-nums;
}
#login-container .vr-note {
  display: flex;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #666666;
}
#login-container .vr-side {
  height: 100%;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}
#login-container .vr-list {
  display: grid;
  gap: 0.75rem;
}
#login-container .vr-list-item {
  display: flex;
  align-items: center;
}
#login-container .vr-list-item i {
  color: #77d3aa;
  font-size: 1.25rem;
}
.vr-mini-nav {
  position: fixed;
  left: 12px;
  z-index: 9999;
  padding: 0.75rem 0.85rem;
  /* Sets the radius for the bottom-left corner */
  border-bottom-left-radius: 15px;
  /* Sets the radius for the bottom-right corner */
  border-bottom-right-radius: 15px;
  /* Example: set top corners to 0 for a bottom-rounded element */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  color: #fff;
  pointer-events: auto;
}
.vr-mini-brand {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.vr-mini-brand a {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.vr-mini-brand a span {
  display: block;
}
.vr-mini-brand a .brand-1 {
  font-size: 1.5rem;
}
.vr-mini-brand a .brand-2 {
  font-size: 0.85rem;
  opacity: 0.75;
  margin-top: 0.5rem;
}
.vr-mini-brand a .brand-3 {
  font-size: 0.85rem;
  opacity: 0.75;
  margin-top: 0rem;
}
.vr-mini-actions {
  text-align: center;
}
.vr-mini-actions .btn {
  border-radius: 12px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 0.4rem 0.6rem;
}
.vr-mini-timer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.95rem;
}
/* Optional: on narrower VR windows, make it a single column */
@media (max-width: 900px) {
  .vr-mini-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .vr-mini-actions .btn {
    width: 100%;
  }
}
.display-container-style {
  position: relative;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  border-radius: 15px;
  border: 1px solid #383838;
  padding: 1rem 1.25rem;
  color: #fff;
  text-align: center;
  /* pointer-events: none; */
}
.vr-video-container {
  /* height: calc(100vh - @page-height); */
  height: 100vh;
  position: relative;
  width: 100%;
  background: radial-gradient(1200px 700px at 50% -10%, rgba(255, 255, 255, 0.08), transparent 60%), linear-gradient(180deg, #0b1220, #070b14);
  /* panel styling */
  /* But allow clicking inside the panel (Practice needs this) */
  /* Ensure everything inside is clickable */
}
.vr-video-container .vr-text-container.overlay {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 20;
  width: 960px;
}
.vr-video-container .vr-overlay-panel {
  position: relative;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  border-radius: 15px;
  border: 1px solid #383838;
  padding: 1rem 1.25rem;
  color: #fff;
  text-align: center;
  /* pointer-events: none; */
}
.vr-video-container .vr-overlay-panel p {
  margin-bottom: 0.25rem;
  padding: 0 2rem;
}
.vr-video-container .vr-overlay-panel .vr-overlay-close,
.vr-video-container .vr-overlay-panel .sv-nav,
.vr-video-container .vr-overlay-panel .sv-nav * {
  pointer-events: auto;
}
.vr-video-container .vr-text-container.overlay {
  pointer-events: none;
}
.vr-video-container .vr-text-container.overlay .vr-overlay-panel {
  pointer-events: auto;
}
.vr-video-container .vr-text-container.overlay .vr-overlay-panel * {
  pointer-events: auto;
}
.vr-video-container .vr-overlay-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.vr-video-container .vr-overlay-close.collapsed {
  position: relative;
}
/* text-only mode (center the card inside the same container height) */
/* .vr-video-container.vr-text-only {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.vr-text-container.text-only .vr-overlay-panel {
  pointer-events: auto;
  /* allow interacting with nav without special cases */
}
.vr-video-wrap {
  height: 100%;
}
.vr-video-wrap video,
.vr-video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/* Grade page bits */
.vr-result-pill {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.vr-result-pill.is-pass {
  background: rgba(25, 135, 84, 0.15);
  border-color: rgba(25, 135, 84, 0.35);
  color: #77D3AA;
  /* matches your pass green vibe */
}
.vr-result-pill.is-fail {
  background: rgba(220, 53, 69, 0.12);
  border-color: rgba(220, 53, 69, 0.35);
  color: #ff6b78;
}
/* Big metric cards */
.vr-metric-card {
  border-radius: 1.25rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.vr-metric-label {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 0.35rem;
}
.vr-metric-value {
  font-size: 4rem;
  /* BIG for headset */
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.vr-metric-sub {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  opacity: 0.75;
}
/* Optional subtle tint per column */
.vr-metric-white {
  background: rgba(255, 255, 255, 0.07);
}
.vr-metric-black {
  background: rgba(0, 0, 0, 0.18);
}
/* Message panel */
.vr-message-panel {
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #2c3e50;
  font-weight: 700;
  line-height: 1.35;
}
.opacity-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* 7 buttons per row => 21 buttons total => 3 rows */
  gap: 0.5rem;
}
.opacity-grid .btn {
  padding: 0.75rem 0.25rem;
  font-weight: 600;
  border-radius: 0.85rem;
}
/* Practice overlay split layout */
.vr-practice-panel {
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* left grid, right info/actions */
  gap: 1rem;
  align-items: stretch;
  /* Left: 3 rows grid (7 columns) */
  /* Right: selected value + buttons */
}
.vr-practice-panel .vr-practice-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
}
.vr-practice-panel .vr-practice-grid .btn {
  padding: 0.75rem 0.25rem;
  font-weight: 600;
  border-radius: 0.85rem;
}
.vr-practice-panel .select-btn.is-selected {
  background: var(--bs-primary);
  border-color: #fff;
  color: #fff;
}
.vr-practice-panel .vr-practice-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.vr-practice-panel .vr-practice-selected {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  text-align: center;
}
.vr-practice-panel .vr-selected-value {
  font-size: 3rem;
  /* big for VR */
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
.vr-practice-panel .vr-selected-unit {
  font-size: 1.25rem;
  opacity: 0.8;
  margin-left: 0.25rem;
}
/* If the headset is narrow, stack */
@media (max-width: 900px) {
  .vr-practice-panel {
    grid-template-columns: 1fr;
  }
}
/* Big VR buttons */
.vr-btn {
  padding: 0.9rem 1.2rem;
  border-radius: 1.7rem;
  font-size: 1.05rem;
  font-weight: 600;
}
.vr-btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 1.7rem;
  font-size: 0.9rem;
  font-weight: 600;
}
/* Modern card panel */
.vr-card {
  height: 100%;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  /* keeps it tidy */
}
.vr-card-inner {
  height: 100%;
  padding: 1.5rem;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 1rem;
}
/* Prevent accidental scroll from big content */
.vr-scroll-lock {
  overflow: hidden;
}
.vr-lobby-card {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  padding: 1.25rem;
}
.vr-safety-note {
  font-size: 0.9rem;
  color: #999;
}
