/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

@font-face {
  font-family: "moon_getheavy";
  src: url("fonts/moon_get-heavy-webfont.woff2") format("woff2"), url("fonts/moon_get-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background: #ff6b35;
}

/* Use image background for the page */
body {
  /* background: url("../assets/bgimage.PNG") center center / cover no-repeat fixed; */
}

/*-- Percent Loader -- */
#mainLoader {
  position: absolute;
  z-index: 5;
  display: block;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "moon_getheavy";
  /* background: url("../assets/bgimage.PNG") center center / cover no-repeat fixed; */
}
.mainLoader img{
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  object-fit: contain;
}
.mainLoader .loader-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.custom-loader {
  padding-top: 0%;
}
/*-- Content Wrapper -- */
#mainHolder {
  position: absolute;
    width: 100%;
    height: 100%;
    background: url(../assets/deskBanner-21-09.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

/*-- Browser Not Support -- */
#notSupportHolder {
  width: 90%;
  margin: 5% auto;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-family: "moon_getheavy";
  display: none;
}
.notSupport {
  margin-top: 200px;
}

@-moz-keyframes spin {
  50% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  50% {
    -webkit-transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/*-- Canvas Wrapper -- */
#canvasHolder {
  display: none;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: auto;
  position: relative;
}
canvas {
  position: fixed;
}

/*-- Form Wrapper -- */
#editWrapper {
  display: none;
}
#floatForm {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #ff6b35;
  padding: 15px;
  color: #fff;
  width: 280px;
  border: #fff solid 2px;
}
#floatForm {
  font-size: 12px;
}
#floatForm #puzzleEditWrapper {
  background: #ff6b35;
  padding: 10px;
}
#floatForm input.button,
#floatForm select.half,
#floatForm label {
  width: 49%;
}
#floatForm .formRow,
#floatForm .formRowLong {
  height: 25px;
}
#floatForm .extraHeight {
  height: 48px;
}
#floatForm .formRow input,
#floatForm .formRow select {
  float: right;
  width: 48%;
}
#floatForm .formRow label {
  float: left;
  width: 48%;
}
#floatForm .divider {
  margin: 10px 0;
  padding: 10px 10px;
  border: #fff solid 1px;
}

#floatForm input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#floatForm textarea {
  float: left;
  width: 100%;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#floatForm select,
#floatForm option {
  width: 100%;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  clear: both;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

canvas#gameCanvas {
  display: block !important;
  background: transparent !important;
}

