/* mobile css */

@font-face {
	font-family: 'Lobster-Regular';
	src:url('./fonts/Lobster-Regular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}


@media screen and (min-width:768px) {
	.slots_wrap {
		overflow: visible
	}
	.slots.slots-popupOpen {
		overflow: hidden
	}
}

@keyframes blink {
	to {
		background: #c3ad00;
	}
}

@-webkit-keyframes blink {
	to {
		background: #c3ad00;
	}
}

.blink {
	animation: blink 0.4s infinite alternate;
	-webkit-animation: blink 0.4s infinite alternate;
}

@keyframes slotsDecoShake {
	0% {
		transform: rotate(5deg)
	}
	33.33% {
		transform: rotate(-7.5deg)
	}
	66.66% {
		transform: rotate(11.25deg)
	}
	to {
		transform: rotate(-16.875deg)
	}
}

@keyframes slotsTitles {
	0% {
		text-shadow: 0px 0px 9px #d9a923;
	}
	to {
		text-shadow: 0px 0px 0px #d9a923;
	}
}



@keyframes slotsNeonLight {
	0% {
		background-position: 0 50%
	}
	to {
		background-position: 200% 50%
	}
}




@keyframes slotsBoxCoin {
	0% {
		opacity: .5;
		transform: scale3d(.6, .6, 1)
	}
	25% {
		opacity: .8;
		transform: scale3d(.8, .8, 1)
	}
	50% {
		opacity: 1;
		transform: scaleX(1)
	}
	75% {
		opacity: .6;
		transform: scale3d(1.15, 1.15, 1)
	}
	to {
		opacity: .1;
		transform: scale3d(1.3, 1.3, 1)
	}
}


#re-content{
	background: url( ../images/slot/slots_bg.jpg?v={$version});
	background-size:100%;
	background-repeat:no-repeat;
	min-height: 800px;
}

.slots_awards_item.special .slots_awards_medals,
.slots_awards_item>div,
.slot_main,
.slot_main:after,
.slot_main:before,
.slot_main_wrap:before,
.slots_rule_title,
.slots_winner{
	background-size: 100% 100%
}

.slot_main,
.slots_winner{
	height: 0
}

.slot_main:after,
.slot_main:before,
.slot_main_coin,
.slot_main_coinWrap,
.slot_main_numberTimes>div,
.slotsMain_box_numberTicket>div,
.slotsMain_box_title>div,
.slot_main_wrap:after,
.slot_main_wrap:before,
.slots_popup_box,
.slots_winner_wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.slots {
	/* background: linear-gradient(181deg,#1f1e1e 20%,#000000); */
	color: #fff;
	font-family: Arial, Helvetica, Microsoft YaHei, Microsoft JhengHei, PingFangTC, sans-serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
	min-height:800px;
	max-width: 568px;
	min-width: 320px;
	width: 100%;
	margin-top: 80px;
    position: relative;
}

.slots * {
	box-sizing: border-box
}

.slot_main,
.slots_wrap {
	margin: 0 auto;
}


.slot_main-m, .slots_wrap-m {
	margin: 0 auto;
	max-width: 360px;
}

.slot_main {
	margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 505px;
}

.slot_main:after,
.slot_main:before {
	animation: slotsDecoShake 25s infinite;
	content: ""
}

.slot_main:before {
	animation-direction: alternate;
	animation-timing-function: linear;
	background-image: url(../images/slot/slots_back_m.png?v={$version});
	background-size: 100%;
	background-repeat: no-repeat;
}

.slot_main:after {
	animation-direction: alternate-reverse;
	background-image: url(../images/slot/slots_front_m.png?v={$version});
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 2;
}

#slot {
	border: solid;
	box-sizing: content-box;
	bottom: 8%;
	   position: absolute;
}

.slot_main_wrap {
	padding: 4%;
	top: 23%;
	position: absolute;
	height: 424px;
    width: 568px;
	align-items: center;
    display: flex;
    justify-content: center;
}

.slot_main_wrap:after,
.slot_main_wrap:before {
	content: "";
	z-index: 2
}

.slot_main_wrap:before {
	background-image: url(../images/slot/slots_frame.png?v={$version});
	background-size: 100%;
    background-repeat: no-repeat;
}

.slot_main_wrap:after {
	animation: slotsNeonLight  1s steps(2) infinite;
	background-image: url(../images/slot/slots_neonLight.png?v={$version}); 
	background-size: 200% 100%;
	
}

