body {
    font-family: CenturyGothic;
    background: #ffffffbf;
    user-select: none;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url('/font/centurygothic.ttf') format('truetype');
}
@font-face {
  font-family: 'CenturyGothicBold';
  src: url('/font/centurygothic_bold.ttf') format('truetype');
}
.col-no-padding {
    padding: 0 !important;
}
#gen-h {
    padding: 10px 0;
}
#gen-h .col-md-12 {
    text-align: center;
}
.x-gen-container {
    min-height: 300px;
    background: #111;
    opacity: 0.95;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
}
.xg-header {
    margin: 0 auto;
    text-align: center;
}
.xgh-top {
    padding: 20px 25px;
    font-weight: bold;
    font-size: 100%;
    background-position: center center;
    /* Scale the image to cover the entire div */
    /* Prevent the image from repeating/tiling */
    height: 250px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.xgh-bot {
    font-size: 70%;
    background: #ffffff;;
    padding: 2px 0;
    margin: 0px 100px;
}
.xgf-container {
    color: #000000;
    text-align: center;
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
}
.xgf-container .input-label {
    font-size: 100%;
    font-weight: bold;
}
.email-input{
  padding-top: 10px;
}
.xgf-container input[type=email] {
    background: #ffffff;
    border-radius: 15px;
    color: #000000;
    outline: 0;
    border: 1px solid #524083;
    margin-top: 10px;
    width: 100%;
    height: 60px;
    padding: 10px;
    transition: 1s ease-in-out all;
}
.xgf-container input[type=email]:hover, .xgf-container input[type=email]:focus {
    box-shadow: 0px 0px 5px #524083;
    transition: 1s ease-in-out all;
}
.pw-selector {
    background: #111;
    border: 1px solid #524083;
    height: 60px;
    line-height: 55px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: 1s ease-in-out all;
}
.pw-selector:hover {
    box-shadow: 0px 0px 5px #524083;
    transition: .5s ease-in-out all;
}
.pw-selector.selected {
    background-color: #645394;
}
.pw-selector img {
    width: auto;
    height: auto;
   
    max-height: 75%;
    max-width: 75%;
    
    vertical-align: middle;

    display: inline-block;
}
.pr-cols {
    margin: 0 auto;
}
.platform-row {
    padding-bottom: 40px;
    padding-top: 10px;
}
.xbbt-btn {
    border: 1px solid #161617;
    margin-top: 15px;
    width: 100%;
    font-size: 100%;
    padding: 18px 0;
    background: #000000;
    border-bottom: 5px solid #161617;
    border-radius: 15px;
    font-family: CenturyGothic, sans-serif;
    cursor: pointer;
    transition: .2s ease-in-out all;
    text-shadow: 1px 1px 0 #000;
    font-weight: bold;
    color:#fff;
}

.xbbt-btn:hover {
    border-color: #645394;
    background: #524083;
    transition: .7s ease-in-out all;
}
.xxxg-prog {
    height: 10px;
    width: 100%;
}
.xxxg-prog-val {
    background: #645394;
    height: 100%;
    width: 0%;
    transition: 0.4s ease-in-out all;
}
.xxxg-prog-val.xpv-active {
    transition: 0.4s ease-in-out all;
}
.ppxs2-text {
    text-align: center;
    padding-top: 25px ;
    margin-left: 40px;
    margin-right: 40px;
}
.ppxs2-cont {
    text-align: center;
    margin-top: 30px;
}
.pckv {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #645394;
    background: #000;
    color: #645394;
    font-size: 110%;
}
.pckv.pc-k-4 {
    color: #999;
}
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.cube1, .cube2 {
    background-color: #645394;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}
@keyframes sk-cubemove {
    25% { 
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% { 
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    } 50.1% { 
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    } 75% { 
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    } 100% { 
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
.xgs2-cons {
    text-align: center;
    color: #000000;
    margin-top: 30px;
    
}
.xgs2-cons h3 {
    display: inline-block;
    padding: 0 20px;
    padding-bottom: 20px;
    font-size: 100%;
}
.ppxs2-text h3 {
  font-size: 100%;
}
.xgs2c-p1 {
    width: 80%;
    margin: 0 auto;
    font-size: 80%;
}
.xgs2c-p2 {
    width: 50%;
    margin: 0 auto;
    font-size: 70%;
    color: #524083;
}
.xgs2c-b1 {
    font-size: 110%;
    padding: 7px 9px;
    border: 2px solid #645394;
    color: #524083;
    background: none;
    border-radius: 8px;
    margin-top: 40px;
    cursor: pointer;
    transition: 1s ease-in-out all;
}
.xgs2c-b1:hover {
    color: #fff;
    transition: 1s ease-in-out all;
}
#countdown-container {
    scale: 0.7;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-family: CenturyGothic, sans-serif;
    background: #222; /* Dark background */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: fit-content;
    margin: auto;
    flex-wrap: nowrap; /* Responsive: wrap on small screens */
    width: 100%;
    max-width: 550px;
}

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #333; /* Box background */
    padding: 10px;
    border-radius: 5px;
    color: white;
    min-width: 120px;
    text-align: center;
    font-size: clamp(0.8rem, 4vw, 1.5rem); /* scale text */
    flex: 1 1 60px; /* Allow resizing */
    min-width: 0;             /* Important for flex shrinking */
}

.countdown-box span {
    font-size: 56px;
    font-weight: bold;
}

.countdown-box small {
    font-size: 24px;
    color: #ccc;
}

/* Reset default margins and paddings for all elements */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
/* Style for the main FAQ container */
.faq-container {
  max-width: 800px; /* Limit the width for better readability */
  margin: 50px auto; /* Center the container and add vertical spacing */
  padding: 20px;
  font-family: 'CenturyGothic, sans-serif';
  color: #333; /* Base text color */
}

/* Style for the main title */
.faq-container h1 {
  text-align: center;
  margin-bottom: 40px;
  color: #2c3e50; /* Dark blue color for the title */
}

/* Style for each FAQ item */
.faq-item {
  border-bottom: 1px solid #ddd; /* Light gray border between items */
  overflow: hidden; /* Hide overflowing content */
  font-size: 80%;
}

/* Style for the question buttons */
.faq-question {
  background-color: #ecf0f1; /* Light gray background */
  font-weight: bold;
  width: 100%;
  padding: 7px;
  text-align: left;
  font-size: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease; /* Smooth background transition on hover */
}

/* Hover effect for question buttons */
.faq-question:hover {
  background-color: #d0d7de; /* Slightly darker gray on hover */
}

/* Style for the arrow icon */
.faq-question .arrow {
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease; /* Smooth rotation transition */
}

/* Rotate the arrow when the question is active (expanded) */
.faq-question.active .arrow {
  transform: rotate(180deg); /* Rotate arrow 180 degrees */
}

/* Style for the answer sections */
.faq-answer {
  max-height: 0; /* Initially hide the answer */
  overflow: hidden;
  transition: max-height 0.3s ease; /* Smooth transition for expanding */
  background-color: #fff; /* White background for answers */
  padding-top: 20px;
}

/* Style for the answer text */
.faq-answer p {
  padding: 10px;
  
  line-height: 1.5; /* Increase line height for better readability */
  color: #000; /* Slightly lighter text color for answers */
}
  
.draw-type {
  background-color: black;
  color: white;
  padding: 10px 29px;
  border-radius: 9999px; /* fully rounded */
  font-size: 15px;
}

a {
  color: darkorange; /* optional: darker shade on hover */
  text-decoration: none; /* optional: remove underline */
}

a:hover {
  color: darkorange; /* optional: darker shade on hover */
}

ul {
  list-style: disc !important;
  padding-left: 20px !important;
  list-style-position: inside !important;
  text-align: left;
}

.modal-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
  /* margin-top: 40px;  optional spacing from top */
}

#modal-body {
  background: #fff;
  width: 90%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 100%;
}

#modal-body .button {
  display: inline-flex;
  align-items: center; /* this centers image and text vertically */
  gap: 6px; /* space between image and text */
  text-decoration: none;
  width: 100%; /* makes buttons take full width */
  padding: 12px 10px;
  margin-bottom: 10px; /* space between buttons */
  font-size: 80%;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
}