/* ==========================================================================
   Registration Modal Styles
   ========================================================================== */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 107, 53, 0.2);
  backdrop-filter: blur(5px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content {
  background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 16px;
  max-width: 420px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header {
  text-align: center;
  margin-bottom: 14px;
}

.modal-header h2 {
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 8px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.modal-header p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #e0e0e0;
  margin: 0;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
  padding: 10px 12px;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  transition: all 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  background: #fff;
}

.form-group input[type="file"] {
  padding: 8px;
  border: 2px dashed #fff;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-group input[type="file"]:hover {
  border-color: #ffd700;
  background: rgba(255, 215, 0, 0.1);
}

.file-upload-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #e0e0e0;
  font-family: Arial, sans-serif;
}

.file-upload-requirements {
  margin-top: 8px;
  text-align: center;
}

.file-upload-requirements small {
  color: #b0b0b0;
  font-size: 11px;
  font-family: Arial, sans-serif;
  line-height: 1.3;
  opacity: 0.8;
}

.checkbox-group {
  align-items: flex-start;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.checkbox-container input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark {
  background: #ffd700;
  border-color: #ffd700;
}

.checkbox-container input[type="checkbox"]:checked + .checkmark::after {
  content: "✓";
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.checkbox-container a {
  color: #ffd700;
  text-decoration: underline;
  transition: color 0.3s ease;
  display: contents;
}

.checkbox-container a:hover {
  color: #fff700;
}

.error-message {
  color: #e91313;
  background: rgba(255, 221, 0, 0.1);
  border-left: 3px solid #e91313;
  padding: 4px 8px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-top: 5px;
  display: block;
  min-height: 16px;
  border-radius: 3px;
  font-weight: bold;
}

.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  justify-content: center;
}

.btn-cancel,
.btn-submit {
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
}

.btn-cancel {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid #fff;
}

.btn-cancel:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.btn-submit {
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  color: #333;
  border: 2px solid #ffd700;
  font-weight: bold;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #fff700 0%, #ffb500 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.btn-submit:disabled {
  background: #666;
  color: #999;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Mobile Responsive */
@media only screen and (max-width: 600px) {
  .modal-content {
    padding: 12px;
    margin: 8px;
    max-width: none;
    width: calc(100% - 16px);
  }

  .modal-header {
    margin-bottom: 12px;
  }

  .modal-header h2 {
    font-size: 22px;
  }

  .registration-form {
    gap: 10px;
  }

  .form-actions {
    flex-direction: column;
    margin-top: 10px;
  }

  .btn-cancel,
  .btn-submit {
    width: 100%;
  }
}

/* ==========================================================================
   Custom Results Popup Styles
   ========================================================================== */

.custom-results-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  width: 90%;
}

.shareable-card {
  /* Removed static background - now handled dynamically via JavaScript */
  border: 4px solid #ff6b35;
  border-radius: 0;
  padding: 40px;
  width: 500px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(255, 107, 53, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

/* Ensure all content elements appear above the dynamic background */
.shareable-card > *:not(.dynamic-background) {
  position: relative;
  z-index: 1;
}

/* Dynamic background image styling */
.shareable-card .dynamic-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}

.card-header {
  text-align: center;
  margin-bottom: 30px;
}

.completion-message {
  font-family: "moon_getheavy", Arial, sans-serif;
  font-size: 22px;
  color: #ff6b35;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 107, 53, 0.3);
  animation: celebrationGlow 2s ease-in-out infinite alternate;
}

@keyframes celebrationGlow {
  from {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 107, 53, 0.3);
  }
  to {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 107, 53, 0.5), 0 0 30px rgba(255, 215, 0, 0.3);
  }
}

.game-number {
  background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
  color: #333;
  padding: 8px 20px;
  border-radius: 0;
  font-family: "moon_getheavy", Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #ff6b35;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.player-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.player-avatar-large {
  position: relative;
  width: 150px;
  height: 150px;
}

.player-avatar-extra-large {
  position: relative;
  width: 200px;
  height: 200px;
}

.player-avatar-large img,
.player-avatar-extra-large img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  border: 4px solid #ff6b35;
  filter: contrast(1.2) brightness(1.1) saturate(1.2) sharpen(1.1);
  box-shadow: 0 0 25px rgba(255, 107, 53, 0.4), inset 0 0 25px rgba(255, 255, 255, 0.15), 0 0 50px rgba(255, 107, 53, 0.2);
}

.player-info-horizontal {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "moon_getheavy", Arial, sans-serif;
}

.player-name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.separator {
  font-size: 16px;
  color: #555;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.score-text {
  font-size: 16px;
  color: #555;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

#finalScore {
  color: #ff6b35;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.found-assets {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.found-assets h5 {
  font-family: "moon_getheavy", Arial, sans-serif;
  font-size: 18px;
  color: #333;
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.assets-grid-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}

.asset-item {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 3px solid #ff6b35;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.asset-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.btn-action {
  padding: 14px 28px;
  border: 2px solid #ff6b35;
  border-radius: 25px;
  font-family: "moon_getheavy", Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;
  background: rgba(255, 255, 255, 0.95);
  color: #ff6b35;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(5px);
  white-space: nowrap;
}

.btn-action:hover {
  background: #ff6b35;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.btn-primary {
  background: rgba(255, 215, 0, 0.95);
  color: #333;
  border-color: #ffd700;
  backdrop-filter: blur(5px);
}

.btn-primary:hover {
  background: rgba(255, 165, 0, 0.95);
  border-color: #ffa500;
  color: #333;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

div#shareableCard .player-avatar-extra-large {
  position: relative;
  width: 250px;
  height: 250px;
}

/* Mobile Responsive for Results */
@media only screen and (max-width: 600px) {
  .custom-results-container {
    width: 95%;
  }

  .shareable-card {
    /* width: 400px;
    height: 400px; */
    width: 400px;
    height: 400px;
    padding: 25px;
    background-size: contain !important;
  }

  .game-number {
    font-size: 16px;
    padding: 6px 16px;
  }

  .player-avatar-large {
    width: 120px;
    height: 120px;
  }

  .player-avatar-extra-large {
    width: 160px;
    height: 160px;
  }

  .player-name {
    font-size: 16px;
  }

  .score-text {
    font-size: 14px;
  }

  .found-assets h5 {
    font-size: 16px;
  }

  .asset-item {
    width: 40px;
    height: 40px;
  }

  .results-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-action {
    width: 100%;
    margin-bottom: 10px;
  }
  div#termsModal .modal-content {
    width: 90%;
  }
  div#shareableCard .player-avatar-extra-large {
    position: relative;
    width: 250px;
    height: 230px;
}
.player-avatar-extra-large br:nth-child(2), .player-avatar-extra-large br:nth-child(3), 
.player-info-horizontal br:nth-child(2), .player-info-horizontal br:nth-child(3), .player-info-horizontal br:nth-child(4) {
    display: none;
  }
  .player-info-horizontal {
    padding-top: 10px;
  }
}
/* .player-info-horizontal {
  padding-top: 10px;
}
} */



