@font-face {
	font-family: "Jarritos Sans";
	src: url("fonts/JarritosSans/JarritosSans.eot");
	src: url("fonts/JarritosSans/JarritosSans.eot?#iefix") format("embedded-opentype"),
		url("fonts/JarritosSans/JarritosSans.woff2") format("woff2"),
		url("fonts/JarritosSans/JarritosSans.woff") format("woff"),
		url("fonts/JarritosSans/JarritosSans.ttf") format("truetype"),
		url("fonts/JarritosSans/JarritosSans.svg#JarritosSans") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Faxfont";
	src: url("fonts/FaxfontStandard/FaxfontStandard.eot");
	src: url("fonts/FaxfontStandard/FaxfontStandard.eot?#iefix") format("embedded-opentype"),
		url("fonts/FaxfontStandard/FaxfontStandard.woff2") format("woff2"),
		url("fonts/FaxfontStandard/FaxfontStandard.woff") format("woff"),
		url("fonts/FaxfontStandard/FaxfontStandard.ttf") format("truetype"),
		url("fonts/FaxfontStandard/FaxfontStandard.svg#FaxfontStandard") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.tablet {
	display: none;
}

.mobile-menu-button {
	border: 1px solid #ff5100;
	color: #ff5100;
	margin-top: -10px;
}

.mobile-menu {
	border-top: 1px solid #ff5100;
}

.mobile-menu a {
	color: #000;
	font-family: "Faxfont";
	font-size: 22px;
	text-decoration: none;
	border-bottom: 1px solid #ff5100;
	text-transform: uppercase;
}

.mobile-menu a,
.mobile-menu form {
	margin: 0 !important;
}

/*.mobile-menu:hover,
.mobile-menu:active,
.mobile-menu:focus{
	background-color: #FF5100;
	color: #FFF;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Aspira Heavy";
}

body {
	font-family: "Aspira Regular";
	font-size: 34px;
}

p {
	line-height: 40.8px;
}

h3 {
	font-size: 40px;
	line-height: 48px;
	color: #000;
}

a {
	text-decoration: none !important;
}

a[type="button"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

button[disabled] {
	pointer-events: none;
	background: #d2d2d2;
	color: #8c8c8c;
}

.loading:after {
	content: "";
	background: url(../images/loading.svg);
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.board .cards .card {
	cursor: pointer;
}

.board .cards .card.marked {
	background-image: url("../images/cards/cards-56.jpg");
}

.winner {
	background: #0000009e;
	content: "";
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.top-bar {
	background-color: #ffd522;
	padding-top: 12px;
	padding-bottom: 12px;
	z-index: 9;
}

.table-leaderboard {
	font-family: "Aspira Bold";
}

.table-leaderboard,
.table-leaderboar-container {
	background-color: #ffd522;
}

.table-leaderboar-container {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 0 5px 15px;
}

.table-leaderboard tbody tr {
	background-color: #eeecdc;
}

.table-leaderboard tbody tr.tr-even {
	background-color: #ffd522;
}

.table-leaderboard thead tr th,
.table-leaderboard tbody tr td {
	line-height: 1.4;
	font-size: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.loteria-leaderboard.orange .table-leaderboard,
.loteria-leaderboard.orange .table-leaderboar-container,
.loteria-leaderboard.orange .table-leaderboard tbody tr.tr-even {
	background-color: #ff5100;
}

.loteria-leaderboard.mint-green .table-leaderboard,
.loteria-leaderboard.mint-green .table-leaderboar-container,
.loteria-leaderboard.mint-green .table-leaderboard tbody tr.tr-even {
	background-color: #2fe5bb;
}

.loteria-leaderboard.yellow .table-leaderboard,
.loteria-leaderboard.yellow .table-leaderboar-container,
.loteria-leaderboard.yellow .table-leaderboard tbody tr.tr-even {
	background-color: #ffd522;
}

#progress-data tr:nth-child(even) {
	background: #2ee5bb;
}

.main-container {
	padding-top: 170px;
}

.main-container .grid {
	max-width: 980px;
	width: 100%;
}

.loteria-links {
	margin-top: 92px;
	position: relative;
}

.loteria-links p {
	font-size: 30px;
	line-height: 30px;
}

.loteria-links:before,
.loteria-links:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*.loteria-links:before{
	top: 0;
	width: 346px;
	height: 105px;
	margin-top: -105px;
	background-image: url('../images/loteria-links-before.png');
}
.loteria-links:after{
	bottom: 0;
	width: 304px;
	height: 95px;
	margin-bottom: -70px;
	background-image: url('../images/loteria-links-after.png');
}*/

.border-green {
	border: 7px solid #006c34;
}

.border-green:hover {
	background-color: #006c34;
}

.border-green h3,
.border-green p {
	color: #006c34;
}

.border-green:hover h3,
.border-green:hover p {
	color: #fff;
}

.border-orange {
	border: 7px solid #ff5100;
}

.border-orange:hover {
	background-color: #ff5100;
}

.border-orange h3,
.border-orange p {
	color: #ff5100;
}

.border-orange:hover h3,
.border-orange:hover p {
	color: #fff;
}

.border-yellow {
	border: 6px solid #ffd522;
}

.welcome-item {
	text-align: center;
	border: 6px solid transparent;
}

.welcome-item h3 {
	font-size: 53px;
	line-height: 51px;
}

.border-green,
.border-orange,
.border-yellow,
.welcome-item {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 25px 0;
}

.border-green,
.border-orange {
	margin-bottom: 28px;
	display: block;
	padding: 33px 15px;
}

.border-green h3,
.border-orange h3 {
	text-transform: uppercase;
	font-size: 53px;
}

.item-position {
	width: 44px;
	height: 43px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 26px;
}

.item-position.position-1,
.item-position.position-2,
.item-position.position-3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 1;
	padding-top: 7px;
}

.item-position.position-1 {
	background-image: url("../images/position-1.png");
}

.item-position.position-2 {
	background-image: url("../images/position-2.png");
}

.item-position.position-3 {
	background-image: url("../images/position-3.png");
}

.pepers,
.bottle-cap {
	width: auto;
	display: inline-block;
	position: absolute;
}

.pepers {
	right: 0;
	top: 0;
	margin-top: 125px;
}

.bottle-cap {
	left: 0;
	bottom: 0;
	margin-bottom: 50px;
}

