* {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

html {
	height: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	/* overflow: hidden; */
	position: relative;
}

.VD body {
	overflow: hidden;
}

#loadingAnim img {
	max-width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
}

#canvasContainer {
	position: absolute;
	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;
}

#canvas {
	z-index: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	touch-action: none;
	cursor: inherit;
}

.VD #containerbg {
	width: 102%;
	height: 102%;
	position: absolute;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	left: -1%;
	top: -1%;
}

#preloaderWrapper {
	z-index: 999;
	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;
}

/* 
These changes are made because paytable is effecting in mobile devices, on 02/02/2023
Properties: position:relative to Position:absoulte and top:0px, 
*/
#gameRules {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	/* 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;
	color: #fff;
}

.taas-widget-anchor {
	width: 100%;
	height: 100%;
}

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: 700px;
}

.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;
}

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;
}

h3 {
	font-weight: bold;
}

* {
	font-family: Montserrat-Regular;
}

.fontFamily {
	font-family: Montserrat-Regular;
}


.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.sidebar {
	margin: 0;
	padding-top: 60px;
	/* width: 200px; */
	width: 280px;
	background-color: rgba(0, 0, 0, 0.8);
	border: none !important;
	position: fixed;
	height: 100%;
	overflow: auto;
	font-size: 20px;
	font-family: Montserrat-Regular;
}

.imgDiv {
	float: left;
}

.sidebar a {
	display: block;
	color: white;
	padding: 8px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	font-family: Montserrat-Regular;
	height: 80px;
	width: 280px;
}

.sidebaritems {
	display: flex;
	align-items: center;
}

.sidebar a i {
	padding-right: 16px;
	display: inline;
}

.sidebar a img {
	width: 60px;
	margin: 0 auto;
	float: left;

}

.sidebar a.active {
	background-color: rgba(0, 0, 0, 0.8);
}

.sidebar a:hover:not(.active) {
	background-color: rgba(0, 0, 0, 0.5);
}

.hide_M {
	display: inline-block;
	padding-left: 10px;
	font-size: larger;
	letter-spacing: 1px;
	word-wrap: break-word;
	width: 180px;

}


.resumeBtn label {
	display: block;
	margin-top: 16px;
	cursor: pointer;
	font-size: 20px;
	font-family: Montserrat-Regular !important;
	margin-bottom: unset;
}

.textCenter {
	text-align: center;
}

.resumeBtn {
	text-align: center;
	bottom: 30px;
	z-index: 999;
	position: fixed;
	cursor: pointer;
	width: 240px;
	height: 60px;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.resumeBtn_old {
	bottom: 0;
	z-index: 999;
	position: fixed;
	padding: 20px;
	padding-left: 50px;
	padding-right: 50px;
	cursor: pointer;
	border: solid thin #c59015;
	border-radius: 100px;
	margin-left: 14px;
	margin-bottom: 20px;
	background: transparent;
	font-size: large;
	letter-spacing: 1px;
}

.closeBtn {
	margin: auto;
	right: 0;
	top: 0;
	z-index: 999;
	position: fixed;
	cursor: pointer;
	width: 70px;
	padding: 10px;
	margin-top: 0px;
}

.psrContent {
	margin-left: 280px;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	height: inherit;
	font-family: Montserrat-Regular !important;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
	margin-right: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #bd808042;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	/* background: #d0ab54; */
	background: rgba(208, 171, 84, 1);
	background-color: rgba(208, 171, 84, 1);
	border-radius: 10px;
	border: solid 1px #282023;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #d0ab54;
}


@media screen and (max-width: 767px) {
	.sidebar {
		width: 100%;
		height: auto;
		position: relative;
		padding-top: 0;
		background-color: rgba(0, 0, 0, 0.6);
	}

	.sidebar a {
		float: left;
		font-family: Montserrat-Regular;
		width: auto;
		height: auto;
	}

	.hide_M {
		display: none;
	}

	/* .center {
		width: 300px;
		height: 300px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -150px;
	} */

	.resumeBtn {
		left: calc(50% - 140px);
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.resumeBtn_old {
		left: calc(50% - 110px);
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		background-color: rgba(0, 0, 0, 0.8);
		background: rgba(0, 0, 0, 0.8);
	}

	.closeBtn {
		width: 55px;
	}

	.psrContent {
		margin-left: 0;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		font-family: Montserrat-Regular !important;

	}

	.sidebar a img {
		width: 40px;
	}
}



/*  Settings content */
#settingsCtn {
	display: none;
	padding-right: 50px;
	padding-left: 30px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	font-weight: normal;
	margin-right: 20px;
	font-family: Montserrat-Regular;
}

.settingOptionBtn {
	border: none;
	color: white;

	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	border-radius: 30px;
	cursor: pointer;

}

.disable {
	pointer-events: none;
	opacity: 0.4;
}

#settingsOption {
	background-color: rgba(0, 0, 0, 0.6);
	width: auto;
	border-radius: 30px;
	right: 50px;
	float: left;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	align-items: center;
}

#settingsOption a {
	width: auto;
	display: inline-block;
	float: left;
	padding: 15px 40px;

}

