p, ul, ol {
    font-size: 14px;
    color: #ffffff;
}

.screen1 {
	background-image: url('/promos/2025/the-great-aussie-spin-off/images/header-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding-bottom: 30px;
}

.screen1 .btn {
    font-size: 24px !important;
    min-width: 340px;
}

.screen1 .btn-login, .screen2 .btn-login {
    min-width: 250px;
}

.screen1 input[type="text"] {
    font-family: Questrian;
    font-size: 24px !important;
    color: #006a36;
    max-width: 340px;
    height: 80px;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(0, 104, 48);
    border-radius: 20px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 165, 1) 0%, rgb(255, 255, 2) 100%);
    box-shadow: -0.61px 6.973px 11px 0px rgba(0, 0, 0, 0.004);
}

.screen2 {
	position: relative;
	z-index: 0;
	background-image: url('/promos/2025/the-great-aussie-spin-off/images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 10px;
}

#infoModal a:hover {
    color: #006a36 !important;
}

.read-more {
    color:#ffa600;
    font-family: Montserrat-Bold;
}

.read-more:hover {
    color: #006a36 !important;
}

.promo-logo {
	padding-top: 15px;
}

.login-box {
    padding-top: 10px;
}
 
.box {
    background-color: #161616;
    max-width: 700px;
    padding: 20px 20px 3px;
    border-radius: 10px;
    margin: 0 auto;
}

#gameScreenErrorMessage, .gameScreenErrorMessage {
    background-color: #019849;
    max-width: 524px;
    margin: 10px auto 0;
    line-height: 22px;
    border-radius: 10px;
    text-align: center;
}

.content {
	background-color: rgba(22, 22, 22, 0.7);
    border-radius: 10px;
    padding-top: 50px;
    max-width: 700px;
}

.tableWrap img {
    width: 50px;
}

.one p, .two p {
    font-family: Montserrat-Bold;
    font-size: 14px;
    background-color: #ffa600;
    padding: 10px 20px;
    border-radius: 10px;
	min-width: 250px;
}

.pulse {
    animation: 1.5s ease 0s infinite pulse;
  }
  
  @keyframes pulse {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
  }
  
  figure {
    margin: 0;
}

.wheel {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.wheel-cover {
    position: absolute;
}

#canvas {
    max-width: 500px;
    width: 100%;
    /* background-image: url(/promos/2025/the-great-aussie-spin-off/images/circlebg.png); */
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    padding: 30px;
}

#canvas2 {
    display: none;
}

#spinBtn {
    max-width: 333px;
}

#rewardModal a, #infoModal a {
    font-family: Montserrat-Bold;
    color: #ffa600;
    text-decoration: underline;
}

#rewardModal a:hover, #infoModal a:hover {
    font-family: Montserrat-Bold;
    color: #019849;
    text-decoration: none;
}

#gameScreenErrorMessage a {
    font-family: Montserrat-Bold;
    color: #ffa600;
    text-decoration: underline;
}

#gameScreenErrorMessage a:hover {
    font-family: Montserrat-Bold;
    color: #ffffff;
    text-decoration: none;
}

/********** Tablet Landscape *********/
@media (max-width: 1366px) and (orientation: landscape) {
    .promo-logo img {
        max-width: 50%;
    }
}

/********** Tablet Portrait **********/
@media (max-width: 1024px) and (min-width: 421px) and (orientation: portrait) {
}

/********** Mobile Landscape **********/
@media (max-width: 940px) and (orientation: landscape) {
}

/********** Mobile Portrait **********/
@media (max-width: 460px) and (orientation: portrait) {
    .screen1 .btn, .screen2 .btn {
       width: 100%;
    }

    .screen2 .btn {
        margin-bottom: 0 !important;
     }
}