body {
  background-color:#2d2d2d;
  overflow: hidden;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(../fonts/Yq6R-LCAWCX3-6Ky7FAFrO96kigt.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(../fonts/Yq6R-LCAWCX3-6Ky7FAFrOF6kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.mainLayout {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}

.wheelContainer {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  aspect-ratio: 1;
  margin: 0 auto;
  left: 50%;
  top: 27%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .wheelContainer {
    transform: translate(-78%, -10%) !important;
    max-width: 80%;
    max-height: 80%;
  }
}

@media (min-width: 768px) {
  .wheelContainer {
    transform: translate(-78%, -10%) !important;
    max-width: 70%;
    max-height: 70%;
  }
}

@media (min-width: 992px) {
  .wheelContainer {
    transform: translate(-78%, -10%) !important;
    max-width: 60%;
    max-height: 60%;
  }
}

@media (min-width: 1600px) {
  .wheelContainer {
    transform: translate(-78%, -10%) !important;
    max-width: 64%;
    max-height: 64%;
  }
}
@media (min-width: 1200px) {
  .wheelContainer {
    transform: translate(-84%, -10%) !important;
    max-width: 60%;
    max-height: 60%;
  }
}
@media (min-width: 1400px) {
  .wheelContainer {
    transform: translate(-80%, -15%) !important;
    max-width: 63%;
    max-height: 75%;
  }
}
.wheelContainer, .spinBtn {
  transform: translate(-50%, 0);
}
.wheelSVG{
  position:absolute;
  width:100%;
  height:auto;
  visibility:hidden;
  overflow:visible;
  
}

.peg, .wheelSVG{
  visibility:hidden;
}

.wheelOutline, .valueContainer, .toast, .centerCircle, .wheelText{
  pointer-events:none;
}
.wheelText{
  pointer-events:none;
  text-anchor:middle;
  font-family:'Fjalla One', Arial, sans-serif;
  -webkit-user-select: none;
  user-select:none;
}

.toast {
  position:absolute;
  background-color:#E81D62;
  border-radius:12px;
  opacity:0;
  text-align:center;
  width: 75%;
  transform: translate(-50%, 9%) matrix(1, 0, 0, 1, 0, 0) !important;
}

.toast p{
  clear: both;
  font-family:'Fjalla One', Arial, sand-serif;
  margin:23px;
  font-size:30px;
  color:#ededed;
  letter-spacing:-0px;
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  -khtml-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none;  
  line-height:32px;
  -webkit-transition: font-size .2s ease;
  transition: font-size .2s ease; 
  -webkit-transition: line-height .2s ease;
  transition: line-height .2s ease; 
}

.toast, .spinBtn {
  position: absolute;
  background-color: #E81D62;
}

a:link { color:#F1DC16; }
a:visited { color:#F1DC16; }
a:hover { color:#F1DC16; }
a:active { color:#F1DC16;}

.spinBtn {
  left:50%;
  width: 80%;
  top: 2%;
  max-width: 300px;
  padding: 10px;
  font-weight: 700;
  font-size: 32px;
  color: #ededed;
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 0 #D71559;
  cursor: pointer;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
}

@media only screen and (max-height: 620px) {
  .spinBtn {
    left:50%;
    width: 80%;
    top: 55px;
    max-width: 200px;
    padding: 10px;
    font-weight: 700;
    font-size: 32px;
    color: #ededed;
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 0 #D71559;
    cursor: pointer;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  }
  #top{
    position: fixed;
    top: 20px  !important;
    left: 10% !important;
    z-index: 1;
    width:200px;
    padding: 0px;
    margin: 0px;
  }
  #bottom{
    position: fixed;
    bottom: 20px !important;
    right: 25% !important;
    width:200px;
    z-index: 1;
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width : 480px) {
  .toast p, .toast span{
    font-size:18px;
    line-height:18px;
  }
}
.spinBtn:focus {
 outline: 0;
}
@media only screen and (max-width : 480px) {
  .toast p, .toast span{
    font-size:18px;
    line-height:18px;
  }
}
@media only screen and (min-width : 481px) and (max-width : 800px) {
  .toast p, .toast span{
    font-size:38px;
    line-height:38px;
  }
}

@media only screen and (min-width : 801px)  {
  .toast p, .toast span{
    font-size:58px;
    line-height:60px;
  }
}


#top{
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1;
    width:200px;
    padding: 0px;
    margin: 0px;
}
#bottom{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width:200px;
    z-index: 1;
    padding: 0px;
    margin: 0px;
}

.detailsContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #fff;
  font-family: "Fjalla One", Arial, sans-serif;
  background-color: #2d2d2d;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  height: 100%;
  overflow-y: auto;
}

.detailsContainer h2 {
  font-size: 25px;
  margin-bottom: 0px;
  color: #f1dc16;
}

.detailsContainer ul {
  list-style: none;
  padding: 0;
}

.detailsContainer ul li {
  font-size: 22px;
  margin-bottom: 11px;
  font-weight: 900 !important;
  line-height: 1.50;
  display: flex;
  align-items: center;
}
.detailsContainer ul li::before {
  /* content: "🎯"; */
  margin-right: 8px;
  font-size: 18px;
  color: #f1dc16;
}

/* @media (max-width: 768px) {
  .mainLayout {
    flex-direction: column;
    align-items: center;
  }

  .detailsContainer {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
 */
 @media (max-width: 768px) {
  .mainLayout {
    flex-direction: column;
  }

  .detailsContainer {
    display: none;
  }
}

.popup-card-left {
  position: absolute;
    top: 40%;
    left: 0%;
    background: #FF6F61;
    background-size: 200% 200%;
    animation: glitter 3s infinite;
    border-radius: 12px;
    padding: 0px 20px ;
    width: 58%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    /* text-align: left; */
    z-index: 9999;
    animation: popup-slide-in 0.5s ease forwards;
}
@keyframes glitter {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.popup-card-left h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.popup-card-left p {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  /* margin-bottom: 0px; */
}

.popup-card-left ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.popup-card-left ul li {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.popup-card-left ul li::before {
  content: "✔️";
  margin-right: 8px;
  color: #4caf50;
}

/* Buttons */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #333;
}

.start-btn {
  background: #4caf50;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.start-btn:hover {
  background: #45a049;
}

/* Popup Animation */
@keyframes popup-slide-in {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.popup-card-left.hidden {
  display: none;
}

.terms {
  position: fixed;
  bottom: 90px; /* adjust the vertical spacing as needed */
  right: 30px;
  color: #fff;
  font-family: "Fjalla One", Arial, sans-serif;
  font-size: 16px;
  z-index: 1;
}