/* GAME */
body {
	box-sizing: border-box;
}
.slot-machine-main .slot-machine-msg-anim {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 5;
	top: 0;
	flex-direction: row;
	padding: 5px;
	border-radius: 15px;
	margin-left: 3px;
	background: #2d2a2c;
}
@media (min-width: 450px) {
	.slot-machine-main .slot-machine-msg-anim {
		justify-content: center;
		max-width: 300px;
		margin-top: 15px;
		height: 100%;
		margin-left: 15px;
	}
}
.slot-machine-main .mail-msg h1 {
	text-align: center;
	color: #67e8e5;
	font-size: 12px;
	padding: 5px 0;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 4px;
}
/* @media (min-width: 450px) {
	.slot-machine-main .mail-msg h1 {
		margin-left: 10px;
	}
}
@media (min-width: 450px) {
	.slot-machine-main .mail-msg h1 {
		font-size: 18px;
		line-height: 22px;
		
	}
} */

.slot-machine-main .mail_send_animation svg {
	width: 40px;
	height: 40px;
}
@media (min-width: 450px) {
	.slot-machine-main .mail_send_animation svg {
		width: 50px;
		height: 50px;
	}
}

/* .slot-machine-main.sent:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    content: '';
    z-index: 1;
} */
.slot-machine-main {
	/* display: none;
	visibility: hidden;
	opacity: 0; */
	background: transparent;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow-y: auto;
	width: auto;
	height: auto;
	position: fixed;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	display: flex;
	flex-direction: column-reverse;
	z-index: 11111;
}
@media (min-width: 450px) {
	.slot-machine-main {
		overflow-y: hidden;
	}
}
.slot-machine {
	/* display: none; */
	/* visibility: hidden;
	opacity: 0;
	background: transparent;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: 9999; */
	/* position: relative; */
	/* width: 100%;
	height: 100vh; */
	z-index: 999999;
	/* display: none; */
	position: fixed;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 425px;
	height: 100%;
	transition: all 1.5s;
}
.slot-machine.active {
	/* display: block; */
	transform: translate(0, -50%);
	/* transform: translateY(-50%); */
	transition: all 1.5s;
}
.slot-machine .overlay {
	content: '';
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10001;
}

/* .slot-machine.active {
	transition: all 0.5s;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: 9999;
} */

/* @media (min-width: 576px) {
	.slot-machine-main.active { */
