* {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

html {
	height: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	/* overflow: auto; */
	position: relative;
}

.VD body {
	overflow: hidden;
}

#canvasContainer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	user-select: none;
}

.VD #canvasContainer {
	width: 1280px;
	height: 720px;
	transform-origin: 0 0;
	box-shadow: 0 0 25px #000;
}

.VD #containerbg {
	width: 102%;
	height: 102%;
	position: absolute;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	left: -1%;
	top: -1%;
}

#preloaderWrapper {
	z-index: 99999;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	user-select: none;
	transform-origin: 0 0;
}



@media (pointer: fine) {
	#preloaderWrapper {
		width: 1280px;
		height: 720px;
		box-shadow: 0 0 25px #000;
	}
}

.VL #containerbg,
.VP #containerbg {
	display: none;
}

#goFS {
	position: absolute;
	z-index: 100;
}

#iosSwipeHand {
	-webkit-animation: swipeAnimation 1s infinite linear;
}

@-webkit-keyframes swipeAnimation {
	from {
		-webkit-transform: translate(0, 100px) scale(0.5, 0.5);
	}

	to {
		-webkit-transform: translate(0, -25px) scale(0.5, 0.5);
	}
}

#gamePaytable {
	display: none;
}

#gameRules {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: black;
	color: white;
	font-size: 25px;
	z-index: 999;
	overflow: hidden;
	/* line-height: 30px; */
}

sup {
	vertical-align: super;
	font-size: 18px !important;
}

#grCloseBtn {
	display: block;
	position: absolute;
	float: right;
	top: 35px;
	cursor: pointer;
	right: 30px;
}

#ptInfoBtn {
	display: block;
	position: absolute;
	float: left;
	top: 35px;
	cursor: pointer;
	left: 30px;
}

#grContent {
	overflow-y: scroll;
	overflow-x: unset;
	display: block;
	max-width: calc(100% - 4%);
	word-break: break-word;
	/* height: calc(100% - 4%); */
	height: 100%;
	/* padding: 4%; */
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

li {
	padding-bottom: 10px;
	letter-spacing: 1px;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ffffff;
}

td,
th {
	border: 1px solid #ffffff;
	text-align: left;
	padding: 12px;
}

th {
	min-width: 100px;
	text-align: center;
}

tr:nth-child(even) {
	background-color: #131212;
}

.autoSpinSettings img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 432px;
}

.game img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 432px;
}

h1 {
	margin-top: 60px;
}

h4 {
	color: yellow;
}

.txtCenter {
	text-align: center;
	line-height: 1.2;
	margin: 10px;
	margin-top: 0px;
	justify-content: center;
}

td img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	/* width: 40px; */
	height: 40px;
}

.disable-select {
	user-select: none;
	/* supported by Chrome and Opera */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	touch-action: pan-y;
}

#gameOpened {
	color: white;
	margin: auto;
	width: 50%;
	height: 50%;
	padding: 70px 0;
	text-align: center;
	display: none;
}

.paddingTop10 {
	padding-top: 10px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.font1 {
	font-family: "CarnevaleeFreakshow";
}

#gamePaytable {
	background-color: #00000099;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingLeft45 {
	padding-left: 45px;
}

.inline-block {
	display: inline-flex;
}

.paytable {
	width: 91%;
}

.paytableText {
	position: absolute;
	left: 55px;
	top: 5px;
}

.font30 {
	font-size: 40px;
}

.color1 {
	color: #ffc204;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #282023;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 10px;
	border: solid 1px #282023;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}





/* ---------------------------- PROMOTION CSS---------------------*/
/* ========================================================================================  */

@font-face {
	font-family: Montserrat-Bold;
	src: url("../../../promo_assets/fonts/Montserrat-Bold.ttf");
}

@font-face {
	font-family: Montserrat-Regular;
	src: url("../../../promo_assets/fonts/Montserrat-Regular.ttf");
}

@font-face {
	font-family: Montserrat-Medium;
	src: url("../../../promo_assets/fonts/Montserrat-Medium.ttf");
}

@font-face {
	font-family: Montserrat-SemiBold;
	src: url("../../../promo_assets/fonts/Montserrat-SemiBold.ttf");
}

#alertpopup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 8px 20px 8px 20px;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #000000;
	box-shadow: 5px 5px 10px 0px #020202;
	color: #efefef;
	border-radius: 10px;
	z-index: 20004;
	width: 400px;
	height: 200px;
}

.promoalertmsg {
	padding: 20px;
	text-align: center;
}

.promoalerttitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #d0ad56;
}

.promoalertonbtn {
	position: absolute;
	left: 42%;
	bottom: 20px;
}

.shadow {
	width: 100%;
	height: 100%;
	background-color: #474545;
	opacity: 0.7;
	position: absolute;
	z-index: 20003;
	display: none;
	top: 0px;
}

/* Popup styles */
#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 20px 30px 20px;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #000000;
	box-shadow: 5px 5px 10px 0px #020202;
	color: #efefef;
	border-radius: 10px;
	z-index: 20004;
	width: 500px;
}

p {
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	align-items: center;
	font-size: 25px;
}

/* Section 1 styles */
.section-1 {
	display: flex;
	align-items: center;
}

.section-1 img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.section-1 h2 {
	font-size: 24px;
	margin: 0;
}

/* Section 2 styles */
.section-2 h3 {
	font-size: 18px;
	margin-top: 0;
}

.section-2 p {
	margin: 5px 0;
}

/* Section 3 styles */
.section-3 {
	padding-top: 20px;
	;
}

.section-3 h3 {
	font-size: 18px;
	margin-top: 0;
	color: #d0ad56;
}

.promoprogress-bar {
	margin-top: 10px;
	display: inline;
	width: 100%;
}

.promoprogress-bar p {
	margin: 5px 0;
}

.bar {
	width: 100%;
	height: 18px;
	background-color: #efefef;
	margin-bottom: 5px;
	border-radius: 10px;
}

.promoprogress {
	height: 100%;
	background-color: #d0ad56;
	border-radius: 10px;
}

span {
	text-align: center;
}

.close-x {
	position: absolute;
	top: -3px;
	left: 7px;
	color: #fff;
	font-size: 45px;
}

/* Claim button styles */
.claim-btn {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #d0ad56;
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	border-radius: 15px;
	width: 80px;
	padding: 5px;
}

.tiar {
	width: 23.5%;

	display: inline-grid;
}

