/**handles:custom-casino**/
/* #page-container{
	padding: 0px !important;
} */

html,
body {
	background: white !important;
	overflow-x: hidden;
}
/* table {
	background-color: white;
} */

.tz-main-table thead {
	background-color: #2ea3f2;
}
.tz-main-table tbody:nth-child(odd) {
	background-color: #e4e4e4 !important;
}
.tz-main-table tbody:nth-child(even) {
	background-color: #FFFFFF !important;
}
.tz-main-table tr th {
	text-align: center;
	font-size: 13px;
	color: white;
	padding-top: 13px;
	padding-bottom: 13px;
}
.tz-main-table tbody tr td {
	padding: 10px;
	text-align: center;
}
.tz-main-table tbody tr td,
.tz-main-table tbody tr th {
	width: auto !important;
	max-width: calc(100% / 6) !important;
}
.tz-tab-img {
	max-width: 250px;
	max-height: 250px;
	padding: 5px;
	padding-top: 12px;
}
.tz-casino-title {
	font-size: 12px;
	/* text-transform: capitalize; */
	color: black;
}
.tz-show-desktop .rmp-results-widget__visual-rating{display: none !important;}
.tz-show-mobile .rmp-results-widget__visual-rating{display: none !important;}
.tz-show-desktop b,
.tz-show-mobile b {
	font-size: 12px !important;
	/* text-transform: capitalize; */
}
.tz-show-desktop p,
.tz-show-mobile p {
	margin: 0;
	padding: 0;
	font-size: 12px !important;
	/* text-transform: capitalize; */
}
.tz-cust-btn a {
	color: white;
}
.tz-cust-btn {
	background-color: #2ea3f2;
	border: 1px solid #2ea3f2;
	border-radius: 10px;
	color: white;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	width: 118px;
	height: 38px;
	margin-bottom: -5px;
	margin-top: 8px;
}
.tz-cust-btn:hover {
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .15), 0 0 10px 0 #2ea3f2;
	-webkit-transform: translate3d(0px, 0px, 10px);
	transform: translate3d(0px, 0px, 10px);
}
.tz-pg-link {
	font-size: 10px;
	/* text-transform: capitalize; */
}
.rmp-rating-widget__icons ul {
	padding: 0px !important;position: relative;top: 10px;
}
.rmp-rating-widget .rmp-icon--ratings {
	font-size: 0.8rem !important;
}
body .rmp-icon--ratings {
	color: #9c9c9c;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
	text-align: left;
	margin: 0rem 0 !important;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
	text-align: center !important;
}
.rmp-results-widget__vote-count{font-size: 12px;}
body .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
	display: none !important;
}
.lang-txt {
	text-align: center;
	font-size: 8px;
	display: block;
	line-height: 8px;
}
.tz-show-desktop {
	padding-top: 25px;
	padding-bottom: 25px;
}
.tz-show-mobile {
	display: none;float: left;width: 100%;
}
thead tr th {
	line-height: 20px;
}
.tz-main-table tbody tr td {
	padding: 0px !important;
}
.tz-main-table > thead > tr th {
	color: white;
}
.tz-main-table tbody.hidenow tr {
	display: none;
}
.tz-main-table tbody.hidenow.showdiv tr {
	display: table-row;
}
.tz-show-desktop .tablefoot {
	text-align: center;
}
.tz-show-desktop .tablefoot .load_more,
.tz-show-desktop .tablefoot .show_less {
	background-color: #2ea3f2;
	border: 1px solid #2ea3f2;
	border-radius: 10px;
	color: white;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	padding: 5px 20px;
	cursor: pointer;
}
.tz-show-desktop .tablefoot .show_less {
	display: none;
}
.tz-show-desktop .tablefoot .load_more.clicked i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* CSS For Mobile Device */

.mobile-table {
	background-color: whitesmoke;
	position: relative;
	display: grid;
	padding: 10px;
	margin: 15px 0;
	vertical-align: middle;
	border-bottom: 2px solid #2ea3f2;
	float: left;
	width: 100%;
}
/* label{
	position: absolute;
	z-index: 100;
	background-color: #2ea3f2;
	padding: 0px 10px;
	margin-top: -10px;
	color: white;
} */