#modal-body .button img {
  height: 23px;
  display: inline-block;
}

.button:hover {
  background-color: #0056b3; /* Darker blue on hover */
  transform: translateY(-2px);
}

#modal-body .button:hover {
  background-color: #0056b3; /* darker blue on hover */
  transform: translateY(-2px);
}

#modal-body .button:active {
  transform: translateY(0);
}

.container {
  display: block; /* or flex, depending on your internal layout */
  width: 70%;
  margin: 0 auto; /* center horizontally */
  padding: 0;
  box-sizing: border-box;
}

h2 {
  font-size: 110%;
  margin-bottom: 10px;
}
#gen-b {
  width: 100%;
}

.info{
  padding-top: 10px;
}
html {
  touch-action: manipulation;
  font-size: 110%;
}

.fa {
  margin-right: 10px;;
}

.bs-username-input{
  height: 70px;
  font-size: 100%;
}

.successPopup{
  width: 290px;
  display: none; 
  position: fixed; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background: white; 
  padding: 20px 30px; 
  border-radius: 10px; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
  z-index: 1000; 
  text-align: center;
}

.successConfirmationBtn{
  margin-top: 15px; 
  padding: 8px 16px; 
  background-color: #4CAF50;
    color: white; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
}

.popupOverlay{
  display: none; 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 999;
}
#successPopup h2{
  font-size: 29px;
}
#output{
  font-size: 15px;
}