.centerContent {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.label {
	color: #d0ad56;
}

.wager-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
	font-weight: bold;
}

.wager-label {
	font-size: 15px;
	margin: 0;
	color: #d0ad56;
	font-weight: bold;
	text-align: right;
	width: 50%;
}

.wager-label1 {
	font-size: 15px;
	margin: 0;
	color: #d0ad56;
	font-weight: bold;
}

.preloaderText {
	color: #000;
	position: relative;
	top: -17px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.wager-value {
	text-align: left;
	width: 50%;
}

.promotitle {
	font-size: 35px;
	padding: 10px 0 10px 0;
	font-family: Montserrat-Bold;
}

.expire {
	font-size: 12px;
}

.close {
	position: absolute;
	right: 15px;
	top: 15px;
	background-color: #6a6565;
	width: 40px;
	border-radius: 40px;
	height: 40px;
	cursor: pointer;
	font-size: 30px;
}

/* .circlebg {
	background-image: url("circle-info-bg.png");
	background-repeat: no-repeat;
	background-size: 100px 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 20002;
	display: none;
} */

/* .promoCircleIcon {
	width: 100px;
} */


.progress-bar {
	cursor: pointer;
	display: none;
	width: 120px;
	height: 120px;
	position: absolute;
	right: 10px;
	bottom: 17%;
	border-radius: 50%;
	z-index: 2000;
	background:
		radial-gradient(closest-side, #efefef 64%, transparent 0% 0%),
		conic-gradient(#d0ad56 10%, #454647 0);
}

.progress-bar-img {
	width: 122px;
	position: absolute;
	left: 0px;

}



@media only screen and (max-width: 800px) and (orientation: portrait) {
	.progress-bar {
		width: 75px;
		height: 75px;
		right: 10px;
	}

	.progress-bar-img {
		width: 77px;
	}

	#popup {
		width: 90%;
	}


	#tnmtTrophyImg {
		height: 60px;
		width: 60px;
	}

	#tnmtRankImg {
		height: 60px;
		width: 60px;
	}

	#tournamentTrophyDiv {
		top: 90px;
		right: 10px;
	}
}

/* iPhone landscape and iPad portrait */
@media only screen and (max-device-width: 1100px) and (orientation: landscape) {
	#popup {
		padding: 10px;
		width: 70%;

	}

	h2 {
		font-size: 13px;
	}

	.progress-bar {
		width: 70px;
		height: 70px;
		right: 50%;
		bottom: 10px;
	}

	.progress-bar-img {
		width: 72px;
	}

	/* Section 1 styles */
	.section-1 {
		display: flex;
		align-items: center;
	}

	.section-1 img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.section-1 h2 {
		font-size: 14px;
		margin: 0;
	}

	/* Section 2 styles */
	.section-2 h3 {
		font-size: 13px;
		margin-top: 0;
	}

	.section-2 p {
		margin: 5px 0;
	}

	/* Section 3 styles */
	.section-3 {
		padding-top: 0px;
		;
	}

	.section-3 h3 {
		font-size: 12px;
		margin-top: 0;
		color: #d0ad56;
	}

	.promoprogress-bar {
		margin-top: 5px;
		display: inline;
		width: 100%;
	}

	.promoprogress-bar p {
		margin: 5px 0;
	}

	.promoprogress {
		height: 100%;
		background-color: #d0ad56;
		border-radius: 10px;
	}

	span {
		text-align: center;
	}

	.close-x {
		position: absolute;
		top: -3px;
		left: 7px;
		color: #fff;
		font-size: 45px;
	}

	/* Claim button styles */
	.claim-btn {
		display: block;
		margin-top: 10px;
		padding: 5px 10px;
		background-color: #d0ad56;
		color: #fff;
		border: none;
		border-radius: 3px;
		cursor: pointer;
		border-radius: 15px;
		width: 80px;
		padding: 5px;
	}

	.promotitle {
		font-size: 16px;
		padding: 5px 0 5px 0;
		font-family: Montserrat-Bold;
	}

	.expire {
		font-size: 12px;
	}

	.close {
		position: absolute;
		right: 15px;
		top: 15px;
		background-color: #6a6565;
		width: 40px;
		border-radius: 40px;
		height: 40px;
		cursor: pointer;
		font-size: 20px;
	}
}




/*-------------------------------------------------------------------------------
--------------------------------TOURNAMENT UI----------------------------------*/
.padding3 {
	padding: 3px;
}

.padding4 {
	padding: 4px;
}

.padding5 {
	padding: 4px;
}

.padding10 {
	padding: 5px;
}