.sActive {
	background-color: #d0ab54;
}

#winLimitCtn {
	display: flex;
	padding-bottom: 30px;
}

#lossLimitCtn {
	display: flex;
	padding-bottom: 30px;
}

.tag {
	color: #c59015;
	font-size: 12px;
	font-weight: normal;
}

#optionsCtn {
	display: none;
	padding-top: 30px;
}

.volumeCtn {
	right: 20px;
}

.historyCtn {
	right: 20px;
}

#autoSpinCtn {
	display: none;
	padding-top: 30px;
}

.autospinOptions {
	display: flex;
	padding-bottom: 80px;
}

.history_options {
	display: flex;
}

.historyBtn {
	margin-top: 10px;
	cursor: pointer;
	width: 230px;
	height: 60px;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.historyBtn label {
	display: block;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	margin-bottom: unset;
}

.historyBtn_old {
	/* position: absolute; */
	/* right: 50px; */
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	border: solid thin #c59015;
	border-radius: 100px;
	background-color: rgba(0, 0, 0, 0.6);
}

.autoPlayBtn {

	background-size: 100%;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	width: 230px;
	height: 60px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.autoPlayBtn label {
	word-break: break-word;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: unset;
}

.autoPlayBtn_old {
	/* position: absolute; */
	/* right: 50px; */
	padding: 10px;
	margin-top: 70px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	border: solid thin #c59015;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 100px;
}

.active {
	background-color: #c59015;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.volumeLimit {
	width: 360px;
}

.lossLimit {
	width: 380px;
}

.psrInput {
	padding: 10px;
	width: 120px;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: center;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.showcase__mark {
	display: block;
	position: absolute;
	top: 45px;
	background: #f00;
	transform: rotate(-45deg);
	padding: 1px 3px;
	border-radius: 3px;
	color: #fff;
	margin-left: -10px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #d0ab54;
}

input:focus+.slider {
	box-shadow: 0 0 1px #d0ab54;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.sound_options {
	display: flex;
	padding-bottom: 30px;
}

/* .opTitle {
	width: fit-content;
	 background-color: #f3676754;
	 display: inline-flex;
} */

p {
	margin-top: 0;
	margin-bottom: 0;
}

/*  Toggle Switch  */

.toggleSwitch {
	right: 30px;
	display: inline-block;
	height: 18px;
	/* position: absolute; */
	overflow: visible;
	padding: 0;
	margin-left: 50px;
	cursor: pointer;
	width: 40px;
	padding-top: 15px;
	flex: inherit;
}

.toggleSwitch span span {
	display: none;
}

.toggleSwitch * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
	outline: none;
}

.toggleSwitch label {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}

.toggleSwitch input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}

.toggleSwitch>span {
	position: absolute;
	left: 0px;
	width: 100%;
	margin: 0;
	padding-right: 40px;
	text-align: left;
	white-space: nowrap;
}

.toggleSwitch>span span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 50%;
	text-align: left;
	font-size: 0.9em;
	width: 100%;
	left: 15%;
	top: -1px;
	opacity: 0;
}

.toggleSwitch a {
	position: absolute;
	right: 50%;
	z-index: 4;
	display: block;
	height: 100%;
	padding: 0;
	left: 2px;
	width: 18px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch>span span:first-of-type {
	color: #fff;
	opacity: 1;
}

.toggleSwitch>span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: -1px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~a {
	border-color: #fff;
	left: 100%;
	margin-left: -19px;
}

.toggleSwitch input:checked~span:before {
	border-color: #d0ab54;
	box-shadow: inset 0 0 0 30px #d0ab54;
}

.toggleSwitch input:checked~span span:first-of-type {
	opacity: 0;
}

.toggleSwitch input:checked~span span:last-of-type {
	opacity: 1;
	color: #d0ab54;
}

/* ------switch---------*/

.autoply_btn {
	background-image: url("../images/resumegameBtn.png");
	width: 120px;
	height: 35px;
	color: white;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	margin: auto;
	float: right;
}

.autoPlayNum {
	background-color: rgba(0, 0, 0, 0.6);
	width: max-content;
	border-radius: 30px;
	padding: 0;
	margin-top: 20px;
}

.autoPlayNum ul {
	padding: 0;
	margin: 0;
}

.autoPlayNum ul li {
	display: inline-block;
	color: #fff;
	list-style-type: none;
	padding: 15px 20px;
	border-radius: 20px;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.autoPlayNum ul li:hover,
.autoPlayNum ul li:focus,
.autoPlayNum ul li:active,
.autoPlayNum ul li:visited {
	background-color: #d0ab54;
}

/*------------- auto play slider ---------*/
.win_slider {
	margin-top: 0px;
	position: relative;
}

.loss_slider {
	margin-top: 0px;
	position: relative;
}

#win_slider,
#loss_slider {
	float: left !important;
	height: 7px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 10px;
}

.win_txt1,
.loss_txt1 {
	float: left;
	margin-top: 25px;
}

.win_txt2,
.loss_txt2 {
	display: inline-block;
	margin-top: 25px;
}

#win_input1,
#loss_input1 {
	float: right;
	color: #fff;
	border: 1px #333 dotted !important;
	border-radius: 50px;
	width: 100px !important;
	vertical-align: middle;
	margin-top: 20px;
	background-color: #333;
}

