
    .category-unknown,
    .category-fishing_game,
    /*.category-progressives,*/
    .unknown,
    .fishing_game
    /*.progressives*/{
        display: none !important;
        height:0px !important;
        width:0px !important;
    }
	/* .game-cover img {
	    width: 190%;
	    margin-left: -48px;
	} */
	/* .game-cover {
		min-height: 80px;
		min-width: 105px !important;
		background: rgba(0,0,0,0.4);
		overflow: hidden;
		border-radius: 3px;
		position: relative;
	} */
	.row.game-grid {
			margin-top: 80px;
			padding-bottom: 60px;
	}
	.txt-cap {
		text-transform: capitalize;
	}
	/* .game-cover img {
		width: 190%;
		margin-left: -48px;
	} */
	.img-status {
		width: 50px!important;
    position: absolute;
    top: -10px;
    right: -5px;
	}
	/* @media (orientation: landscape) {
		.game-cover img {
			margin-left: -93px !important;
		}
		.game-item.pragmaticplay .daily-wins {
			position: absolute;
			top: 0px;
			left: 98px;
			width: 70px;
			display: block;
		}
	 }
	 .live_dealer.pragmaticplay .daily-wins {
		display: none;
	} */

/* game button */

.game_btn_wrapper {
	position: absolute;
    top: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    transition: all 0.15s linear;
}

.game_btn_wrapper.active_game {
	top: 0;
	opacity: 1;
	z-index: 3;
}

/* .game-item .game-cover:hover .game_btn_wrapper {
	top: 0;
	opacity: 1;
	z-index: 3;
} */

.game_btn_wrapper .g_btn {
	background: #ff7d00;
    display: block;
    width: 78%;
    color: #fff;
    margin: 0px auto;
    border-radius: 4px;
    font-size: 13px;
    padding: 4px 0;
}

.tpg_api .demo{
	display: none !important;
}
.new-icon{
	position: absolute;
	bottom: 0;
	left:0;
	width: 30px;
}

/*CARDS*/
/* .row.game-grid.cards .col-4 {
    margin-bottom: 40px;
} */
.row.game-grid.cards .col-4 {
	margin-bottom: 5px;
}

.logged-header {
	top: 16px;
}

.slots-wrapper {
	overflow: hidden;
}

/* new mob layout */
.game-grid {
	margin: 80px 0;
}
.game-container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;
}
.game-item{
	flex-shrink: 0;
	position: relative;
	height: 112px;
	overflow: hidden;
}
.game-cover{
	margin: 0 auto;
	position: relative;
	height: 90px;
}
.game-cover .game-img{
	max-width: inherit;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
	width: auto;
	height: 100%;
	margin-left: 0;
}
.game-name{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.game-item.pragmaticplay .daily-wins {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	display: block;
}

.evolution_gaming .demo{
	display: none;
}