* {
	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;
	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%;
	}
}


.padding3 {
	padding: 3px;
}
.padding4 {
	padding: 4px;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.paddingTop60 {
	padding-top: 60px;
}
.paddingTop70 {
	padding-top: 70px;
}

.paddingTop30 {
	padding-top: 30px;
}

