@font-face {
   font-family: PoppinsRegular;
   src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
   font-family: PoppinsBold;
   src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
   font-family: PoppinsItalic;
   src: url('../fonts/Poppins-Italic.ttf') format('truetype');
}
@font-face {
   font-family: PoppinsThin;
   src: url('../fonts/Poppins-Thin.ttf') format('truetype');
}

body, html {
   height: 100%;
   margin: 0;
   display:flex-inline;
}

.pageheader {
   height: 100vh;
   width: 100vw;
}

.header {
   display:flow;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   background-size:contain;
   background-position:center;
   background-repeat: no-repeat; /* Do not repeat the image */
}

.custom-dropdown {
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   background: url('data:image/svg+xml;utf8,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5H7z" fill="currentColor"/></svg>') no-repeat right 10px center;
   background-color: #fff;
   background-size: 20px;
   padding-right: 5px;
}
/*.pageheader {
   display: block;
   height: auto;
   width:auto; 
background-size:contain;
}*/
.pagespacer {
   display: block;
   height: 127vh;
   width: auto;
   position: sticky;
}
/*.header {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   width: 100%;
   height: 100vh;*/ /* Full viewport height */
   /*background-size:cover; 
   background-repeat: no-repeat;*/ /* Do not repeat the image */
/*}*/

.headertitle {
   text-align: center;
   color: white;
   padding-top: 20vh; /* Adjust as needed for vertical alignment */
}

.headersubtitle {
   text-align: center;
   color: white;
}

.page-content {
   position: relative;
   z-index: 0; /* Ensure it stays above the header */
   margin-top: -30vh; /*Move it up by the height of the header */
}


#instants button{

   padding: 3px 3px;
   text-align: center;
   cursor: pointer;

}

.dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
}

   .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
   }

      .dropdown-content a:hover {
         background-color: #f1f1f1;
      }

.dropdown:hover .dropdown-content {
   display: block;
}

body[data-theme="light"] {

   background-color: white;
   color: black;
}

body[data-theme="dark"] {
  
   background-color: black;
   color: white;
}

[data-theme="dark"] .accordion-item {
   background-color: black;
}
[data-theme="light"] .accordion-item {
   background-color: white;
}

[data-theme="light"] .card {
   border-radius: 2%;
   background-color: white;
   box-shadow: 2px 2px 2px 2px lightgrey;
}

[data-theme="dark"] .card {
   border-radius: 2%;
   background-color: black;
   box-shadow: 2px 2px 2px 2px silver;
}

.logo {
   height:30%;
   width: auto;
}

[data-theme="dark"] .prevnum th {
   color: white !important;
}
[data-theme="dark"] .prevnum td {
   color: white !important;
}
.prevnum th, .prevnum td {
   border: solid 1px;
   padding: 3px 3px 3px 3px;
   text-align: center !important;
}

[data-theme="lite"] .prevnum th {
   color:black !important;
}
[data-theme="lite"] .prevnum td {
   color: black !important;
}

.round-input {
   border-radius: 50%;
   text-align: center;
   width: 40px; /* Adjust as needed */
   height:40px !important;
   font-size:.9rem;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.no-spinner {
   -moz-appearance: textfield;
}

/*li {
   float: left;
}
*/
.numberCircle {
   border-radius: 50%;
   width: 36px !important;
   height: 36px !important;
   /*  line-height: 36px !important;*/
   padding: 8px;
   background: #fff;
   border: 2px solid #666;
   color: #666;
   text-align: center;
   font: 12px Arial, sans-serif;
}

.home-vid {
   width: 27vw; /* % of the viewport width */
   height: 25vh; /* % of the viewport height */
   /*       position: absolute; */ /* Optional: might be needed for full coverage */
   top: 0;
   left: 0;
}

.retailermap {
   width:640px; /* % of the viewport width */
   height: 480px; /* % of the viewport height */
}

.ball-input{
width:10%
}

.mobile-only{
   display: none;
}

.promo-text{
   font-size: 1.2em;
   font-weight: 600;
}
.card {
   margin: 0 .5em;
  /* border: solid;*/
   padding: 4px;
}

.hide-item{
display:none;
}
.show-item{
display:inherit;
}


@media (pointer:coarse) and (max-device-width: 1260px), (-webkit-min-device-pixel-ratio: 2) {


   .mobile-only {
      display: block;
   }
   .no-mobile{
   display:none;
   }
   #social {
      width: 100% !important;
   }

   .logo {
      height: 30%;
      /*width:30%;*/
   }

   .promo-item h2 {
      font-size: 1.20em;
      font-weight: 600;
   }

   .promo-item h3 {
      font-size: 1em;
      font-weight: 500;
   }

   .ticketart {
      height: auto;
      width: 220px;
   }

   #kenoresults {
      font-size: xx-small;
   }


   .pagespacer {
      display: block;
      height: 152vh;
      width: auto;
      position: sticky;
      background-size: contain;
   }
   .pageheader {

      height: 100vh;
      width: 100vw;

   }

   .header {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      background-size: contain;

      background-position:top;
      background-repeat: no-repeat;
   }

   .page-content {
      position: relative;
      z-index: 0; /* Ensure it stays above the header */
      margin-top: -195vh; /*Move it up by the height of the header */
      padding-top: 72vh; /*Add padding to compensate for the moved-up margin */
   }


   .headertitle {
      font-size: 0.5em;
      padding-left: 70px;
      /* padding-top: 80px;*/
      text-align: center !important;
      align-content: center !important;
   }

   .headersubtitle {
      font-size: 0.5em;
   }

   #promoArtImg {
      display: flex;
      height: 50%;
      width: 50%;
      padding: 10px;
   }

   #footerMenu {
      display: none;
   }

   .winnerImg img {
      display: flex;
      height: 50%;
      width: 50%;
      padding: 10px;
   }

   .prevnum {
      font-size: 8px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   }

      .prevnum td, th {
         border: solid 1px;
         padding: 3px 3px 3px 3px;
         text-align: center !important;
      }

   .retailerlist {
      font-size: 8px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   }

      .retailerlist td, th {
         border: solid 1px;
         padding: 3px 3px 3px 3px;
         text-align: center !important;
      }

   #instants {
      font-size: .80em;
      font-weight: 600;
      text-align: center;
   }


   .hide {
      display: none;
   }

   .home-vid {
      width: 90vw; /* % of the viewport width */
      height: 30vh; /* % of the viewport height */
      /*       position: absolute; */ /* Optional: might be needed for full coverage */
      top: 0;
      left: 0;
   }

   .retailermap {
      width: 90vw; /* % of the viewport width */
      height: 30vh; /* % of the viewport height */
   }

   h3 {
   font-size: 1.0em;
   font-weight:600;

   }
   h4 {
      font-size: 0.9em;
      font-weight: 600;
   }

   .round-input {
    
      min-width: 40px; /* Ensure inputs do not become too small */
      height: 40px; /* Adjust height to maintain round shape */
      margin-right: 3px; /* Adjust spacing between inputs */
      padding: 5px; /* Adjust padding to maintain size and shape */
      border-radius: 50%; /* Maintain round shape */
   }

   .ball-input {
      width: 15%
   }
   .btn {
      font-size: 1.0em !important;
      font-weight: 600;
      padding: 3px 3px;
      text-align: center;
      cursor: pointer;
   }
   .btn-sm {
      font-size: 1.0em !important;
      font-weight: 600;
      padding: 3px 3px;
      text-align: center;
      cursor: pointer;
   }

   .promo-text {
      font-size: 1.1em;
      font-weight: 700;
   }
}