.paddingTop10 {
	padding-top: 10px;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingTop30 {
	padding-top: 30px;
}

.paddingTop40 {
	padding-top: 40px;
}

.paddingTop50 {
	padding-top: 50px;
}

.paddingTop60 {
	padding-top: 60px;
}

.paddingTop70 {
	padding-top: 35px;
}

.paddingTop80 {
	padding-top: 80px;
}

.paddingTop90 {
	padding-top: 90px;
}

.textStyle {
	font-family: 'Montserrat-Regular';
}

* {
	font-family: 'Montserrat-Regular';
}

/* --------------------------------TOURNAMENTS CSS START----------------------------------- */
.tnmtbackground {
	padding: 10px;
	border-radius: 10px;
	background-image: url(../../../tnmt_assets/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	max-width: 950px;
	width: 75%;
	height: 470px;
	z-index: 2000;
	position: relative;
	margin: auto auto;
}


.tournamentsBorderDiv {
	border: solid 2px #aa8e4c;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.tournamentSlotText {
	color: #c6a559;
}

.tournamentTrophy {
	position: absolute;
	top: -5%;
	left: 46%;
}

.tournamentTrophyImg {
	width: 100px;
	height: 80px;
}

.h3_height {
	height: 25px;
	font-size: 22px;
	font-weight: bold;
	/* margin-top: 50px; */
	/* font-family: 'Montserrat_Bold'; */
}

.tournamentRibbon {
	background-image: url(../../../tnmt_assets/ribbon_intro_screen.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	background-size: contain;
	margin-top: -13px;
	/* font-family: 'Montserrat_Bold'; */
	padding: 5px;

}

.tournamentInnderSmallBox {
	width: 27.7%;
	display: flex;
	background-color: #282828;
	border-radius: 5px;
	font-size: 11px;
	/* height: 26px; */
	padding-top: 7px;
	padding-bottom: 5px;
	margin-right: 10px;
	justify-content: center;
	align-items: center;
}

.tournmentInnerBigBox {
	background-color: #2b2b2b;
	display: inline-block;
	width: 39%;
	border-radius: 5px;
	text-align: left;
	height: 64%;
	font-size: 13px;
	padding: 13px;
	/* font-weight: bold; */
	margin-right: 10px;
}

.tournamentHowToScore {
	font-size: 12px;
	color: #c6a559;
	font-weight: bold;
	padding: 4px;
	margin-top: 6px;
}

.tournamentTimerBox {
	display: inline-block;
	background-color: #565656;
	border-radius: 5px;
	text-align: center;
	width: 50px;
	height: 58px;
	font-size: 20px;
}

.tournamentTimerBox2 {
	display: inline-block;
	background-color: #ac935a;
	border-radius: 5px;
	text-align: center;
	width: 51px;
	height: 54px;
	font-size: 20px;
	font-weight: bold;
}

.tournamentTimerCount {
	color: #c6a559;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.tournamentTimerDaily {
	color: #000;
	font-weight: bold;
	position: relative;
	top: -2px;
	text-align: center;
	left: -12%;
}

.tournamentTimerCount2 {
	color: #000;
	font-weight: bold;
	position: relative;
	top: 7px;
	text-align: center;
}

.tournamentTimerCountText {
	font-size: 12px;
	margin-top: 7px;
}

.tournamentButton {
	font-size: 16px;
	font-weight: 700;
	border-radius: 1.2em;
	cursor: pointer;
}

.tournamentPrimary {
	background-color: #d0ab54;
	color: #000;
	border: none;
}

.tournamentSecondary {
	background-color: transparent;
	color: #fff;
	border: 2px solid #d0ab54;
}

.tournamentButtonSize {
	width: 181px;
	height: 36px;
	font-size: 15px;
	font-weight: bold;
}

.tournamentTitle {
	color: #c6a559;
	font-size: 20px;
	font-weight: bold;
}

.tournamentSubTitle {
	font-size: 12px;
}

.tournamentDesc {
	margin-top: 12px;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.tnmtTitle {
	font-size: 20px;
	font-weight: 800;
	color: #eff1f3;
}

.tnmtSubTitle {
	font-size: 10px;
	color: #9c9f9f;
}

.tnmtDescription {
	font-size: 12px;
}

.tnmtGap {
	padding-top: 10px;
}

.tnmtTableTitle {
	border: solid 1px #404d58;
	padding: 6px;
	color: #eff1f3;
	background-color: #38434c;
}

.tnmtTableCell {
	border: solid 1px #404d58;
	background-color: #38434c;
	width: 33.3%;
	height: 55px;
	text-align: center;
	padding-top: 5px;
	color: #eff1f3;
	font-size: 13px;
}

.tnmtLeaderboardTitle {
	font-size: 14px;
	font-weight: 800;
	color: #eff1f3;
}

.tnmtTable {
	border: 0px;
	font-size: 15px;
	font-weight: 500;
	color: #9ca5a7;
}

.tnmtTable td {
	padding: 5px;
	border: 0px;
}

.tournamentCoverText {
	color: #c6a559;
	font-weight: bold;
}

[data-letters]:before {
	content: attr(data-letters);
	display: inline-block;
	font-size: 1em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	border-radius: 50%;
	background: plum;
	vertical-align: middle;
	margin-right: 5px;
	color: white;
}

button {
	border-radius: 1.2em;
	color: white;
	cursor: pointer;
	background-color: #151515;
	font-size: 1em;
	font-weight: bold;
	width: 11.5em;
	height: 2.5em;
	border-color: #d0ab54;
	;

}

button:hover {
	color: black;
	background-color: #d0ab54;
}

.tournamentSmallBoxDiv {
	display: flex;
	justify-content: center;
}

.tournamentBigBoxDiv {
	display: flex;
	justify-content: center;
	height: 20%;
}

/*------------------TOURNAMENT TABS CODe----------- */
.tournamentTabBar {
	width: 98%;
	background-color: #2d2c2c;
	border-radius: 15px;
	height: 38px;
	margin-left: 10px;
	margin-top: 10px;
	display: flex;
	justify-content: space-around;
}

.tournamentTabBarDiv {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32%;
	background-color: #d0ab54;
	border-radius: 15px;
	height: 30px;
	margin-top: 3px;
	color: #000;
	font-weight: bold;
	padding-top: 3px;
	cursor: pointer;
}

.tournamentTab1Side1 {
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding-top: 70px;
	background-image: url(../../../tnmt_assets/prizes_banner.png);
	background-repeat: no-repeat;
	width: 225px;
	height: 318px;
	background-size: contain;
	margin-left: -29px;
}

.tournamentTab1Side2 {
	width: 57%;
	display: inline-block;
}

.scrollPrize {
	overflow: auto;
	width: 110.5%;
}


.tournamentTab3Side2 {
	width: 86%;
	display: grid;
	grid-gap: 8px;
	text-align: left;
	height: 360px;
	font-size: 13px;
	padding: 10px 10px 10px 30px;
}



.tournamentTab2Side1 {
	background-image: url(../../../tnmt_assets/leaderboard_banner.png);
	background-repeat: no-repeat;
	width: 240px;
	height: 223px;
	background-size: contain;
	margin-left: 5px;
}

.tournamentTab2Side2 {
	width: 60%;
	display: inline-block;
}

.tournamentTab1Container {
	display: flex;
	justify-content: space-around;
}

.tournamentTab2Container {
	display: none;
	justify-content: space-around;
	padding-top: 12px;
}

.tournamentTab3Container {
	display: none;
	justify-content: space-around;
	padding-top: 10px;
	padding-left: 24px;
}

.tournamentTab1ContainerRankText {
	font-size: 21px;
	font-weight: bold;
	color: #000;
	margin-left: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 7px 7px 7px 20px;
	width: 50px;
}

.tournamentrankbox {
	text-align: center;
	font-size: 20px;
	height: 110px;
	background-image: url(../../../tnmt_assets/rules_banner.png);
	background-repeat: no-repeat;
	display: grid;
	justify-content: space-around;
	align-items: center;
	background-size: 100% 100%;
	width: 220px;
	/* margin-left: 10px; */
}

.tournamentrankbox1 {
	/* border: solid 1px #c6a559; */
	/* text-align: center;
	text-align: center; */
	font-size: 14px;
	height: 60px;
	display: grid;
	justify-content: left;
	align-items: center;
	width: 210px;
	box-shadow: 0 0 5px 0px #c6a559, 0 0 0px 0px #ebecca, 0 0 5px 0px #c6a559, 0 0 1px 0px #c6a;
	margin-left: 10px;
	border-radius: 3px;
	background-color: #312f2f;
	padding-left: 20px;
}

.scrollRule {
	overflow: auto;
}

/* --------------------------- */
.leaderboard {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: auto;
	height: 400px;
}

.leaderboard-header {
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.leaderboard-item {
	padding: 7px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	margin: 5px;
	background-color: #000;
}

.position {
	width: 30%;
	text-align: left;
	display: inline-block;
	color: #c6a559;
	font-weight: bold;
	/* padding-left: 20px; */
}

.position img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.player-id {
	flex-grow: 1;
	/* padding-left: 10px; */
	width: 30%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.score {
	width: 30%;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	/* padding-right: 15px; */
}

.player-you {
	color: #c6a559;
	font-weight: bold;
	width: 0%;
	display: inline-block;
}


.tnmtprizetab {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: auto;
	height: 400px;
}

.tnmtprizetab-header {
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-align: left;
	padding-right: 25px;
	display: flex;
}

.tnmtprizetab-item {
	padding: 7px;
	display: flex;
	align-items: center;
	border-radius: 30px;
	margin: 5px;
	background-color: #000;
}

.tnmtprizeposition {
	width: 47%;
	text-align: left;
	display: inline-block;
	color: #c6a559;
	font-weight: bold;
	padding-left: 50px;
}

.verticalHorizontalCenter {
	display: flex;
	align-items: center;
	justify-content: left;
	align-items: center;
	padding-left: 50px;
}

.tnmtprizescore {
	width: 47%;
	text-align: right;
	display: inline-block;
}

.tnmtPrizesFontSize {
	font-size: 30px;
	color: #000;
	width: 23px;
	font-weight: bold;
}

.tnmtprizetab-item:nth-child(odd) {
	background-color: #1d1d1d;
	color: #fff;
}

.leaderboard-item:nth-child(odd) {
	background-color: #1d1d1d;
	color: #fff;
}

.leaderboard-item:nth-child(2) {
	background-color: #5c4f31;
	color: #fff;
}

.leaderboard-item:nth-child(3) {
	background-color: #606060;
	color: #333;
}

.leaderboard-item:nth-child(4) {
	background-color: #382e19;
	color: #fff;
}


#tnmtprizesDiv {
	height: 380px;
	/* overflow: auto; */
	width: 89%;
}

.tnmtrulestitle {
	color: #c6a559;
	font-size: 16px;
	font-weight: bold;
}

#winuptoSpan span {
	display: block;
	margin-top: 7px;
	font-size: 12px;
}

.tnmtruleswinText {
	color: #000;
	/* #c6a559;*/
	font-weight: 600;
	font-size: 19px;
	margin-left: 45px;
}

.tnmtDailyTournmentText {
	display: inline-block;
	width: 74%;
	float: right;
	text-align: left;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
}

.tnmtTrophyImage {
	display: inline-block;
	width: 26%;
}

.tournamentTab1Side1Portrait {
	display: none;
}

.tournamentTab2Side1Portrait {
	display: none;
}

.tnmtCloseButton {
	position: absolute;
	bottom: 10px;
	right: 18px;
	cursor: pointer;
}

#tournamentTrophyDiv {
	position: absolute;
	z-index: 998;
	top: 50px;
	right: 20px;
	cursor: pointer;
	display: none;
}

.spinToWinPortrait {
	display: none;
}

.spinToWinPortrait1 {
	display: block;

}

.textAlignCenter {
	text-align: center;
	font-weight: bold;
}

#tnmt_trophy_icon {
	display: block;
}

#tnmt_rank_icon {
	display: none;
}

.tnmtTrophyTimerText {
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 46px;
	font-size: 18px;
	text-shadow: 1px 0 #8b4c00, -1px 0 #8b4c00, 0 1px #8b4c00, 0 -1px #8b4c00, 1px 1px #8b4c00, -1px 1px #8b4c00, 1px -1px #8b4c00, -1px -1px #8b4c00, 0 0 4px #b57a00, 0 0 8px #d18f1a, 0 0 12px #ffcc66;
	color: white;
	margin-left: -20px;
	width: 120px;

}

.tnmtTrophyRankText {
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 25px;
	font-size: 15px;
	width: 40px;
	padding-left: 10px 10px 10px 10px;
	text-shadow: 1px 0 #8b4c00, -1px 0 #8b4c00, 0 1px #8b4c00, 0 -1px #8b4c00, 1px 1px #8b4c00, -1px 1px #8b4c00, 1px -1px #8b4c00, -1px -1px #8b4c00, 0 0 4px #b57a00, 0 0 8px #d18f1a, 0 0 12px #ffcc66;
	color: white;
	margin-left: 20px
}

.tnmtCounterTimerCenter {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 332px;
	margin-left: 15px;
}

.tournamentRibbon {
	background-image: url(../../../tnmt_assets/ribbon_intro_screen.png);
	background-repeat: no-repeat;
	background-position: center;
	color: black;
	font-weight: bold;
}

::-webkit-scrollbar-thumb {

	background: #d5d5d5 !important;
	background-color: #d5d5d5 !important;
	border-radius: 10px;
	border: solid 1px #282023;
}

.scrollContainer {
	padding-right: 15%;
	width: 75%;
	overflow: auto;

}

@media only screen and (min-width : 690px) and (max-width: 829px) {
	.tnmtbackground {
		padding: 10px;
		border-radius: 10px;
		background-image: url(../../../tnmt_assets/bg.png);
		background-position: center;
		background-repeat: no-repeat;
		max-width: 950px;
		width: 100%;
		height: 530px;
		z-index: 2000;
		position: relative;
		margin: auto auto;
	}

	.tournamentTab2Side1Portrait {
		display: none !important;
	}

	.tournamentTab2Side2 {
		width: 110%;
		display: inline-block;
	}
}

@media only screen and (min-device-width: 740) and (max-device-width: 1040px) and (orientation : portrait) {
	.tournamentTab2Side1Portrait {
		display: none !important;
	}

	.paddingTop70 {
		padding-top: 0px;
	}

	.h3_height {
		margin-top: 0px;
	}

	.tournamentTab2innerContainer {
		width: 330px !important;
	}

	#tournamentTab2innerContainer {
		width: 700px !important;
	}
}