.grid-images-01,
.grid-images-02 {
	width: 405px;
	position: absolute;
}

.grid-images-01 {
	left: 0;
	top: 0;
	margin-top: 135px;
}

.grid-images-02 {
	bottom: 0;
	right: 0;
	margin-bottom: 35px;
	text-align: right;
}

.grid-images-01 .row-grid,
.grid-images-02 .row-grid {
	margin-bottom: 15px;
}

.grid-images-01 .row-grid:last-child,
.grid-images-02 .row-grid:last-child {
	margin-bottom: 0;
}

.grid-images-01 .row-grid img,
.grid-images-02 .row-grid img {
	display: inline-block;
	margin-right: 8px;
	width: 180px;
}

.grid-images-01 .row-grid img:last-child,
.grid-images-02 .row-grid img:last-child {
	margin-right: 0;
}

.footer {
	margin-top: 90px;
	margin-bottom: 40px;
}

.footer p {
	color: #b5b4b4;
	font-size: 24px;
	line-height: 28.8px;
}

.footer p a {
	text-decoration: underline !important;
}

.footer p a:hover {
	color: #000;
}

.guest-body .y-light-color {
	background-color: #eeecdc;
}

.guest-body .login-form-wrapper {
	background-color: transparent !important;
	border: 7px solid #ffd522;
	border-radius: 20px;
	margin-top: 0;
	padding: 40px 20px 30px 20px !important;
}

.guest-body .custom-login-block {
	background-color: #eeecdc;
	width: 100%;
	padding: 0 !important;
}

html,
body {
	background-color: #eeecdc;
}

/*.guest-body .footer {
	position: fixed;
	bottom: 0;
	z-index: 9;
	left: 0;
	right: 0;
}*/
.guest-body .footer p a {
	color: #b5b4b4;
}

.login-form-wrapper .login-input {
	border: 1px solid #dedddd;
	box-shadow: none !important;
}

.login-form-wrapper .login-leble {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.login-remember span {
	color: #000;
	font-size: 16px;
}

.login-forgot a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.login-forgot button {
	border: 1px solid #669900 !important;
	background-color: transparent;
	color: #000 !important;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	border-radius: 2px;
	padding: 12px 15px 12px 15px !important;
}

.login-forgot button:hover {
	background-color: #690;
	color: #fff !important;
}

.login-form-wrapper {
	position: relative;
}

.login-form-wrapper:before,
.login-form-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.login-form-wrapper:before {
	top: 0;
	width: 346px;
	height: 105px;
	margin-top: -105px;
	background-image: url(../images/loteria-links-before.png);
}

.login-form-wrapper:after {
	bottom: 0;
	width: 304px;
	height: 95px;
	margin-bottom: -100px;
	background-image: url(../images/loteria-links-after.png);
}

.loteria-right-detail h3 {
	font-size: 109px;
	line-height: 76px;
	text-align: center;
	border: 5px solid #ff3600;
	border-radius: 8px;
	padding: 0 10px 16px !important;
	position: relative;
	margin-top: 35px;
	text-transform: uppercase;
	color: #eeecdc !important;
	margin-bottom: 55px;
	font-family: bello-caps, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.loteria-right-detail h3:before,
.loteria-right-detail h3:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.loteria-right-detail h3:before {
	top: 0;
	width: 100px;
	height: 73px;
	margin-top: -73px;
	background-image: url(../images/button-links-before-onrange.png);
}

.loteria-right-detail h3:after {
	bottom: 0;
	width: 100px;
	height: 73px;
	margin-bottom: -73px;
	background-image: url(../images/button-links-after-onrange.png);
}

.loteria-right-detail h2 {
	font-size: 40px;
	line-height: 48px;
	color: #000;
}

.loteria-right-detail span {
	font-size: 24px;
	font-family: "Aspira Bold";
}

.loteria-right-detail a.exit-game,
.loteria-right-detail button {
	border: 1px solid #ff5100;
	background-color: transparent;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	border-radius: 2px !important;
	padding: 12px 15px 12px 15px !important;
	font-family: "Aspira Bold";
}

.loteria-right-detail a.exit-game:hover,
.loteria-right-detail button:hover {
	background-color: #ff5100;
	color: #fff !important;
}

.loteria-left-detail .ajax-return {
	font-size: 34px;
	font-family: "Faxfont";
	line-height: 1.2;
}

.loteria-left-detail #deck-card {
	background-color: #d8d6cb;
	border: 0 !important;
	border-radius: 12px;
}

.home-menu-block a {
	color: #000 !important;
	text-transform: uppercase;
	font-size: 27px;
	border-radius: 2px !important;
	text-decoration: none;
	font-family: "Aspira Bold";
	position: relative;
	border: 0;
}

.home-menu-block a.border-b-2.border-indigo-400 {
	border: 0 !important;
}

.home-menu-block a.border-b-2.border-indigo-400:before {
	content: "";
	width: 68px;
	height: 2px;
	background-color: #ff5100;
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: auto;
}

.home-menu-block-name {
	color: #000 !important;
	text-transform: uppercase;
	font-size: 27px;
	border-radius: 2px !important;
	text-decoration: none;
	font-family: "Aspira Bold";
}

.deck-card-wapper-detail h2 {
	font-size: 34px;
	font-family: "Aspira Bold";
	line-height: 1.2;
}

.deck-card-wapper-detail img {
	max-width: 140px;
	margin: 0 auto;
}

.rules-list-block li p {
	margin: 2px 0;
	display: flex;
	justify-content: center;
	color: #000 !important;
	font-size: 26px;
	border-radius: 2px !important;
	text-decoration: none;
	font-family: "Aspira Bold";
	width: 100%;
	line-height: 1;
	align-items: flex-start;
}

.rules-list-block li p img {
	margin-right: 15px;
	margin-top: 3px;
}

.rules-list-wapper {
	border: 5px solid #ffd522;
	border-radius: 12px;
	position: relative;
}

.rules-list-wapper:before,
.rules-list-wapper:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rules-list-wapper:before {
	top: 0;
	width: 204px;
	height: 62px;
	margin-top: -65px;
	background-image: url(../images/loteria-links-before.png);
}

.rules-list-wapper:after {
	bottom: 0;
	width: 199px;
	height: 62px;
	margin-bottom: -65px;
	background-image: url(../images/loteria-links-after.png);
}

.rules-list-title {
	font-size: 75px;
	text-align: center;
	padding-bottom: 115px;
}

.rules-list-btn {
	border: 1px solid #669900;
	background-color: transparent;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 0;
	border-radius: 4px !important;
	padding: 12px 25px 9px 25px !important;
	text-decoration: none;
	font-family: "Aspira Bold";
}

.rules-list-btn:hover {
	background-color: #669900;
	color: #fff !important;
}

.rules-list-btn-text {
	color: #000 !important;
	font-size: 34px;
	text-decoration: none;
	font-family: "Faxfont";
	width: 100%;
}

.rules-left-top-img {
	position: absolute;
}

.rules-left-top-img img,
.rules-right-top-img img {
	max-height: 190px;
}

.rules-main-wapper {
	position: relative;
}

.rules-left-bottom-img {
	width: auto;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 50px;
}

.rules-main-wapper .mt-6 {
	margin-top: 1.5rem;
}

.rules-right-top-img {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 1.5rem;
}

.guest-menu {
	align-items: center;
}

.guest-menu .menu {
	margin-left: 2.5rem;
}

.guest-menu .menu a {
	color: #000 !important;
	text-transform: uppercase;
	font-size: 27px;
	border-radius: 2px !important;
	text-decoration: none;
	font-family: "Aspira Bold";
	position: relative;
}

.guest-body .login-register-container {
	padding: 230px 0 100px !important;
}

.cards .card {
	height: 285px;
}

.cards .card,
.prev-cards .card {
	background-size: cover;
	font-size: 0;
}

.prev-cards .card {
	width: 33.333%;
	height: 335px;
}

.cards .card,
#deck-card .card-game {
	background-position: top center;
	background-repeat: no-repeat;
}