#win_input2,
#loss_input2 {
	color: #fff;
	/* text-align: center; */
	background: none !important;
	width: 50px;
	box-shadow: none !important;
	border: none;
	position: absolute;
	left: 27%;
}

input[type=text]:focus {
	outline: none;
}

.ui-slider .ui-slider-handle {
	width: 15px !important;
	height: 15px !important;
	cursor: default;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
}

.ui-slider-handle .ui-state-default,
.ui-widget-content .ui-state-default {
	border: 0px solid #fff !important;
	background: #fff !important;
	color: #fff;
}

.ui-slider-handle .ui-state-hover,
.ui-widget-content .ui-state-hover {
	border: 0px solid #fff !important;
	background: #fff !important;
	background-image: none !important;
	color: #fff;
	outline: none !important;
}

.ui-state-focus {
	outline: none !important;
}

.ui-slider-handle .ui-state-active,
.ui-widget-content .ui-state-active {
	border: 0px solid #fff !important;
	background: #fff !important;
	background-image: none !important;
	font-weight: normal;
	color: #fff;
}

.ui-slider .ui-slider-range {
	position: absolute;
	background-position: 0 0;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	background: #d0ab54 !important;
}

.ui-widget-content {
	background-image: none !important;
	background: #333 !important;
	border: 0px solid #333 !important;
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	color: #333;
}

.autoply_btn {
	background-image: url("../images/resumegameBtn.png");
	width: 120px;
	height: 35px;
	color: white;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	margin: auto;
	float: right;
}

.autoply_num {
	background-color: #333;
	width: auto;
	border-radius: 30px;
	padding: 0;
}

.autoply_num ul {
	padding: 0;
	margin: 0;
}

.autoply_num ul li {
	display: inline-block;
	color: #fff;
	list-style-type: none;
	float: left;
	padding: 8px 0px;
	width: 60px;
	border-radius: 20px;
	background-color: #333;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.autoply_num ul li:hover,
.autoply_num ul li:focus,
.autoply_num ul li:active,
.autoply_num ul li:visited {
	background-color: #d0ab54;
}

.psrInputCtn {
	right: 20px;
}

.range-slider {
	position: relative;
	height: 80px;
	width: 230px;
}

.irs--big .irs-min,
.irs--big .irs-max {
	background-color: transparent;
}

.irs--big .irs-line {
	background: #0000007d;
	border: 0px;
	border-radius: 12px;
}

.irs--big .irs-bar {
	background: #d0ab54;
	border: 0px;
	height: 8px;
}

.irs--big .irs-handle {
	background: white;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
	background: transparent;
}

.irs--big .irs-line {
	height: 8px;
}

.irs--big {
	max-width: 380px;
}

@media screen and (max-width: 768px) {
	#settingsCtn {
		padding-top: 0px;
		padding-left: 16px;
		/* margin-right: 0px; */
		height: calc(100% - 60px);
	}

	#settingsOption {
		right: auto;
		position: relative;
		margin-top: 10px;
	}

	.settingOptionBtn {
		padding: 10px;
		/*padding-left: 30px;
		padding-right: 30px;*/
	}

	#settingsOption a {
		padding: 10px;
	}

	.pageTitle {
		padding-top: 30px;
	}

	#optionsCtn {
		padding-top: 20px;
		padding-bottom: 100px;
	}

	#autoSpinCtn {
		padding-top: 20px;
	}

	.toggleSwitch {
		right: 0px;
		margin-left: -75px;
	}

	.autoPlayBtn {

		background-size: 100%;
		cursor: pointer;
		text-align: center;
		background-repeat: no-repeat;
		width: 230px;
		height: 60px;
		margin-top: 60px;

	}

	.autoPlayBtn label {
		text-align: center;
		display: block;
		cursor: pointer;
		font-size: 18px;
	}


	.autoPlayBtn_old {
		cursor: pointer;
		border: solid thin #c59015;
		border-radius: 100px;
		background: rgba(0, 0, 0, 0.6);
		background-color: rgba(0, 0, 0, 0.6);
		text-align: center;
	}

	.autoPlayNum ul li {
		padding: 10px 7px;
	}

	.volumeCtn {
		right: 0;
		padding-top: 10px;
	}

	.historyCtn {
		right: 0;
	}

	.psrInputCtn {
		right: 0;
	}

	.psrInput {
		margin-left: 20px;
		margin-top: 20px;
	}

	.autospinOptions {
		padding-bottom: 100px;
	}

	.volumeLimit {
		width: 250px;
	}

	.lossLimit {
		width: 100%;
	}
}

/* @media screen and (max-height: 400px) {
	#settingsCtn {
		padding-left: 0;
		padding-right: 0;
	}
} */

@media screen and (max-width: 400px) {
	#lossLimit {
		word-break: break-word;
		width: 154px;
	}

	#singleWin {
		word-break: break-word;
		width: 154px;
	}
}

