#casinoContent {
	min-height: 500px;
	margin: 0 auto;
}

#casinoContent .Casino {
	margin: 100px auto 0 auto;
	width: 1200px;
	padding-bottom: 30px;
}
#casinoContent .Casino.live {
	margin: 10px auto 0 auto;
}
.SlotGameContainer {
	margin: 10px auto 0 auto;
	width: 1200px;
	padding-bottom: 30px;
	
}
.emptyNotice #casinoContent .Casino {
	
}

#casinoContent .Casino .title {
	background: #f5f5f5;
	color: #033940;
	font-family: 'Gulim', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 8px 12px;
	border: solid #ccc;
	border-width: 1px 1px 0 1px;
}

#casinoContent .casino-bg {
	/*     height: 352px;
    background: #121725 url(/static/images/web/casino_bg.jpg) no-repeat;
    border: solid 1px #2c3652;
    background-size: cover; */
	
}

#casinoContent .casino-bg>div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

#casinoContent .casino-bg i {
	background: url(/static/images/web/casino_intro.jpg) no-repeat;
	width: 393px;
	height: 190px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}

#casinoContent .casino-bg>div:last-child i {
	width: 294px;
}

#casinoContent .casino-bg i:hover {
	border: solid 1px #6cfff4;
	filter: brightness(130%);
	transform: scale(1.05);
}

#casinoContent .casino-bg i[data-id="baccarat"] {
	background-position: 0 0;
}

#casinoContent .casino-bg i[data-id="dragontiger"] {
	background-position: -402px 0;
}

#casinoContent .casino-bg i[data-id="topcard"] {
	background-position: -805px 0;
}

#casinoContent .casino-bg i[data-id="roulette"] {
	background-position: 0 -201px;
}

#casinoContent .casino-bg i[data-id="moneywheel"] {
	background-position: -402px -201px;
}

#casinoContent .casino-bg i[data-id="blackjack"] {
	background-position: -805px -201px;
}

#casinoContent .casino-bg i[data-id="holdem"] {
	background-position: 0 -402px;
}

#casinoContent .casino-bg i[data-id="eth"] {
	background-position: -302px -402px;
}

#casinoContent .casino-bg i[data-id="trp"] {
	background-position: -604px -402px;
}

#casinoContent .casino-bg i[data-id="csp"] {
	background-position: -906px -402px;
}

.Casino #depositRequest, .Pcasino #depositRequest {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #121219;
	
}

#casinoContent .Casino button {
	background: #0a0b18;
	padding: 8px 20px;
	border: solid 1px #f1d976;
	color: #f1d976;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	font-weight: bold;
	margin: 2px;
	letter-spacing: -.5px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#casinoContent .Casino button:hover {
	background: #0a0b18;
	border: solid 1px #fff;
	color: #fff;
}

#casinoContent .Casino button img {
	vertical-align: bottom;
	width: 44px;
}

#casinoContent .casinoWithdrawal {
	padding: 8px;
	color: #f1d976;
	text-align: center;
	font-size: 16px;
	margin-bottom:8px;
	font-weight:bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#casinoContent .casinoWithdrawal #casinoWithdrawal, #casinoContent .casinoWithdrawal #ptechWithdrawal {
	color: #f05f25;
	font-size: 20px;
	font-weight: normal;
	margin: 0 8px;
}

#btnWithdrawal>span {
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
	display: inline-block;
	background: url('/static/images/web/ico_casino_chip.png');
	background-size: contain;
}

#btnEnter>span {
	width: 56px;
	height: 56px;
	display: inline-block;
	background: url('/static/images/web/ico_casino_enter.png');
	background-size: contain;
}

#casinoContent .casino-table {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

#casinoContent .tableElement {
	position: relative;
	font-size: 0;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 12px 20px 0;
	width: calc(25% - 12px);
	height: 163px;
	cursor: pointer;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}

#casinoContent .tableElement:hover {
	filter: brightness(130%);
	transform: scale(1.05);
}

#casinoContent .tableElement img {
	width: 296px;
	position: absolute;
	top: 0;
	left: 0;
}