#deck-card .title-message {
	font-size: 29px;
	font-family: "Aspira Regular";
	line-height: 34px;
	display: block;
	margin-bottom: 10px;
}

#deck-card .card-game {
	width: 100%;
	height: 250px;
	background-size: contain;
}

#deck-card .card-game[data-id="1"],
.cards .card[data-id="1"],
.prev-cards .card[data-id="1"] {
	background-image: url("../images/cards/cards-01.jpg");
}

#deck-card .card-game[data-id="2"],
.cards .card[data-id="2"],
.prev-cards .card[data-id="2"] {
	background-image: url("../images/cards/cards-02.jpg");
}

#deck-card .card-game[data-id="3"],
.cards .card[data-id="3"],
.prev-cards .card[data-id="3"] {
	background-image: url("../images/cards/cards-03.jpg");
}

#deck-card .card-game[data-id="4"],
.cards .card[data-id="4"],
.prev-cards .card[data-id="4"] {
	background-image: url("../images/cards/cards-04.jpg");
}

#deck-card .card-game[data-id="5"],
.cards .card[data-id="5"],
.prev-cards .card[data-id="5"] {
	background-image: url("../images/cards/cards-05.jpg");
}

#deck-card .card-game[data-id="6"],
.cards .card[data-id="6"],
.prev-cards .card[data-id="6"] {
	background-image: url("../images/cards/cards-06.jpg");
}

#deck-card .card-game[data-id="7"],
.cards .card[data-id="7"],
.prev-cards .card[data-id="7"] {
	background-image: url("../images/cards/cards-07.jpg");
}

#deck-card .card-game[data-id="8"],
.cards .card[data-id="8"],
.prev-cards .card[data-id="8"] {
	background-image: url("../images/cards/cards-08.jpg");
}

#deck-card .card-game[data-id="9"],
.cards .card[data-id="9"],
.prev-cards .card[data-id="9"] {
	background-image: url("../images/cards/cards-09.jpg");
}

#deck-card .card-game[data-id="10"],
.cards .card[data-id="10"],
.prev-cards .card[data-id="10"] {
	background-image: url("../images/cards/cards-10.jpg");
}

#deck-card .card-game[data-id="11"],
.cards .card[data-id="11"],
.prev-cards .card[data-id="11"] {
	background-image: url("../images/cards/cards-11.jpg");
}

#deck-card .card-game[data-id="12"],
.cards .card[data-id="12"],
.prev-cards .card[data-id="12"] {
	background-image: url("../images/cards/cards-12.jpg");
}

#deck-card .card-game[data-id="13"],
.cards .card[data-id="13"],
.prev-cards .card[data-id="13"] {
	background-image: url("../images/cards/cards-13.jpg");
}

#deck-card .card-game[data-id="14"],
.cards .card[data-id="14"],
.prev-cards .card[data-id="14"] {
	background-image: url("../images/cards/cards-14.jpg");
}

#deck-card .card-game[data-id="15"],
.cards .card[data-id="15"],
.prev-cards .card[data-id="15"] {
	background-image: url("../images/cards/cards-15.jpg");
}

#deck-card .card-game[data-id="16"],
.cards .card[data-id="16"],
.prev-cards .card[data-id="16"] {
	background-image: url("../images/cards/cards-16.jpg");
}

#deck-card .card-game[data-id="17"],
.cards .card[data-id="17"],
.prev-cards .card[data-id="17"] {
	background-image: url("../images/cards/cards-17.jpg");
}

#deck-card .card-game[data-id="18"],
.cards .card[data-id="18"],
.prev-cards .card[data-id="18"] {
	background-image: url("../images/cards/cards-18.jpg");
}

#deck-card .card-game[data-id="19"],
.cards .card[data-id="19"],
.prev-cards .card[data-id="19"] {
	background-image: url("../images/cards/cards-19.jpg");
}

#deck-card .card-game[data-id="20"],
.cards .card[data-id="20"],
.prev-cards .card[data-id="20"] {
	background-image: url("../images/cards/cards-20.jpg");
}

#deck-card .card-game[data-id="21"],
.cards .card[data-id="21"],
.prev-cards .card[data-id="21"] {
	background-image: url("../images/cards/cards-21.jpg");
}

#deck-card .card-game[data-id="22"],
.cards .card[data-id="22"],
.prev-cards .card[data-id="22"] {
	background-image: url("../images/cards/cards-22.jpg");
}

#deck-card .card-game[data-id="23"],
.cards .card[data-id="23"],
.prev-cards .card[data-id="23"] {
	background-image: url("../images/cards/cards-23.jpg");
}