/* top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); */
/* }
} */
.slot-machine-main-img {
	width: 300px;
	max-width: none;
	height: 100%;
}
/* @media (min-width: 350px) {
	.slot-machine-main-img {
		width: 330px;
	}
}
*/
@media (min-width: 450px) {
	.slot-machine-main-img {
		width: 420px;
		height: 534px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-main-img {
		width: 550px;
		height: 699px;
	}
} */
.slot-machine .container {
	box-sizing: border-box;
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 290px;
}
/* @media (min-width: 350px) {
	.slot-machine .container {
		max-width: 330px;
	}
}
*/
@media (min-width: 450px) {
	.slot-machine .container {
		max-width: 420px;
		padding: 0 15px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine .container {
		max-width: 580px;
	}
} */
.slot-machine-img {
	max-width: 100%;
	display: block;
	width: 100%;
	position: relative;
}

@media (min-width: 450px) {
	.slot-machine-img {
		max-width: 420px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-img {
		max-width: 562px;
	}
} */
.slot-machine-handle {
	cursor: pointer;
	width: 30px;
	height: 170px;
	position: absolute;
	top: 20%;
	right: 44px;
}
/* @media (min-width: 350px) {
	.slot-machine-handle {
		top: 104px;
		right: 45px;
	}
} */
@media (min-width: 450px) {
	.slot-machine-handle {
		height: auto;
		width: 10%;
		top: 24%;
		right: 12.5%;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-handle {
		top: 13%;
		right: 11%;
		width: auto;
	}
} */
.slot-machine-handle img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (min-width: 450px) {
	.slot-machine-handle img {
		width: 100%;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-handle img {
		width: 100%;
	}
} */
.slot-machine-main-wrp {
	height: 89px;
	min-height: 89px;
	max-height: 89px;
	margin-left: 34px;
	margin-top: 38.2%;
	max-width: 150px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

/* @media (min-width: 350px) {
	.slot-machine-main-wrp {
		height: 104px;
		min-height: 104px;
		max-height: 104px;
		margin-top: 39.8%;
		margin-left: 37px;
		max-width: 183px;
	}
} */

@media (min-width: 450px) {
	.slot-machine-main-wrp {
		margin-top: 167px;
		max-width: 212px;
		margin-left: 50px;
		height: 131px;
		min-height: 131px;
		max-height: 131px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-main-wrp {
		height: 176px;
		min-height: 176px;
		max-height: 176px;
		max-width: 299px;
		margin-left: 65px;
		margin-top: 39.5%;
	}
} */
.slot-machine-wrp {
	overflow: hidden;
	justify-content: center;
	max-width: 150px;
	display: flex;
	gap: 20px;
	height: 89px;
}

/* @media (min-width: 350px) {
	.slot-machine-wrp {
		height: 104px;
		gap: 16px;
		max-width: 183px;
	}
} */

@media (min-width: 450px) {
	.slot-machine-wrp {
		height: 131px;
		max-width: 207px;
		gap: 28px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-wrp {
		height: 176px;
		max-width: 299px;
		gap: 24px;
	}
} */
.slot-machine-wrp ul {
	display: block;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	float: left;
	width: 40px;
	height: 94px;
	text-align: center;
}

/* 
.slot-machine-wrp ul.first-ul.active-1 li:nth-child(2) img:last-child {
	background: red;
}
.slot-machine-wrp ul.second-ul.active-1 li:nth-child(2) img:nth-child(1) {
	background: red;
}
.slot-machine-wrp ul.three-ul.active-1 li:nth-child(3) img:nth-child(2) {
	background: red;
}

.slot-machine-wrp ul.first-ul.active-2 li:nth-child(1) img:nth-child(2),
.slot-machine-wrp ul.three-ul.active-2 li:nth-child(1) img:nth-child(2) {
	background: red;
}
.slot-machine-wrp ul.second-ul.active-2 li:nth-child(3) img:nth-child(2) {
	background: red;
}

.slot-machine-wrp ul.first-ul.active-3 li:nth-child(1) img:last-child,
.slot-machine-wrp ul.three-ul.active-3 li:nth-child(1) img:last-child {
	background: red;
}
.slot-machine-wrp ul.second-ul.active-3 li:nth-child(2) img:nth-child(2) {
	background: red;
} */

/* @media (min-width: 350px) {
	.slot-machine-wrp ul {
		width: 49px;
		height: 103px;
	} */
/* .slot-machine-wrp ul.first-ul.active-1 li:nth-child(2) img:last-child {
		background: red;
	}
	.slot-machine-wrp ul.second-ul.active-1 li:nth-child(1) img:nth-child(2) {
		background: red;
	}
	.slot-machine-wrp ul.three-ul.active-1 li:nth-child(3) img:nth-child(2) {
		background: red;
	}
	
	.slot-machine-wrp ul.first-ul.active-2 li:nth-child(1) img:nth-child(2),
	.slot-machine-wrp ul.three-ul.active-2 li:nth-child(1) img:nth-child(2) {
		background: red;
	}
	.slot-machine-wrp ul.second-ul.active-2 li:nth-child(3) img:nth-child(2) {
		background: red;
	}
	
	.slot-machine-wrp ul.first-ul.active-3 li:nth-child(1) img:last-child,
	.slot-machine-wrp ul.three-ul.active-3 li:nth-child(1) img:last-child {
		background: red;
	}
	.slot-machine-wrp ul.second-ul.active-3 li:nth-child(2) img:nth-child(2) {
		background: red;
	} */
/* } */

@media (min-width: 450px) {
	.slot-machine-wrp ul {
		width: 49px;
		height: 130px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-wrp ul {
		width: 164px;
		height: 176px;
	} */

/* .slot-machine-wrp ul.first-ul.active-1 li:nth-child(1) img:nth-child(2),
	.slot-machine-wrp ul.three-ul.active-1 li:nth-child(1) img:nth-child(2) {
		background: red;
	}
	.slot-machine-wrp ul.second-ul.active-1 li:nth-child(3) img:nth-child(2) {
		background: red;
	}

	
	.slot-machine-wrp ul.first-ul.active-2 li:nth-child(2) img:nth-child(1) {
		background: red;
	}
	.slot-machine-wrp ul.three-ul.active-2 li:nth-child(2) img:nth-child(3) {
		background: red;
	}
	.slot-machine-wrp ul.second-ul.active-2 li:nth-child(1) img:nth-child(3) {
		background: red;
	}

	
	.slot-machine-wrp ul.first-ul.active-3 li:nth-child(1) img:last-child,
	.slot-machine-wrp ul.three-ul.active-3 li:nth-child(1) img:last-child {
		background: red;
	}
	.slot-machine-wrp ul.second-ul.active-3 li:nth-child(2) img:nth-child(2) {
		background: red;
	} */
/* } */
.slot-machine-wrp ul .first-li {
	height: 176px;
	overflow: hidden;
}

.slot-machine-wrp ul li img {
	width: 100%;
	height: 29.8px;
	-o-object-fit: contain;
	object-fit: contain;
}

/* @media (min-width: 350px) {
	.slot-machine-wrp ul li img {
		height: 35px;
	}
}
	*/
@media (min-width: 450px) {
	.slot-machine-wrp ul li img {
		height: 44px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-wrp ul li img {
		height: 58px;
	}
}
.slot-machine-wrp ul > li {
	height: 94px;
}
@media (min-width: 350px) {
	.slot-machine-wrp ul > li {
		height: 103px;
	}
}
	*/
@media (min-width: 450px) {
	.slot-machine-wrp ul > li {
		height: 130px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-wrp ul > li {
		height: 176px;
	}
} */
.slot-machine-input {
	position: absolute;
	width: 100%;
	max-width: 206px;
	bottom: 15px;
	margin: 0;
	left: 2%;
}
/* @media (min-width: 350px) {
	.slot-machine-input {
		max-width: 244px;
		bottom: 32.5px;
	}
} */

@media (min-width: 450px) {
	.slot-machine-input {
		/* margin: 0 15px; */
		bottom: 28px;
		max-width: 288px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-input {
		max-width: 430px;
		bottom: 53px;
		margin: 0 30px;
	}
} */
.slot-machine-input div {
	height: 23px;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	/* padding: 0 0 0 13px; */
	gap: 3px;
}
.slot-machine-input > div {
	padding: 0 7px;
}
.slot-machine-input-field::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 5px;
	background: rgb(121, 209, 219);
	background: linear-gradient(
		0deg,
		rgba(121, 209, 219, 1) 0%,
		rgba(213, 80, 163, 1) 100%
	);
	z-index: 0;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask: linear-gradient(
		0deg,
		rgba(121, 209, 219, 1) 0%,
		rgba(213, 80, 163, 1) 100%
	);
	/* padding: 3px; */
	width: calc(100% + 3px);
	height: calc(100% + 4px);
}
@media (min-width: 450px) {
	.slot-machine-input-field::before {
		border-radius: 10px;
	}
}
@media (min-width: 450px) {
	.slot-machine-input-field {
		flex: unset;
	}
}
.slot-machine-input-field {
	position: relative;
	flex: 1;
	/* border: 1.5px solid;
	border-image: linear-gradient(
			0deg,
			rgba(121, 209, 219, 1) 0%,
			rgba(213, 80, 163, 1) 100%
		)
		1; */
}
.slot-machine-input-field-border {
	width: 100%;
	background: #322f30;
	border-radius: 5px;
	z-index: 1;
	position: relative;
	overflow: visible !important;
}
@media (max-width: 450px) {
	.slot-machine-input-field-border {
		gap: 6px !important;
		padding: 0 5px;
	}
}
@media (min-width: 450px) {
	.slot-machine-input-field-border {
		border-radius: 10px;
	}
}
@media (min-width: 450px) {
	.slot-machine-input div {
		height: 30px;
		gap: 0;
		/* padding: 0 10px; */
	}
	.slot-machine-input > div {
		padding: 0 10px;
		justify-content: space-between;
		width: 100%;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-input div {
		height: 40px;
		gap: 10px;
	}
} */
.slot-machine-input img {
	width: 12px;
	height: 12px;
}

/* @media (min-width: 350px) {
	.slot-machine-input img {
		margin: 4px 3px 5px 3px;
	}
}
	*/
@media (min-width: 450px) {
	.slot-machine-input img {
		width: 16px;
		height: 16px;
		margin: 0 6px 0 5px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-input img {
		margin: 0;
		width: 18px;
		height: 18px;
	}
} */
.slot-machine-input input[type='email'] {
	padding-block: 0;
	padding-inline: 0;
	border: none;
	width: 100%;
	max-width: 96.5px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	font-style: normal;
	font-size: 10px;
	line-height: normal;
	height: 20px;
	background: transparent;
	color: white;
}
::placeholder {
	color: #fff;
	-webkit-text-stroke: 0.1px #000;
	filter: drop-shadow(1px 1px 1px #000);
}

.slot-machine-input input[type='email']:-webkit-autofill,
.slot-machine-input input[type='email']:-webkit-autofill:hover,
.slot-machine-input input[type='email']:-webkit-autofill:focus,
.slot-machine-input input[type='email']:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff !important;
}

.slot-machine-input input[type='email']:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
/* @media (min-width: 350px) {
	.slot-machine-input input[type='email'] { */
/* max-width: 114px; */
/* max-width: 134px; */
/* font-size: 11px; */
/* font-size: 16px;
		transform: scale(0.75);
		transform-origin: left center;

		line-height: normal;
	}
}
	*/
@media (min-width: 450px) {
	.slot-machine-input input[type='email'] {
		letter-spacing: 0.09em;
		transform: none;
		transform-origin: unset;
		font-size: 12px;
		margin-right: 15px;
		min-width: 155px;
		max-width: 100%;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-input input[type='email'] {
		margin-right: 0;
		font-size: 16px;
		line-height: normal;
		height: 40px;
		max-width: 188px;
	}
} */
.slot-machine-input button {
	border-radius: 5px;
	transition: all 0.5s;
	border: none;
	text-shadow: #3a3a3a 1px 0 10px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: normal;
	color: white;
	padding: 4px 12px;
	margin-left: 10px;
	background: linear-gradient(to bottom, #68e9e6 0%, #e63798 100%);
}

.slot-machine-input button.disable {
	opacity: 0.5;
	cursor: not-allowed;
}
.slot-machine-input button .anim-svg {
	width: 66px;
	height: 100%;
}
.slot-machine-input button:hover {
	transition: all 0.5s;
}
/* @media (min-width: 350px) {
	.slot-machine-input button {
		margin-left: 0;
		font-size: 12px;
		padding: 6px 12px;
	}
} */
@media (min-width: 450px) {
	.slot-machine-input button {
		margin-left: 15px;
		padding: 6px 20px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-input button {
		font-size: 18px;
		padding: 8px 35px;
	}
} */
.slot-machine-input #message {
	text-align: center;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	left: 0;
	bottom: -70px;
	background: red;
	color: white;
	width: 100%;
	padding: 7px 20px;
	opacity: 0;
	margin: 0;
	border-radius: 30px;
}

@media (min-width: 450px) {
	.slot-machine-input #message {
		/* width: calc(100% - 110px); */
	}
}
/*
@media (min-width: 576px) {
	.slot-machine-input #message {
		padding: 10px 30px;
		bottom: -100px;
	}
} */
.slot-machine #win-msg {
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0;
	line-height: normal;
	position: absolute;
	top: 19.5%;
	left: 10%;
	font-family: 'Impact';
	margin: 0;
	text-shadow: #3a3a3a 1px 0 3px;
	filter: drop-shadow(0px 1px 10px #000000b0);

	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-stroke: 0.3px #000;

	color: rgb(104, 233, 230);
	-webkit-text-stroke-width: 0.2px;
}
.slot-machine #win-msg.active-1 {
	top: 19.7%;
	left: 43px;
	font-size: 16px;
}
.slot-machine #win-msg.active-2 {
	top: 20.4%;
	left: 26px;
	font-size: 13px;
}
.slot-machine #win-msg.active-3 {
	top: 19.7%;
	left: 30px;
	font-size: 16px;
}
/* @media (min-width: 350px) {
	.slot-machine #win-msg {
		top: 20%;
		left: 45px;
	}
	.slot-machine #win-msg.active-1 {
		top: 19.6%;
		left: 45px;
	}
	.slot-machine #win-msg.active-2 {
		top: 20.2%;
		left: 32px;
		font-size: 14px;
	}
	.slot-machine #win-msg.active-3 {
		top: 19.8%;
		left: 45px;
		font-size: 16px;
	}
} */

@media (min-width: 450px) {
	.slot-machine #win-msg {
		filter: drop-shadow(1px 0px 0.7px #0000ba);
		text-shadow: #3a3a3a 1px 0 10px;
		font-size: 22px;
		top: 20%;
		left: 13%;
	}
	.slot-machine #win-msg.active-1 {
		font-size: 15px;
		top: 20.6%;
		left: 9%;
	}
	.slot-machine #win-msg.active-2 {
		font-size: 16px;
		top: 20.5%;
		left: 11%;
	}
	.slot-machine #win-msg.active-3 {
		font-size: 19px;
		top: 20%;
		left: 12%;
	}
}
/* @media (min-width: 576px) {
	.slot-machine #win-msg {
		font-size: 26px;
		top: 142px;
		left: calc(100% - 449px);
	}

	.slot-machine #win-msg.active-1 {
		font-size: 22px;
		top: 142px;
		left: calc(100% - 506px);
	}
	.slot-machine #win-msg.active-2 {
		font-size: 22px;
		top: 142px;
		left: calc(100% - 490px);
	}
	.slot-machine #win-msg.active-3 {
		font-size: 26px;
		top: 140px;
		left: 12%;
	}
} */
.slot-machine #close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	z-index: 99;
}

.slot-machine #close img {
	width: 40px;
}
@media (min-width: 450px) {
	.slot-machine #close img {
		width: 60px;
	}
}

/* @media (min-width: 350px) {
	.slot-machine #close img {
		width: 60px;
	}
}
@media (min-width: 576px) {
	.slot-machine #close img {
		width: 90px;
	}
}
@media (min-width: 767px) {
	.slot-machine #close {
		left: -90px;
	}
	.slot-machine #close img {
		width: 90px;
	}
} */
.slot-machine .slot-machine-coins {
	/* position: fixed;
	bottom: 280px;
	left: 560px;
	width: 420px;
	height: 500px; */

	position: absolute;
	bottom: 75px;
	left: -45px;
	width: 245px;
	height: 365px;
}

@media (min-width: 450px) {
	.slot-machine .slot-machine-coins {
		bottom: 106px;
		width: 340px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine .slot-machine-coins {
		width: 420px;
		bottom: 140px;
	}
} */
.slot-machine .slot-machine-coins img {
	width: 60px;
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (min-width: 450px) {
	.slot-machine .slot-machine-coins img {
		width: 80px;
	}
}
/*
@media (min-width: 576px) {
	.slot-machine .slot-machine-coins img {
		width: auto;
	}
} */
.slot-machine #validateButton.animating {
	background: transparent;
	padding: 5px;
}
.slot-machine #validateButton.animating span {
	display: none;
}
.slot-machine #validateButton .anim-svg {
	display: none;
}
.slot-machine #validateButton.animating img {
	display: block;
	width: 100%;
	max-width: 90px;
}
/* @media (min-width: 350px) {
	.slot-machine #validateButton.animating img {
		width: 85%;
	}
} */

@media (min-width: 450px) {
	.slot-machine #validateButton.animating img {
		width: 100%;
	}
}
html.overflow-visible {
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

/* html.overflow-hidden {
	overflow: hidden;
} */

@font-face {
	font-family: 'Impact';
	src: local('Impact'), url('./fonts/Impact.woff2') format('woff2'),
		url('./fonts/Impact.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* @font-face {
	font-family: 'Impact';
	src: local('Impact Regular'), local('Impact-Regular'),
		url('./fonts/Impact-Regular.woff2') format('woff2'),
		url('./fonts/Impact-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

.slot-machine-input-title {
	font-family: 'Impact';
	font-size: 18px;
	/* color: white; */
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(234, 201, 98, 1) 100%
	);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-stroke: 0.3px #a15900;
	filter: drop-shadow(3px 0 13px #000000b3);
}

@media (min-width: 450px) {
	.slot-machine-input-title {
		font-size: 28px;
		line-height: 43px;
	}
}
