.body-v2 {}

.page_v2 {
  background: url(/assets/Theme/images/images-v2/background.png);
  height: 100dvh;
  background-size: contain;
  background-position: top right;
  overflow-y: auto;
}


.main-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: start;
  height: 100vh;
  padding-top: 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.logo-section {
  text-align: center;
  margin-bottom: 13px;
  margin-top: 3rem;
}

.logo {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}

.logo img {
  height: 60px;
  filter: drop-shadow(13px 7px 5px #000000);
}

.jLogo img {
  height: 155px;
  filter: drop-shadow(13px 7px 5px #000000);
}

.golden_text {
  color: #ffe69c;
  -webkit-filter: drop-shadow(5px 5px 5px #000);
  filter: drop-shadow(5px 5px 3px #000);
  font-size: 16px;
}

.tagline {
  font-size: 2.1rem;
  margin-bottom: 5px;
  font-weight: 500;
}

.sub-tagline {
  color: #fcfeff;
  font-size: 19px;
  font-style: italic;
  filter: drop-shadow(5px 5px 3px #000);
  padding: 7px 0 0;
}

.upgrade-notice {
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 11px;
  text-align: center;
}

.upgrade-notice h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.big_heading {
  font-size: 2.6rem !important;
}

.upgrade-notice p {
  margin: 0;
  font-size: 0.9rem;
  color: #cfcfcf;
  font-size: 17px;
  filter: drop-shadow(5px 5px 3px #000);
}

.account-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.account-btn {
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.account-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
  color: white;
  text-decoration: none;
}

.account-btn.google {
  background: linear-gradient(135deg, #4285f4, #34a853);
}

.account-btn.google:hover {
  box-shadow: 0 5px 15px rgba(66, 133, 244, 0.4);
}

.apply-section {
  margin-bottom: 30px;
}

.apply-title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.apply-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.apply-btn {
  background: white;
  border: 2px solid #667eea;
  color: #667eea;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
}

.apply-btn:hover {
  background: #667eea;
  color: white;
  text-decoration: none;
}

.beta-notice {
  padding: 0 0px 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 0;
}

.beta-notice h4 {
  color: #fcfeff;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.beta-notice p {
  color: #fcfeff;
  font-size: 0.8rem;
  margin: 0;
}

.footer-links {
  text-align: center;
  margin-top: 20px;
}

.footer-links a {
  color: #fcfeff;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 0 10px;
  border-bottom: 1px solid #616161;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Deep space background to make glow pop */
.bg-dark-space {
  background: radial-gradient(circle at center, #0a192f 0%, #02060c 100%);
  min-height: 400px;
}

/* Base button styling */
.btn-glow {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 191, 255, 0.3);
  border-radius: 8px;
  color: #ffffff;
  padding: 2px 0;
  width: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

/* The Main Bold Text */
.btn-text-main {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 3px;
}

/* Smaller hint text */
.btn-subtext {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* The Highlighted / Active State */
.btn-glow:hover,
.blow_selected {
  border: 2px solid #00d2ff;
  box-shadow: 0 0 15px rgba(0, 210, 255, 0.6), inset 0 0 15px rgba(0, 210, 255, 0.4);
  background: rgba(0, 210, 255, 0.1);
  border-color: #00d2ff;
  box-shadow: 0 0 20px rgba(0, 210, 255, 0.3);
  transform: translateY(0px);
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  padding-top: 5px;
}

/* Hover effect for inactive buttons */
.btn-glow:hover {}

/* Blue Info Icon tint */
.btn-subtext i {
  color: #00d2ff;
}




.glow_main_btn {
  background: black;
  position: relative;
  z-index: 0;
  filter: contrast(1.3) brightness(2);
}

.glow_main_btn:before {
  content: "";
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #00b7ff;
  box-sizing: border-box;
  z-index: 0;
  transition: border-color 500ms;
}

.glow_main_btn:after {
  content: "";
  top: 32px;
  left: 32px;
  right: 32px;
  bottom: 32px;
  position: absolute;
  border-radius: 50%;
  border: 21px solid rgba(198, 247, 255, 0.6);
  box-sizing: border-box;
  z-index: 0;
  filter: blur(12.5px);
}

.glow_main_btn:hover {
  cursor: pointer;
}

.glow_main_btn:hover::before {
  -webkit-animation: main-color 5s ease-in-out alternate infinite;
  animation: main-color 5s ease-in-out alternate infinite;
}

.glow_main_btn:hover::after {
  -webkit-animation: highlight-color 5s ease-in-out alternate infinite;
  animation: highlight-color 5s ease-in-out alternate infinite;
}

.glow_main_btn .noise {
  mix-blend-mode: multiply;
  z-index: 1;
  position: relative;
}

.animated {
  -webkit-animation: 20s bgPos ease-in-out infinite alternate;
  animation: 20s bgPos ease-in-out infinite alternate;
}

@-webkit-keyframes bgPos {
  from {
    background-position: 0% 0%;
  }

  to {
    background-position: 512px 512px;
  }
}

@keyframes bgPos {
  from {
    background-position: 0% 0%;
  }

  to {
    background-position: 512px 512px;
  }
}

@-webkit-keyframes main-color {
  from {
    border-color: #00b7ff;
  }

  40% {
    border-color: #ffd500;
  }

  to {
    border-color: #c20000;
  }
}

@keyframes main-color {
  from {
    border-color: #00b7ff;
  }

  40% {
    border-color: #ffd500;
  }

  to {
    border-color: #c20000;
  }
}

@-webkit-keyframes highlight-color {
  from {
    border-color: rgba(199, 248, 255, 0.6);
  }

  60% {
    border-color: rgba(227, 199, 255, 0.6);
  }

  to {
    border-color: rgba(255, 232, 20, 0.644);
  }
}

@keyframes highlight-color {
  from {
    border-color: rgba(199, 248, 255, 0.6);
  }

  60% {
    border-color: rgba(227, 199, 255, 0.6);
  }

  to {
    border-color: rgba(255, 232, 20, 0.644);
  }
}



.form-control.my-transparent-input {
  background-color: transparent !important;
  color: inherit;
  /* Ensures text is visible if the background is dark */
}


.inpt_glow {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  padding: 6px;
  border-radius: 10px;
  outline: none;
  color: white;
  background-image: url(/assets/Theme/images/images-v2/input_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 19px;
  margin: 0px;
}

/* Chrome autofill fix */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset !important;
  background: url(/assets/Theme/images/images-v2/input_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #d89350;
}


@keyframes rotateShadow {
  0% {
    box-shadow: -2px -2px 0px 0px #ffebc3, 2px 2px 0px 0px #4d4246;
  }

  25% {
    box-shadow: -2px 2px 0px 0px #ffebc3, 2px -2px 0px 0px #4d4246;
  }

  50% {
    box-shadow: 2px 2px 0px 0px #ffebc3, -2px -2px 0px 0px #4d4246;
  }

  75% {
    box-shadow: 2px -2px 0px 0px #ffebc3, -2px 2px 0px 0px #4d4246;
  }

  100% {
    box-shadow: -2px -2px 0px 0px #ffebc3, 2px 2px 0px 0px #4d4246;
  }
}

.btn_glow {
  width: 100%;
  padding: 19px;
  border-radius: 9px;
  color: white;
  background: rgba(0, 0, 0, 0.5) url(/assets/Theme/images/images-v2/btn_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 21px;
  cursor: pointer;
  border: 0;
  color: #e1b97b;
}




.white_panel_extra {
  display: flex;
  justify-content: center;
  font-size: 13px;
  align-items: center;
}

.whText {
  color: #e7eaed;
}

.gText {
  color: #cfcfcf;
  font-size: 17px;
  filter: drop-shadow(5px 5px 3px #000);
}

.glow_link {}

.agree_wrapper {
  color: #f6b562;
}

.agree_wrapper a {
  padding: 0;
  display: inline-block;
  font-size: 18px;
}


.jReg_title {
  color: #dfdfdf;
  font-size: 1.5rem;
  filter: drop-shadow(0px 5px 3px #000);
  font-weight: 400;
}

.j-label {
  display: flex;
  color: #c1c1c1;
  padding-left: 2px;
  font-size: 13px;
  align-items: center;
  gap: 4px;
}


.j-label img {
  height: 15px;
}

.j-label-bigger img {
  height: 20px;
}

.video_file_uploading {
  background: none;
  border: 0;
  width: 100%;
  border: 1px dashed #967354;
  padding: 17px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}

.video_file_uploading img {
  height: 38px;
}

.sm_text {
  font-size: 13px;
  color: #a5a5a5 !important;
}

.jAlert {
  border: 1px dotted gray;
  margin-top: 4rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 13px;
  color: #ede9e0;
}

.simple_text {
  color: #ededed;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.opacity_5 {
  opacity: 0.7;
}

.video_file_name {
  font-size: 16px;
  color: white;
  padding-top: 4px;
}

.pass_eye {
  margin-top: 26px;
}

.jdisabled {
  width: 100%;
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 4px;
  color: white;
  border-radius: 5px;
}

.glow_line_wrapper {}

.glow_line_wrapper img {
  width: 80%;
}

.gole_line_middle {

  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.glow_line_wrapper_smaller img {
  width: 56%;
}

.btn_glow_cancel {
  max-width: 185px;
  font-size: 11px;
  padding: 12px 14px 9px 14px !important;
  background: url(/assets/Theme/images/images-v2/cancel.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  height: 37px;
}

.btn_country {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border: 1px solid #c69c6c;
  border-radius: 5px;
  color: white;
}

.txt_gold {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #c69c6c;
  padding: 9px !important;
}

.custom-upload-container {
  width: 100%;
}

.custom-upload-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(90deg, #1a0b4d 0%, #3d1a8e 100%);
  /* Deep purple gradient */
  border: 1px solid rgba(138, 75, 255, 0.4);
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.custom-upload-btn:hover {
  background: linear-gradient(90deg, #25106b 0%, #4c21b3 100%);
  border-color: #8a4bff;
  transform: translateY(-1px);
}

.upload-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.upload-icon svg {
  display: block;
  opacity: 0.9;
}

.upload-text {
  color: #cdcdcd;
  font-family: 'simple_font', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.hidden-input {
  display: none;
  /* Keeps the input functional but invisible */
}

.link_j {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.link_j2 {
  position: relative;
}

.link_j2::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  height: 1px;
  width: 91%;
  background-color: #e6d192;
}

.heading-med {
  font-size: 1.5rem !important;
}

@media (max-width: 576px) {
  .btn-subtext {
    font-size: 8px;
  }

  .page_v2 {
    background: url(/assets/Theme/images/images-v2/background-mobile.png);
    background-size: cover;
  }

  .pass_eye {
    margin-top: 17px;
  }

  .logo img {
    height: 39px;
    opacity: 0.9;
  }

  .big_heading {
    font-size: 2.1rem !important;
  }

  .sm_heading {
    font-size: 1.9rem !important;
  }


  .smaller_heading {
    font-size: 1.4rem !important;
  }

  .inpt_glow {
    padding: 15px;
    border-radius: 5px;
    font-size: 13px;
  }

  .inpt_glow_sm {
    padding: 10px;
  }

  .btn_glow_sm {
    padding: 9px !important;
  }

  .inpt_glow_v14 {
    padding: 14px;
  }

  .btn_glow {
    padding: 12px 14px 14px 14px;
  }

  .btn_glow2 {
    padding: 11px;
  }

  .jLogo img {
    height: 121px;
  }

  .golden_text {
    font-size: 12px;
  }

  .validate_email_error_cn {
    top: 50px;
  }

  .agree_wrapper a {
    font-size: 12px;
  }

  .upgrade-notice {
    padding: 0px 0px 5px;
  }

  .gText {
    font-size: 13px;
  }

  .tagline {
    font-size: 24px;
    max-width: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    line-height: 29px;
  }

  .main-container {
    padding: 30px 4px;
  }

  .logo {
    font-size: 2rem;
  }

  .apply-buttons {
    flex-direction: column;
    align-items: center;
  }

  .apply-btn {
    width: 100%;
    max-width: 200px;
  }

  .btn-text-main {
    font-size: 0.8rem;
  }

  .sub-tagline {
    font-size: 13px;
  }

  .upgrade-notice h3 {
    font-size: 14px;
  }

  .upgrade-notice p {
    font-size: 13px;
  }

  .footer-links a {
    font-size: 0.8rem;
    margin: 0 7px;
  }

  .beta-notice p {
    font-size: 0.6rem;
  }
}


@media (min-width: 395px) and (max-width: 768px) {
  .inpt_glow {
    height: 56px;
  }

  .btn_glow {
    height: 61px;
  }
}


@media (min-width: 396px) and (max-width: 768px) {
  .inpt_glow {
    height: 50px;
  }

  .btn_glow {
    height: 53px;
  }
}