#deck-card .card-game[data-id="24"],
.cards .card[data-id="24"],
.prev-cards .card[data-id="24"] {
	background-image: url("../images/cards/cards-24.jpg");
}

#deck-card .card-game[data-id="25"],
.cards .card[data-id="25"],
.prev-cards .card[data-id="25"] {
	background-image: url("../images/cards/cards-25.jpg");
}

#deck-card .card-game[data-id="26"],
.cards .card[data-id="26"],
.prev-cards .card[data-id="26"] {
	background-image: url("../images/cards/cards-26.jpg");
}

#deck-card .card-game[data-id="27"],
.cards .card[data-id="27"],
.prev-cards .card[data-id="27"] {
	background-image: url("../images/cards/cards-27.jpg");
}

#deck-card .card-game[data-id="28"],
.cards .card[data-id="28"],
.prev-cards .card[data-id="28"] {
	background-image: url("../images/cards/cards-28.jpg");
}

#deck-card .card-game[data-id="29"],
.cards .card[data-id="29"],
.prev-cards .card[data-id="29"] {
	background-image: url("../images/cards/cards-29.jpg");
}

#deck-card .card-game[data-id="30"],
.cards .card[data-id="30"],
.prev-cards .card[data-id="30"] {
	background-image: url("../images/cards/cards-30.jpg");
}

#deck-card .card-game[data-id="31"],
.cards .card[data-id="31"],
.prev-cards .card[data-id="31"] {
	background-image: url("../images/cards/cards-31.jpg");
}

#deck-card .card-game[data-id="32"],
.cards .card[data-id="32"],
.prev-cards .card[data-id="32"] {
	background-image: url("../images/cards/cards-32.jpg");
}

#deck-card .card-game[data-id="33"],
.cards .card[data-id="33"],
.prev-cards .card[data-id="33"] {
	background-image: url("../images/cards/cards-33.jpg");
}

#deck-card .card-game[data-id="34"],
.cards .card[data-id="34"],
.prev-cards .card[data-id="34"] {
	background-image: url("../images/cards/cards-34.jpg");
}

#deck-card .card-game[data-id="35"],
.cards .card[data-id="35"],
.prev-cards .card[data-id="35"] {
	background-image: url("../images/cards/cards-35.jpg");
}

#deck-card .card-game[data-id="36"],
.cards .card[data-id="36"],
.prev-cards .card[data-id="36"] {
	background-image: url("../images/cards/cards-36.jpg");
}

#deck-card .card-game[data-id="37"],
.cards .card[data-id="37"],
.prev-cards .card[data-id="37"] {
	background-image: url("../images/cards/cards-37.jpg");
}

#deck-card .card-game[data-id="38"],
.cards .card[data-id="38"],
.prev-cards .card[data-id="38"] {
	background-image: url("../images/cards/cards-38.jpg");
}

#deck-card .card-game[data-id="39"],
.cards .card[data-id="39"],
.prev-cards .card[data-id="39"] {
	background-image: url("../images/cards/cards-39.jpg");
}

#deck-card .card-game[data-id="40"],
.cards .card[data-id="40"],
.prev-cards .card[data-id="40"] {
	background-image: url("../images/cards/cards-40.jpg");
}

#deck-card .card-game[data-id="41"],
.cards .card[data-id="41"],
.prev-cards .card[data-id="41"] {
	background-image: url("../images/cards/cards-41.jpg");
}

#deck-card .card-game[data-id="42"],
.cards .card[data-id="42"],
.prev-cards .card[data-id="42"] {
	background-image: url("../images/cards/cards-42.jpg");
}

#deck-card .card-game[data-id="43"],
.cards .card[data-id="43"],
.prev-cards .card[data-id="43"] {
	background-image: url("../images/cards/cards-43.jpg");
}

#deck-card .card-game[data-id="44"],
.cards .card[data-id="44"],
.prev-cards .card[data-id="44"] {
	background-image: url("../images/cards/cards-44.jpg");
}

#deck-card .card-game[data-id="45"],
.cards .card[data-id="45"],
.prev-cards .card[data-id="45"] {
	background-image: url("../images/cards/cards-45.jpg");
}

#deck-card .card-game[data-id="46"],
.cards .card[data-id="46"],
.prev-cards .card[data-id="46"] {
	background-image: url("../images/cards/cards-46.jpg");
}

#deck-card .card-game[data-id="47"],
.cards .card[data-id="47"],
.prev-cards .card[data-id="47"] {
	background-image: url("../images/cards/cards-47.jpg");
}

#deck-card .card-game[data-id="48"],
.cards .card[data-id="48"],
.prev-cards .card[data-id="48"] {
	background-image: url("../images/cards/cards-48.jpg");
}

#deck-card .card-game[data-id="49"],
.cards .card[data-id="49"],
.prev-cards .card[data-id="49"] {
	background-image: url("../images/cards/cards-49.jpg");
}

#deck-card .card-game[data-id="49"],
.cards .card[data-id="49"],
.prev-cards .card[data-id="49"] {
	background-image: url("../images/cards/cards-49.jpg");
}

#deck-card .card-game[data-id="50"],
.cards .card[data-id="50"],
.prev-cards .card[data-id="50"] {
	background-image: url("../images/cards/cards-50.jpg");
}

#deck-card .card-game[data-id="51"],
.cards .card[data-id="51"],
.prev-cards .card[data-id="51"] {
	background-image: url("../images/cards/cards-51.jpg");
}

#deck-card .card-game[data-id="52"],
.cards .card[data-id="52"],
.prev-cards .card[data-id="52"] {
	background-image: url("../images/cards/cards-52.jpg");
}

#deck-card .card-game[data-id="53"],
.cards .card[data-id="53"],
.prev-cards .card[data-id="53"] {
	background-image: url("../images/cards/cards-53.jpg");
}

#deck-card .card-game[data-id="54"],
.cards .card[data-id="54"],
.prev-cards .card[data-id="54"] {
	background-image: url("../images/cards/cards-54.jpg");
}

.title-win,
.subtitle-win {
	font-family: bello-caps, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
}

.title-win {
	color: #ff5100;
	font-size: 200px; /*252*/
}

.subtitle-win {
	color: #ffd522;
	font-size: 175px; /*200*/
}