.entry-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff5c5c;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
  z-index: 5;
}
.featured-img-box {
  position: relative;
}
.entryTitle .faq-question{
  background-color: white;
  text-align: center;
  font-weight: 100;
  font-family: 'CenturyGothic', 'sans-serif';
}
.entryTitle .faq-item {
  border-bottom: 0px; /* Light gray border between items */
  overflow: hidden; /* Hide overflowing content */
  font-size: 80%;
  margin: 0 auto;
  width: 80%;
}

.entryTitle .faq-question{
  display: flex;
  align-items: center;   /* Vertically center */
  justify-content: center; /* Horizontally center (optional) */
  border-radius: 10px;
  font-size: 20px;
}

.entryTitle .faq-question .arrow {
  position:absolute;
  right: 10px;
  transition: transform 0.3s ease; /* Smooth rotation transition */
}

.entryTitle .faq-answer {
  padding-top: 0px;
}
.entryTitle h2{
  margin-bottom: 0px;
}

@media screen and (max-width:1680px){

}/*max-width:1680px*/
@media screen and (max-width:1440px){

}/*max-width:1440px*/

@media (min-width: 1400px) {
.section-header {
    padding-top: 50px;
}
}/*max-width:1400px*/

@media screen and (max-width:1199px){

}/*max-width:1199px*/

@media screen and (max-width:1024px){

}/*max-width:1024px*/
@media screen and (max-width:860px){
  .container{
    width: 90%;
  }
  .xgh-top {
    font-size: 100%;
    background-position: center center;
    /* Scale the image to cover the entire div */
    background-size: cover;
    /* Prevent the image from repeating/tiling */
    background-repeat: no-repeat;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .info{
    font-size: 90%;
  }

  .xgh-bot {
    font-size: 70%;
    background: #ffffff;;
    padding: 2px 0;
    margin: 0px 50px;
  }
  .draw-type {
    font-size: 13px
  }
  .countdown-box span {
    font-size: 40px;
    font-weight: bold;
  }
  .countdown-box small {
    font-size: 14px;
    color: #ccc;
  }
  #countdown-container{
    max-width: 410px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:670px){

  .container {
    width: 90%;
    font-size: 100%;
  }
  #timer-title{
    padding-bottom: 15px;
  }
  #countdown-container{
    transform-origin: top center;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .countdown-box span {
    font-size: 30px;
    font-weight: bold;
  }
  .countdown-box small {
    font-size: 12px;
    color: #ccc;
  }
}

@media screen and (max-width:465px){
.entryTitle .faq-item{
  width: 100%;
 }
}