@media screen and (max-width: 320px) {

	.autoPlayNum ul li {
		padding: 4px 4px;
	}

	.volumeLimit {
		width: 230px;
	}
}


/* ========================================================================================  */

#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;
}

/* 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: 12px;
}

/* Section 1 styles */
.section-1 {
	display: flex;
	align-items: center;
}

.section-1 img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	margin-top: 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: -4px;
	left: 9px;
	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;
}

.claim-normal-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: 22.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: 30px;
	padding: 10px 0 10px 0;
	font-family: Montserrat-Bold;
}

.expire {
	font-size: 12px;
	margin-left: -25px;
}

.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%;
	}

	.preloaderText {
		color: #000;
		position: relative;
		top: -17px;
		text-align: center;
		font-size: 9px;
		font-weight: bold;
	}

	.promotitle {
		font-size: 30px;
	}

	.wager-label {
		font-size: 12px;
	}

	.wager-value {
		font-size: 12px;
	}
}

/* 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: -4px;
		left: 9px;
		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;
	}
}

@media only screen and (orientation: landscape) {
	.centerContent {
		padding-top: 0px;
	}

}



/* XMAS PROMO THEME ONLY*/
#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	background-image: url('../../../promo_assets/promo_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid #000000;
	box-shadow: 0px 0px 0px 0px #020202;
	padding: 40px 50px 50px 65px;
	z-index: 20004;
	width: 580px;
}