@media only screen and (min-width : 800px) and (max-width: 1400px) {

	.paddingTop70 {
		/* padding-top: 5px; */
	}

	.tournamentTab2Side1Portrait {
		display: none !important;
	}
}

@media only screen and (max-device-width : 500px) and (max-device-width:650px) and (orientation : portrait) {
	.tnmtTrophyTimerText {
		margin-left: -25;
		font-size: 13px;
		top: 34px;
	}

	.paddingTop70 {
		padding-top: 0px;
	}

	.tournamentrankbox {
		width: 176px;
		margin-left: -18px;
		font-size: 9px;
	}

	.tnmtbackground {
		height: 600px;
		width: 94%;
		margin: 32px 0px 20px 0px;
	}

	.tnmtruleswinText {
		margin-left: 35px;
		font-size: 16px;

	}

	.tnmtTrophyRankText {
		top: 18px;
		margin-left: 8px;
		font-size: 12px;
	}

	.tournamentTab3Side2 {
		padding: 10px 10px 10px 5px;
	}

	.tournamentTrophy img {
		width: 64px;
		height: 60px;
	}

	.tournamentTrophy {
		left: 42%;
		top: -4%;
	}

	.tournamentTab2Container {
		display: grid;
	}

	.tournamentTab3Container {
		display: grid;
	}

	.paddingTop70 {
		padding-top: 5px;
	}

	.h3_height {
		height: 44px;
		font-size: 20px;
	}

	.tournamentRibbon {
		font-size: 12px;
	}

	.tournamentInnderSmallBox {
		width: 92%;
		padding-top: 0px;
		justify-content: flex-start;
		padding-left: 20px;
	}

	.tournamentInnderSmallBox {
		margin: 5px;
		padding-bottom: 0px;
	}

	.tournamentSmallBoxDiv {
		display: contents;
	}

	.tournamentBigBoxDiv {
		display: contents;
	}

	.tournamentTab1Container {
		display: grid;
	}

	.tournmentInnerBigBox {
		width: 92%;
		font-size: 11px;
		padding: 10px;
		height: 55px;
		margin-top: 3px;
		margin-left: 5px;
	}

	.tournamentTitle {
		font-size: 14px;
		margin-top: 10px;
	}

	.tournamentSubTitle {
		font-size: 9px;
		text-align: center;
	}

	.tournamentDesc {
		font-size: 10px;
		padding-top: 40px;
	}

	.tournamentTabBarDiv {
		font-size: 9px;
	}

	.paddingTop30 {
		padding-top: 5px;
	}

	.tournamentTab2Side2 {
		width: 100%;
	}

	.leaderboard {
		font-size: 13px;
		height: 370px;
	}

	.tournamentTab3Side2 {
		/* margin-left: -25px; */
		width: 83%;
		height: 380px;
		font-size: 12px;
	}

	.tournamentTab1Side1 {
		background-image: url(../../../tnmt_assets/leaderboard-banner.png);
		height: 130px;
		width: 100%;
		background-size: contain;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
	}

	.tournamentTab2Side1 {
		background-image: url(../../../tnmt_assets/leaderboard-banner.png);
		height: 100px;
		width: 98%;
		background-size: 100%;
		flex-direction: row;
		display: none;
	}

	.tnmtPrizesFontSize {
		font-size: 28px;
		color: #000;
		font-weight: bold;
	}

	.tournamentTab1Side2 {
		width: 100%;
		min-width: 335px;
	}

	.tournamentTab1ContainerRankText {
		padding-top: 12px;
	}

	.tournamentrankbox1 {
		text-align: center;
		font-size: 14px;
		height: 40px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 89%;
		/* margin-top: 20px; */
	}

	.leadData {
		width: 225px;
	}

	.leadImg {
		height: 15px !important;
	}

	.tournamentrankbox {
		background-image: url(../../../tnmt_assets/rules-banner.png);
		background-repeat: no-repeat;
		width: 102%;
		background-size: 100%;
		height: 63px;
		font-size: 18px;
		margin-left: -15px;
		display: inline-grid;
	}


	.tnmtruleswinText {
		color: #000;
		font-weight: 600;
		font-size: 16px;
		text-align: justify;
	}

	.marginLeftTop {
		margin-left: 4px;
		margin-top: 6px;
	}

	.padding10 {
		padding: 4px;
		;
	}

	.tournamentTimerBox {

		width: 48px;
		height: 56px;
		font-size: 20px;
	}

	.tournamentButtonSize {
		width: 240px;
		height: 32px;
		font-size: 15px;
		margin-bottom: 10px;
	}

	.padding5 {
		padding: 2px;
	}

	.tournamentTab1ContainerRankTextMobile {
		font-size: 16px;
		color: #000;
		font-weight: bold;
		text-align: center;
	}

	.tournamentTabBar {
		width: 97%;
		margin-left: 5px;
		margin-top: 5px;
	}

	.tnmtTrophyImage {
		width: 20%;
	}

	.tnmtDailyTournmentText {
		font-size: 15px;
	}

	.tournamentTimerBox2 {
		display: inline-block;
		background-color: #ac935a;
		border-radius: 5px;
		text-align: center;
		width: 38px;
		height: 47px;
		font-size: 16px;
		display: grid;
		justify-content: center;
		align-items: center;
	}

	.tournamentTimerCountText {
		font-size: 11px;
	}

	.tournamentTab1Side1Portrait {
		display: flex;
		background-image: url(../../../tnmt_assets/leaderboard-banner.png);
		height: 100px;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		justify-content: space-evenly;
		padding-top:18px;
	}

	.tournamentTab1Side1 {
		display: none;
	}

	.tournamentTab2Side1Portrait {
		display: block;
	}

	.spinToWinPortrait {
		display: block;
	}

	.spinToWinPortrait1 {
		display: none;
	}

}