.play-again-btn {
	font-family: "Aspira Bold";
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	border: 3px solid #669900;
	-webkit-border-radius: 5.25px;
	-moz-border-radius: 5.25px;
	border-radius: 5.25px;
	padding: 5px 25px 0;
	text-decoration: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.play-again-btn:hover {
	color: #fff;
	border: 3px solid #ff5100;
}

.graphic-win-left,
.graphic-win-right {
	position: absolute;
	top: 0;
	margin-top: 30px;
}

.graphic-win-left {
	left: 0;
	margin-left: 20px;
}

.graphic-win-right {
	right: 0;
	margin-right: 20px;
}

.popup-bg {
	background-color: rgb(0 0 0 / 90%);
}

.mobile-menu a:active,
.mobile-menu a:hover,
.mobile-menu a:focus,
.mobile-menu .active {
	background-color: #ff5100 !important;
	color: #fff;
}

.check-ready {
	padding: 130px 0 400px;
}

.loby-page {
	position: relative;
	padding: 50px 0;
}

.loby-page .pepers,
.loby-page .grid-images-01 {
	margin-top: 20px;
}

.loby-page .grid-images-02,
.loby-page .bottle-cap {
	margin-bottom: 20px;
}

.loby-page .grid-images-01,
.loby-page .grid-images-02 {
	width: 407px;
}

.check-ready-content {
	min-height: 187px;
}

.check-ready-content,
.loby-content .column-right,
.loby-content .column-left {
	border: 6px solid #ffd522;
	position: relative;
}

.loby-content .column-left:before,
.loby-content .column-left:after,
.check-ready-content:before,
.check-ready-content:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.loby-content .column-left:before,
.check-ready-content:before {
	top: 0;
	width: 213px;
	height: 115px;
	margin-top: -130px;
	background-image: url(../images/check-ready-before.png);
}

.loby-content .column-left:after,
.check-ready-content:after {
	bottom: 0;
	width: 213px;
	height: 105px;
	margin-bottom: -120px;
	background-image: url(../images/check-ready-after.png);
}

#play-now,
#ready-btn {
	font-size: 40px;
}

#play-now,
#ready-btn,
#enter-to-pay {
	margin-top: 20px;
	color: #000;
	border: 3px solid #669900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1;
	padding: 12px 30px 9px;
	font-family: "Aspira Bold";
	text-transform: uppercase;
	text-decoration: none;
}

#play-now:hover,
#ready-btn:hover,
#enter-to-pay:hover {
	color: #fff;
	background-color: #669900;
}

#enter-to-pay {
	font-size: 36px;
	margin-top: 20px;
	display: block;
}

.text-message {
	font-family: "Aspira Regular";
	line-height: 1;
	font-size: 33px;
	height: auto;
}

/*.check-ready{
	padding: 0 0 245px;
}
.loby-page .check-ready .grid-images-02,
.loby-page .check-ready .bottle-cap{
	margin-bottom: 25px;
}*/

.loby-content {
	padding: 80px 0 200px;
}

.loby-content .rules-list-block li p {
	display: block;
	padding-left: 15px;
}

.settings-dropdown {
	background: #ffd522;
	margin-top: 30px;
}

/*.settings-dropdown:hover{
	background: #FF5100;
}*/
.settings-dropdown a,
.settings-dropdown form a {
	text-decoration: none;
	color: #000;
	font-family: "Aspira Bold";
	font-size: 22px;
	text-transform: uppercase;
}

.settings-dropdown a:hover,
.settings-dropdown form a:hover {
	background-color: #ff5100;
}

#loteria {
	background: #ff3600;
}

#loteria:hover {
	background: #ffd522;
	color: #ff3600 !important;
}

.text-instruction {
	position: relative;
}

.text-instruction:after {
	position: absolute;
	content: "";
	width: 47px;
	height: 136px;
	background-image: url(../images/jarritos-to-click.png);
	background-size: cover;
	background-position: center;
	right: 0;
	top: 0;
	margin-top: -70px;
	margin-right: -25px;
}

.msg-game {
	display: none;
}

.msg-game.text-red-500 {
	display: block;
}

.players-table thead {
	background-color: #ffd522;
}

.players-table th,
.players-table td {
	font-size: 18px;
}

.players-table td p {
	line-height: 1;
	margin-bottom: 10px;
}

.players-table tbody tr:nth-child(even) {
	background-color: #fff;
}

.pagination-players span.relative.z-0.inline-flex.shadow-sm.rounded-md span span,
.pagination-players span.relative.z-0.inline-flex.shadow-sm.rounded-md a {
	padding: 25px !important;
	font-weight: 900;
}

.pagination-players span.relative.z-0.inline-flex.shadow-sm.rounded-md span[aria-current="page"] span,
.pagination-players span.relative.z-0.inline-flex.shadow-sm.rounded-md a:hover {
	background-color: #ff5100 !important;
	color: #fff !important;
}

.pagination-players span.relative.z-0.inline-flex.shadow-sm.rounded-md a:focus {
	box-shadow: none !important;
}

.pagination-players p {
	font-size: 26px;
}

.form-search input,
.form-search a,
.pagination-players p,
.players-table th,
.players-table td,
.submit-update-profile,
.form-search select {
	font-family: "Aspira Bold";
}

.form-search {
	text-align: right;
	z-index: 3;
	position: relative;
}

.form-search select {
	padding-top: 0.45rem;
	padding-bottom: 0.4rem;
}

.submit-update-profile,
.form-search input,
.form-search a,
.form-search select {
	font-size: 18px;
	color: #000;
}

.form-search input::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.form-search input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.form-search input::placeholder {
	color: #000;
	opacity: 1;
}

.form-search input[type="text"],
.form-search select {
	border: 2px solid #2fe5bb;
}

.form-search select:focus,
.form-search input[type="text"]:focus {
	border: 2px solid #ffd522;
	outline: none !important;
	box-shadow: none !important;
}

.submit-update-profile,
.form-search input[type="submit"] {
	padding: 13px 10px;
	background-color: #2fe5bb;
}

.form-search input.btn-green {
	background-color: #8dc540;
}

.submit-update-profile:hover,
.form-search input[type="submit"]:hover {
	background-color: #ffd522;
}

.form-search .reset-form {
	padding: 11px 10px;
	background-color: #ff5100;
}

.form-search .reset-form:hover {
	background-color: #fd6a77;
}

.form-search input[type="submit"],
.form-search .reset-form {
	line-height: 1;
}