.tableElement>.table-title {
	background: rgba(71, 71, 71, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.tableElement:hover>.table-title {
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.72);
}

.tableElement span {
	position: absolute;
	top: 5px;
	left: 10px;
	display: block;
	font-size: 14px;
	color: #ffdf05;
	background: rgba(0, 0, 0, .7);
	border-radius: 1em;
	padding: 4px 8px;
	font-size: 16px;
	font-weight: bold;
}

.Slot {
	background: #000 url(/static/images/web/slotbg.jpg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-radius: 4px;
	padding: 0 0 30px 0;
}

.slot-top {
	color: #fff090;
	height: 25vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.slotWithdrawal {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	justify-content: center;
}

.slotWithdrawal #btnEnter {
	background: transparent url('/static/images/web/btnEnterSlot.png');
	border: none;
	width: 204px;
	height: 84px;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

.slotWithdrawal #btnEnter:hover {
	filter: brightness(130%);
}

.slot-table {
	display: flex;
	flex-wrap: wrap;
	MAX-WIDTH: 1300PX;
	MARGIN: 0 AUTO;
	justify-content: CENTER;
	PADDING: 10PX;
}

.slot-table .tableEl {
	position: relative;
	font-size: 0;
	overflow: hidden;
	margin: 2%;
	width: 28%;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}

.slot-table .tableEl img {
	width: 100%;
}

.FX {
	height: 600px;
	background: rgba(0, 0, 0, 0.5) url(/static/images/web/fx_bg2.jpg) no-repeat;
	background-size: 100%;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.fxlogo {
	background: rgba(0, 0, 0, 0.5) url(/static/images/web/fx_logo.png) no-repeat;
	height: 55px;
	width: calc(55px * 224/ 55);
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	margin-top: 100px;
}

.fxWithdrawal {
	padding: 8px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #01102d;
	border-radius: 1px;
	margin-bottom: 8px;
	width: 346px;
}

.fxWithdrawal #fxWithdrawal {
	color: #bb3e5e;
}

.FX button {
	background: #01102d;
	border-radius: 2px;
	padding: 16px 20px;
	border: solid 1px;
	border-color: #808080 #565656 #484747 #585858;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	vertical-align: middle;
	font-weight: bold;
	margin: 2px;
	letter-spacing: -1px;
}

.FX button:hover {
	background: #1eab1f;
}

.FX button img {
	vertical-align: bottom;
}

.Pcasino {
	width: 1200px;
	margin: 100px auto 0 auto;
	padding: 0 0 30px 0;
}

.ptechWithdrawal {
	
}

.Pcasino button {
	background: #121219;
	padding: 8px 20px;
	border: solid 1px #f1d976;
	color: #f1d976;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	font-weight: bold;
	margin: 2px;
	letter-spacing: -.5px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Pcasino button:hover {
	background: #fff;
	border: solid 1px #fff;
}

.Pcasino #btnWithdrawal>span {
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
	display: inline-block;
	background: url('/static/images/web/ico_casino_chip.png');
	background-size: contain;
}

.ptechlogo {
	/* 	background: url('/static/images/web/playtech_logo.png');
	background-size: 100%;
	width:240px;
	height:calc(240px * 125 / 600);
	margin:0 0 30px 0; */
	
}

.ptechWithdrawal {
	background: rgba(0, 0, 0, .5);
	font-size: 16px;
	padding: 8px;
}

.Pcasino #btnEnter>span {
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
	display: inline-block;
	background: url('/static/images/web/ico_casino_enter.png');
	background-size: contain;
}