.close {
	position: absolute;
	right: 43px;
	top: 55px;
	background-color: #d0ad56;
	color: #fff;
	opacity: 1;
	background-image: url('../../../promo_assets/X_button_normal.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.close-x {
	display: none;
}

.claim-btn {
	display: block;
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('../../../promo_assets/claimButton.png');
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	border-radius: 0px;
	width: 150px;
	height: 50px;
	padding: 0px;
	margin-left: -30px;
}

.bar {
	background-color: rgb(34, 31, 31);
	background-image: url('../../../promo_assets/lock.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 20px;
	margin-top: 3px;
	background-position: -3px;
}

.section-container {
	background-color: #333;
	width: 80%;
	border-radius: 20px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.promoprogress {
	height: 100%;
	background-color: rgb(34, 31, 31, 0);
	background-image: url('../../../promo_assets/loadingBarNew_filled.png');
	background-size: cover;
	border-radius: 10px;
	margin-top: -1px;
	margin-left: -1.5px;
}

.tier1 {
	background-image: url('../../../promo_assets/tier1_text_disabled.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

.tier2 {
	background-image: url('../../../promo_assets/tier2_text_disabled.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

.tier3 {
	background-image: url('../../../promo_assets/tier3_text_disabled.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

.tier4 {
	background-image: url('../../../promo_assets/tier4_text_disabled.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}

.section-3 {
	padding-top: 0px;
	margin-left: 20px;
}

.promotitle {
	padding: 5px 0 5px 0;
}

.expire {
	font-weight: bold;
}


@media only screen and (max-width: 800px) and (orientation: portrait) {

	#popup {
		padding: 35px 0px 20px 5px;
		width: 100%;
		height: 360px;
		background-position: center;
		max-width: 360px;
	}

	.bar {
		height: 15px;
		width: 70px;
	}

	.promotitle {
		font-size: 16px;
		padding: 3px 0 3px 0;
	}

	.section-1 img {
		width: 32px;
		height: 32px;
		margin-right: 0px;
	}

	.close {
		right: 20px;
		top: 35px;
	}

	.tier1 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.tier2 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.tier3 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.tier4 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.claim-btn {
		background-size: contain;
		width: 130px;
		height: 40px;
	}

	.promoprogress {
		margin-left: -2px;
		height: 15px;
	}
}

@media only screen and (max-height: 430px) {

	#popup {
		padding: 35px 0px 20px 5px;
		width: 100%;
		/*height: 360px;*/
		background-position: center;
		max-width: 405px;
	}

	.section-3 {
		padding-top: 0px;
		margin-left: 30px;
	}

	.close {
		position: absolute;
		right: 33px;
		top: 38px;
		background-color: #d0ad56;
		color: #fff;
		opacity: 1;
		background-image: url('../../../promo_assets/X_button_normal.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/*@media only screen and (max-height: 600px) {

	#popup {
		padding: 35px 0px 20px 5px;
		width: 100%;
		height: 360px;
		background-position: center;
		max-width: 400px;
	}

	.section-3 {
	    padding-top: 0px;
	    margin-left: 30px;
    }

    .close {
	    position: absolute;
	    right: 33px;
	    top: 38px;
	    background-color: #d0ad56;
	    color: #fff;
	    opacity: 1;
	    background-image: url('../../../promo_assets/X_button_normal.png');
	    background-repeat: no-repeat;
	    background-size: cover;
    }
}*/

@media only screen and (max-width: 653px) and (max-height: 280px) {

	#popup {
		padding: 35px 0px 20px 5px;
		width: 100%;
		height: 360px;
		background-position: center;
		max-height: 275px;
		max-width: 275;
	}

	.section-3 {
		padding-top: 0px;
		margin-left: 30px;
	}
}

/*@media only screen and (max-width: 653px) and (orientation: portrait) {

	#popup {
		padding: 35px 0px 20px 5px;
		width: 100%;
		height: 360px;
		background-position: center;
		max-width: 350px;
	}

	.bar {
		height: 12px;
		width: 75px;
	}

	.promotitle {
		font-size: 16px;
		padding: 3px 0 3px 0;
	}

	.section-1 img {
		width: 32px;
		height: 32px;
		margin-right: 0px;
	}

	.close {
		right: 20px;
		top: 35px;
	}

	.tier1 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.tier2 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.tier3 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.tier4 {
		width: 80px;
		height: 15px;
		padding: 8px;
	}

	.claim-btn {
		background-size: contain;
		width: 130px;
		height: 40px;
	}
}*/


@media only screen and (max-width: 900px) and (orientation: landscape) {
	#popup {
		padding: 35px 20px 65px 25px;
		width: 350px;
	}

	.promotitle {
		padding: 0px 0px 0px 0px;
	}

	.bar {
		height: 13px;
	}

	.tier1 {
		height: 15px;
	}

	.tier2 {
		height: 15px;
	}

	.tier3 {
		height: 15px;
	}

	.tier4 {
		height: 15px;
	}

	.close {
		right: 30px;
		top: 30px;
	}

	.claim-btn {
		background-size: contain;
		width: 120px;
		height: 37px;
	}

	.section-container {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 10px;
	}

	.wager-info {
		margin: 0 15px;
	}

	.wager-label {
		font-size: 10px;
	}

	.section-1 img {
		width: 26px;
		height: 26px;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.ipad-portrait {
		color: red;
	}

	/* your css rules for ipad portrait */
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
	#popup {
		width: 440px;
	}

	/* your css rules for ipad landscape */
}

@media (min-width:1025px) {
	.promoprogress {
		margin-top: -2px;
		margin-left: -3.5px;
	}

	/* your css rules for ipad portrait */
}

@media (min-width:932px) {
	.promoprogress {
		margin-top: -1px;
		margin-left: -3px;
	}

	/* your css rules for ipad portrait */
}

/* Tablets in portrait mode */
@media only screen and (min-width: 600px) and (max-width: 800px) and (orientation: portrait) {
	.VD #containerbg {
		width: 183%;
		height: 200%;
		position: absolute;
		-webkit-filter: blur(5px);
		filter: blur(5px);
		left: -1%;
		top: -1%;
	}
}




/*-------------------------------------------------------------------------------
--------------------------------TOURNAMENT UI----------------------------------*/
.padding3 {
	padding: 3px;
}
.padding4 {
	padding: 4px;
}
.padding5 {
	padding: 4px;
}
.padding10 {
	padding: 4px;
}
.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;
}


/* --------------------------------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: 100%;
    height: 480px;
    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: -6%;
    left: 46%;
}
.tournamentTrophyImg {
	width: 75px;
	height: 75px;
}
.h3_height {
	height: 30px;
	font-size: 25px;
}
.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;

}

.tournamentInnderSmallBox {
	width: 28.5%;
    display: flex;
    background-color: #282828;
    border-radius: 5px;
    font-size: 12px;
    /* 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: 43%;
    border-radius: 5px;
    text-align: left;
    /* height: 90px; */
    font-size: 12px;
    padding: 13px;
	/* font-weight: bold; */
	margin-right: 10px;
}
.tournamentHowToScore {
	font-size: 12px;
	color: #c6a559;
	font-weight: bold;
}
.tournamentTimerBox {
	display: inline-block;
    background-color: #565050;
    border-radius: 5px;
    text-align: center;
	width: 60px;
    height: 70px;
    font-size: 30px;
}
.tournamentTimerBox2 {
	display: inline-block;
    background-color: #a99058;
    border-radius: 5px;
    text-align: center;
	width: 60px;
    height: 70px;
    font-size: 30px;
}

.tournamentTimerCount {
	color: #c6a559;
    font-weight: bold;
	position: relative;
    top: 5px;
}
.tournamentTimerCount2 {
	color: #000;
    font-weight: bold;
	position: relative;
    top: 5px;
}
.tournamentTimerCountText {
    font-size: 12px;
}
.tournamentButton {
	background-color: #c6a559;
	color: #000;
	font-weight: bold;
	
}
.tournamentButtonSize {
	width: 200px;
    height: 32px;
    font-size: 16px;
}
.tournamentTitle {
	color: #c6a559;
	font-size: 20px;
	font-weight: bold;
}

.tournamentSubTitle {
	font-size: 12px;
}

.tournamentDesc {
	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: black;
	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;
}

/*------------------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: 275px;
    height: 470px;
    background-size: contain;
}
.tournamentTab1Side2 {
	width: 60%;
    display: inline-block;
}

.tournamentTab3Side2 {
	width: 60%;
	display: grid;
    grid-gap: 8px;
    text-align: left;
    height: 395px;
    overflow: auto;
    font-size: 13px;
    padding: 10px;
}



.tournamentTab2Side1 {
    background-image: url(../../../../tnmt_assets/leaderboard_banner.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 250px;
    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;
}
.tournamentTab1ContainerRankText {
	font-size: 24px;
    font-weight: bold;
    color: #000;
	margin-left: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 7px;
}
.tournamentrankbox{
    text-align: center;
    font-size: 20px;
    height: 100px;
    background-image: url(../../../../tnmt_assets/rules_banner.png);
    background-repeat: no-repeat;
    display: grid;
    justify-content: space-around;
    align-items: center;
    background-size: cover;
    width: 285px;
	margin-left: -5px;
}

.tournamentrankbox1 {
	border: solid 1px #c6a559;
    text-align: center;
    font-size: 16px;
    height: 50px;
    display: grid;
    justify-content: left;
    align-items: center;
    width: 240px;
    box-shadow: 0 0 5px 0px #c6a559, 0 0 5px 0px #ebecca, 0 0 5px 0px #c6a559, 0 0 5px 0px #c6a;
    margin-left: 10px;
    border-radius: 8px;
    background-color: #312f2f;
    padding-left: 20px;
    /* padding: 5px; */
    padding-left: 20px;
}

/* --------------------------- */
.leaderboard {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: auto;
    height: 395px;
}
.leaderboard-header {
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.leaderboard-item {
	padding: 7px;
	display: flex;
	align-items: center;
	border-radius: 30px;
    margin: 5px;
	background-color: #000;
}
.position {
	width: 30%;
	text-align: center;
	display: inline-block;
	color: #c6a559;
	font-weight: bold;
}
.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;
}
.score {
	/* width: 30%; */
	width: 33%;
	text-align: center;
	display: inline-block;
}

.player-you {
	color: #c6a559; 
	font-weight: bold;
	/* width: 8%;  */
	width: 2%; 
	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;
	padding-right: 25px;
}
.tnmtprizetab-item {
	padding: 7px;
	display: flex;
	align-items: center;
	border-radius: 30px;
    margin: 5px;
	background-color: #000;
}
.tnmtprizeposition {
	width: 47%;
	text-align: center;
	display: inline-block;
	color: #c6a559;
	font-weight: bold;
	
}

.verticalHorizontalCenter {
	display: flex;
	align-items: center;
    justify-content: center;
}
.tnmtprizescore {
	width: 47%;
	text-align: center;
	display: inline-block;
}

.tnmtPrizesFontSize {
	font-size: 40px;
	color: #000;
	width: 30px;
}

.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;
}
.tnmtrulestitle {
	color: #c6a559;
	font-size: 20px;
}

.tnmtruleswinText {
	color: #000; /* #c6a559;*/
    font-weight: 600;
    font-size: 18px;
}

.tnmtDailyTournmentText {
	display: inline-block;
    width: 74%;
    float: right;
    text-align: left;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.tnmtTrophyImage {
	display: inline-block; 
	width: 24%;
}

.tournamentTab1Side1Portrait {
	display: none;
}

.tournamentTab2Side1Portrait  {
	display: none;
}
.tnmtCloseButton {
	position: absolute;
    bottom: 0px;
    right: 0px;
	cursor: pointer;
}

#tournamentTrophyDiv {
	position: absolute; 
	z-index: 998; 
	/* top: 20px;  */
	top: 45px; 
	right: 20px; 
	cursor: pointer; 
	display: none;
}

.spinToWinPortrait {
	display: none;
}
.spinToWinPortrait1 {
	display: block;
}
.textAlignCenter {
	text-align: center;
}

#tnmt_trophy_icon {
	display: block;
}
#tnmt_rank_icon {
	display: none;
}
.tnmtTrophyTimerText {
	font-weight: bold;
	text-align: center;
	position: absolute;
    top: 27px;
    font-size: 11px;
	text-shadow: 2px 0 #FF9800, -2px 0 #FF9800, 0 2px #FF9800, 0 -2px #FFC107, 1px 1px #FF9800, -1px -1px #FF5722, 1px -1px #FFC107, -1px 1px #FF9800;
	color:#000;

}
.tnmtTrophyRankText {
	font-weight: bold;
    position: absolute;
    text-align: center;
    top: 18px;
    font-size: 14px;
    width: 40px;
    padding-left: 10px;
	text-shadow: 2px 0 #FF9800, -2px 0 #FF9800, 0 2px #FF9800, 0 -2px #FFC107, 1px 1px #FF9800, -1px -1px #FF5722, 1px -1px #FFC107, -1px 1px #FF9800;
	color:#000;
}

.tnmtCounterTimerCenter{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 330px;
}

@media only screen 
and (max-device-width : 500px) 
and (orientation : portrait) { 
	.tnmtbackground {
		height: 600px;
		width: 94%;
	}
	.tournamentTrophy img {
		width: 64px;
        height: 60px;
	}
	.tournamentTrophy {
		left: 42%;
        top: -4%;
	}
	.tournamentTab2Container {
		display: grid;
	}
	.tournamentTab3Container {
		display: grid;
	}
	.paddingTop70 {
		padding-top: 20px;
	}
	.h3_height {
		height: 36px;
		font-size: 19px;
	}
	.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: 11px;
	}
	.tournamentSubTitle {
		font-size: 9px;
        text-align: center;
	}
	.tournamentDesc {
		font-size: 10px;
	}
	.tournamentTabBarDiv {
		font-size: 9px;
	}
	.paddingTop30 {
		padding-top: 5px;
	}
	.tournamentTab2Side2 {
		width: 100%;
	}
	.leaderboard {
		font-size: 13px;
		height: 357px;
	}
	.tournamentTab3Side2 {
		width: 98%;
		height: 360px;
	}
	.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: 100%;
        background-size: contain;
        flex-direction: row;
		display: none;
		margin-left: 0px;
	}
	.tnmtPrizesFontSize {
		font-size: 40px;
		color: #000;
	}
	.tournamentTab1Side2 {
		width: 100%;
		min-width: 335px;
	}
	.tournamentTab1ContainerRankText {
		padding-top: 5px;
	}
	.tournamentrankbox1{
		text-align: center;
		font-size: 14px;
		height: 40px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 95%;
		margin-top: 5px;
	}

	.tournamentrankbox{
		background-image: url(../../../../tnmt_assets/rules-banner.png);
		background-repeat: no-repeat;
		width: 100%;
		background-size: contain;
		height: 80px;
		font-size: 18px;
	}

	
	.tnmtruleswinText {
		color: #000;
		font-weight: 600;
		font-size: 16px;
		text-align: justify;
	}

	.marginLeftTop {
		margin-left: 11px;
    	margin-top: 6px;
	}
	.padding10 {
		padding: 4px;;
	}
	.tournamentTimerBox {
		
		width: 50px;
		height: 60px;
		font-size: 26px;
	}

	.tournamentButtonSize {
		width: 240px;
		height: 32px;
		font-size: 15px;
		margin-bottom: 7px;
	}
	.padding5 {
		padding: 2px;
	}
	.tournamentTab1ContainerRankTextMobile {
		font-size: 18px;
    	color: #000;
    	font-weight: bold;
	}

	.tournamentTabBar {
		width: 97%;
		margin-left: 5px;
		margin-top: 5px;
	}
	.tnmtTrophyImage {
		width: 22%;
	}

	.tnmtDailyTournmentText {
		font-size: 15px;
	}
	.tournamentTimerBox2 {
		display: inline-block;
		background-color: #a99058;
		border-radius: 5px;
		text-align: center;
		width: 45px;
		height: 47px;
		font-size: 18px;
		display: grid;
		justify-content: center;
		align-items: center;
	}

	.tournamentTab1Side1Portrait {
		display: flex;
        background-image: url(../../../../tnmt_assets/leaderboard-banner.png);
        height: 100px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
		align-items: center;
        justify-content: space-evenly;
	}
	.tournamentTab1Side1 {
		display: none;
	}
	.tournamentTab2Side1Portrait {
		display: block;
	}
	.spinToWinPortrait {
		display: block;
		text-align: center;
	}
	.spinToWinPortrait1 {
		display: none;
	}
	
	.tnmtCounterTimerCenter{
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		width: 240px;
	}
	.tournamentrankbox{
		margin-left: 0px;
	}
	@media only screen and (max-width: 370px) and (orientation : portrait) {
		.tournamentTab1Side2 {
			min-width: 300px;
		}
		#tournamentTab2innerContainer{
			width: 305px;
		}
		.tournamentTab1ContainerRankTextMobile {
			font-size: 14px;
		}
		.tournamentrankbox{
			margin-left: 0px;
		}
    }

	@media only screen and (min-width: 425px) and (orientation : portrait) {
		.tournamentTab2Side1{
			height: 115px;
		}
		.leaderboard{
			height: 355px;
		}
    }

	@media only screen and (min-width: 475px) and (orientation : portrait) {
		.tournamentTab2Side1{
			height: 128px;
		}
		.leaderboard{
			height: 346px;
		}
    }
}