.rules-list-block li p {
	font-family: "Aspira Bold";
	font-size: 26px;
	line-height: 1.2;
}

.loteria-leaderboard h3 {
	font-family: "Aspira Bold";
	font-size: 39px;
}

/* *** notification game in progress *** */
.notification-game {
	position: fixed;
	left: 50%;
	transform: translatex(-50%);
	background-color: #a6e9d7;
	border-radius: 0.2rem;
	overflow: hidden;
	display: none;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding-left: 20px;
	z-index: 9999;
}

.notification-game p,
.notification-game button {
	font-family: "Aspira Bold";
	font-size: 28px;
	color: #000;
}

.notification-game p {
	margin-bottom: 0;
}

.notification__warning {
	width: 1.5rem;
	margin-left: 1rem;
	fill: #2fe5bb;
}

.notification__close {
	background-color: #2fe5bb;
	padding: 1rem;
	display: flex;
	cursor: pointer;
	border-left: 1px #2fe5bb solid;
}

.notification__close:hover {
	background-color: #a6e9d7;
}

.notification__close svg {
	width: 1rem;
	fill: #2fe5bb;
}

.notification-show {
	animation: warning 400ms ease-in-out forwards;
	display: flex;
}

@keyframes warning {
	0% {
		opacity: 0;
		bottom: 2rem;
	}
	5% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		bottom: 4rem;
	}
}

#countdown {
	font-size: 18px;
	display: block;
	margin: 10px auto;
}
#countdown.hidden{
	display: none;
}

/* ************************************ */

@media only screen and (max-width: 2560px) {
	.prev-cards .card {
		height: 300px;
	}

	.cards .card {
		height: 240px;
	}
}

@media only screen and (max-width: 2048px) {
	.cards .card {
		height: 183px;
	}

	.prev-cards .card {
		height: 225px;
	}
}

@media only screen and (max-width: 1920px) {
	.cards .card {
		height: 170px;
	}

	.prev-cards .card {
		height: 215px;
	}
}

@media only screen and (max-width: 1680px) {
	body {
		font-size: 28px;
	}

	h3 {
		font-size: 32px;
		line-height: 36px;
	}

	p {
		line-height: 36.8px;
	}

	.main-container {
		padding-top: 150px;
	}

	.grid-images-01,
	.grid-images-02 {
		width: 310px;
	}

	.grid-images-01 .row-grid,
	.grid-images-02 .row-grid {
		margin-bottom: 10px;
	}

	.grid-images-01 .row-grid img,
	.grid-images-02 .row-grid img {
		margin-right: 5px;
		width: 140px;
	}

	.main-container .grid {
		max-width: 820px;
	}

	.loteria-links {
		margin-top: 78px;
	}

	.border-green,
	.border-orange {
		margin-bottom: 32px;
	}

	.pepers {
		width: 300px;
	}

	.bottle-cap {
		width: 275px;
	}

	.logo img {
		width: 85px;
	}

	.cards .card {
		height: 141px;
	}

	.prev-cards .card {
		/*width: 85px;*/
		height: 185px;
	}

	.popup-content {
		padding-top: 45px;
	}

	.loby-content {
		padding: 130px 0 200px;
	}

	.loteria-right-detail span {
		font-size: 21px;
	}

	.welcome-item h3 {
		font-size: 51px;
		line-height: 49px;
	}

	.loteria-links p {
		font-size: 24px;
		line-height: 37px;
	}
}

@media only screen and (max-width: 1600px) {
	.cards .card {
		height: 131px;
	}

	.prev-cards .card {
		/*width: 78px;*/
		height: 175px;
	}

	.title-win {
		font-size: 145px;
	}

	.subtitle-win {
		font-size: 160px;
	}

	.play-again-btn {
		font-size: 35px;
	}

	.popup-content img {
		width: 175px;
		height: auto;
		margin: 20px auto;
	}

	.loby-content {
		max-width: 900px;
		width: 100%;
	}

	.check-ready {
		padding: 130px 0 229px;
	}

	.loby-content {
		padding: 110px 0 200px;
	}

	#enter-to-pay {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1536px) {
	.cards .card {
		height: 122px;
	}

	.prev-cards .card {
		/*width: 74px;*/
		height: 165px;
	}

	.graphic-win-left,
	.graphic-win-right {
		width: 250px;
	}

	.popup-content {
		padding-top: 45px;
	}

	.loby-content {
		max-width: 840px;
	}
}