.Casino .gridWrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	padding: 10px;
}
.Casino .gridWrap:before {
    content: '';
    width: 0;
    padding-bottom: calc(100% / ( 294 / 380 ));
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
.Casino .gridWrap > *:first-child{
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
.Casino .gridWrap img {
	width:100%;
	border-radius: 4px;
}
.Casino .gridWrap .companyBtn {
	position: relative;
	cursor: pointer;
	padding: 10px;
	background: #2b2b34;
	background: linear-gradient(133deg,#edecb6 0,#e39845 50%,#62321e 51%, #e39845);
	border-radius: 6px;
	border: 1px solid #424242;
	overflow: hidden;
	box-shadow: 0 0 5px 0px #fcff7f9c;
	z-index: 6;
}
.Casino .gridWrap .companyBtn:after {
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
	opacity:0;
	font-family: 'icomoon' !important;
	content: "";
	color: #fff;
	position: absolute;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	bottom: 0;
	padding: 3px 7px;
	justify-content: center;
	align-items: center;
	left: 0;
	box-sizing: border-box;
	font-size: 70px;
	text-shadow: 0 0 6px rgb(0 0 0);
	background-image: linear-gradient(133deg,rgb(255 255 255 / 10%) 0,rgb(255 255 255 / 5%) 50%,rgb(0 0 0 / 19%) 51%, rgb(0 0 0 / 36%));
	transition:opacity 0.3s;
	pointer-events: none;
	z-index: 5;
}
.Casino .gridWrap .companyBtn.preparing:after {
	opacity: 1;
}

.Casino .gridWrap .companyBtn:hover:after {
	opacity:1;
}
.Casino .gridWrap .companyBtn:before {
	display:block;
	content:'';
	background-image: linear-gradient(-45deg, #062f20 0%, #044a2e 25%, #093826 51%, #02120c 100%);
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	z-index: -1;
	left: 2px;
	border-radius: 4px;
}

.Casino .gridWrap .companyBtn .comName {/* position: absolute; */bottom: 0;/* width: 100%; */left: 0;height: 40px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-family: 'scdream6';}

.Casino .gridWrap .companyBtn .comp-play {
	position: absolute;
    top: 30%;
    left: 35%;
    justify-content: center;
    color: #e85252;
    font-size: 80px;
    opacity: 0;
    transition-duration: 1s;
}

.Casino .gridWrap .companyBtn:not(.preparing):hover .comp-play {
    opacity: 1;
}

.Casino .livecasinotitle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-family: 'scdream8';
	background: -webkit-linear-gradient(#f2d977, #81542c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 80px;
}
.compLogoCont {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 58px;
	/* height: 40px; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compLogo {
	display: flex;
	content:'';
	width: calc(60px * 248 / 114);
	height: 60px;
	position: relative;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: linear-gradient(133deg,#edecb6 0,#e39845 50%,#62321e 51%, #e39845);
}

.compLogo:before {
	display: block;
	content:'';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
}.compLogo:after {
	display: block;
	content:'';
	background:#000;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	z-index: 1;
}
.compLogo img {
	z-index: 2;
	max-width: 80%;
	max-height: 100%;
}

.compLogo.pgsoft:before {	background:  url(/static/images/web/pgs.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.relax:before {	background:  url(/static/images/web/relax.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.ygdrasil:before {	background:  url(/static/images/web/yggdrasil.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.playngo:before {	background:  url(/static/images/web/playngo.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.naga:before {background:  url(/static/images/web/naga.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.spade:before {background:  url(/static/images/web/spade.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.cq9:before {background:  url(/static/images/web/cq9.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.mg:before {background:  url(/static/images/web/micro.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.rtg:before {background:  url(/static/images/web/rtg.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.playstar:before {background:  url(/static/images/web/playstar.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.bng:before {background:  url(/static/images/web/booongo.png) no-repeat;	background-size: 70% 70%;	background-position: center;}

.compLogo.theshow:before {background:  url(/static/images/web/aristo.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.habanero:before {background:  url(/static/images/web/habanero.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.mannaplay:before {background:  url(/static/images/web/manna.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.gameart:before {background:  url(/static/images/web/gameart.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.genesis:before {background:  url(/static/images/web/genesis.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.playson:before {background:  url(/static/images/web/playson.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.bgaming:before {background:  url(/static/images/web/bgaming.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.evoplay:before {background:  url(/static/images/web/evoplay.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.dreamtech:before {background:  url(/static/images/web/dream.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.asia:before {background:  url(/static/images/web/asia.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.bbtech:before {background:  url(/static/images/web/bbtech.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.aspect:before {background:  url(/static/images/web/aspect.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.skywindrng:before {background:  url(/static/images/web/skywind_s.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.compLogo.tpg:before {background:  url(/static/images/web/tpg.png) no-repeat;	background-size: 70% 70%;	background-position: center;}
.SlotGameContainer .gridWrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	padding: 10px;
}
.SlotGameContainer .gridWrap:before {
    content: '';
    width: 0;
    padding-bottom: calc(100% / ( 380 / 380 ));
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
.SlotGameContainer .gridWrap > *:first-child{
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
.SlotGameContainer .gridWrap img {
	width:100%;
	border-radius: 4px;
}
.SlotGameContainer .gridWrap .companyBtn {
	position: relative;
	cursor: pointer;
	padding: 10px;
	background: #2b2b34;
	background: linear-gradient(133deg,#edecb6 0,#e39845 50%,#62321e 51%, #e39845);
	border-radius: 6px;
	border: 1px solid #424242;
	overflow: hidden;
	box-shadow: 0 0 9px 0px #c3b940d6;
	width: calc(100% - 4px);
	z-index: 6;
}
.SlotGameContainer .gridWrap .companyBtn:before {
	display:block;
	content:'';
	background-image: linear-gradient(-45deg, #062f20 0%, #044a2e 25%, #093826 51%, #02120c 100%);
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	z-index: -1;
	left: 2px;
	border-radius: 4px;
}
.SlotGameContainer .gridWrap .companyBtn:after {
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
	opacity:0;
	font-family: 'icomoon' !important;
	content: "";
	color: #fff;
	position: absolute;
	/* border: 1px solid #bbbbbb; */
	border-radius: 4px;
	bottom: 0;
	padding: 3px 7px;
	justify-content: center;
	align-items: center;
	left: 0;
	box-sizing: border-box;
	font-size: 70px;
	text-shadow: 0 0 6px rgb(0 0 0);
	background-image: linear-gradient(133deg,rgb(255 255 255 / 10%) 0,rgb(255 255 255 / 5%) 50%,rgb(0 0 0 / 19%) 51%, rgb(0 0 0 / 36%));
	transition:opacity 0.3s;
	pointer-events: none;
	z-index: 5;
}
.SlotGameContainer .gridWrap .companyBtn.preparing:after {
	opacity: 1;
}
.SlotGameContainer .gridWrap .companyBtn:hover:after {
	opacity:1;
}

.SlotGameContainer .gridWrap .companyBtn .comName {/* position: absolute; */bottom: 0;/* width: 100%; */left: 0;height: 40px;display: flex;align-items: center;justify-content: center;font-size: 16px;font-family: 'scdream6';}

.SlotGameContainer .gridWrap .companyBtn .comp-play {
	position: absolute;
    top: 25%;
    left: 31%;
    justify-content: center;
    color: #e85252;
    font-size: 80px;
    opacity: 0;
    transition-duration: 1s;
}

.SlotGameContainer .gridWrap .companyBtn:not(.preparing):hover .comp-play {
    opacity: 1;
}

.SlotGameContainer .slottitle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-family: 'scdream8';
	background: -webkit-linear-gradient(#f2d977, #81542c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 80px;
}


#gameLobby {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #24242400;
	z-index: 2;
	display:flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(12px);
}
#gameLobby > .wrap {
	background: #181818;
	background: -webkit-linear-gradient(#2e2c2c, #323232);
	border: solid 2px #666;
	padding: 0 30px 30px 30px;
	position: relative;
	/* max-height: 80%; */
	overflow: hidden;
	border-radius: 8px;
}
#gameList {
	width:1300px;
	height: 80vh;
	overflow:auto;
	background: #2e2c2c;
	background: -webkit-linear-gradient(#060606, #000 ,#3a1c02);
	padding: 11px;
	border-radius: 4px;
}
#gameList::-webkit-scrollbar {
    width: 6px;
    border-radius: 2px;
    background: #191919
}

#gameList::-webkit-scrollbar-thumb {
    background: linear-gradient(#e18832, #916611);
    border: solid 1px #000;
    border-radius: 2px
}
#gameList > div {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	padding: 10px;
}
#gameList > div img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
#gameList > div:before {
    content: '';
    width: 0;
    padding-bottom: calc(100% / ( 233 / 140 ));
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
#gameList > div > *:first-child{
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}
#closeGameLobbyBtn {
	position: absolute;
	top: 31px;
	right: 28px;
	background: #1e1e1e;
	padding: 4px 10px;
	border-radius: 7px;
	cursor: pointer;
}
#compName {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	flex-direction: column;
}
#compName .cname {
	font-size: 26px;
	font-family: 'scdream8';
	background: -webkit-linear-gradient(#f6a84f, #bb4f00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
}
#gameList .SlotGame .table-title {
	font-size: 14px;
	text-align:center;
	height: 40px;
	display: :flex;
	display: block;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'scdream6';
	position: absolute;
	bottom: 7px;
	color: #fff;
	left: 6px;
	line-height: 40px;
	background: #fff;
	background: linear-gradient(90deg,#3e271be0 0, #22150f);
	width: calc(100% - 13px);
	border-radius: 0 0 3px 3px;
}