@media only screen and (max-device-width : 800px) and (orientation : landscape) {
	.tnmtbackground {
		height: 345px;
		width: 97%;
	}

	.tournamentTab1Side1 {
		display: flex;
		flex-direction: column;
		justify-content: start;
		padding-top: 40px;
		background-image: url(../../../tnmt_assets/prizes_banner.png);
		background-repeat: no-repeat;
		width: 275px;
		height: 470px;
		background-size: 93% 98%;
	}

	.tournamentTrophy {
		position: absolute;
		top: -6%;
		left: 45%;
	}

	.tournamentTrophyImg {
		width: 68px;
		height: 50px;
		padding-top: 10px;
	}

	.tournamentTab1Container {
		display: flex;
	}

	.tournamentTab2Container {
		display: flex;
	}

	.tournamentTab3Container {
		display: flex;
	}

	.paddingTop70 {
		padding-top: 10px;
	}

	.h3_height {
		height: 10px;
		margin-top: 28px;
		font-size: 18px;
	}

	.tournamentRibbon {
		font-size: 11px;
		height: 15px;
		padding-top: 6px;
	}

	.tournmentInnerBigBox {
		/* height: 50px; */
		font-size: 10px;
		margin-right: 5px;
		padding-top: 5px;
		width: 40%;
	}

	.padding5 {
		padding: 1px;
	}

	.tournamentButtonSize {
		width: 150px;
		height: 30px;
		font-size: 14px;
	}

	.tournamentTitle {
		font-size: 12px;
	}

	.tournamentrankbox {
		/* background-image: url(../../../tnmt_assets/rules-banner.png); */
		/* background-size: contain; */
		width: 181px;
		margin-left: 10px;
		height: 78px;
		display: flow;
		padding-top: 5px;
		font-size: 12px;
		margin-top: 10px;
	}

	.tournamentrankbox1 {
		/* background-image: url(../../../tnmt_assets/rules-banner.png);
		background-repeat: no-repeat;
		background-size: contain; */
		width: 195px;
		margin-left: 15px;
	}

	.tournamentSubTitle {
		font-size: 10px;
	}

	.tournamentDesc {
		font-size: 10px;
	}

	.tournamentInnderSmallBox {
		font-size: 9px;
		/* height: 22px; */
		padding-top: 0px;
		margin-right: 3px;
		padding: 5px;
		width: 29%;
	}

	.tournamentTimerBox {
		width: 42px;
		height: 45px;
		font-size: 17px;
	}

	.padding10 {
		padding: 4px;
	}

	.tournamentTabBarDiv {
		height: 28px;
		font-size: 13px;
	}

	.paddingTop30 {
		padding-top: 1px;
	}

	.tournamentTab1Side1 {
		width: 230px;
		height: 195px;
		margin-left: 0px;
	}

	.tournamentTab1ContainerRankText {
		font-size: 20px;
		margin-left: 0px;
		margin-bottom: 4%;
	}

	.tournamentTab2ContainerRankText {
		padding-top: 10px !important;
		margin-bottom: -6px !important
	}

	.tournamentTab3Side2 {
		height: 220px;
		font-size: 13px;
		margin: 5px;
	}

	.tournamentTab2Side1 {
		height: 165px;
		margin: 10px;
		width: 220px;
		background-size: 100%;
	}

	.tournamentTimerBox2 {
		width: 48px;
		height: 55px;
		font-size: 22px;
	}

	.tnmtTrophyImage {
		width: 22%;
	}

	.tnmtDailyTournmentText {
		margin-left: 18px;
	}

	#tnmtprizesDiv {
		height: 240px;
	}

	.leaderboard {
		height: 250px;
	}

	.tournamentTab2Side1Portrait {
		display: none;
	}

	.tnmtruleswinText {
		font-size: 16px;
		margin-top: 4px;
	}

	.tnmtPrizesFontSize {
		font-size: 23px;
		color: #000;
		width: 15px;
		font-weight: bold;
	}

	.spinToWinPortrait {
		display: none;
	}

	.spinToWinPortrait1 {
		display: block;
	}

	.tournamentTab1Side2 {
		width: 60%;
	}

	.scrollPrize {
		width: 105%;
	}

}