@media only screen and (max-width: 1440px) {
	.loteria-center-detail {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.loteria-right-detail h3 {
		font-size: 50px;
	}

	.loteria-right-detail span {
		font-size: 24px;
	}

	.loteria-right-detail h2 {
		font-size: 30px;
	}

	.cards .card {
		height: 151px;
	}

	.prev-cards .card {
		/*width: 72px;*/
		height: 155px;
	}

	.graphic-win-left,
	.graphic-win-right {
		width: 235px;
	}

	.grid-images-01 .row-grid img,
	.grid-images-02 .row-grid img {
		width: 100px;
	}

	.pepers {
		width: 250px;
	}

	.bottle-cap {
		width: 235px;
	}

	.rules-left-top-img img,
	.rules-right-top-img img {
		max-height: 115px;
	}

	.rules-left-bottom-img {
		width: 250px;
	}

	.loby-content {
		padding: 25px 0 100px;
	}

	.border-green h3,
	.border-orange h3 {
		font-size: 3vw;
	}

	.loteria-right-detail span br {
		display: none;
	}

	.text-instruction:after {
		width: 28px;
		height: 80px;
		margin-right: -2px;
	}
}

@media only screen and (max-width: 1366px) {
	.loteria-center-detail {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.cards .card {
		height: 110px;
	}

	.prev-cards .card {
		/*width: 58px;*/
		height: 145px;
	}

	.check-ready {
		padding: 130px 0 147px;
	}

	.title-win {
		font-size: 120px;
	}

	.subtitle-win {
		font-size: 130px;
	}

	.popup-content img {
		width: 150px;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 1350px) {
	.rules-main-wapper .max-w-7xl {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.rules-list-title {
		font-size: 60px;
		padding-bottom: 80px;
	}

	/*.rules-left-top-img img, .rules-right-top-img img {max-height: 150px;}*/
}

@media only screen and (max-width: 1280px) {
	.loteria-center-detail {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.cards .card {
		height: 135px;
	}

	.prev-cards .card {
		/*width: 64px;*/
		height: 135px;
	}

	.popup-content {
		padding-top: 30px;
	}

	.graphic-win-left,
	.graphic-win-right {
		width: 225px;
	}

	.title-win {
		font-size: 100px;
	}

	.popup-content img {
		width: 135px;
	}

	.subtitle-win {
		font-size: 110px;
	}

	.play-again-btn {
		font-size: 26px;
	}

	.grid-images-01 .row-grid img,
	.grid-images-02 .row-grid img {
		width: 75px;
	}

	.pepers {
		width: 220px;
	}

	.bottle-cap {
		width: 200px;
	}

	.check-ready {
		padding: 160px 0;
	}
}

@media only screen and (max-width: 1279px) {
	.guest-body .footer p a {
		font-size: 20px;
	}

	.rules-list-btn {
		font-size: 24px;
	}

	.rules-list-title {
		font-size: 40px;
	}

	.rules-left-top-img img,
	.rules-right-top-img img {
		max-height: 120px;
	}

	.rules-left-bottom-img {
		width: 230px;
	}

	.loteria-right-detail h3 {
		font-size: 40px;
	}

	.deck-card-wapper .prev-cards {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1180px) {
	.prev-cards .card {
		height: 120px;
	}
}

@media only screen and (max-width: 1030px) {
	.cards .card {
		height: 97px;
	}

	.prev-cards .card {
		/*width: 56px;*/
		height: 73px;
	}

	.title-win {
		font-size: 85px;
	}

	.popup-content img {
		width: 110px;
	}

	.subtitle-win {
		font-size: 90px;
	}

	.play-again-btn {
		font-size: 22px;
	}

	.main-container .grid {
		display: block;
	}

	.main-container .loteria-links,
	.main-container .loteria-leaderboard {
		width: 100%;
	}

	.main-container {
		padding-top: 210px;
	}

	.loby-content {
		display: block;
		max-width: 568px;
		padding-top: 100px;
	}

	.loby-content>div {
		max-width: none;
		width: 100%;
		margin-bottom: 30px !important;
		padding: 0 !important;
	}

	.loby-content .w-3\/5.pt-5.pb-5.pr-5 {
		margin-bottom: 155px !important;
	}

	.desktop {
		display: none;
	}

	.tablet {
		display: block;
	}

	.loteria-links {
		margin-bottom: 80px;
	}

	.loteria-links:after {
		margin-bottom: -90px;
	}

	.loteria-left-detail {
		padding: 0 !important;
	}

	.loteria-main-wapper {
		display: block;
	}

	.prev-cards {
		display: none;
	}

	.loteria-left-detail,
	.loteria-center-detail,
	.loteria-right-detail {
		width: 100%;
	}

	.loteria-right-detail button {
		float: none;
	}

	.loteria-right-detail .overflow-hidden.min-h-full {
		text-align: center;
	}

	.loteria-left-detail #deck-card {
		padding: 10px;
		height: auto;
	}

	#deck-card .card-game {
		height: 100px;
	}

	.loteria-main-wapper {
		padding-top: 0;
	}

	.loteria-main-wapper .container {
		max-width: 480px;
	}

	button#loteria {
		font-size: 22px;
		padding: 6px !important;
	}

	.cards .card {
		height: 119px;
	}

	.loby-page {
		padding-top: 0;
	}

	.loby-content {
		padding-top: 130px;
	}

	.welcome-item h3,
	.border-green h3,
	.border-orange h3 {
		font-size: 32px;
	}

	.loteria-links p {
		font-size: 24px;
	}

	.footer p {
		font-size: 18px;
		line-height: 22px;
	}

	.loteria-right-detail h3 {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 991px) {

	.grid-images-01 .row-grid img,
	.grid-images-02 .row-grid img {
		width: 65px;
	}

	.guest-body .footer p a {
		font-size: 18px;
	}

	.rules-list-title {
		font-size: 30px;
	}

	.rules-left-top-img img,
	.rules-right-top-img img {
		max-height: 100px;
	}

	.rules-list-btn {
		padding: 5px 20px 4px 20px !important;
	}

	.home-menu-block a,
	.home-menu-block-name,
	.guest-menu .menu a {
		font-size: 30px;
	}

	/*.loteria-center-detail .board .cards .card {font-size: 14px;padding: 10px !important;}*/
	.deck-card-wapper-detail h2 {
		font-size: 24px;
	}

	.loteria-right-detail .p-6 {
		padding: 0;
		padding-top: 1.5rem;
	}

	.home-menu-block a,
	.home-menu-block-name,
	.guest-menu .menu a {
		font-size: 26px;
	}

	img.mob-logo-small {
		width: 70px;
	}
}

@media only screen and (max-width: 980px) {
	.check-ready .w-1\/3.m-auto.p-5 {
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.popup-content {
		padding-top: 145px;
	}

	.footer {
		margin-top: 175px;
	}

	.main-container {
		padding-bottom: 195px;
		max-width: 540px;
	}

	.loteria-links {
		margin-top: 135px;
	}

	.loteria-leaderboard .pt-6.pb-6.pr-6 {
		padding-right: 0;
	}

	.loby-content {
		padding: 175px 0 100px;
	}
}

@media only screen and (max-width: 850px) {
	.check-ready .w-1\/2.m-auto.p-5 {
		width: 660px;
	}
}

@media only screen and (max-width: 800px) {
	.guest-body .login-register-container {
		padding: 75px 0 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.loby-content {
		max-width: 480px;
	}

	.check-ready .w-1\/2.m-auto.p-5 {
		width: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.guest-body .footer {
		position: initial;
	}

	.login-form-wrapper:after {
		width: 100px;
		height: 30px;
		margin-bottom: -40px;
	}

	.login-form-wrapper:before {
		width: 100px;
		height: 30px;
		margin-top: -37px;
	}

	.guest-body .login-form-wrapper {
		margin-top: 250px;
		max-width: calc(100% - 3rem);
	}

	.bottle-cap {
		position: initial;
		margin-top: 60px;
		margin-bottom: 0;
	}

	.grid-images-02 {
		bottom: 70px;
	}

	.footer {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.logo img {
		width: 65px;
	}

	.pepers {
		margin-top: 100px;
	}

	.grid-images-01 {
		margin-top: 100px;
	}

	.rules-left-top-img img,
	.rules-right-top-img img {
		max-height: 84px;
	}

	.rules-left-top-img .flex.flex-wrap {
		width: 160px;
	}

	.rules-list-block li p {
		font-size: 20px;
	}

	.rules-left-top-img img,
	.rules-right-top-img img {
		margin-bottom: 10px;
	}

	.rules-list-title {
		padding-top: 100px;
	}

	.rules-list-wapper:before {
		width: 100px;
		height: 30px;
		margin-top: -37px;
	}

	.rules-list-wapper:after {
		width: 100px;
		height: 30px;
		margin-bottom: -40px;
	}

	.rules-list-title {
		padding-bottom: 50px;
	}

	.rules-main-wapper .w-full.mt-20 {
		margin-top: 20px;
	}

	.rules-list-btn-text {
		font-size: 23px;
		line-height: 1;
	}

	.rules-left-bottom-img {
		width: 200px;
		margin-top: -40px;
		position: relative;
	}

	.rules-right-top-img .flex.flex-wrap {
		width: 148px;
		justify-content: end;
	}

	.rules-right-top-img .flex.flex-wrap img:first-child {
		margin-left: 20px;
		margin-right: 0;
	}

	.rules-list-btn {
		margin-top: 20px !important;
		margin-bottom: 20px;
	}

	.mob-logo-small {
		width: 65px;
	}

	.loteria-left-detail,
	.loteria-center-detail,
	.loteria-right-detail {
		width: 100%;
	}

	.loteria-main-wapper {
		flex-wrap: wrap;
	}

	.loteria-center-detail {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.loteria-right-detail button {
		margin-top: 20px;
	}

	.check-ready .bottle-cap {
		position: absolute;
	}

	.check-ready .grid-images-02 {
		bottom: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 667px) {
	.loby-content {
		padding: 220px 0 30px;
	}
}

@media only screen and (max-width: 640px) {
	.hidden.top-bar {
		display: block !important;
	}

	.footer {
		margin-bottom: 75px;
	}
}

@media only screen and (max-width: 639px) {
	.top-bar {
		padding-bottom: 0;
	}

	.logo img,
	img.mob-logo-small {
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 568px) {

	.graphic-win-left,
	.graphic-win-right {
		width: 150px;
	}

	.popup-content {
		padding-top: 90px;
	}

	.title-win {
		font-size: 70px;
	}

	.subtitle-win {
		font-size: 80px;
	}

	.main-container {
		max-width: 300px;
	}

	.grid-images-01 .row-grid img,
	.grid-images-02 .row-grid img {
		width: 45px;
	}

	/*.grid-images-01,
	.grid-images-02 {
	width: 101px;
	}*/
	.pepers {
		width: 170px;
	}

	.main-container {
		padding-top: 95px;
	}

	.grid-images-02 {
		bottom: 0;
	}

	.footer {
		margin-bottom: 0;
	}

	.loteria-links:before {
		width: 250px;
		height: 69px;
		margin-top: -88px;
	}

	.loteria-links:after {
		width: 177px;
		height: 55px;
		margin-bottom: -55px;
	}

	.loby-content li p {
		font-size: 18px;
		line-height: 1.2;
	}

	.loby-content .text-center,
	.check-ready .text-center {
		font-size: 22px;
	}

	.loby-content {
		padding: 130px 0 0;
		max-width: 320px;
	}

	.loby-content .list-disc {
		padding-left: 0;
	}

	.check-ready-content .ajax-return {
		margin-bottom: 20px;
	}

	#play-now,
	#ready-btn,
	#enter-to-pay {
		font-size: 32px;
		margin-top: 0;
	}

	.login-forgot {
		display: block;
	}

	.login-forgot button {
		margin-left: 0 !important;
	}
}

@media only screen and (max-width: 480px) {

	.grid-images-01,
	.rules-left-top-img {
		margin-left: 10px;
		display: none;
	}

	.pepers {
		padding-right: 10px;
		margin-top: 90px;
	}

	.grid-images-02,
	.rules-right-top-img {
		margin-right: 10px;
		display: none;
	}

	.rules-left-bottom-img {
		margin: 0 auto 30px;
		display: block;
	}

	.bottle-cap {
		margin: 60px auto 0;
		display: block;
	}

	.custom-login-block .grid-images-02 {
		margin-bottom: 130px;
	}

	.guest-body .login-register-container {
		padding: 0 0 0 !important;
	}

	.guest-body .login-form-wrapper {
		margin-top: 150px;
	}

	.loby-page .pepers {
		margin-top: 10px;
	}

	#lobby.loby-page .pepers {
		margin-top: -20px;
	}

	.rules-main-wapper .py-12 {
		padding-bottom: 0;
		padding-top: 0;
	}

	.rules-main-wapper .mt-6 {
		margin-top: 10px;
	}

	.check-ready .bottle-cap {
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width: 414px) {
	.cards .card {
		height: 86px;
	}

	img.mob-logo-small {
		width: 60px;
	}

	.message.text-center {
		line-height: 1;
		font-size: 18px;
	}

	.loteria-left-detail .ajax-return,
	#deck-card .title-message {
		font-size: 28px;
		line-height: 1;
	}

	#deck-card .card-game {
		height: 85px;
	}

	.popup-content {
		padding-top: 0px;
	}

	#winner .flex.items-end.justify-center.min-h-full.text-center.sm\:block {
		min-height: 85%;
	}

	.loby-content {
		padding: 155px 0 0;
		max-width: 285px;
	}
}

@media only screen and (max-width: 375px) {
	.cards .card {
		height: 75px;
	}

	#winner .flex.items-end.justify-center.min-h-full.text-center.sm\:block {
		min-height: 95%;
	}

	.graphic-win-left,
	.graphic-win-right {
		margin-top: 20px;
		width: 135px;
	}

	.title-win {
		font-size: 60px;
	}

	.subtitle-win {
		font-size: 70px;
	}

	.popup-content img {
		width: 95px;
	}

	#winner .flex.items-end.justify-center.min-h-full.text-center.sm\:block {
		min-height: 85%;
	}
}

@media only screen and (max-width: 360px) {
	.cards .card {
		height: 71px;
	}
}

@media only screen and (max-width: 320px) {
	.cards .card {
		height: 65px;
	}
}