@media only screen 
and (min-width: 600px) and (max-device-width : 800px) 
and (orientation : portrait) {
	.tournamentTab3Container {
		display: flex;
	} 
	.tournamentInnderSmallBox{
		width: 30.5%;
		font-size: 11px;
	}
	.tournamentTimerBox{
		width: 55px;
		height: 60px;
		font-size: 24px;
	}
	.tnmtCounterTimerCenter {
		width: 260px;
	}
	.tournmentInnerBigBox {
		font-size: 10px;
	}
	.tournamentTab1Container  {
		display: flex;
	}
	#tournamentTrophyDiv {
		top: 70px;
	}

	.tournamentTab2Side2 {
		width: 90%;
	}
	/* #tournamentTab2innerContainer{
		margin-left: 5px;
	} */
	.tournamentTab2Side1 {
		margin-left: 5px;
	}
	.tournamentrankbox1 {
		margin-left: 8px;
		margin-top: 2px;
	}
}

@media only screen 
and (max-device-width : 800px) 
and (orientation : landscape) { 
	.tnmtbackground {
		height: 345px;
        width: 97%;
	}
	.tournamentTrophy {
		position: absolute;
		top: -3%;
		left: 47%;
	}
	.tournamentTrophyImg {
		width: 45px;
    	height: 45px;
	}
	.tournamentTab1Container  {
		display: flex;
	}
	.tournamentTab2Container {
		display: flex;
	}
	.tournamentTab3Container {
		display: flex;
	}
	.paddingTop70 {
		padding-top: 17px;
	}
	.h3_height {
		height: 14px;;
		font-size: 18px;
	}
	.tournamentRibbon {
        font-size: 11px;
        height: 22px;
        padding-top: 6px;
    }
	.tournmentInnerBigBox {
        /* height: 50px; */
        font-size: 9px;
        margin-right: 5px;
        padding-top: 5px;
		padding: 8px;
    }
	.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: 240px;
		margin-left: 10px;
		height: 50px;
		display: flow;
    	padding-top: 5px;
		font-size: 12px;
	}

	.tournamentrankbox1 {
		/* background-image: url(../../../tnmt_assets/rules-banner.png);
		background-repeat: no-repeat;
		background-size: contain; */
		width: 240px;
		margin-left: 10px;
	}

	.tournamentSubTitle {
		font-size: 9px;
	}
	
	.tournamentDesc {
		font-size: 10px;
	}

	.tournamentInnderSmallBox {
		font-size: 9px;
		/* height: 22px; */
		padding-top: 0px;
		margin-right: 5px;
		padding: 3px;
	}
	.tournamentTimerBox {
        width: 45px;
        height: 50px;
        font-size: 20px;
    }
	.padding10 {
        padding: 2px;
    }

	.tournamentTabBarDiv {
		height: 28px;
		font-size: 13px;
	}

	.paddingTop30 {
		padding-top: 2px;
	}
	.tournamentTab1Side1 {
		width: 226px;
        height: 260px;
		padding-top: 30px;
	}

	.tournamentTab1ContainerRankText {
		font-size: 15px;
        margin-left: -25px;
	}
	
	
	.tournamentTab3Side2 {
		height: 260px;
		font-size: 13px;
		margin: 5px;
	}

	.tournamentTab2Side1 {
		height: 200px;
		margin: 10px;
		width: 240px;
	}
	.tournamentTimerBox2 {
		width: 50px;
		height: 60px;
		font-size: 28px;
	}
	.tnmtTrophyImage {
		width: 24%;
	}
	.tnmtDailyTournmentText {
		font-size: 18px;
		width: 61%;
	}

	.tournamentrankbox1{
		font-size: 13px;
		padding: 3px;
		height: 45px;
	}
	
	#tnmtprizesDiv {
		height: 260px;
	}
	.leaderboard {
		height: 270px;
	}
	.tournamentTab2Side1Portrait {
		display: none;
	}
	.tnmtruleswinText {
		font-size: 12px;
	}
	.tnmtPrizesFontSize {
		font-size: 25px;
		color: #000;
		width: 15px;
	}
	.spinToWinPortrait {
		display: none;
	}
	.spinToWinPortrait1 {
		display: block;
	}
	.tournamentTab1Side2 {
		width: 60%;
	}
	.tnmtCounterTimerCenter{
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		width: 235px;
	}
	.leaderboard-header {
		font-size: 15px;
	}
}