/* body{
  background:url(../assets/bgimage.png) ;
} */

/***************************************************/
/***************************custom css starts****************************/
/***************************************************/
div#registrationModal .form-group.checkbox-group label.checkbox-container {
  font-size: 10px;
  letter-spacing: normal;
}
div#registrationModal .modal-content {
  background: #470d47;
}
div#registrationModal a#termsLinsk {
  margin-left: -8px;
}
button#cancelRegistration {
  display: none;
}
div#canvasHolder {
  z-index: 999;
}
.custom-tnc-block {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: left;
  color: #ffffff;
  z-index: 99;
}
.custom-tnc-inner {
  margin: 0 auto;
  display: block;
  text-align: left;
  padding-left: 60px;
  margin-bottom: 5px;
}
.custom-tnc-block a {
  color: #ffffff;
}

.custom-rules {
  margin: 0px;
}
canvas#gameCanvas {
  z-index: 99;
}

.found-assets {
  /* display: none; */
  visibility: hidden;
}

.game-number {
  display: none;
}
/*, .player-info-horizontal .score-text*/
.player-info-horizontal span.separator {
  display: none;
}
.player-info-horizontal {
  display: block;
  text-align: center;
}
.card-header {
  display: none;
  /* visibility: hidden; */
}
div#shareableCard {
  background-position: top !important;
}
div#shareableCard .player-section {
  /* gap: 50px 100px; */
  /* gap: 50px 124px; */
  /* gap:50px 100px; */
  gap: 50px 100px;
  /* margin-top: 100px; */
}

span.score-text {
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 0 0 black;
}
.player-name {
  font-size: 18px;
  color: #ffffff;
  font-weight: 100;
  text-shadow: 0 0 black;
  text-transform: capitalize;
  letter-spacing: 1.2px;
}
.Pulse-Logo {
  position: absolute;
  width: 7%;
  top: 10px;
  left: 10px;
}
.DS-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}

.Veg-logo {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 120px;
  display: flex;
}
.Veg-logo img {
  width: 20%;
}
.Veg-logo span {
  color: #ffffff;
  padding: 2px 0px 0px 5px;
}
/* .commit-code{
  hello there
  18-09-2025
  19-09-2025
} */
div#termsModal .modal-content {
  margin: 0 auto;
  margin-top: 10%;
}
div#termsModal .modal-body p {
  color: #ffffff !important;
}
#finalScore {
  text-shadow: 0 0 black;
}
.file-upload-info {
  display: none;
}

.file-upload-requirements {
  display: none;
}
canvas#gameCanvas {
  /* width: 100% !important;
  left: 0px !important; */
}

div#mainLoader {
  background: #470d46;
  /* opacity: 0.5; */
  /* background: hwb(301deg 5% 72% / 50%); */
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

/* canvas#gameCanvas {
  width: 100% !important;
  left: 0px !important;
} */

@media(max-width:768px){
  #mainHolder {
    background: url("../assets/mobBanner-21-09.jpg") center center / cover no-repeat fixed;
  }

  .Pulse-Logo {
    width: 15%;
  }
  .DS-logo {
    width: 18px;
  }
  .Veg-logo {
    /* width: 5%; */
  }

  .custom-tnc-inner {
    padding-left: 40px;
    margin-bottom: 0px;
    font-size: 10px;
  }
  /* canvas#gameCanvas {
  height: 100vh !important;
  top: 0px !important;
} */
 
.custom-loader {
  /* padding-top: 50%; */
}
.results-actions {
  margin-top: 0px;
  display: block;
}
.results-actions .btn-action {
  width: 50%;
  padding: 12px 10px;
  float: left;
  font-size: 14px;
  display: block;
}
.results-actions .btn-action:nth-child(3) {
  width: 100%;
}
div#registrationModal label.checkbox-container {
    font-size: 10px;
}

}

/*******custom css ends*******/
.terms-link{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
}
.terms-link:hover{
  color: #fff;
  text-decoration: none;
}
@media(max-width:768px){
  .mobile-br{
    display: none;
  }
  .player-avatar-large img, .player-avatar-extra-large img{
    margin-top: 30px;
  }
  .shareable-card {
    width: 340px !important;
    height: 340px !important;
  }
  div#shareableCard .player-avatar-extra-large {
    position: relative;
    width: 190px !important;
    height: 190px !important;
}

}