@media only screen and (min-device-width : 800px) and (max-device-width : 1000px) and (orientation : landscape) {
	.tnmtbackground {
		width: 93%;
		height: 365px;
	}

	.tournamentTrophy {
		position: absolute;
		top: -3%;
		left: 48%;
	}

	.tournamentTrophyImg {
		width: 64px;
		height: 48px;
	}

	.paddingTop70 {
		padding-top: 5px;
	}

	.h3_height {
		height: 12px;
		;
		font-size: 20px;
	}

	.tournamentRibbon {
		font-size: 11px;
		height: 15px;
		margin-top: 17px;
	}

	.tournmentInnerBigBox {
		/* height: 60px; */
		font-size: 11px;
		margin-right: 7px;
		padding-top: 10px;
		width: 40.1%;
	}

	.padding5 {
		padding: 1px;
	}

	.tournamentButtonSize {
		width: 220px;
		height: 35px;
		font-size: 18px;
	}

	.tournamentTitle {
		font-size: 18px;
	}

	.tournamentSubTitle {
		font-size: 11px;
	}

	.tournamentDesc {
		font-size: 12px;
	}

	.tournamentInnderSmallBox {
		font-size: 11px;
		/* height: 22px; */
		padding-top: 2px;
		margin-right: 7px;
		padding-bottom: 2px;
		width: 28.3%
	}

	.tournamentTimerBox {
		width: 45px;
		height: 52px;
		font-size: 17px;
	}

	.padding10 {
		padding: 3px;
		margin-top: 2px
	}

	.tournamentrankbox1 {
		/* background-image: url(../../../tnmt_assets/rules-banner.png);
		background-repeat: no-repeat;
		background-size: contain; */
		width: 219px;
		margin-left: 10px;
	}

	.tournamentTab1ContainerRankText {
		font-size: 17px;
		/* margin-left: -30px; */
	}

	.leaderboard {
		height: 312px;
	}

	.tnmtDailyTournmentText {
		font-size: 19px;
		width: 60%;
	}

	.tnmtCounterTimerCenter {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		width: 250px;
	}

	.tournamentTab1Side1 {
		width: 275px;
		height: 224px;
		padding-top: 55px;
		margin-left: 0px;
	}

	.tournamentTab2innerContainer {
		width: 231px;
	}

	.tournamentTab2Side1 {
		height: 219px;
		margin-left: 7px;
	}

	#tnmtprizesDiv {
		height: 311px;
		width: 87%;
		/* overflow: auto; */
	}

	.tournamentTab1Side2 {
		width: 60%;
	}

	.scrollPrize {
		overflow: auto;
		width: 103.5%;
	}

	.tournamentTab3Side2 {
		height: 310px;
	}

	.paddingTop30 {
		padding-top: 5px;
	}

	.tournamentrankbox {
		height: 90px;
		/* margin-top: -15px; */
		margin-left: 0px;
	}

	.tournamentTab2Side1 {
		width: 245px;
	}
}