.m-full:not(:last-child) {
	border-bottom: 1px solid #2ea3f2;
}
.m-full {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
}
.m-small {
	width: 20%;
	float: left;
	padding: 5px;
}
.m-small .tz-tab-img {
	width: 100%;
}
.m-medium {
	width: 36%;
	float: left;
	padding: 5px;
}
.m-half {
	width: 50%;
	float: left;
	padding: 5px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
	text-align: center;
}
.tz-pg-link-2 {
    font-size: 14px;
    background-color: #2ea3f2;
    border: 1px solid #2ea3f2;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    color: white;
    margin-top: 5px;
}
.tz-pg-link-2:hover {
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .15), 0 0 10px 0 #2ea3f2;
	-webkit-transform: translate3d(0px, 0px, 10px);
	transform: translate3d(0px, 0px, 10px);
}
.lang-txt {
	text-align: center;
	font-size: 12px;
	display: block;
	line-height: 12px;
}
.mobile-th-title {
	color: #2ea3f2;
	/* text-transform: uppercase; */
	font-size: 13px;
	font-weight: bold;
}
.mobile-title {
	/* text-transform: uppercase; */
	font-size: 12px;
}
.m-half b {
	line-height: 19px;
	padding: 0px;
	display: block;
}
.m-half p {
	line-height: 20px;
}
/* Css for popup */

.tooltip_templates {
	display: none;
}
.tooltip_tz i{
	color: #2ea3f2;
}
body .tooltipster-sidetip .tooltipster-box {
	background: #FFF;
	border: 2px solid #d4d4d4;
}
body .tooltipster-sidetip .tooltipster-content {
	color: #333;
}
body .tooltipster-sidetip .tooltipster-content ul {
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px 0px 0px 20px;
}
body .tooltipster-sidetip .tooltipster-content ul li {
	list-style: disc;
	margin-bottom: 10px;
	font-size: 14px;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #d4d4d4;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: white;
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #d4d4d4;
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: white;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 320px;
	background-color: #555;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 15px;
	position: absolute;
	z-index: 10;
	left: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	margin-top: 30px;
	font-size: 13px;
	line-height: 18px;
}
.tooltip .tooltiptext ul {
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 0 !important;
	margin-top: 5px;
}
.tooltip .tooltiptext ul li {
	line-height: 18px;
	margin-bottom: 8px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	padding: 5px 15px;
}
.tz-cas-tit {
	font-size: 13px;
	font-weight: 600;
}
.p-t-20 {}
.tz-show-desktop tbody {
	display: none;
}
.tz-show-mobile .mobile-table {
	display: none
}
.tz-show-mobile .show_less_mobile {
	display: none;
}
body .rmp-results-widget__avg-rating{
	display: none !important;
}

/* ====== Media CSS ====== */