@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1000px) 
and (orientation : landscape) { 
	.tnmtbackground {
		width: 97%;
        height: 395px;
	}
	.tournamentTrophy {
		position: absolute;
		top: -3%;
        left: 48%;
	}
	.tournamentTrophyImg {
		width: 48px;
        height: 48px;
	}
	.paddingTop70 {
		padding-top: 17px;
	}
	.h3_height {
		height: 17px;;
		font-size: 22px;
	}
	.tournamentRibbon {
        font-size: 11px;
        height: 22px;
        padding-top: 6px;
    }
	.tournmentInnerBigBox {
        /* height: 60px; */
        font-size: 11px;
        margin-right: 5px;
        padding-top: 10px;
    }
	.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: 7px;
		margin-right: 10px;
	}
	.tournamentTimerBox {
        width: 45px;
        height: 58px;
        font-size: 20px;
    }
	.padding10 {
        padding: 3px;
    }

	.tournamentrankbox1 {
		/* background-image: url(../../../tnmt_assets/rules-banner.png);
		background-repeat: no-repeat;
		background-size: contain; */
		width: 240px;
		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: 300px;
        padding-top: 55px;
	}
	.tournamentTab2innerContainer{
		width: 231px;
	}

	.tournamentTab2Side1{
		height: 235px;
		margin-left: 7px;
	}
	#tnmtprizesDiv {
		height: 311px;
		overflow: auto;
	}

	.tournamentTab3Side2 {
		height: 310px;
	}
	.paddingTop30{
		padding-top: 5px;
	}
	.tournamentrankbox{
		height: 80px;
		margin-top: -15px;
		margin-left: 0px;
	}
	.tournamentTab2Side1 {
		width: 265px;
	}
}

@media only screen 
and (min-device-width : 1001px) 
and (max-device-width : 1220px) 
and (orientation : landscape) { 
	.tournamentTab2Side2{
		width: 100%;
	}
}


/* --------------------------------TOURNAMENTS CSS END----------------------------------- */