@media only screen and (min-device-width: 740) and (max-device-width: 1280px) and (orientation : portrait) {
	.h3_height {
		margin-top: 10px;
	}

	.paddingTop70 {
		padding-top: 0px;
	}
}

/*
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1000px) 
and (orientation : landscape) { 
	.tnmtbackground {
        width: 650px;
        height: 85%;
	}

	.tournamentTrophy {
		position: absolute;
		top: -6%;
        left: 45%;
	}
	.tournamentTrophyImg {
		width: 90px;
        height: 80px;
	}
	.paddingTop70 {
		padding-top: 20px;
	}
	.h3_height {
		height: 10px;;
		font-size: 25px;
	}
	.tournamentRibbon {
        font-size: 14px;
        height: 15px;
        padding-top: 6px;
    }
	.tournmentInnerBigBox {
        font-size: 13px;
        margin-right: 5px;
        padding-top: 10px;
    }
	.padding5 {
		padding: 10px;
	}
	.tournamentButtonSize {
		width: 220px;
        height: 35px;
        font-size: 18px;
	}
	.tournamentTitle {
		font-size: 18px;
	}
	
	.tournamentSubTitle {
		font-size: 12px;
	}
	
	.tournamentDesc {
		font-size: 12px;
	}

	.tournamentInnderSmallBox {
		font-size: 13px;
		padding-top: 7px;
		margin-right: 10px;
	}
	.tournamentTimerBox {
        width: 45px;
        height: 50px;
        font-size: 25px;
    }
	.padding10 {
        padding: 10px;
    }

	.tournamentrankbox1 {
		
		width: 240px;
		margin-left: 10px;
	}
}*/
@media only screen and (device-width :804px) and (device-height: 360px) {
	.tournamentTab1Container {
		justify-content: space-around;
		padding-top: 0px !important;
	}

	.tournamentTab1Side1 {
		padding-top: 30px !important;
		height: 220px !important;
		background-size: 100% 100% !important;
	}

	.tournamentTab1ContainerRankText {
		margin-bottom: 5%;
	}

	#tnmtprizesDiv {
		height: 250px !important;
	}

	.paddingTop30 {
		padding-top: 0px !important;
	}

	.tournamentTab2Side1 {
		background-image: url(../../../tnmt_assets/leaderboard_banner.png);
		background-repeat: no-repeat;
		width: 275px;
		height: 235px;
		background-size: 100% 78%;
		margin-left: 5px;
		margin-top: 5px;
	}

	.tournamentTab2Side1 .tournamentTab1ContainerRankText {
		padding-top: 10px !important;
	}

	.tournamentrankbox1 {
		width: 240px;
		margin-left: 10px;
		margin-top: -43px;
		height: 45px;
	}

	.leaderboard {
		height: 250px;
	}

	.tournamentTab3Side2 {
		height: 220px;

	}

	.tournamentrankbox {
		height: 67px;
		margin-top: -50px;
	}

}

@media only screen and (min-device-width: 640px) and (max-device-width: 799px) and (orientation : landscape) {

	.tnmtbackground {
		padding: 10px;
		border-radius: 10px;
		background-image: url(../../../tnmt_assets/bg.png);
		background-position: center;
		background-repeat: no-repeat;
		max-width: 950px;
		width: 100%;
		height: 320px;
		z-index: 2000;
		position: relative;
		margin: auto auto;
	}

	.paddingTop70 {
		padding-top: 10px;
	}

	.h3_height {
		height: 4px;
		font-size: 17px;
		margin-top: 24px;
	}

	.padding10 {
		padding: 2px;
	}

	.tournamentRibbon {
		font-size: 10px;
		height: 15px;
		margin-top: 20px;
	}

	.tournamentInnderSmallBox {
		font-size: 10px;
		/* height: 22px; */
		padding-top: 0px;
		margin-right: 3px;
		padding: 0px;
	}

	.padding5 {
		padding: 1px;
	}

	.tournmentInnerBigBox {
		/* height: 50px; */
		font-size: 9.5px;
		margin-right: 5px;
		padding-top: 5px;
	}

	.tournamentButtonSize {
		width: 140px;
		height: 30px;
		font-size: 13px;
	}
}

@media only screen and (device-width : 744px) and (device-height: 1014px) {
	.tournamentTab2Side1Portrait {
		display: none !important;
	}

	.tournamentTab2innerContainer {
		width: 330px !important;
	}

	#tournamentTab2innerContainer {
		width: 700px;
	}
}

@media only screen and (device-width : 708px) and (device-height: 823px) {
	.tournamentTab2Side1Portrait {
		display: none !important;
	}

	.tournamentTab2innerContainer {
		width: 330px !important;
	}
}

@media only screen and (device-width :873px) and (device-height: 393px) {
	.tournamentTab1Container {
		justify-content: space-around;
		padding-top: 0px !important;
	}

	.tournamentTab1Side1 {
		padding-top: 50px !important;
		height: 220px !important;
		background-size: 100% 100% !important;
	}

	.tournamentTab1ContainerRankText {
		margin-bottom: 5%;
	}

	#tnmtprizesDiv {
		height: 270px !important;
	}

	.paddingTop30 {
		padding-top: 0px !important;
	}

	.tournamentTab2Side1 {
		background-image: url(../../../tnmt_assets/leaderboard_banner.png);
		background-repeat: no-repeat;
		width: 275px;
		height: 250px;
		background-size: 100% 80%;
		margin-left: 5px;
	}

	.tournamentTab2Side1 .tournamentTab1ContainerRankText {
		padding-top: 10px !important;
	}

	.tournamentrankbox1 {
		width: 240px;
		margin-left: 10px;
		margin-top: -43px;
	}

	.leaderboard {
		height: 260px;
	}

	.tournamentTab3Side2 {
		height: 250px;

	}

	.tournamentrankbox {
		height: 75px;
		margin-top: -50px;
	}
}