@media (max-width: 1024px) {
	.rmp-rating-widget .rmp-icon--ratings {
		font-size: 0.7rem !important;
	}
	.x-long p {
		line-height: 16px;
		font-size: 12px;
	}
	.tz-main-table tr th {
		text-align: center;
		font-size: 12px;
		line-height: 15px;
	}
	.container {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 770px) {
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.rmp-rating-widget .rmp-icon--ratings {
		font-size: 1rem !important;
	}
	.tz-show-mobile {
		display: block;
		margin-bottom: 50px !important;
	}
	.tz-show-mobile .mobile-table.hidenow {
		display: none;
	}
	.tz-show-mobile .mobile-table.hidenow.showdiv {
		display: block;
	}
	.tz-show-mobile .tablefoot_mobile {
		float: left;
		margin: 0 auto 30px auto;
		width: 100%;
		text-align: center;
	}
	.tz-show-mobile .tablefoot_mobile .load_more_mobile,
	.tz-show-mobile .tablefoot_mobile .show_less_mobile {
		color: #2ea3f2;
		font-size: 15px;
		font-weight: 600;
		position: relative;
		padding: 5px 20px;
		cursor: pointer;
		background: none;
		border: 0;
	}
	.tz-show-mobile .tablefoot_mobile .load_more_mobile:focus,
	.tz-show-mobile .tablefoot_mobile .show_less_mobile:focus {
		outline: none;
	}
	.tz-show-mobile .tablefoot_mobile .load_more_mobile.clicked i {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.tz-show-desktop {
		display: none;
	}
	.tooltip .tooltiptext {
		/* width: 250px; */
		font-size: 11px;
		line-height: 18px;
		/* margin-left: -100px; */
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.tz-tab-img {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
	.m-half b {
		text-align: left;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
		margin: 0 0 0rem 0 !important;
	}
	.tz-show-mobile b,
	.tz-show-desktop b {
		font-size: 15px !important;
	}
	.tz-show-mobile b.title{padding-left: 8px;}
	.rmp-rating-widget__icons ul {
		padding: 5px !important;
	}
	.js-rmp-msg {
		padding-top: 12px !important;
	}
	.tooltip {
		position: initial;
	}
	.tz-show-mobile .m-full {
		position: relative;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    text-align: left !important;
    padding-left: 8px;
	}
	.tz-show-mobile .m-full.three-col .m-half {
		width: auto;
		float: left;
	}
	.tz-show-mobile .m-full.three-col .flagimg {
		float: right;
	}
	.tz-show-mobile .m-full.three-col .flagimg img {
		width: 50px;
	}
	.tz-show-mobile .m-full.three-col .three-col-sub {
		width: 85%;
		float: left;
	}
	.tz-show-mobile .m-full.three-col .three-col-sub .three-col-sub-col1 {
		width: 25%;
	}
	.tz-show-mobile .m-full.three-col .three-col-sub .three-col-sub-col2 {
		width: 75%;
	}
	.tz-show-mobile .m-full.tablet-view .m-half {
		text-align: left;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg{padding-top: 0 !important;}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list{
		line-height: 0;padding-bottom: 0 !important;
	}
	.rmp-results-widget__vote-count {
		position: relative;
		bottom: 10px;
	}
	.rmp-results-widget{text-align: left;}
	.rmp-rating-widget__icons ul{top:0;}
}
@media (min-width: 320px) and (max-width: 767px) {
	.rmp-rating-widget .rmp-icon--ratings {
		font-size: 1rem !important;
	}
	.tz-show-mobile {
		display: block;
		margin-bottom: 50px !important;
	}
	.tz-show-mobile .mobile-table.hidenow {
		display: none;
	}
	.tz-show-mobile .mobile-table.hidenow.showdiv {
		display: block;
	}
	.tz-show-mobile .tablefoot_mobile {
		float: left;
		margin: 0 auto 30px auto;
		width: 100%;
		text-align: center;
	}
	.tz-show-mobile .tablefoot_mobile .load_more_mobile,
	.tz-show-mobile .tablefoot_mobile .show_less_mobile {
		color: #2ea3f2;
		font-size: 15px;
		font-weight: 600;
		position: relative;
		padding: 5px 20px;
		cursor: pointer;
		background: none;
		border: 0;
	}
	.tz-show-mobile .tablefoot_mobile .load_more_mobile:focus,
	.tz-show-mobile .tablefoot_mobile .show_less_mobile:focus {
		outline: none;
	}
	.tz-show-mobile .tablefoot_mobile .load_more_mobile.clicked i {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.tz-show-desktop {
		display: none;
	}
	.tooltip .tooltiptext {
		/* width: 250px; */
		font-size: 11px;
		line-height: 18px;
		/* margin-left: -100px; */
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.tz-tab-img {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
	.m-half b {
		text-align: center;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
		margin: 0 0 0rem 0 !important;
	}
	.tz-show-mobile b,
	.tz-show-desktop b {
		font-size: 15px !important;
	}
	.rmp-rating-widget__icons ul {
		padding: 5px !important;
	}
	.js-rmp-msg {
		padding-top: 12px !important;
	}
	.tooltip {
		position: initial;
	}
	.tz-show-mobile .m-full {
		position: relative;
	}
	.tz-show-mobile .m-full.three-col .flagimg {
		display: none;
	}
	.tz-show-mobile .m-full.three-col .m-half {
		width: 50%;
		float: left;
	}
	.tz-show-mobile b,
	.tz-show-desktop b {
		font-size: 17px !important;
	}
	.tz-show-mobile .m-full.tablet-view .m-half {
		text-align: center;
	}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg{padding-top: 0 !important;}
	.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list{
		line-height: 0;padding-bottom: 0 !important;
	}
	.rmp-results-widget__vote-count {
    position: relative;
    bottom: 10px;
	}
	.rmp-results-widget{text-align: center;}
	.rmp-rating-widget__icons ul{top:0;}
}