#gameList .SlotGame {
	position: relative;
	cursor: pointer;
	padding: 3px;
	background: #2b2b34;
	background: linear-gradient(133deg,#edecb6 0,#e39845 50%,#62321e 51%, #e39845);
	border-radius: 6px;
	/* border: 1px solid #424242; */
	overflow: hidden;
	box-shadow: 0 0 9px 0px #c3b940d6;
	width: calc(100% - 4px);
}
#gameList .SlotGame:after {
	overflow: hidden;
	display: flex;
	width: 100%;
	height: 100%;
	opacity:0;
	font-family: 'icomoon' !important;
	content: "\eb02";
	color: #fff;
	position: absolute;
	/* border: 1px solid #bbbbbb; */
	border-radius: 4px;
	bottom: 0;
	padding: 3px 7px;
	justify-content: center;
	align-items: center;
	left: 0;
	box-sizing: border-box;
	font-size: 50px;
	text-shadow: 0 0 6px rgb(0 0 0);
	background-image: linear-gradient(133deg,rgb(255 255 255 / 10%) 0,rgb(255 255 255 / 5%) 50%,rgb(0 0 0 / 19%) 51%, rgb(0 0 0 / 36%));
	transition:opacity 0.3s;
	pointer-events: none;
	z-index: 5;
}
#gameList .SlotGame:hover:after {
	opacity:1;
}



#gameList .SlotGame .tableEl {
	background: #241812;
	background: linear-gradient(133deg,#533424 0, #1a100b);
	padding: 4px;
	border-radius: 4px;
}

#goSlotTop {
	position: absolute;
	right: 54px;
	bottom: 49px;
	width: 40px;
	height: 40px;
	background: #313131;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	border: 2px solid #666666;
	flex-direction: column;
}

#searchSlot {
	color:#000;
	padding:4px;
	text-align:center;
}