.slots-stand {
	background-image: url(../images/slot/slots_stand_frame.png?v={$version});
	background-size: 100% 120%;
    background-repeat: no-repeat;
	padding-bottom: 10%;
	position: relative;
	width: 568px;
    z-index: 2;
}

.slots-group-btn {
	z-index: 5;
	margin: 1% 3% 0 3%;
}

.btn {
	background: linear-gradient(181deg,#fcda67,#f9c144,#eb8f00) ;
	line-height: 1;
	font-size: 0.8rem;
	border-color: #ecb58d;
	font-weight: 700 !important;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    white-space: nowrap;
    width: 100%;
}

.btn a {
	color: white;
}

.btn .slot-btn-selected {
	background: linear-gradient(181deg,#fbbe40,#a26a03) !important;
}

.title-text {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: clamp(3rem, 10vw, 6rem);
	line-height: 0.75em;
	text-align: center;
	  text-shadow: 1px 2px 0px #f90, -3px -2px 0px #b80600, -4px 5px 0px #b80600, 4px 5px 0px #b80600, -4px 2px 0px #b80600, 4px -3px 0px #b80600;
	
}

.title-text {
	font-size:30px;
	font-family: 'Lobster-Regular';
}

.title-text:before {
	content: '';
	position: absolute;
	text-shadow: 2px 2px 1px #d00300, -1px -1px 1px #850400, -2px 2px 1px #d00300, 1px -1px 1px #850400;
	z-index: 2;
}

.credit-log {
	z-index: 3;
    position: relative;
    top: 56px;
}

.credit-text {
	color: #f0a329;
	font-weight: 900;
	text-transform: uppercase;
	font-size: clamp(3rem, 10vw, 6rem);
	line-height: 0.75em;
	text-align: center;			
}

.credit-text span {
	font-size:30px;
}

.credit-text span:before {
	content: attr(data-text);
	position: absolute;
	text-shadow: 2px 2px 1px #d00300, -1px -1px 1px #850400, -2px 2px 1px #d00300, 1px -1px 1px #850400;
	z-index: 1;
}

.credit-log input {
	background: #0000005c !important;
	-webkit-text-fill-color: #fff;
	width: 100px !important;
	border-radius: 20px !important;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 0.75em;
}

.win-box {
	position: relative;
	z-index: 2;
	top: -14px;
}

.total-btn {
	text-decoration: none;
	color: white;
	background: linear-gradient(179deg, #f7c254, #ee9914);
	border-bottom: 2px solid #f3b75a;
	position: relative;
	padding: 5px;
	font-size: 15px;
	border-radius: 28px;
	box-shadow: 0px 5px 0px 0px #d88315, 0px 12px 3px 0px #530207;
	transition: all 0.2s;
}

.input-group-text {
	background: none;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

.input-group .form-control {
	background: none;
	border: none;
	padding: 0;
}


.btn-spin, .btn-prize, .btn-auto {
	text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
    background: linear-gradient(179deg, #ff6b70, #db3378);
    border: 1px solid #ff9aa1;
    border-bottom: 2px solid #ff9aa1;
    position: relative;
    padding: 16px;
    font-size: 20px;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #e33a8b, 0px 10px 0px 0px #b31a6e, 0px 13px 1px 0px #4e0f0fb8, 0px 18px 3px 0px #000000;
    transition: all 0.2s;
}





.btn-spin:hover, .btn-prize:hover, .btn-auto:hover {
	text-decoration: none;
	color: #fff !important;
	font-weight: 700;
	text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
	background: linear-gradient(179deg, #da5765, #dc3545);
	border: 1px solid #ff9aa1;
	border-bottom: 1px solid #ff9aa1;
	position: relative;
	padding: 16px;
	font-size: 20px;
	margin-top: 15px;
	transform: translateY(6px);
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #e33a8b, 0px 6px 0px 0px #b31a6e, 0px 9px 1px 0px #4e0f0fb8, 0px 13px 3px 0px #000000;
	transition: all 0.2s;
}

.btn-spin:active, .btn-prize:active, .btn-auto:active {
	text-decoration: none;
	color: #fff !important;
	font-weight: 700;
	text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
	background: linear-gradient(179deg, #da5765, #dc3545);
	border: 1px solid #ff9aa1;
	border-bottom: 1px solid #ff9aa1;
	position: relative;
	padding: 16px;
	font-size: 20px;
	margin-top: 15px;
	transform: translateY(6px);
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #e33a8b, 0px 6px 0px 0px #b31a6e, 0px 9px 1px 0px #4e0f0fb8, 0px 13px 3px 0px #000000;
	transition: all 0.2s;

}


.bet-frame {
	background-image: url(../images/slot/slots_bet_frame.png?v={$version});
	background-size: 100% 120%;
    background-repeat: no-repeat;
}

.bet-frame input {
	-webkit-text-fill-color: #fff;
    width: 30px !important;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.slot_main_part_pic {
	display: none;
	max-height: 40%;
	max-width: 50%;
	position: relative
}


.slot_main_part_award {
	line-height: 1.2;
	padding-bottom: 2.9333333333vw;
	position: relative;
	text-align: center;
	width: 70%
}

.slot_main_btn,
.slot_main_numberTimes, .slotsMain_box_numberTicket {
	background-size: 100% 100%;
	position: absolute;
	z-index: 3
}

div.circTxt {
	/*allows for centering*/
	display: inline-block;
	/*adjust as needed*/
	letter-spacing:2px;
	color: whitesmoke;
	text-shadow: 2px 2px 0 #0d0d40;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	font-style: italic;
    font-family: 'Aero';
	
  }

.circTxt p {
	animation: slotsTitles .6s .6s infinite alternate both;
	text-shadow: 6px 2px 9px #d9a923;
	color:white;
	margin-bottom:0;

}

.slot_main_coin {
	pointer-events: none;
	z-index: 3
}
 
.slot_main_coinWrap {
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: slotsBoxCoin;
	animation-timing-function: linear
}

.slot_main_coinWrap:first-of-type {
	animation-delay: -.5s;
	animation-duration: 4s
}

.slot_main_coinWrap:nth-of-type(2) {
	animation-delay: -2s;
	animation-duration: 7s
}

.slot_main_coinWrap:nth-of-type(3) {
	animation-delay: -2.5s;
	animation-duration: 8s
}

.slot_main_coinWrap:nth-of-type(4) {
	animation-delay: -1.5s;
	animation-duration: 6s
}

.slot_main_coinWrap:nth-of-type(5) {
	animation-delay: -1s;
	animation-duration: 5s
}

.slot_main_coinWrap:nth-of-type(6) {
	animation-delay: -3s;
	animation-duration: 9s
}

.slot_main_coin_1,
.slot_main_coin_2,
.slot_main_coin_3,
.slot_main_coin_4,
.slot_main_coin_5,
.slot_main_coin_6 {
	position: absolute
}

.slot_main_coin_1 {
	left: 83.3%;
	top: 49.6%;
	width: 17.0666666667%
}

.slot_main_coin_2 {
	left: 4.5%;
	top: 30.5%;
	width: 12.2666666667%
}

.slot_main_coin_3 {
	left: 77.5%;
	top: 22%;
	width: 22.5333333333%
}

.slot_main_coin_4 {
	left: 75.5%;
	top: 72.5%;
	width: 20.5333333333%
}

.slot_main_coin_5 {
	left: 0;
	top: 72.5%;
	width: 40.4%
}

.slot_main_coin_6 {
	left: 20%;
	top: 5%;
	width: 9.6%
}

.slots_wrap {
	overflow: hidden
}

.slots_minor {
	padding: 0 20px 70px;
	margin: 3.8507462687% 0 9.8656716418%;
}


.slots_winner {
	margin-top: 2%;
    border-radius: 20px;
    /* border: 1px solid #c6272f; */
    background: #0c0c0cd4;
	border:1px solid #b47b2e;
	margin: 3.8507462687% 0 9.8656716418%;
	padding-bottom: 82.0895522388%;
	position: relative;
	width: 100%
}

.slots_winner_wrap {
	display: flex;
	flex-direction: column;
	padding: 4vw
}

.winner_record_list .slick-list, .wallet_record_list .slick-list{
	height:600px !important;
}

.wallet_record_list,
.winner_record_list {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.wallet_record_list.slick-initialized,
.winner_record_list.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

.left-column {
	width:50%;
	line-height: 22px;
}

.right-column {
	width:50%;
	line-height: 22px;
	text-align:right;
}

.slotsMain_winner_date {
	color:#fff;
	font-size: 12px;
	white-space: nowrap
}

.slotsMain_winner_item {
	color: #fff;
	display: flex;
	font-size: 16px;
	color:#fff;
	justify-content: space-between;
	line-height: 38px;
	padding: 2.2% 3.5%;
    border-bottom: 1px solid #eeeeee14;
}



.slots_winner_slider {
	flex: 1 1 0;
	overflow: scroll;
}

.slots_winner_list {
	flex: 0 0 100%;
	overflow-y: auto;
	position: relative;
	transition: left .4s
}

.slots_winner_listItem {
	display: flex;
	font-size: 4.2666666667vw;
	justify-content: space-between;
	line-height: 9.6vw;
	padding: 0 3%
}

.slots_winner_listItem:nth-of-type(2n) {
	background-color: rgba(255, 255, 255, .06)
}

.slots_winner_date {
	font-size: 3.2vw
}

.slots_winner_playerId {
	font-size: 3.2vw;
	overflow-x: auto
}

.slots_winner_prize {
	color: #ffdb00;
	flex: 0 1 35%;
	text-align: center
}

.slots_rule {
	background-image: linear-gradient(185deg,#151515,#232323);
    border-radius: 20px;
    /* border: 1px solid #ff3049; */
	border:1px solid #b47b2e;
    line-height: 1.5;
    min-height: 125px;
    padding: 30px 16px 20px;
    position: relative;

}

.slots_rule_title {
	font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    /* background-image: linear-gradient(181deg,#ff2f49,#a5221f);
    border: 1px solid #dc3545; */
	background: linear-gradient(181deg,#d2aa4e,#c79842,#b17729);
		border: 1px solid #d2aa4e;
    left: 48%;
    line-height: 35px;
    color: #fff;
    margin-left: -129px;
    position: absolute;
    text-align: center;
    top: -2%;
    width: 271px;
}

.slots_rule .slotsRule_text,
.slots_rule_text {
	word-spacing: 2px
}

.slots_rule .slotsRule_text+.slots_rule_text,
.slots_rule_text+.slots_rule_text {
	margin-top: 20px
}

.slots_rule .slotsRule_text a,
.slots_rule_text a {
	color: inherit
}

.slots_rule span {
	color: #fff;
}


.slots_nav {
	background-color: #190023;
	bottom: 0;
	box-shadow: 0 0 5.8666666667vw rgba(255, 255, 255, .2);
	height: 44px;
	left: 0;
	max-width: 568px;
	position: fixed;
	width: 100%;
	z-index: 3
}

.nav-item {
	margin:0;
}

.slots_nav_wrap {
	display: flex
}

.slots_nav_item {
	flex: 1 1 0
}

.slots_nav_item>a {
	color: rgba(255, 255, 255, .5);
	font-size: 3.7333333333vw;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	transition: color .4s
}

.slots_nav_item>.active,
.slots_nav_item>a:hover {
	color: #fff
}



.slots_winner_wrap {
	padding: 12px
}


.slots_winner_wrap .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: linear-gradient(181deg,#d2aa4e,#c79842,#b17729);
	border: 1px solid #d2aa4e;
}

.slots_winner_wrap a:hover{
	color:#fff;
}

.slots_winner_wrap a{
	color:#767575;
}

.slots_winner_headItem {
	font-size: 18px
}
.slots_winner_date {
	font-size: 16px
}
.slots_winner_listItem {
	font-size: 20px;
	line-height: 40px
}
.slots_nav {
	box-shadow: 0 -10px 20px -9px rgba(255, 255, 255, .2);
	left: 50%;
	margin-left: -284px
}
.slots_nav_item>a {
	font-size: 18px
}

.slots .unavailable {
	align-content: center;
	align-items: center;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-shadow: 0 2px 5px #000;
	top: 0;
	width: 100%;
	z-index: 1000
}

.slots .unavailable h2 {
	color: #ffefbd;
	font-size: 29px;
	margin-top: 10px;
	text-align: center;
	width: 100%
}

.slots .unavailable i {
	font-size: 80px
}

.slots .unavailable+div {
	filter: grayscale(.7) blur(2px) brightness(.3)
}


body {
	background: black !important;
}

.gold {
	color: gold !important;
}

.green {
	color: green;
}

.v-align {
	vertical-align: inherit !important;
}

div.modal-footer,
div.modal-body,
div.modal-header {
	background-color: #000000de;
	color: white;
	margin-top: 0;
}



.preview {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: black !important;
	margin: auto;
	z-index: 999999;
	width: 480px;
	text-align: center;
}

.preview img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: black !important;
	margin: auto;
	z-index: 999999999;
}
