p, ul, ol {
    font-size: 14px;
    color: #ffffff;
}

.screen1 {
	background-image: url('/promos/2025/santas-summer-catch/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 {
	background-image: url('/promos/2025/santas-summer-catch/images/header-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding-bottom: 30px;
}

.screen2 h2, .screen2 .h2 {
    text-shadow: 2px 2px #000000;
}

h1, .h1 {
    font-size: 18px;
}

#infoModal a:hover {
    color: #006a36 !important;
}

.promo-logo {
	padding-top: 15px;
    /* margin-bottom: -120px; */
}

.login-box {
    padding-top: 10px;
}
 
.box {
    background-color: #161616;
    max-width: 700px;
    padding: 20px 20px 3px;
    border-radius: 10px;
    margin: 0 auto;
}

.read-more {
    color:#ffa600;
    font-family: Montserrat-Bold;
}

.read-more:hover {
    color: #006a36 !important;
}

#gameScreenErrorMessage, .gameScreenErrorMessage {
    background-color: #019849;
    max-width: 524px;
    margin: 0 auto;
    line-height: 22px;
    border-radius: 10px;
    text-align: center;
}

.content {
	background-color: rgba(22, 22, 22, 0.9);
    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;
}

@keyframes pulse {
/*   Outward Pulse */
  25% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
/*   Inward Pulse */
  75% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

 .pulser:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  cursor: pointer;
}  

#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;
}

#gameAreaContainer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 15px auto;
    max-width: 700px;
}

canvas {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    border: 0px solid gray;
    padding: 0px;
    background: unset !important;
    padding: 40px;
}

#gameArea {
	max-width: 700px;
}

.stGame {
	background-color: #d5b572;
	font-size: 18px;
	font-weight: bold;
	color: #1e2941;
	padding: 5px 20px;
	border-radius: 6px;
}

/*.gameScreen {
	max-width: 800px;
}*/

#gameCover {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	max-width: 624px;
	max-height: 630px;
	margin-top: 0;
	/*border-radius: 30px;*/
}

#countdown {
	font-family: 'Roboto Condensed', sans-serif;
	width: 200px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 18%;
	margin-left: -100px;
	margin-top: -50px;
	color: #d5b572;
	font-size: 53px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

	#countdown.puffer {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transform: scale(1.6, 1.6);
		-moz-transform: scale(1.6, 1.6);
		-ms-transform: scale(1.6, 1.6);
		-o-transform: scale(1.6, 1.6);
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-ms-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
	}


.game-cover-elements {
	/*margin-top: 470px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.cdText {
	text-align: center;
	color: #ffffff;
	font-size: 160px;
}

.gcText {
	text-align: center;
	font-size: 16px;
	color: #ffc107;
	padding: 40px;
}

.stGame {
	background-color: #ffff02;
	font-size: 18px;
	font-weight: bold;
	color: #1e2941;
	padding: 5px 20px;
	border-radius: 6px;
}

.tncIcons {
	max-width: 40px;
	display: inline-block;
}

figure {
    margin: 0;
}

.grey {
	filter: grayscale(100);
}

.stockings-container {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}

.stockings-container img {
    max-width: 100px;
}

a.dep-tag {
    color: #ffffff;
    text-decoration: underline;
}

a.dep-tag:hover {
    color: #ffc107;
    text-decoration: none;
}

/********** Tablet Landscape *********/
@media (max-width: 1366px) and (orientation: landscape) {
    .promo-logo img {
        max-width: 75%;
    }
}

/********** 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;
     }
}

@media (max-width:768px) and (orientation: landscape) {
    canvas {
        padding: 28px;
    }
}

/********** Mobile Landscape **********/
@media (max-width: 940px) and (orientation: landscape) {
}

/********** Mobile Portrait **********/
@media (max-width: 450px) and (orientation: portrait) {
	.stockings-container img {
		max-width: 50px;
	}

    canvas {
        padding: 20px;
    }
}