@media only screen and (device-width :876px) and (device-height: 393px) {
	.tournamentTab1Container {
		justify-content: space-around;
		padding-top: 0px !important;
	}

	.tournamentTab1Side1 {
		padding-top: 50px !important;
		height: 220px !important;
		background-size: 100% 100% !important;
	}

	.tournamentTab1ContainerRankText {
		margin-bottom: 5%;
	}

	#tnmtprizesDiv {
		height: 270px !important;
	}

	.paddingTop30 {
		padding-top: 0px !important;
	}

	.tournamentTab2Side1 {
		background-image: url(../../../tnmt_assets/leaderboard_banner.png);
		background-repeat: no-repeat;
		width: 275px;
		height: 250px;
		background-size: 100% 80%;
		margin-left: 5px;
	}

	.tournamentTab2Side1 .tournamentTab1ContainerRankText {
		padding-top: 10px !important;
	}

	.tournamentrankbox1 {
		width: 240px;
		margin-left: 10px;
		margin-top: -43px;
	}

	.leaderboard {
		height: 260px;
	}

	.tournamentTab3Side2 {
		height: 250px;

	}

	.tournamentrankbox {
		height: 75px;
		margin-top: -50px;
	}
}

/* --------------------------------- TABLET PORTRAIT --------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
	.tnmtbackground {
		width: 94%;
		height: 47%;
		/* max-height: 700px; */
	}

	.tournamentTab1Container {
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	.tournamentTab1Side1 {
		width: 40%;
		height: 260px;
		background-size: contain;
		padding-top: 60px;
	}

	.tournamentTab1Side2 {
		width: 52%;
	}

	.tournmentInnerBigBox {
		width: 48%;
		font-size: 13px;
	}

	.tournamentInnderSmallBox {
		width: 31%;
		font-size: 12px;
	}

	.leaderboard {
		height: 420px;
		width: 90%;
		margin-right: -12px;
	}

	.tournamentButtonSize {
		width: 220px;
		height: 36px;
		font-size: 16px;
	}

	#tnmtTrophyImg {
		height: 71px;
		width: 70px
	}

	#tnmtRankImg {
		height: 71px;
		width: 70px
	}
}

/* --------------------------------- TABLET LANDSCAPE --------------------------------- */
/* Covers most iPads & Galaxy Tabs in landscape */
@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
	.tnmtbackground {
		width: 80%;
		height: 380px;
	}

	.tournamentTab1Container {
		display: flex;
		gap: 15px;
	}

	.tournamentTab1Side1 {
		width: 30%;
		height: 271px;
		padding-top: 55px;
	}

	.scrollContainer {
		padding-right: 10%;
		margin-left: 25px;
	}

	.tournamentTab1Side2 {
		width: 63%;
	}

	.tournmentInnerBigBox {
		width: 46%;
		font-size: 12px;
	}

	.tournamentInnderSmallBox {
		width: 28.5%;
		font-size: 11px;
	}

	.leaderboard {
		height: 400px;
		width: 90%;
	}

	.scrollBar {
		margin-left: 0px;
	}

	.tournamentTab2Side1 {
		margin-left: 20px;
	}

	.tournamentrankbox1 {
		margin-left: 24px;
	}

	.tournamentButtonSize {
		width: 200px;
		height: 34px;
		font-size: 15px;
	}

	/* .tournamentTab1Side1{
		    width: 101.4%;
	} */
}

/* ------------------------ iPad Pro Portrait (1024x1366) ------------------------ */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
	.tnmtbackground {
		width: 90%;
		height: 40%;

	}

	#tournamentTrophyDiv {
		top: 70px;
	}

	.tnmtCounterTimerCenter {
		width: 320px;
	}

	.tournamentTimerBox {
		width: 56px;
		height: 68px;
		font-size: 26px;
	}

	.h3_height {
		margin-top: 35px;
	}

	.tournamentTab1Container {
		display: flex;
		flex-direction: row;
		gap: 20px;
	}

	.tournamentTab1Side1 {
		width: 30%;
		padding-top: 50px;
		background-size: contain;
	}

	.tournamentTab1Side2 {
		width: 50%;
	}

	.tournmentInnerBigBox {
		width: 42.5%;
		font-size: 14px;
		padding: 14px;
	}

	.tournamentInnderSmallBox {
		width: 30%;
		font-size: 13px;
	}

	.leaderboard {
		height: 500px;
	}

	.tournamentButtonSize {
		width: 240px;
		height: 40px;
		font-size: 17px;
	}
}

/* ------------------------ iPad Pro Landscape (1366x1024) ------------------------ */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	.tnmtbackground {
		width: 90%;
		height: 500px;
	}

	.tournamentTab1Container {
		display: flex;
		gap: 25px;
	}

	.tournamentTab1Side1 {
		width: 30%;
		padding-top: 40px;
	}

	.tournamentTab1Side2 {
		width: 63%;
	}

	.tournmentInnerBigBox {
		width: 39.5%;
		font-size: 13px;
	}

	.tournamentInnderSmallBox {
		width: 28%;
		font-size: 12px;
	}

	.leaderboard {
		height: 460px;
	}

	.tournamentButtonSize {
		width: 220px;
		height: 38px;
		font-size: 16px;
	}

	.tournamentTab1Container {
		width: 98%;
	}

	#tournamentTrophyDiv {
		top: 70px;
	}
}

/* Portrait */
@media only screen and (min-width: 860px) and (max-width: 876px) and (orientation: portrait) {
	#tournamentTrophyDiv {
		top: 70px;
	}
}

/* Landscape */
@media only screen and (min-width: 1400px) and (max-width: 1400px) and (orientation: landscape) {

	#tournamentTrophyDiv {
		top: 70px;
	}
}

/* surface duo Portrait */
@media only screen and (device-width: 540px) and  (orientation: portrait) {
	.tnmtbackground {
    	width: 95%;
	}
	#tournamentTrophyDiv {
		top: 30px;
	}
	.tournamentTab1Side1 {
		 margin-left: 0px;
	}

	.tournamentTab3Side2 {
		height: 260px;
	}
	.tournamentTab3Container{
		    padding-left: 10px;
	}

	.tournamentTrophy {
	    left: 42%;
	}
	.tournmentInnerBigBox {
	    background-color: #2b2b2b;
	    display: inline-block;
	    width: 44%;
	    border-radius: 5px;
	    text-align: left;
	    height: 64%;
	    font-size: 11px;
	    padding: 10px;
	    /* font-weight: bold; */
	    margin-right: 5px;
	}
	.tournamentTimerBox {
	    display: inline-block;
	    background-color: #565656;
	    border-radius: 5px;
	    text-align: center;
	    width: 35px;
	    height: 42px;
	    font-size: 11px;
	}
}


/* --------------------------------TOURNAMENTS CSS END----------------------------------- */