/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
	font-family: 'FontAwesome';
	font-display: swap;
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
input::-webkit-input-placeholder { /* iOS, Safari */
	color: #1e4c82;
  }
  
  input:-ms-input-placeholder { /* old IE */
	color: #1e4c82;
  }
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.fa-line:before {
	content: "\f3c0"
}

.fa-viber:before {
	content: "\f409"
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(/fonts/fa-brands-400.eot);
	src: url(/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2) format("woff2"), url(/fonts/fa-brands-400.woff) format("woff"), url(/fonts/fa-brands-400.ttf) format("truetype"), url(/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 400
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("/Views/casino777v2/css/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.Promo-head-title {
	padding: 30px 0 0
}

.promotion-list ul li div {
	margin: 10px
}

.promotion-list ul li div h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px
}

.promotion-list ul li div img {
	margin: 0 0 15px 0;
	width: 100%;
	border-radius: 5px
}

.promotion-list ul li div span {
	font-size: 14px
}

.promotion-list ul li div .button {
	margin: 15px 0 0 0
}

.promo-details img {
	max-width: 100%;
	width: auto;
	border-radius: 5px
}

.promo-details-action-footer {
	padding: 15px 0 0 0;
	border-top: 1px solid #e6e6e6;
	display: block;
	margin-bottom: 20px;
	text-align: center
}

.Promo-head-title .h3 {
	color: #bffae9
}

@media screen and (max-width:991.98px) and (min-width:768px) {
	.promotion-list ul li {
		width: 33.3333%
	}
}

@media(max-width:767px) {
	.promotion-list ul li {
		width: 50%
	}

	.promotion-list ul li div h3 {
		font-size: 14px
	}

	.promotion-list ul li div span {
		font-size: 13px
	}
}

.detail-one-wrapper {
	display: inline-block;
	float: right
}

button.button.button-regular.button-amber.two {
	background: transparent !important;
	font-size: 12px;
	color: #fff;
	padding: 5px 0;
	border: none
}

.blog-title {
	overflow-x: auto
}

.blog-title.pt-4>p {
	margin: 0
}

.promo_preview p {
	color: var(--cd-color-2);
	font-size: 14px;
	line-height: 15px;
	margin: 0 auto;
	font-weight: 300;
	overflow: hidden
}

.user-profile {
	width: 100%;
	color: #fff
}

.save-btn.one {
	position: absolute;
	bottom: .2rem
}

button.afb03 {
	border-radius: 2px 2px;
	padding: 5px 15px
}

button.button.button-regular.afb01.xs {
	white-space: normal;
	font-size: .75rem;
	line-height: 1.2
}

section.promotion-list .h3.afb-title-h1.mb-3 {
	position: relative;
	width: 100%;
	padding: 0 15px 8px;
	margin: 10px 0 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #656565;
	color: #fff;
	text-align: left !important;
	font-weight: 600 !important
}

section.promotion-list .h3.afb-title-h1.mb-3 span.d-block {
	font-size: 20px !important;
	text-align: left !important;
	float: left !important;
	font-weight: 600 !important;
	color: #bffae9
}

.col-lg-2.col-md-3.col-sm-4.col-xs-6 {
	margin-top: 10px
}

img.w-100.sbanner-images-cover.promotion_list-image {
	height: auto
}

.promotion-filter {
	color: #fff
}

.mb-3 {
	margin-bottom: 1rem !important
}

.promotion-list .promo_preview {
	padding-bottom: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.promotion-list .promotion_list-info .mb-3 {
	margin-bottom: .5rem !important
}

.promotion-image-container {
	position: relative;
	display: inline-block;
	width: 100%
}

.promotion-countdown-container {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000008f;
	padding: .1em;
	color: #fff;
	display: flex;
	gap: .2em;
	align-items: center;
	font-size: 14px;
	width: auto
}

.promotion-countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 35px
}

.promotion-countdown-label {
	font-size: .5em
}

.promotion-countdown-number {
	font-size: .8rem
}

.promotion-countdown-colon {
	margin-top: .5em
}

.promotion_list-container .save-btn.one .promotionMore {
	margin-left: 0
}

.blog-title.pt-4>p {
	margin: 0 0 10px 0 !important
}

.table td,
.table th {
	color: #fff;
	border-top: none;
	font-size: .9em
}

.table tr {
	border-top: 1px solid #dee2e6
}

.table {
	margin-bottom: 20px !important
}

td svg {
	margin: 0 3px;
	position: relative
}

td {
	font-weight: 500
}

button:focus {
	outline: none !important
}

.noData {
	font-size: 14px;
	padding: 20px 25px;
	text-align: center;
	color: #666;
	font-weight: 400
}

.error-content {
	color: #ff1500
}

.error-checkName {
	color: #ff1500
}

.success-content {
	color: #007bff
}

.promo-font-color {
	color: #00e7ff
}

.his-error-content {
	color: #ff1500 !important
}

.his-success-content {
	color: #25b00c !important
}

.small-promo-banner a {
	display: block;
	position: relative;
	width: 100%
}

.small-promo-banner button {
	position: absolute;
	color: #fff;
	font-size: 11px;
	margin: 5px;
	top: 0;
	padding: 2px 10px;
	right: 0
}

#promoWG a {
	display: block
}

#promoWG .button {
	display: block;
	width: 100%;
	margin: 0;
	background-color: #28a745
}

.width-control1024 {
	width: 80% !important
}

.afb-f-red {
	color: #ff2a2a !important
}

.afb-f-yellow {
	color: #ffe000 !important
}

.afb-f-green {
	color: #0f0 !important
}

.afb-bg-ddark-blue {
	background-color: #3b4358
}

.afb-padding-lr {
	padding-left: 5px !important;
	padding-right: 5px !important
}

.afb-padding-l {
	padding-left: 2px !important;
	padding-right: 0 !important
}

.afb-padding-r {
	padding-right: 2px !important;
	padding-left: 0 !important
}

:root {
	--iconSize: 15px
}

.container {
	max-width: 1480px
}

.afb-justify-end {
	justify-content: flex-end
}

.thead-dark {
	background-color: #000
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #2c2c2c !important
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 5px 5px
}

.table .thead-dark th {
	color: #fff;
	background-color: #000;
	border-color: #fff;
	border-top: 0
}

th.table-th-font-limit,
td.table-th-font-limit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 120px
}

th.table-th-font-limit,
td.table-th-font-limit {
	width: auto
}

.thead-dark tr {
	text-align: center
}

.margin-left-table {
	margin-left: -10px
}

.margin-right-table {
	margin-right: -10px
}

.vl {
	border-left: 5px solid #008000;
	height: 20px;
	display: inline;
	margin-right: 10px;
	margin-left: 10px
}

.afb-title-h1 {
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.afb-title-h1 span {
	color: #fff;
	text-align: right;
	float: right;
	font-size: 11px;
	font-weight: normal
}

.afb-title-h1 a:hover span {
	color: #ccfff0
}

.afb-title-h1 .h1 {
	color: #fff;
	font-size: .7em;
	display: inline-block;
	margin: 0 auto
}

.sidebar-item {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 60px
}

.inside {
	background-color: #158061;
	padding: 15px;
	margin-top: 15px;
	border-radius: 8px
}

.inside svg {
	margin-top: -2px
}

.inside .h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold
}

.inside a span:hover {
	color: #a0a0a0
}

.inside a p:hover {
	color: #a0a0a0
}

button.btn-secondary {
	padding: 0 12px;
	border: 0 solid;
	background-color: #454545;
	border-radius: 3px
}

.s006 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.s006 form {
	width: 100%;
	margin-right: -15px;
	margin-left: -15px
}

.s006 form .inner-form {
	width: 100%;
	margin-bottom: 10px
}

.s006 form .inner-form .input-field {
	width: 100%;
	position: relative
}

.s006 form .inner-form .input-field input {
	height: 100%;
	border: 0;
	background: #fff;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #666;
	border-radius: 34px
}

.s006 form .inner-form .input-field input.placeholder {
	color: #747474;
	font-size: 1em
}

.s006 form .inner-form .input-field input:-moz-placeholder {
	color: #747474;
	font-size: 1em
}

.s006 form .inner-form .input-field input::-webkit-input-placeholder {
	color: #747474;
	font-size: 1em
}

.s006 form .inner-form .input-field input:hover,
.s006 form .inner-form .input-field input:focus {
	box-shadow: none;
	outline: 0
}

.s006 form .inner-form .input-field .btn-search {
	width: 70px;
	-ms-flex-align: center;
	position: absolute;
	right: 0;
	height: 100%;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center
}

.s006 form .inner-form .input-field .btn-search svg {
	fill: #747474;
	width: 30px;
	height: 30px;
	transition: all .2s ease-out, color .2s ease-out
}

.s006 form .inner-form .input-field .btn-search:hover,
.s006 form .inner-form .input-field .btn-search:focus {
	outline: 0;
	box-shadow: none
}

.s006 form .inner-form .input-field .btn-search:hover svg,
.s006 form .inner-form .input-field .btn-search:focus svg {
	fill: #666
}

.s006 form .suggestion-wrap span {
	font-size: .9em;
	display: inline-block;
	background: rgb(62 62 62/60%);
	padding: 0 15px;
	line-height: 32px;
	color: #fff;
	border-radius: 16px;
	margin-right: 10px;
	margin-bottom: 10px
}

.s006 form .suggestion-wrap span:hover {
	background: linear-gradient(180deg, rgba(21, 128, 97, 1) 0%, rgba(6, 56, 41, 1) 100%)
}

@media screen and (max-width:767px) {
	.s006 form .inner-form .input-field {
		margin-bottom: 20px;
		height: 50px
	}

	.s006 form .inner-form .input-field input {
		padding-left: 55px;
		font-size: 16px
	}

	.s006 form .inner-form .input-field .btn-search svg {
		width: 26px;
		height: 26px
	}
}

.searchgamewidget {
	padding: 0 !important
}

.search-button {
	margin: 0 5px 5px 5px
}

.searchgameMobilewidget.show {
	top: 190px
}

.modal-content {
	border: none
}

.modal-dialog>.modal-content .h3 {
	font-size: 2em
}

.modal-dialog>.modal-content h6 {
	font-size: 1.4rem !important
}

.modal-content {
	background-color: #fff;
	margin: auto;
	padding: 0;
	border: none;
	max-width: 500px;
	border-radius: 5px
}

.modal-content.one {
	max-width: 600px
}

.modal-header {
	background: var(--cd-color-1);
	color: #fff !important
}

.modal-header button.close {
	background-color: #ff6a00;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
	color: #fff;
	font-weight: 300;
	border-top-right-radius: 5px
}

.modal-header button.close span {
	font-size: 1.5rem;
	font-weight: 500;
	position: unset
}

.seoar img {
	width: auto;
	max-width: 100%
}

.table-sticky {
	border-collapse: separate;
	border-spacing: 0;
	white-space: nowrap
}

.table-sticky thead .sticky-left {
	position: sticky;
	left: 0
}

.table-sticky tbody .sticky-left {
	position: sticky;
	left: 0;
	max-width: 50vw;
	overflow-x: auto
}

.table-sticky thead.thead-dark .sticky-left {
	background-color: #333
}

.table-sticky.table-striped tbody tr:nth-of-type(odd) th.sticky-left {
	background-color: #2c2c2c !important
}

.table-sticky.table-striped tbody tr:nth-of-type(even) th.sticky-left {
	background-color: #070707 !important
}

@media screen and (min-width:960px) {
	.table-sticky {
		border-collapse: collapse;
		white-space: normal
	}

	.table-sticky tbody .sticky-left {
		position: sticky;
		left: 0;
		max-width: 40vw;
		overflow-x: auto
	}
}

button.dropbtn-single-box {
	background-color: #7be50000;
	color: #fff;
	font-size: 12px;
	border: none;
	font-weight: 700;
	margin-top: 0;
	margin-left: 0;
	padding: 3px 6px !important
}

button.dropbtn-single-box.dropbtn-single:hover {
	background: transparent !important
}

button.dropbtn-single-box.black {
	color: #000
}

.dropdown-single {
	position: relative;
	display: inline-block;
	z-index: 999
}

.dropdown-single-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 99;
	left: auto;
	border-radius: 5px;
	font-size: 1em;
	padding: 0;
	right: 0
}

.dropdown-single-content.one:before {
	position: absolute;
	bottom: -6px;
	left: 50px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, .2);
	content: ''
}

.dropdown-single-content.one:after {
	position: absolute;
	bottom: -6px;
	left: 50px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	content: ''
}

.dropdown-single:hover .dropbtn-single {
	background-image: transparent !important;
	border-radius: 2px
}

.dropdown-single:hover .dropdown-single-content {
	display: block
}

.dropdown-single-content {
	left: auto;
	right: 0
}

.friends-dropdown {
	padding: 15px;
	text-align: center;
	color: #000
}

.friends-dropdown p {
	margin: 10px 0 0
}

.friends-dropdown p.one {
	margin: 0 auto
}

.friends-dropdown hr {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.friends-dropdown .h4 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px
}

.friends-dropdown a {
	padding: 0
}

.notif-02 {
	background-color: #f00;
	color: #fff;
	font-size: 8px;
	font-weight: 600;
	border-radius: 20px;
	width: 18px;
	height: 18px;
	padding: 4px 2px
}

.drop-up {
	top: auto;
	bottom: 100% !important;
	left: -40px;
	margin-bottom: 15px
}

.btn-group svg {
	font-size: .8em
}

.btn .notif-01 {
	background-color: #f00;
	color: #fff;
	font-size: 8px;
	font-weight: 600;
	border-radius: 20px;
	position: relative;
	left: -10px;
	width: 15px;
	height: 15px;
	padding: 3px 2px
}

.a-top-head-dropdown ul li {
	width: 350px;
	padding: 5px
}

.amount-button {
	line-height: initial;
	background-color: #f0f8ff00;
	border: none;
	color: #fff
}

.m-profile-notif {
	padding: 0;
	float: right;
	margin-top: -4px
}

@media only screen and (max-width:767px) {
	.m-dp-none {
		display: none !important
	}
}

.m-dp-none {
	display: block
}

a#dropdownMenuLink,
a#dropdownMenuLink2 {
	display: flex;
	align-items: center
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: unset
	}
}

.modal-content.one {
	background-color: #fff;
	margin: auto;
	padding: 0;
	border: none;
	width: 48% !important;
	border-radius: 5px
}

.signup-content,
.signin-content {
	display: flex;
	display: -webkit-flex
}

.signin-image {
	background-color: #000;
	border-radius: 5px 0 0 0;
	width: 40%
}

.register-form__steps-wrapper {
	position: relative
}

.register-steps {
	position: relative;
	padding: 25px
}

.register-steps:before {
	content: '';
	display: block;
	position: absolute;
	height: calc(100% - 45px);
	width: 2px;
	background: #fffaf3;
	top: 27px;
	right: 41px;
	z-index: 1
}

.register-steps__item {
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center
}

.register-steps__item--current .register-steps__item-title {
	color: #fffaf3;
	text-shadow: 0 2px 2px rgb(0 0 0/80%);
	font-weight: 700
}

.register-steps__item+.register-steps__item {
	margin-top: 20px
}

.register-steps__item-title {
	flex: 1 1 auto;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	color: #c2c2c2
}

.register-steps__item--current .register-steps__item-number {
	background: #322e2f;
	color: #fffaf3;
	box-shadow: 0 0 20px #fec882;
	border-color: #fec882
}

.register-steps__item-number {
	flex: 0 0 36px;
	height: 36px;
	width: 36px;
	font-size: 16px;
	font-weight: 700;
	background: #4e4842;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	color: #94897a;
	box-shadow: 0 0 0 #fec882;
	transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, border-color .2s ease
}

.register-steps__item-number--as-icon {
	position: relative;
	border: none;
	box-shadow: none
}

.register-steps__item-number--as-icon .icon-font {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #fec882;
	padding-left: 3px;
	position: absolute;
	top: -8px;
	left: -8px;
	height: 52px;
	width: 52px;
	background: radial-gradient(rgba(254, 200, 130, .6), #4e4842), #4e4842;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgb(41 37 38/30%)
}

img.gift-promotion-rg {
	display: block;
	-webkit-transform-origin: 50% 65%;
	transform-origin: 50% 65%;
	-webkit-animation: 3s ease 3s infinite animateGiftStep;
	animation: 3s ease 3s infinite animateGiftStep;
	filter: sepia(100%) hue-rotate(0deg) saturate(150%) !important;
	width: 70%
}

@-moz-keyframes animateGiftStep {
	0% {
		transform: rotate(10deg)
	}

	6% {
		transform: rotate(-8deg)
	}

	11% {
		transform: rotate(6deg)
	}

	15% {
		transform: rotate(-4deg)
	}

	18% {
		transform: rotate(2deg)
	}

	20% {
		transform: rotate(0)
	}
}

@-webkit-keyframes animateGiftStep {
	0% {
		transform: rotate(10deg)
	}

	6% {
		transform: rotate(-8deg)
	}

	11% {
		transform: rotate(6deg)
	}

	15% {
		transform: rotate(-4deg)
	}

	18% {
		transform: rotate(2deg)
	}

	20% {
		transform: rotate(0)
	}
}

@-o-keyframes animateGiftStep {
	0% {
		transform: rotate(10deg);
	}

	6% {
		transform: rotate(-8deg);
	}

	11% {
		transform: rotate(6deg);
	}

	15% {
		transform: rotate(-4deg);
	}

	18% {
		transform: rotate(2deg);
	}

	20% {
		transform: rotate(0);
	}
}

@keyframes animateGiftStep {
	0% {
		transform: rotate(10deg)
	}

	6% {
		transform: rotate(-8deg)
	}

	11% {
		transform: rotate(6deg)
	}

	15% {
		transform: rotate(-4deg)
	}

	18% {
		transform: rotate(2deg)
	}

	20% {
		transform: rotate(0)
	}
}

.close span {
	font-size: 2.5rem;
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: 500
}

.signin-form {
	width: 60%
}

.signin-form>div {
	padding: 10px
}

.register-p-b {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px
}

.register-p-b-back {
	padding: 0;
	font-size: 1.2em;
	text-align: left;
	display: contents;
	color: #fff
}

.fa-long-arrow-left:before {
	content: "ï…·"
}

.register-p-b-back i p {
	display: contents;
	color: #fff;
	font-weight: 500;
	font-family: 'Proxima Nova Rg';
	font-size: .9em;
	margin: 0;
	cursor: pointer
}

.register-p-b.one {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center
}

.register-p-b-next {
	padding: 10px 30px;
	margin: 0;
	text-align: center;
	font-size: 1.3em;
	width: 45%;
	float: right
}

.congra .h2 {
	color: #cd9c00
}

.congra img {
	width: 65%;
	margin: 20px
}

.congra p {
	font-size: 1em;
	text-align: center;
	line-height: 1;
	color: #fff
}

.btn-color {
	border-radius: 5px;
	color: #fff;
	background-image: linear-gradient(to right, #158061, #158061);
	cursor: pointer;
	border: none !important;
	padding: 10px;
	font-size: 1.3rem
}

.already-button {
	padding: 15px;
	background-color: #191919;
	color: #fff
}

.btn-white {
	border-radius: 50px;
	color: #2575fc;
	background-color: #fff;
	padding: 8px 40px;
	cursor: pointer;
	border: 2px solid #2575fc
}

.signin-image img.two {
	display: none
}

@media screen and (max-width:767px) {

	.signup-content,
	.signin-content {
		display: flex;
		display: -webkit-flex;
		flex-direction: column
	}

	.signin-image {
		width: 100% !important
	}

	.signin-image img.one {
		display: none
	}

	.signin-image img.two {
		display: block
	}

	.register-form__steps-wrapper {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding: 0
	}

	.register-steps {
		position: relative;
		display: flex;
		justify-content: space-between
	}

	.register-steps:before {
		height: 2px;
		width: calc(100% - 50px);
		top: 41px;
		left: 30px
	}

	.register-steps__item {
		margin-top: 0 !important
	}

	.register-steps__item-title {
		display: none
	}

	.signin-form {
		width: 90% !important;
		margin: 0 auto
	}
}

@media only screen and (max-width:415px) {
	.modal-content.one {
		width: 100% !important
	}
}

@media only screen and (max-width:1144px) {
	.modal-content.one {
		width: 60% !important
	}
}

@media only screen and (max-width:991px) {
	.modal-content.one {
		width: 70% !important
	}
}

@media only screen and (max-width:640px) {
	.modal-content.one {
		width: 90% !important
	}
}

@media only screen and (max-width:767px) {
	.signin-image {
		width: 100% !important
	}
}

@media only screen and (max-width:460px) {
	.modal-content.one {
		width: 90% !important
	}

	.modal-content {
		width: 100%
	}
}

.sl-h {
	display: none !important
}

.sl-s {
	display: inline-block
}

@media(max-width:992px) {
	.sl-h {
		display: inline-block !important
	}

	.sl-s {
		display: none
	}
}

.simple-login {
	vertical-align: middle;
	margin-right: 0
}

.simple-captcha-refresh {
	margin: 0 1px
}

.simple-login .fld {
	padding: .4rem .75rem !important;
	width: 115px;
	height: 34px;
	vertical-align: middle;
	margin: 0 1px
}

.simple-login .simple-captcha-img {
	height: 34px !important;
	width: auto;
	border-radius: 3px
}

.btn-login {
	border: none;
	padding: 7px 17px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px
}

.btn-mix-noborder {
	outline: 0;
	border-radius: 3px;
	letter-spacing: 2px;
	overflow: hidden;
	position: relative;
	padding: .5em 1em;
	text-transform: uppercase;
	transition: all 500ms ease-in-out;
	display: inline-block;
	height: 29px;
	min-width: fit-content;
	font-size: 12px
}

@media screen and (max-width:426px) {
	.HaveDLS {
		position: absolute;
		bottom: -8px
	}

	.btn-mix-noborder {
		height: auto;
		font-size: 8px
	}
}

.btn-mix-wrapper-mb {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	text-align: center
}

.btn-mix-noborder.one {
	outline: 0;
	border-radius: 50px;
	font-size: .8em;
	letter-spacing: 2px;
	overflow: hidden;
	position: relative;
	padding: .8em 2em;
	text-transform: uppercase;
	-webkit-tap-highlight-color: transparent;
	transition: all 500ms ease-in-out
}

.btn-mix-noborder::after,
.btn-mix-noborder::before {
	content: "";
	position: absolute
}

.btn-mix-noborder:hover,
.btn-mix-noborder:focus {
	background: rgba(255, 255, 255, .8)
}

.btn-mix-noborder::after {
	background: #222;
	border-radius: 3px;
	content: attr(data-text);
	color: #fff;
	padding: 0 .5em;
	left: .5em;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.btn-mix-noborder::before {
	background: transparent;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	box-shadow: 0 1em 2em 3em rgba(255, 50, 0, .5), 4em 0 2em 2em rgba(155, 50, 0, .6), -4em -2em 2em 2em rgba(255, 0, 150, .5), -4em 2em 2em 4em rgba(0, 0, 150, .5), 0 -3em 2em 3em rgba(120, 250, 0, .5), 2em -1em 2em 2em rgba(50, 10, 200, .5);
	width: 0;
	height: 0;
	animation: mix 5s linear infinite
}

@keyframes mix {
	30% {
		box-shadow: 0 -1em 2em 3em rgba(255, 0, 200, .5), 4em -1em 2em 3em rgba(255, 50, 0, .8), -4em 2em 3em 2em rgba(155, 200, 0, .5), -4em -2em 2em 2em rgba(200, 0, 150, .6), 0 3em 2em 2em rgba(20, 250, 0, .5), 2em 1em 2em 2em rgba(50, 10, 250, .5)
	}

	60% {
		box-shadow: 2em 1em 2em 3em rgba(55, 0, 200, .5), 3em 1em 2em 3em rgba(25, 150, 0, .6), 3em -2em 3em 3em rgba(155, 200, 0, .5), -4em 2em 2em 3em rgba(200, 0, 50, .6), 0 -3em 2em 3em rgba(200, 250, 0, .5), -2em 1em 2em 3em rgba(50, 210, 250, .6)
	}
}

.btn-mix-noborder::after {
	background: transparent !important;
	color: #fff !important;
	font-weight: 700
}

.btn-mix-noRadius {
	border-radius: 0 !important
}

.btn-mix-noRadius::after,
.btn-mix-noRadius::before {
	border-radius: 0 !important
}

input#searchkeyword:focus {
	color: #495057 !important
}

#dailyLuckySpinList h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #656565;
	margin: 10px 0 0 0;
	color: #fff
}

#dailyLuckySpinList h3>span {
	color: #fff
}

#spin-button>button {
	color: #fff
}

.photobox.photobox_type1.promo_preview {
	margin-bottom: .75rem
}

.photobox {
	display: inline-block
}

.photobox__previewbox {
	position: relative;
	overflow: hidden
}

.photobox__preview {
	display: block;
	max-width: 100%
}

.photobox__previewbox:before {
	content: ""
}

.photobox_type1 .photobox__previewbox:before {
	width: 0;
	height: 0;
	padding: 25%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
	transition: transform calc(var(--photoboxAnimationDuration, .2s)/2) ease calc(var(--photoboxAnimationDuration, .2s)/2);
	will-change: transform;
	transform: scale(0)
}

.photobox_type1:hover .photobox__previewbox:before {
	transform: scale(3);
	transition-duration: var(--photoboxAnimationDuration, .2s);
	transition-delay: 0s
}

.photobox_type1 .photobox__label {
	transform: translate(-200%, -50%);
	transition: transform var(--photoboxAnimationDuration, .2s) ease-out;
	will-change: transform;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center
}

.photobox_type1:hover .photobox__label {
	transition-duration: var(--photoboxAnimationDuration, .2s);
	transform: translate(0, 0)
}

.photobox {
	color: #fff;
	font-weight: 700;
	width: 33.33333%;
	--photoboxOverlay: #070707a8;
	--photoboxAnimationDuration: .5s
}

@media screen and (max-width:480px) {
	.photobox {
		width: 100%
	}

	.cd-tabs__panel p.one {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 175px;
		display: inline-block
	}
}

@media screen and (max-width:321px) {
	.cd-tabs__panel p.one {
		width: 120px
	}
}

.paging-gamelobby {
	display: inline-block;
	float: right
}

div#dls-modal {
	position: fixed;
	z-index: 999999999;
	padding-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center
}

.user-auto-promocode,
.user-auto-promocode-online {
	display: none
}

@media screen and (max-width:991px) {
	section.footer-info {
		display: none
	}
}

ol.carousel-indicators {
	bottom: -25px;
	height: 23px;
	max-width: 100%
}

button.filter-button {
	color: #fff
}

.filter-button.active,
.filter-button:hover {
	background-color: #074431 !important;
	color: #fff;
	border-color: #074431 !important
}

.table-transaction-game tbody .sticky-left {
	background: #484848
}

.table-transaction-game tbody tr:nth-child(2n+2) .sticky-left {
	background: #383838
}

.social-network a.icoLine:hover {
	background-color: #01bd02
}

.social-network a.icoLine>img {
	width: 2rem !important;
	margin: auto;
	filter: invert(30%) sepia(100%) saturate(1107%) hue-rotate(185deg) brightness(45%) contrast(53%)
}

.social-circle li a.icoLine:hover>img {
	filter: brightness(0) invert(1)
}

.social-circle img {
	color: #626c80;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s
}

.social-circle li a:hover img,
.triggeredHover {
	filter: greyscale(0);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.social-network a.icoTikTok>img {
	filter: invert(30%) sepia(100%) saturate(1107%) hue-rotate(185deg) brightness(45%) contrast(53%)
}

.social-circle li a.icoTikTok:hover>img {
	filter: brightness(0) invert(1)
}

div #accordion-tab-1 .card-body>p>a {
	color: #b18f35 !important
}

div#accordion-tab-1 .card-body>p>a:hover {
	color: #776229 !important
}

#outer-nav {
	overflow: hidden
}

@media only screen and (max-width:767px) {
	#outer-nav {
		overflow-x: scroll
	}

	#outer-nav::-webkit-scrollbar {
		width: 0;
		height: 0
	}
}

ul.nav.nav-pills-qr {
	justify-content: flex-start;
	display: flex;
	z-index: 9;
	position: relative
}

.bitStarz-main_nav {
	z-index: 16
}

.bitStarz-main_nav .main_nav-icon {
	width: 2rem
}

.bitStarz-main_nav .main_nav-title {
	font-weight: bold;
	font-size: 1rem;
	padding: .5rem 0;
	margin: 0;
	color: #fff
}

.bitStarz-main_nav .main_nav-balance_container {
	position: absolute;
	z-index: -1;
	top: 100%;
	right: 0
}

.bitStarz-main_nav .main_nav-balance {
	background-color: #161420;
	padding: .2rem .4rem
}

.bitStarz-main_nav .nav-link {
	color: #fff;
	padding: 0
}

.bitStarz-main_nav .nav-item {
	position: unset;
	text-align: center
}

.bitStarz-main_nav .nav-item .game-list {
	position: fixed;
	left: 0;
	right: 0;
	display: none;
	background-color: #03122f;
	-webkit-box-shadow: inset 0 3px 23px 0 black;
	box-shadow: inset 0 3px 23px 0 black;
	padding: 1rem 0;
	border-bottom: 7px solid #2b2740
}

.bitStarz-main_nav .nav-item .game-list-item a {
	display: block;
	margin: auto;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	padding: .5rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

.bitStarz-main_nav .nav-item.nav-sport .main_nav-icon {
	background-position-y: 0
}

.bitStarz-main_nav .nav-item.nav-sport:hover .main_nav-icon,
.bitStarz-main_nav .nav-item.nav-sport.active .main_nav-icon {
	-webkit-transition: all .3s;
	transition: all .3s
}

.bitStarz-main_nav .nav-item.nav-casino .main_nav-icon {
	background-position-y: -84px
}

.bitStarz-main_nav .nav-item.nav-casino:hover .main_nav-icon,
.bitStarz-main_nav .nav-item.nav-casino.active .main_nav-icon {
	-webkit-transition: all .3s;
	transition: all .3s
}

.bitStarz-main_nav .nav-item.nav-egame .main_nav-icon {
	background-position-y: -168px
}

.bitStarz-main_nav .nav-item.nav-egame:hover .main_nav-icon,
.bitStarz-main_nav .nav-item.nav-egame.active .main_nav-icon {
	-webkit-transition: all .3s;
	transition: all .3s
}

.bitStarz-main_nav .nav-item.nav-fishhunter .main_nav-icon {
	background-position-y: -252px
}

.bitStarz-main_nav .nav-item.nav-fishhunter:hover .main_nav-icon,
.bitStarz-main_nav .nav-item.nav-fishhunter.active .main_nav-icon {
	-webkit-transition: all .3s;
	transition: all .3s
}

.bitStarz-main_nav .nav-item.nav-lottery .main_nav-icon {
	background-position-y: -336px
}

.bitStarz-main_nav .nav-item.nav-lottery:hover .main_nav-icon,
.bitStarz-main_nav .nav-item.nav-lottery.active .main_nav-icon {
	-webkit-transition: all .3s;
	transition: all .3s
}

.bitStarz-main_nav .nav-item:hover {
	-webkit-box-shadow: inset 0 -3px 0 #ffd22f;
	box-shadow: inset 0 -3px 0 #ffd22f
}

.bitStarz-main_nav .nav-item:hover .main_nav-icon {
	-webkit-filter: sepia(100%) saturate(1000%) hue-rotate(0deg);
	filter: sepia(100%) saturate(1000%) hue-rotate(0deg)
}

.bitStarz-main_nav .nav-item:hover .main_nav-title {
	color: #ffd22f
}

.bitStarz-main_nav .nav-item:hover>.game-list {
	display: block
}

@media screen and (min-width:720px) {
	.bitStarz-main_nav .main_nav-title {
		font-size: unset
	}
}

@media screen and (min-width:960px) {
	.bitStarz-main_nav .main_nav-title {
		white-space: nowrap
	}
}

ul.sub-menu-container.mega-menu-column {
	padding: 10px
}

ul.w-100.sub-menu-container.mega-menu-column.menu-pos-invert {
	width: 100%
}

.under-m,
.under-n {
	color: #fff;
	background-color: #f00;
	padding: 5px;
	font-size: .8em;
	font-weight: 500;
	position: absolute;
	border-radius: 5px;
	right: 5px;
	top: 5px;
	z-index: 1
}

.jackpotpool .under-ml {
	color: #fff;
	background-color: #f00;
	padding: 5px;
	font-size: .8em;
	font-weight: 500;
	position: absolute;
	border-radius: 0 0 10px 0;
	top: 0;
	z-index: 1
}

.top5game .under-ml,
.page-searchgame .under-ml,
#gameLobbyList .under-ml {
	color: #fff;
	background-color: #f00;
	padding: 5px;
	font-weight: 500;
	position: absolute;
	border-radius: 0 0 10px 0;
	top: 0;
	z-index: 1
}

ul.autodeposit-note {
	color: #f00
}

ul.fastdeposit-note {
	color: #f00
}

ul.h_nav-list.nav.inside-tab {
	display: flex
}

@media(max-width:991px) {
	.deposit-withdrawal {
		display: none !important
	}
}

.checkregisterpart1 {
	color: #000
}

.top-5-game>section {
	padding: 0;
	margin: 0
}

.tmbb {
	margin: 0 3px
}

p.title.text-truncate {
	border-top: 2px solid #14795c;
	text-align: center;
	padding: 4px;
	background: #383838;
	border-radius: 0 0 5px 5px;
	color: #fff;
	margin-bottom: 0
}

.vl {
	display: none
}

img.megamenu-icon.icon-images {
	margin-right: 8px
}

@media(max-width:480px) {
	#logo .standard-logo img {
		width: 100px !important
	}

	#logo .standard-guest-logo img {
		width: 120px !important
	}
}

@media(max-width:360px) {
	#logo .standard-logo img {
		width: 70px !important
	}

	#logo .standard-guest-logo img {
		width: 90px !important
	}

	.register-p-b-next {
		width: 100%
	}

	button.close>span.text-dark.one {
		color: #fff !important
	}
}

img.reg_img {
	filter: brightness(1) !important
}

.container-mobile {
	max-width: 1480px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(max-width:376px) {
	.container-mobile {
		max-width: unset;
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto
	}
}

@media(max-width:400px) {
	.amount-button svg {
		width: 12px
	}

	.top-bar-user .top-bar-wallet {
		background: none !important
	}

	.amount-button {
		margin-top: -2px
	}
}

@media(min-width:576px) {
	#myModal .modal-dialog {
		max-width: 500px !important
	}
}

div#myModal>.modal-dialog>.modal-content {
	margin: auto;
	border: none;
	width: 100% !important;
	max-width: 100% !important
}

.game-part-2 table.bet-history th {
	background: #484848
}

#bet_history_list_data table.bet-history th {
	background: #2f2f2f;
	color: #fff
}

table-bordered th {
	color: #fff
}

img.apk-logo {
	width: 55px
}

button#apk-download-close {
	left: 5px;
	top: 30px;
	position: absolute;
	font-size: 1.25rem !important;
	color: #2f2f2f !important;
	z-index: 1
}

span.appname {
	font-size: 16px;
	line-height: .9;
	color: #808080 !important
}

small.app-small {
	color: #808080 !important
}

.btn.btn-green.downloadapk {
	background: #008000;
	color: #fff;
	padding: 7px 10px;
	width: 100%;
	font-size: 10px
}

.btn.btn-green.downloadapk:hover {
	background: #004f00
}

.col-auto.apkdownload {
	position: absolute;
	right: 0
}

span.apk-name {
	color: #fff
}

span.apk-name {
	color: #fff
}

#invite-friend .tooltip {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: .75rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s
}

#invite-friend .tooltip.show {
	opacity: 1;
	pointer-events: auto
}

#invite-friend .copied {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: .75rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s
}

#invite-friend .copied.show {
	opacity: 1;
	pointer-events: auto
}

a.button-transparent {
	background-color: transparent
}

button.button-transparent {
	background-color: transparent
}

#active-member-list .period_months .afb04 {
	color: #158061;
	background-color: #fff;
	border: 1px solid #158061
}

#active-member-list .period_months .afb01 {
	color: #fff;
	background-color: #158061;
	border: 1px solid #158061;
	padding: 8px 22px
}

#pokervModal {
	z-index: 2050 !important
}

#btn-submit-otp {
	padding: 10px;
	font-size: 1.2rem
}

.custom-max-width {
	max-width: 75% !important
}

@media screen and (max-width:768px) {
	.custom-max-width {
		max-width: 90% !important
	}

	#betHistoryModel {
		padding-right: 0 !important
	}
}

#searchGameInput input::placeholder {
	color: #fff;
	opacity: 1
}

#loginModal {
	z-index: 2050 !important
}

.unreadMSG {
	background-color: #ebf1ff
}

.games-inner.member-bank-list tbody td.status {
	text-align: left
}

.promo_preview .button.afb01 {
	background-color: #158061;
	padding: 5px 15px
}

#top-affiliate-Btn {
	margin: 0
}

#disclaimerModal table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%
}

#disclaimerModal td,
#disclaimerModal th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 8px
}

#disclaimerModal tr:nth-child(even) {
	background-color: #626262
}

div#disclaimerModal>.modal-dialog>.modal-content>.modal-body {
	flex-grow: 1;
	overflow-y: scroll;
	height: 500px;
	overflow-x: hidden
}

.modal-footer>button.btn.btn-primary.tim-btn-bg {
	background-color: #28324d;
	border-radius: .5rem;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: .375rem .75rem
}

.modal-footer>button.btn.btn-primary.tim-btn-bg:hover {
	background-color: #4d5f92
}

.modal-footer>button.btn.btn-secondary.tim-btn {
	background-color: #6a343c;
	border-radius: .5rem;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: .375rem .75rem
}

.modal-footer>button.btn.btn-secondary.tim-btn:hover {
	background-color: #a55271
}

div#disclaimerModal {
	padding: 0
}

div#disclaimerModal>.modal-dialog {
	max-width: unset
}

div#disclaimerModal>.modal-dialog>.modal-content {
	max-width: 800px
}

#disclaimerModal .table-sticky tbody .sticky-left {
	background: #626262
}

#disclaimerModal .h5.modal-title {
	margin: auto
}

#disclaimerModal .modal-content {
	max-width: 400px;
	min-height: 280px;
	width: 100%
}

#tournament-history table {
	color: #000
}

@media only screen and (max-width:320px) {
	.top-bar-user li {
		margin: 0 !important
	}
}

@media(max-width:386px) {

	.top-bar-user.my-auto.col-9 span,
	.top-bar-user.my-auto.col-9 a,
	.top-bar-user.my-auto.col-9 .TogglePanel div {
		font-size: 10px !important
	}

	.top-bar-user.my-auto.col-9 .button.button-small {
		padding: 1px 2px !important;
		background: #c29964
	}

	.top-bar-user .row {
		padding: 2px !important;
		background: #de5252 !important;
		margin-top: -2px !important;
		border-radius: 2px;
		margin-right: 0 !important
	}

	.top-bar-user .row a {
		padding-left: 4px !important;
		float: left !important;
		padding-right: 0 !important
	}

	.top-bar-user .row button {
		padding-right: 0 !important;
		float: left !important
	}

	.amount-button svg {
		margin-top: -2px
	}
}

.col-lg-12.row.px-sm-0.justify-content-center .col-8.col-md-9.text-right {
	text-align: right !important;
	padding-right: 0 !important
}

.container-mobile #HaveDLS {
	text-align: right;
	position: static;
	margin: 0;
	width: 100%;
	justify-content: flex-end;
	margin-top: -100px;
	font-size: 10px
}

#primary-menu-trigger {
	right: 12px
}

img {
	width: 100%
}

.phoneRegisterBorder {
	background: #fff;
	height: 36px !important
}

#affiliate-detail-list .font-weight-light,
#affiliate-detail-list .font-weight-light span {
	color: #fff !important
}

@media(max-width:480px) {
	#lobby-header .h3 span {
		font-size: 16px;
		font-weight: bold
	}

	#lobby-header .h3 {
		border: 0 !important
	}

	.gamelobbySearchBtn {
		border-radius: 3px
	}

	.filterGameLobbyGameNotFound {
		text-align: center;
		line-height: 24px;
		padding-bottom: 10px
	}

	.games-inner.member-bank-list.table-sticky thead .sticky-left {
		background-color: #b18f35
	}

	.wallet-top-left {
		background: #b18f35;
		border-bottom: solid 1px #b18f35
	}

	#main-affiliate .table-sticky thead .sticky-left,
	#daily-lucky-spin-history .table-sticky thead .sticky-left,
	#deposit-withdraw-history .table-sticky thead .sticky-left,
	#gamedeposit-withdraw-history .table-sticky thead .sticky-left {
		background-color: #b18f35
	}
}

.angpow-ico-btn {
	width: 40px
}

#btn_Login {
	border-radius: 5px !important
}

.registrationCaptcha {
	margin-bottom: 0 !important
}

.button-disabled {
	height: 32px;
	line-height: 18px
}

.promotion_list-info {
	height: 90px
}

.signin-content-v3 {
	padding: 10px 15px !important
}

.error-checkName,
.error_Register_password,
.error_password_length {
	line-height: 1rem !important;
	display: block
}

@media screen (max-width:767px) {
	.signin-form {
		width: 90% !important;
		margin: 0 auto;
	}

	.model-h3 {
		color: #999;
	}

	.form-group {
		margin-bottom: auto !important;
	}

	#btn_Login {
		border-radius: 5px;
	}

	.register-p-b {
		margin-top: 20px !important;
	}

	.signin-form>div {
		padding: 10px !important;
	}

	button.dropbtn-single-box {
		background-color: #7be50000;
		color: white;
		font-size: 12px;
		border: none;
		padding: 7px 10px;
		font-weight: 700;
		margin-top: 0;
		margin-left: 5px;
	}
}

#RegisterCaptcha {
	height: 35px !important
}

.category-shortcut ul li a span {
	border-radius: 3px !important;
	padding-top: 7px !important
}

.searchgamewidget .afb-padding-lr img {
	border-radius: 10px
}

.nav-pills-qr .nav-link {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.seoar .content-wrap {
	margin-top: 50px !important
}

.registrationCaptcha .captchaimage {
	width: 114px !important;
	height: 35px !important
}

#eye-icon {
	margin-top: -5px !important
}

select,
.custom-select-dd,
.selectCustom.tournament_category .select-options li {
	font-size: 12px !important
}

.select-options li {
	font-size: 12px !important
}

.games-title.one .h3 {
	font-weight: bold !important
}

.h_nav-item.nav-item.inside-tab-item a img,
.h_nav-item.nav-item.inside-tab-item a svg {
	margin-top: -5px !important
}

@media(max-width:580px) {
	.jackpot-countdown .visual {
		height: 80px
	}
}

.side-featured-game .h2 {
	margin-bottom: 15px
}

.owl-carousel .owl-nav {
	margin-top: 15px !important;
	height: 16px !important
}

#tournament-tableranking {
	margin-top: 40px
}

@media(max-width:480px) {
	.top5game.mb-4.casino777.top5game.top-5-game {
		margin-top: -10px !important
	}

	#promotions {
		margin-top: 26px !important
	}
}

.fa-caret-right {
	margin-left: 3px;
	margin-top: 4px
}

.fa-caret-left {
	margin-left: 0;
	margin-top: 4px
}

#simpleLoginBox {
	margin-top: 2px !important
}

.promotionMore {
	margin-left: 10px
}

.register-p-b .fa-long-arrow-left:before {
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 5px
}

.register-p-b .fa-long-arrow-left {
	margin-top: 10px
}

#userNameID svg {
	margin-top: -3px
}

.did-floating-label-content.userNameID svg {
	top: 5px
}

.selectCustom .select-options li:hover {
	color: #fff !important
}

.my-auto>div {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.checkregisterpart1,
.checkregisterpart2,
.checkregisterpart3 {
	padding: 20px;
	height: 300px
}

.did-floating-label-content.userNameID svg.cross {
	top: 0 !important
}

#top-bar .dropdown-menu a:hover,
.active-lang {
	background: #158061 !important;
	color: #fff !important
}

#minMaxdiv span,
#maxInfo span {
	color: #222 !important
}

.transferModal .h3,
.transferModal .h5,
.transferModal span,
.transferModal .form-group,
.transferModal .form-group label {
	color: #fff
}

hr {
	border-top: 1px solid #33333350
}

.btn-primary {
	color: #fff;
	background-color: #158061;
	border-color: #158061
}

.btn-primary:hover {
	color: #fff;
	background-color: #158061;
	border-color: #158061
}

.transferModal .card-header span {
	color: #000 !important
}

.game-overlay-DetailBottom .bottom-container .game-attribute .game-attribute-details {
	border: .5px solid #074431
}

.game-overlay-DetailBottom .bottom-container .game-attribute .game-attribute-details:after {
	border-top: 0 solid #074431;
	border-right: .5px solid #074431;
	border-bottom: .5px solid #074431;
	border-left: 0 solid #074431
}

.his-success-content {
	color: #25b00c !important
}

button.afb01 {
	border: none;
	border-radius: 2px 2px;
	padding: 5px 15px;
	color: #fff
}

button.afb02 {
	background-image: linear-gradient(to right, #fb1e1e, #f30000);
	border: none;
	border-radius: 2px 2px;
	color: #fff
}

.fld {
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	background-color: #f9f9f9;
	border-color: #d7d7d7;
	border-radius: 2px;
	padding: 0 10px;
	border: 1px solid #ddd;
	outline: none;
	color: #7d7d7d;
	font-size: 16px;
	line-height: 1
}

.my-auto>div {
	padding-left: 40px;
	padding-right: 40px
}

* {
	box-sizing: border-box
}

@media only screen and (max-width:992px) {
	article .content {
		padding-top: 25px
	}
}

@media only screen and (max-width:415px) {
	.modal-content {
		width: 100% !important
	}

	.wallet-top-left span {
		padding: 5px
	}
}

@media only screen and (max-width:376px) {

	.table td,
	.table th {
		font-size: .8em
	}
}

@media only screen and (min-width:240px) and (max-width:1111px) {
	.h_nav-item>a {
		padding-bottom: 0
	}

	.modal-content {
		width: 330px
	}

	.popup-form {
		padding: 20px 40px 25px
	}
}

.wallet-bottom-part {
	width: 100%;
	float: left
}

@media screen and (max-width:480px) {
	.form-group-choosefile input {
		font-size: .8em
	}
}

@media screen and (max-width:480px) {
	.cd-tabs__panel p.one {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 120px;
		display: inline-block
	}
}

@media screen and (max-width:767px) {
	.wallet-top-left {
		justify-content: center
	}
}

.tabcontentmd {
	color: #fff
}

.profile-notif strong {
	color: var(--color-afb-black);
	font-size: .9em
}

.login-loader-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(21, 21, 21, .24);
	z-index: 2
}

.login-loader-wrapper .loader {
	margin-left: -30px;
	-webkit-transform: none;
	transform: none
}

.loader {
	border: 5px solid #f3f3f3;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pagination>li>a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333 !important;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #616161
}

.pagination>li>a:focus,
.pagination>li>a:hover {
	z-index: 2;
	background-image: linear-gradient(to right, #0f5a43, #158061);
	border-color: #ddd;
	color: #fff !important
}

.mandatory_field {
	color: #f00
}

.required:after {
	content: " *";
	color: #f00
}

.wallet-top-left {
	width: 35%;
	float: left;
	padding: 0 10px;
	background: var(--cd-color-1);
	border-bottom: solid 1px hsl(0deg 0% 22%);
	color: #ff6a00;
	text-align: center;
	position: relative
}

.wallet-top-left:before {
	content: "";
	position: absolute;
	right: -15px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-left-color: var(--cd-color-1);
	top: 0;
	bottom: 0;
	margin: auto
}

.wallet-top-left span {
	color: #fff;
	font-weight: 400;
	font-size: .9em;
	word-break: break-word
}

.wallet-top-left span.one {
	color: #495057
}

.wallet-top-left {
	width: 40%;
	display: flex;
	align-items: center
}

.wallet-top-left span,
.wallet-top-right span {
	font-size: .9em;
	color: #fff
}

.wallet-top-right {
	width: 65%;
	float: left;
	text-align: center;
	background: #292929;
	border-bottom: solid 1px hsl(0deg 0% 22%);
	line-height: 34px
}

.game-part-2 .wallet-section {
	width: 100%
}

.game-part-2 .wallet-top-part {
	width: 100%
}

.game-part-2 .game-history-part {
	background: #201f25;
	text-align: left
}

.game-part-2 .game-history-part.one {
	background: #f8f8f8;
	border: 1px solid var(--color-user-bg)
}

.game-part-2 .wallet-top-part .game-history-part:first-child {
	width: 25%;
	padding: 5px
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(2) {
	width: 25%;
	padding: 5px;
	padding-left: 10px
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(3) {
	width: 25%;
	padding: 5px;
	padding-left: 10px
}

.game-part-2 .wallet-top-part .game-history-part:last-child {
	width: 25%;
	padding: 5px;
	padding-right: 10px
}

.game-part-2 .wallet-top-left:before {
	display: none
}

.game-part-2 {
	width: 100%
}

.game-part-2 .wallet-section {
	width: 100%
}

.game-part-section .wallet-section:last-child .wallet-top-part {
	float: right;
	width: 100%;
	overflow-x: hidden
}

.wallet-top-part {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 3px
}

.game-part-2 .wallet-top-part {
	width: 100%
}

.game-part-2 .game-history-part {
	background: #201f25;
	text-align: left
}

.game-part-2 .game-history-part.one {
	background: #f8f8f8;
	border: 1px solid var(--color-user-bg)
}

.game-part-2 .wallet-top-part .game-history-part:first-child {
	width: 30%;
	padding-left: 15px
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(2) {
	width: 25%
}

.game-part-2 .wallet-top-part .game-history-part:nth-child(3) {
	width: 20%
}

.game-part-2 .wallet-top-part .game-history-part:last-child {
	width: 25%
}

.game-part-2 .wallet-top-part {
	width: 400px;
	float: left !important
}

.game-part-2 .wallet-top-part .game-history-part:first-child {
	padding-left: 10px
}

.game-part-2 .wallet-top-part {
	width: 400px;
	float: left !important
}

.game-part-section {
	width: 100%;
	display: inline-block
}

.wallet-section {
	width: 50%;
	float: left
}

.close-popup {
	position: absolute;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 10;
	cursor: pointer;
	color: #808aa6;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	transition: opacity 1s 1s
}

.popup-wrapper {
	position: relative
}

.modal2 {
	display: none;
	position: fixed;
	z-index: 999999999;
	padding-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center
}

.cd-tabs {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

@media(min-width:48rem) {
	.cd-tabs {
		display: -ms-flexbox;
		display: flex
	}
}

.cd-tabs__item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: hsl(0deg 0% 90%);
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	line-height: 12px;
	padding: 1em .5em !important
}

.cd-tabs__item:hover {
	color: hsl(225, 31%, 23%);
	color: var(--cd-color-1);
	background-color: hsla(54, 42%, 84.55%, .3);
	background-color: hsla(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*.89), .3)
}

.cd-tabs__item .icon {
	color: inherit;
	margin-bottom: 5px !important
}

.cd-tabs__item--selected span {
	color: hsl(225, 31%, 23%);
	color: var(--cd-color-1)
}

.cd-tabs__item--selected {
	background: #294aa3 !important;
	color: #333 !important
}

.cd-tabs__item--selected:hover {
	background-color: var(--color-user-bg)
}

.cd-tabs__item--selected .icon {
	color: hsl(0deg 0% 60%)
}

.icon {
	display: inline-block;
	color: inherit;
	fill: currentColor;
	height: 1em;
	width: 1em;
	line-height: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.icon--xs {
	font-size: 16px;
	font-size: var(--icon-xs)
}

.cd-tabs {
	position: relative
}

thead.user-background {
	background: var(--cd-color-1) !important;
	color: #fff;
	font-size: .78rem
}

.form-control:disabled {
	background-color: #e0e0e0
}

.cd-tabs__list span {
	color: #fff;
	word-break: break-word
}

@media(min-width:48rem) {
	.cd-tabs {
		display: -ms-flexbox;
		display: flex
	}
}

.cd-tabs__navigation {
	background: hsl(54, 42%, 95%);
	background: var(--cd-color-1);
	--cd-color-shadow: hsla(54, 42%, 64.6%, .06);
	--cd-color-shadow: hsla(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*.68), .06);
	box-shadow: inset 0 -2px 3px hsla(54, 42%, 64.6%, .06);
	box-shadow: inset 0 -2px 3px var(--cd-color-shadow);
	border-radius: 3px 0 0 3px
}

@media(min-width:48rem) {
	.cd-tabs__navigation {
		width: 150px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		box-shadow: inset -2px 0 3px hsla(54, 42%, 64.6%, .06);
		box-shadow: inset -2px 0 3px var(--cd-color-shadow)
	}
}

.cd-tabs__list {
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

ul.cd-tabs__list {
	padding: 0;
	z-index: 9
}

.cd-tabs__list li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: var(--cd-color-1)
}

@media(min-width:48rem) {
	.cd-tabs__list {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.js .cd-tabs__item--selected {
	background-color: var(--color-user-bg);
	background-color: var(var(--color-user-bg));
	box-shadow: inset 0 2px 0 hsl(162.62deg 71.97% 36.01%);
	color: hsl(225, 31%, 23%)
}

.js .cd-tabs__item--selected:hover {
	background-color: var(--color-user-bg)
}

.js .cd-tabs__item--selected .icon {
	color: hsl(0deg 4% 38%)
}

@media(min-width:48rem) {
	.js .cd-tabs__item--selected {
		box-shadow: inset 2px 0 0 #158061
	}
}

.cd-tabs__panels {
	background: hsl(0deg 0% 92%) !important;
	background: var(--color-user-bg);
	overflow-x: auto;
	width: 100%;
	padding: 0;
	color: #000
}

.cd-tabs__panel {
	padding: 1.25em;
	padding: var(--space-md);
	--line-height-multiplier: 1.14;
	--text-vspace-multiplier: 1.25
}

.cd-tabs__panel p {
	color: hsl(225, 31%, 63.02%);
	color: hsl(var(--gray), var(--cd-color-1-s), calc(var(--cd-color-1-l)*2.74));
	margin: 5px 0;
	font-size: var(--text-sm)
}

.profile-notif time {
	margin: 5px 0;
	font-size: var(--text-sm)
}

@media(min-width:48rem) {
	.cd-tabs__panel {
		padding: 2em;
		padding: var(--space-lg)
	}
}

 .cd-tabs__panel {
	display: none;
	padding: 20px
}

.cd-tabs__panel--selected {
	display: block;
	-webkit-animation: cd-fade-in .5s;
	animation: cd-fade-in .5s;
	border-radius: 0 3px 3px 0;
	overflow: hidden
}

.inside-tab-item>a.active {
	color: var(--cd-color-1);
	border: 2px solid #1a9e78;
	background-color: #fff
}

.inside-tab-bg {
	background-color: #fff;
	padding: 10px 20px
}

.fileinput input {
	padding: 0 !important
}

.games-bg .top-games-item .col-data {
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #ec8b23;
	color: #fff
}

.top-games-item.one {
	background-color: #f8f8f8;
	line-height: 3
}

.games-bg .top-games-item .col-data.one {
	border: 1px solid var(--color-user-bg);
	color: #495057;
	padding: 5px
}

@media only screen and (max-width:670px) {
	.games-bg .top-games-item .col-data.one {
		width: 155px
	}
}

.games-title.one .h3 {
	padding: 0 !important
}

.h_nav-list>li {
	display: inline-block;
	width: auto;
	height: inherit;
	padding: 0
}

.h_nav-item>a {
	display: block;
	padding: 0 10px;
	z-index: 0;
	color: #bebebe;
	font-weight: 500;
	font-size: 12px;
	line-height: 35px;
	border-radius: 5px;
	background-color: var(--cd-color-1);
	margin-right: 5px;
	border: 2px solid var(--cd-color-1)
}

.h_nav-item>a:hover {
	color: #fff
}

.h_nav-item>a.active {
	color: #000
}

.game-part-section {
	width: 100%;
	display: inline-block
}

.card {
	border: none;
	background-color: #dadada
}

@media screen and (max-width:415px) {
	.pr-m-3 {
		padding-right: 1rem !important
	}
}

@media screen and (max-width:480px) {
	.cd-tabs__panel p.one {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 175px;
		display: inline-block
	}
}

@media screen and (max-width:321px) {
	.cd-tabs__panel p.one {
		width: 120px
	}
}

.tabcontentmd {
	color: #fff
}

.tabcontentmd .popup-header,
.tabcontentmd .popup-title {
	width: 100%;
	height: 50px;
	padding: 0;
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	color: #808aa6;
	font-size: 14px;
	font-weight: bold;
	line-height: 51px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid hsla(0, 0%, 59.2%, .3)
}

.close-popup {
	position: absolute;
	top: 16px;
	right: 22px;
	bottom: auto;
	left: auto;
	z-index: 10;
	cursor: pointer;
	color: #808aa6;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	transition: opacity 1s 1s
}

.popup-form {
	padding: 20px 30px 25px;
	float: left;
	width: 100%
}

.form-block {
	padding: 0;
	margin: 0 0 10px;
	position: relative;
	border: none;
	text-align: left
}

.popup-footer button {
	background: #158061;
	border: #158061;
	width: 100%;
	border-radius: 2px;
	padding: 8px 0;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: bold
}

.popup-footer button span {
	color: #fff
}

.btn-link i {
	color: #fff
}

.tab-content {
	box-shadow: 0 1px 5px rgba(85, 85, 85, .15)
}

.data-container>div {
	color: #000
}

.card-text:last-child {
	padding-top: 0
}

.form-group {
	text-align: left
}

.bank-list table td,
table th {
	font-size: .9em
}

#outer-nav-profile {
	overflow: hidden
}

.afb-blue-bar .flex-shrink-0 {
	height: 45px;
	display: flex;
	background: #158061;
	align-items: center
}

@media only screen and (max-width:767px) {
	#outer-nav-profile {
		overflow-x: scroll
	}

	#outer-nav-profile ::-webkit-scrollbar {
		width: 0;
		height: 0
	}

	.afb-blue-bar .flex-shrink-0 {
		height: 60px
	}
}

.toggleLeft-profile {
	background: transparent
}

.toggleRight-profile {
	background: transparent
}

.cd-tabs__panels label {
	color: #525252;
	margin-bottom: 0
}

.pagination a:hover:not(.active) {
	background-color: transparent !important
}

@media(min-width:768px) {

	.toggleRight-profile,
	.toggleLeft-profile {
		display: none
	}
}

@media screen and (max-width:767px) {

	.toggleRight-profile,
	.toggleLeft-profile {
		display: block
	}
}

ul#bar-profile {
	display: flex
}

.fa-arrow-right {
	-webkit-animation: bounceRight 2s infinite;
	animation: bounceRight 2s infinite;
	float: right;
	padding: 5px
}

.fa-arrow-left {
	-webkit-animation: bounceLeft 2s infinite;
	animation: bounceLeft 2s infinite;
	padding: 5px
}

.fa-arrow-left:hover,
.fa-arrow-right:hover {
	-webkit-animation: bounceLeft 0s infinite;
	animation: bounceLeft 0s infinite
}

.afb-blue-bar {
	background-color: #158061
}

.allowAmountNote {
	font-size: 12px;
	color: #f00;
	display: block
}

.amountNote {
	color: #f00
}

.dpt-bank-img {
	width: 110px
}

.copy-bankno img {
	vertical-align: baseline
}

.paginationjs-page.J-paginationjs-page.active {
	background-color: #333;
	color: #fff !important
}

.paginationjs-page.J-paginationjs-page.active a {
	color: #fff !important;
	background-color: transparent !important
}

.fileinput input {
	background: none;
	padding: 10px 0
}

/*! CSS Used keyframes */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes cd-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes cd-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes cd-fade-in {

	0%,
	100% {
		opacity: 0
	}

	14%,
	40% {
		opacity: 1
	}
}

@-moz-keyframes cd-fade-in {

	0%,
	100% {
		opacity: 0
	}

	14%,
	40% {
		opacity: 1
	}
}

@keyframes cd-fade-in {

	0%,
	100% {
		opacity: 0
	}

	14%,
	40% {
		opacity: 1
	}
}

@-webkit-keyframes bounceRight {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	60% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}

@-moz-keyframes bounceRight {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(0)
	}

	40% {
		transform: translateX(-30px)
	}

	60% {
		transform: translateX(-15px)
	}
}

@keyframes bounceRight {

	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	60% {
		-ms-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}

@-webkit-keyframes bounceLeft {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	60% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}
}

@-moz-keyframes bounceLeft {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(0)
	}

	40% {
		transform: translateX(30px)
	}

	60% {
		transform: translateX(15px)
	}
}

@keyframes bounceLeft {

	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	40% {
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}

	60% {
		-ms-transform: translateX(15px);
		transform: translateX(15px)
	}
}

.bank-list {
	margin-bottom: 20px
}

.game-part .h3 {
	background: #2a3040;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-content: center
}

.game-part {
	width: 100%
}

#profile-promotion-sec span {
	font-size: 13px
}

#profile-promotion-sec span button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	padding: 0 10px;
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	border: none;
	border-radius: 5px
}

#profile-Bet-History button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	padding: 0 10px;
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	border: none;
	border-radius: 5px
}

#profile-Bet-History span {
	font-size: 13px
}

.gamesHs ul li {
	color: #fff
}

.gamesHs ul {
	width: 100%;
	padding: 0;
	display: block;
	display: flex;
	overflow-x: auto
}

.gamesHs ul li {
	float: left;
	color: #000;
	padding: 10px;
	background: #e2e2e2;
	border: 1px solid #d0d0d0;
	font-size: 13px;
	font-size: .95em
}

.card-header {
	background: #363c4e;
	padding: 0
}

@media screen and (max-width:991px) {
	.promotion_Progress {
		padding-left: 8% !important;
		padding-right: 8% !important
	}

	.progress-promo {
		margin: 25px 0 !important;
		margin-right: 10px !important
	}

	.pmo-progress-wrapper {
		padding: 0
	}

	.pmo-margin-bottom {
		margin-bottom: 15px
	}
}

@media screen and (max-width:480px) {

	#snav li a:hover span img,
	#snav li span img {
		display: none
	}
}

.pmo-title {
	font-size: .89rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #98ffe1 !important;
	border-bottom: 1px solid #6b6b6b
}

.pmo-progress-wrapper {
	padding: 10px 0
}

.promotion_Progress {
	padding-left: 5%;
	padding-right: 5%
}

.pmo-progress-contant .h4 {
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: .88rem;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0
}

.progress-promo {
	width: 70px;
	height: 70px;
	line-height: 80px;
	background: none;
	box-shadow: none;
	position: relative;
	margin: 0
}

.progress-promo:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 14px solid #fff;
	position: absolute;
	top: 0;
	left: 0
}

.progress-promo>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1
}

.progress-promo .progress-promo-left {
	left: 0
}

.progress-promo .progress-promo-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 14px;
	border-style: solid;
	position: absolute;
	top: 0
}

.progress-promo .progress-promo-left .progress-promo-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left
}

.progress-promo .progress-promo-right {
	right: 0
}

.progress-promo .progress-promo-right .progress-promo-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards
}

.progress-promo .progress-promo-value {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	background: #44484b;
	font-size: 14px;
	color: #ff7804;
	font-weight: bold;
	line-height: 135px;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%
}

.progress-Pending {
	border-color: var(--color-warning)
}

.progress-Running {
	border-color: var(--color-primary)
}

.progress-Expired {
	border-color: var(--color-contrast-low)
}

.progress-Success {
	border-color: var(--color-success)
}

.progress-bar-Pending {
	background-color: var(--color-warning)
}

.progress-bar-Running {
	background-color: var(--color-primary)
}

.progress-bar-Expired {
	background-color: var(--color-contrast-low)
}

.progress-bar-Success {
	background-color: var(--color-success)
}

.progress-promo.progress-custom .progress-promo-left .progress-promo-bar {
	animation: custom-Loading-1 1.5s linear forwards 1.8s
}

.progress-promo.progress-custom-2 .progress-promo-right .progress-promo-bar {
	animation: custom-Loading-1 1.5s linear forwards 1.8s
}

.progressBar-Animation {
	animation: progressBar 3s ease-in-out;
	animation-fill-mode: both
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(144deg);
		transform: rotate(144deg)
	}
}

@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg)
	}
}

@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(126deg);
		transform: rotate(126deg)
	}
}

@keyframes custom-Loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(var(--progress1));
		transform: rotate(var(--progress1))
	}
}

@keyframes progressBar {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.game-part .accordion {
	margin-bottom: 0
}

.game-part .accordion .h4 {
	color: #fff;
	font-size: 14px
}

.game-part .accordion a {
	width: 100%;
	padding: 10px 15px;
	display: block;
	position: relative
}

.game-part .accordion a i {
	position: absolute;
	right: 15px
}

@media(max-width:767.98px) {
	.h3.details-title {
		height: 30px !important
	}
}

.h3.details-title {
	height: 45px;
	line-height: 1rem
}

#invite-friend .share-title {
	font-size: .75rem
}

.btn-underline-sharebox {
	position: relative
}

.btn-underline-sharebox:hover::after {
	position: absolute;
	display: inline-block;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to right, #158061, #158061)
}

@media only screen and (max-width:944px) {
	.gamesHs ul li {
		height: 55px
	}
}

ul.gamesHs-title li {
	background-color: #3b4358;
	border: none;
	color: #fff;
	font-weight: 600;
	height: auto
}

.gamesHs ul li {
	color: #fff
}

.gamesHs ul {
	width: 100%;
	padding: 0;
	display: block;
	display: flex;
	overflow-x: auto
}

.gamesHs ul li {
	float: left;
	color: #000;
	padding: 10px;
	background: #e2e2e2;
	border: 1px solid #d0d0d0;
	font-size: 13px;
	font-size: .95em
}

input,
textarea {
	border-radius: 3px;
	padding: 10px 15px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border: 1px solid #f3e5f5;
	font-size: 1em;
	color: #000;
	font-weight: 400
}

select {
	border-radius: 5px !important;
	padding: 5px 46px  !important;
	width: 100%;
	box-sizing: border-box;
	border: none !important;
	border: 1px solid #f3e5f5 !important;
	font-size: 1em !important;
	color: #000 !important;
	font-weight: 400
}

.input-group {
	border-radius: 5px !important
}

@media(max-width:980px) {
	.h3.details-title {
		height: 35px !important
	}
}

@media(max-width:767.98px) {
	.downline-details:nth-child(2) {
		margin-right: 0 !important
	}

	#invite-friend .copy.col-12.col-md-8.p-0 {
		margin-top: 1.5rem;
		max-width: 100% !important
	}
}

.h3.details-title {
	height: 45px
}

.affiliate .h3 {
	border-bottom: 1px solid #3e3e3e;
	color: #222
}

#invite-friend .copy {
	background: #d5d5d5
}

#invite-friend .copy.col-12.col-md-8.p-0 {
	max-width: 63%
}

#invite-friend .share-title {
	font-size: .75rem
}

.btn-underline-sharebox {
	position: relative
}

button.qrcode {
	border: none;
	background: transparent;
	cursor: pointer
}

button.qrcode:hover {
	outline: none
}

#invite-friend .copy-share {
	text-align: right;
	margin-right: 1rem
}

#invite-friend .copy-share button {
	width: 20%;
	padding: 4px;
	border-radius: 5px;
	font-size: .7rem;
	margin-right: 5px;
	transform: translateY(-20px)
}

#invite-friend .copied {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: .75rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s
}

#invite-friend .copied.show {
	opacity: 1;
	pointer-events: auto
}

#invite-friend textarea {
	height: 150px;
	text-align: justify;
	padding: 4px 8px;
	background: #7c7c7c9e;
	border: 1px solid transparent !important;
	border-radius: 0 !important
}

#invite-friend textarea:focus {
	border: 1px solid #2575fc
}

#invite-friend .social-media.row {
	margin-right: 0;
	margin-left: 0
}

#invite-friend .social-media button {
	padding: 4px;
	border-radius: 5px;
	font-size: .75rem
}

#invite-friend .social-media-share {
	color: #fff;
	font-size: .7rem;
	padding: 5px 0;
	text-align: center
}

#invite-friend .icon {
	height: auto;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

#invite-friend .icon-fb {
	background: #3a60b1
}

#invite-friend .text-fb {
	background: #3f68c0
}

#invite-friend .icon-messenger {
	background: #1d80e5
}

#invite-friend .icon-messenger img,
#invite-friend .icon-telegram img {
	width: .7rem
}

#invite-friend .text-messenger {
	background: #1f8bf8
}

#invite-friend .icon-telegram {
	background: #2998cf
}

#invite-friend .text-telegram {
	background: #2da5e1
}

#invite-friend .icon-whatsapp {
	background: #11c252
}

#invite-friend .text-whatsapp {
	background: #12d259
}

#invite-friend .icon-more {
	background: #565656;
	cursor: pointer
}

#invite-friend .text-more {
	background: #5d5d5d;
	cursor: pointer
}

#main-affiliate .h3 {
	width: 100%;
	padding: 8px 5px;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	margin: 0
}

#main-affiliate table,
#daily-lucky-spin-history table,
#deposit-withdraw-history table,
#gamedeposit-withdraw-history table {
	font-size: .95em;
	margin: 0
}

#main-affiliate thead,
#daily-lucky-spin-history thead,
#deposit-withdraw-history thead,
#gamedeposit-withdraw-history thead {
	background: #201f25;
	color: #fff
}

#main-affiliate tbody td,
#deposit-withdraw-history tbody td,
#gamedeposit-withdraw-history tbody td,
#daily-lucky-spin-history tbody td {
	background: #fff;
	color: #000
}

#main-affiliate tbody tr:nth-child(2n+2) td,
#daily-lucky-spin-history tbody tr:nth-child(2n+2) td,
#deposit-withdraw-history tbody tr:nth-child(2n+2) td,
#gamedeposit-withdraw-history tbody tr:nth-child(2n+2) td {
	background: #e2e2e2
}

#main-affiliate th,
#main-affiliate td,
#daily-lucky-spin-history th,
#daily-lucky-spin-history td,
#deposit-withdraw-history th,
#deposit-withdraw-history td,
#gamedeposit-withdraw-history th,
#gamedeposit-withdraw-history td {
	padding: 10px 7px
}

#main-affiliate .table-sticky thead .sticky-left,
#daily-lucky-spin-history .table-sticky thead .sticky-left,
#deposit-withdraw-history .table-sticky thead .sticky-left,
#gamedeposit-withdraw-history .table-sticky thead .sticky-left {
	background-color: #4f5871
}

#main-affiliate .table-sticky tbody .sticky-left,
#daily-lucky-spin-history .table-sticky tbody .sticky-left,
#deposit-withdraw-history .table-sticky tbody .sticky-left,
#gamedeposit-withdraw-history .table-sticky tbody .sticky-left {
	background: #e2e2e2
}

#main-affiliate .table-sticky tbody tr:nth-child(2n+2) .sticky-left,
#daily-lucky-spin-history .table-sticky tbody tr:nth-child(2n+2) .sticky-left,
#deposit-withdraw-history .table-sticky tbody tr:nth-child(2n+2) .sticky-left,
#gamedeposit-withdraw-history .table-sticky tbody tr:nth-child(2n+2) .sticky-left {
	background: #d2d2d2
}

#tier .table-sticky thead .sticky-left {
	background-color: #5f5c68
}

#tier .table-sticky tbody .sticky-left {
	background: #e2e2e2
}

#tier .table-sticky tbody tr:nth-child(2n+2) .sticky-left {
	background: #d2d2d2
}

@media screen and (min-width:960px) {
	.table-sticky {
		border-collapse: collapse;
		white-space: normal
	}
}

#invite-friend .h3 {
	width: 100%;
	padding: 8px 5px;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	margin: 0
}

.btn-sharebox-gray {
	background-color: #28324d;
	color: #fff !important
}

.sharebox-container {
	border-radius: 10px;
	background-color: #28324d
}

.btn-sharebox {
	background: #158061;
	color: #fff;
	width: 44px
}

.btn-sharebox:hover {
	background: #116e53;
	color: #fff;
	width: 44px
}

.btn-sharebox>.h5 {
	margin: 0
}

.btn-sharebox>img {
	padding-bottom: 4px
}

.btn-sharebox-gray>img {
	padding-bottom: 4px
}

#shareboxPopup .modal,
#shareboxQRcode .modal,
#pompayQRcode_Modal .modal {
	display: none;
	position: fixed;
	z-index: 999999999;
	padding-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center
}

#shareboxPopup .modal-content,
#shareboxQRcode .modal-content,
#pompayQRcode_Modal .modal-content {
	background-color: #fff !important;
	margin: auto;
	padding: 0;
	border: none;
	width: 360px;
	border-radius: 5px
}

#shareboxPopup .modal-header {
	background: var(--cd-color-1);
	color: #fff;
	border-bottom-color: #dee2e6 !important
}

#shareboxPopup .modal-header .h5 {
	color: #fff
}

#shareboxPopup .h5 {
	margin: auto;
	font-size: 1.25rem
}

.btn-sharebox .h5 {
	color: #fff !important;
	font-size: .95rem !important
}

button#copytext {
	border: none;
	background: transparent;
	cursor: pointer;
	padding-top: 0
}

button#copytext:hover {
	outline: none
}

button#copylink {
	border: none;
	background: transparent;
	cursor: pointer;
	padding-top: 0
}

button#copylink:hover {
	outline: none
}

#invite-friend .card-body {
	color: #000
}

button[aria-expanded=true] .fa-caret-down {
	display: none
}

button[aria-expanded=false] .fa-caret-up {
	display: none
}

.btn-tnc {
	background-color: var(--cd-color-1);
	color: #fff
}

.btn-tnc:hover {
	background-color: #626872;
	color: #fff
}

.collapse.show .card-body {
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

#tier table {
	font-size: .95em;
	margin: 0
}

#tier thead {
	background: #201f25;
	color: #fff
}

#tier tbody td {
	background: #fff;
	color: #434649
}

#tier tbody tr:nth-child(2n+2) td {
	background: #e2e2e2
}

#tier th,
#tier td {
	padding: 10px 7px
}

input#copy-link {
	padding: 5px 10px !important
}

.downline-details {
	background: #e2e2e2;
	border-radius: 0 0 4px 4px;
	padding: 15px
}

.downline-details .h3.one {
	padding: 0 !important;
	margin: 0 auto !important;
	height: 20px;
	font-weight: 500;
	color: #000
}

.downline-details .h3 {
	font-size: .85rem;
	border-bottom: 1px solid transparent;
	margin-bottom: 15px
}

#active-member-list .h3 {
	width: 100%;
	padding: 8px 5px;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	margin: 0
}

#active-member-list table {
	border-collapse: collapse;
	font-size: .95em;
	margin: 0
}

#active-member-list thead {
	background: #201f25;
	color: #fff
}

#active-member-list tbody td {
	background: #fff;
	border-bottom: 2px solid #d0d0d0;
	color: #000
}

#active-member-list tbody tr:nth-child(2n+2) td {
	background: #e2e2e2
}

#active-member-list .table-sticky thead .sticky-left {
	background-color: #4f5871
}

#active-member-list .table-sticky tbody .sticky-left {
	background: #e2e2e2
}

#active-member-list .table-sticky tbody tr:nth-child(2n+2) .sticky-left {
	background: #d2d2d2
}

#active-member-list th,
#active-member-list td {
	padding: 10px 7px
}

#DepositTabContent .table-sticky thead.user-background .sticky-left {
	background-color: #777
}

#DepositTabContent .table-sticky tbody .sticky-left {
	background-color: #fff
}

table.bet-history.table-sticky thead .sticky-left {
	background-color: #5f5c68
}

table.bet-history.table-sticky tbody .sticky-left {
	background: #e2e2e2
}

table.bet-history.table-sticky tbody tr:nth-child(2n+2) .sticky-left {
	background: #d2d2d2
}

table.bet-history.table-sticky tbody .sticky-left a {
	color: #000 !important
}

table.bet-history>thead>tr>th {
	background-color: #3b4358;
	border: none;
	color: #fff;
	font-weight: 600;
	height: auto;
	padding: 10px;
	font-size: .95em
}

table.bet-history>tbody>tr>td {
	color: #000;
	padding: 10px;
	background: #fff;
	border: 1px solid #d0d0d0;
	font-size: .95em;
	font-weight: 400
}

table.bet-history>tbody>tr:nth-child(2n+2) td {
	background: #e2e2e2
}

a#BankAccountRedirect {
	color: #007bff !important
}

a#BankAccountRedirect:hover {
	color: #004e9f !important
}

a#CryptoAccountRedirect {
	color: #007bff !important
}

button.btn.btn-sharebox-gray.rounded-pill.py-2>small {
	color: #fcfcfc
}

table.table-dls.table-bordered td,
table.table-dls.table-bordered th,
table.table-transaction.table-bordered td,
table.table-transaction.table-bordered th {
	border: 1px solid #c9c9c9;
    text-align: center;
}

.member-bank-list td.sticky-left {
	background: #f8f8f8
}

.row.fastdeposit-step1,
.row.fastdeposit-step2 {
	color: #000
}

td.deletebtn>button {
	background: #f00
}

td.deletebtn>button:hover,
td.deletebtn>button:active,
td.deletebtn>button:visited,
td.deletebtn>button:focus {
	background: #d80000
}

@media(max-width:325px) {
	.h3.details-title {
		height: 55px !important
	}
}

.games-inner.member-bank-list tbody td {
	background: #fff;
	color: #333;
	vertical-align: middle
}

.games-inner.member-bank-list tbody tr:nth-child(2n+2) td {
	background: #e2e2e2
}

.games-inner.member-bank-list th,
.games-inner.member-bank-list td {
	padding: 5px 5px
}

.games-inner.member-bank-list td,
.games-inner.member-bank-list th {
	border: 1px solid #c9c9c9
}

.games-inner.member-bank-list thead {
	background: #201f25 !important;
	color: #fff
}

.games-inner.member-bank-list.table-sticky thead .sticky-left {
	background-color: #5f5c68
}

.games-inner.member-bank-list.table-sticky tbody .sticky-left {
	background: #e2e2e2
}

.games-inner.member-bank-list.table-sticky tbody tr:nth-child(2n+2) .sticky-left {
	background: #d2d2d2
}

.games-inner.member-crypto-list tbody td {
	background: #fff;
	color: #333
}

.games-inner.member-crypto-list tbody tr:nth-child(2n+2) td {
	background: #e2e2e2
}

.games-inner.member-crypto-list th,
.games-inner.member-crypto-list td {
	padding: 5px 5px
}

.games-inner.member-crypto-list td,
.games-inner.member-crypto-list th {
	border: 1px solid #c9c9c9
}

.games-inner.member-crypto-list thead {
	background: #201f25 !important;
	color: #fff
}

.games-inner.member-crypto-list.table-sticky thead .sticky-left {
	background-color: #5f5c68
}

.games-inner.member-crypto-list.table-sticky tbody .sticky-left {
	background: #e2e2e2
}

.games-inner.member-crypto-list.table-sticky tbody tr:nth-child(2n+2) .sticky-left {
	background: #d2d2d2
}

.tab-content>.active {
	color: #333
}

.side-panel-notification {
	margin: 0;
	padding-left: 10px;
	font-size: 11px
}

.side-panel-notification li {
	list-style: decimal;
	margin-bottom: 10px
}

.side-panel-notification li:last-child {
	margin-bottom: 0
}

#crypto-deposite .alert-secondary {
	border-color: transparent;
	background-color: #f3f3f3
}

#crypto-deposit .tooltip {
	padding: 10px;
	background: #000;
	color: #fff;
	font-size: .75rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: opacity .4s
}

#copycryptoaddress {
	width: 40%
}

.side-panel-notification .h4 {
	margin-left: -10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600
}

.side-panel-notification .h4 i {
	margin-right: 8px
}

.crypto-button-group label.active:after {
	content: 'ï€Œ';
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px
}

.crypto-button-group label div {
	position: relative
}

.crypto-button-group>.btn,
.crypto-button-group>.btn-group>.btn {
	position: relative;
	padding: 8px 10px;
	width: 49.5%;
	display: inline-flex;
	align-items: center;
	justify-content: start;
	background: #f5f5f5;
	margin-bottom: 8px
}

.crypto-button-group .btn.active {
	background: #28a745;
	color: #fff
}

.crypto-button-group img {
	width: 30px;
	margin-right: 8px
}

.QR-code-crypto .crypto-info {
	padding: 8px
}

.QR-code-crypto .scanQR-crypto {
	width: 40%
}

.QR-code-crypto .crypto-info {
	width: 60%
}

.QR-code-crypto {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.QR-code-crypto span {
	color: #333;
	display: block
}

.divider {
	padding-bottom: 8px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 8px
}

.crypto-info-content small {
	color: #1553a1;
	text-transform: uppercase
}

.QR-code-crypto label {
	width: 70%;
	margin-bottom: 10px;
	word-break: break-all;
	text-transform: capitalize
}

.scanQR-crypto .btn {
	background-image: linear-gradient(to right, #6a11cb, #2575fc);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase
}

.scanQR-crypto img {
	margin-bottom: 5px;
	width: 100%
}

.scanQR-crypto div {
	border: 2px solid #ededed;
	border-radius: 6px;
	margin-bottom: 5px;
	padding: 8px
}

.crypto_qrcode img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.QR-code-crypto span.red {
	color: #f00;
	text-transform: uppercase
}

.button.afb01 {
	background-color: #2575fc;
	border: none;
	border-radius: 2px 2px;
	color: #fff
}

.hex-code-foward .form-control {
	display: block;
	position: relative
}

.hex-code-foward .button {
	position: absolute;
	right: 0;
	top: 0
}

.hex-code-foward .form-control {
	display: block;
	position: relative
}

.hex-code-foward {
	position: relative;
	width: 100%
}

.hex-code-foward img {
	vertical-align: baseline
}

.alert-transparent-border {
	background: transparent !important;
	border: 1px solid #e1e1e1 !important
}

.countdownTimer {
	margin-bottom: 12px;
	display: inline-flex;
	padding: 8px 15px;
	background: #ffc107;
	border-radius: 6px;
	flex-wrap: wrap;
	justify-content: center;
	width: 130px
}

#timer {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500
}

.crypto-history {
	padding: 0
}

.crypto-history li {
	background: #f9f9f9;
	padding: 10px 15px;
	margin-bottom: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.crypto-history li div {
	display: flex;
	align-items: center
}

.crypto-history li small {
	display: block;
	margin-top: 5px;
	font-weight: 600
}

.cryptoCurrency-amount {
	font-size: 17px;
	color: #333;
	margin-left: 8px
}

.crypto-history .h4 {
	font-size: 14px;
	margin-bottom: 5px
}

.button-gray {
	background: #b4b4b4
}

@media only screen and (max-width:1060px) {

	.crypto-button-group>.btn,
	.crypto-button-group>.btn-group>.btn {
		width: 100%
	}

	.QR-code-crypto .scanQR-crypto,
	.QR-code-crypto .crypto-info {
		width: 100%
	}

	.QR-code-crypto .crypto-info {
		padding: 0;
		margin-top: 15px
	}

	.countdownTimer {
		width: 100%
	}
}

@media only screen and (max-width:975px) {

	.crypto-button-group>.btn,
	.crypto-button-group>.btn-group>.btn {
		width: 49%
	}

	.QR-code-crypto .scanQR-crypto {
		width: 40%
	}

	.QR-code-crypto .crypto-info {
		width: 60%;
		padding: 8px;
		margin-top: 0
	}
}

@media only screen and (max-width:560px) {

	.crypto-button-group>.btn,
	.crypto-button-group>.btn-group>.btn {
		width: 100% !important
	}

	.QR-code-crypto .scanQR-crypto,
	.QR-code-crypto .crypto-info {
		width: 100%
	}

	.QR-code-crypto .crypto-info {
		padding: 0;
		margin-top: 15px
	}

	.countdownTimer {
		width: 100%
	}

	.crypto-history li {
		flex-wrap: wrap
	}

	.crypto-history li div {
		width: 100%
	}

	.crypto-history li small {
		width: 100%
	}
}

.dpt-crypto-img {
	width: 30px;
	height: 30px
}

.games-inner.member-crypto-list tbody td {
	background: #fff;
	color: #333
}

.games-inner.member-crypto-list tbody tr:nth-child(2n+2) td {
	background: #e2e2e2
}

.games-inner.member-crypto-list th,
.games-inner.member-crypto-list td {
	padding: 5px 5px
}

.games-inner.member-crypto-list td,
.games-inner.member-crypto-list th {
	border: 1px solid #c9c9c9
}

.games-inner.member-crypto-list thead {
	background: #201f25 !important;
	color: #fff
}

.games-inner.member-crypto-list.table-sticky thead .sticky-left {
	background-color: #5f5c68
}

.games-inner.member-crypto-list.table-sticky tbody .sticky-left {
	background: #e2e2e2
}

.games-inner.member-crypto-list.table-sticky tbody tr:nth-child(2n+2) .sticky-left {
	background: #d2d2d2
}

#DepositTabContent #member-deposit span {
	color: #333
}

#DepositTabContent #show-currency:first-child span {
	border-radius: 5px 0 0 5px;
	border-right: none
}

#depositDecAmount {
	border-radius: 0 5px 5px 0
}

.gh-calendar-part {
	height: unset;
	width: 100%;
	background: #eaeaea;
	padding: 5px 0
}

.gh-calendar-side {
	display: flex
}

.from-date,
.end-date {
	box-sizing: border-box;
	padding: 4px;
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	width: 50%;
	border: 2px solid transparent
}

.from-date {
	margin-right: 5px
}

.end-date {
	margin-left: 5px
}

.gh-calendar-part input {
	width: 100%;
	border: none !important;
	background: #fff !important;
	padding: 10px 0 !important
}

.from-date:focus-within,
.end-date:focus-within {
	background: #0f5a43;
	color: #fff
}

.gh-calendar-part label {
	color: #555;
	white-space: nowrap;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-top: 0
}

.from-date i.fa.fa-calendar-o,
.end-date i.fa.fa-calendar-o {
	color: #555
}

.from-date:focus-within label,
.end-date:focus-within label {
	color: #fff
}

.from-date:focus-within input,
.end-date:focus-within input {
	background: #0f5a43 !important;
	color: #fff
}

.from-date:focus-within input::placeholder,
.end-date:focus-within input::placeholder {
	color: #fff
}

.from-date:focus-within input:focus,
.end-date:focus-within input:focus {
	color: #fff !important
}

.ui-datepicker .ui-datepicker-header {
	background: #0f5a43;
	color: #fff
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: none;
	background: none
}

.ui-datepicker .ui-datepicker-prev-hover {
	top: 2px;
	left: 2px
}

.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
	right: 2px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(165deg) brightness(106%) contrast(101%)
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #0f5a43;
	background: #0f5a43;
	color: #fff
}

.from-date:focus-within i.fa.fa-calendar-o,
.end-date:focus-within i.fa.fa-calendar-o {
	color: #fff
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #0f5a43;
	background: #0f5a43;
	font-weight: normal;
	color: #fff
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #0f5a43;
	background: #0f5a43;
	font-weight: normal;
	color: #fff
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url('../images/ui-icons_444444_256x240.png') !important
}

#bet_history_list_data table td {
	display: table-cell
}

@media only screen and (max-width:375px) {
	.h3.details-title {
		height: 45px !important
	}
}

.promotion-rule-link {
	color: #999 !important;
	text-decoration: underline !important
}

#WithdrawalTabContent .input-group-append,
#DepositTabContent .input-group-append,
#WithdrawalTabContent .input-group-prepend,
#DepositTabContent .input-group-prepend {
	height: calc(1.2em + .75rem + 2px)
}

#WithdrawalTabContent .input-group-text:hover,
#DepositTabContent .input-group-text:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

#WithdrawalTabContent .input-group-text.focus,
#DepositTabContent .input-group-text.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.downline-details h6 {
	margin-bottom: 0
}

.member-crypto-list.table-sticky {
	padding: 0
}

#DepositTabContent #member-deposit span:hover {
	color: #fff !important
}

.btn-tournament:hover,
.btn-tournament.active {
	background-color: #158061;
	border: solid 1px #158061
}

.btn-tournament {
	border: solid 1px #158061;
	color: #158061
}

#tab-settings .game-main-part.mt-4 {
	margin-top: 10px !important
}

.payment-item .payment-content span {
	color: #28a745 !important
}

#shareboxQRcode .btn.btn-sm .fa.fa-times {
	color: #333 !important
}

.fastdeposit-note .fastdeposit-note-minamt span {
	color: #ccc !important
}

#DepositTabContent .input-group input {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.payment-form .currency-sign {
	margin-left: -3px;
	z-index: 1
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

:root {
	--mainTheme: #0f5a43
}

button.button.button-regular.afb01.xs {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 90%
}

dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	padding: 0
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden
}

::selection {
	background: #104939;
	color: #fff;
	text-shadow: none
}

::-moz-selection {
	background: #f6901e;
	color: #fff;
	text-shadow: none
}

::-webkit-selection {
	background: #f6901e;
	color: #fff;
	text-shadow: none
}

:active,
:focus {
	outline: none !important
}

body {
	line-height: 1.5;
	color: #fff;
	font-size: .9rem
}

a {
	text-decoration: none !important;
	color: #bffae9;
	transition: all .5s ease
}

a:hover {
	color: #25f0b5;
	transition: all .5s ease
}

iframe {
	width: 100%;
	border: 0 !important;
	overflow: hidden !important
}

#wrapper {
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media(min-width:1200px) {
	body:not(.stretched) #wrapper {
		max-width: 1200px
	}
}

@media(min-width:1440px) {
	body:not(.stretched) #wrapper {
		max-width: 1440px
	}
}

.mx-auto {
	float: none !important
}

.grayscale {
	filter: brightness(80%) grayscale(1) contrast(90%);
	-webkit-filter: brightness(80%) grayscale(1) contrast(90%);
	-moz-filter: brightness(80%) grayscale(1) contrast(90%);
	-o-filter: brightness(80%) grayscale(1) contrast(90%);
	-ms-filter: brightness(80%) grayscale(1) contrast(90%);
	transition: 1s filter ease;
	-webkit-transition: 1s -webkit-filter ease;
	-moz-transition: 1s -moz-filter ease;
	-ms-transition: 1s -ms-filter ease;
	-o-transition: 1s -o-filter ease
}

.grayscale:hover {
	filter: brightness(100%) grayscale(0);
	-webkit-filter: brightness(100%) grayscale(0);
	-moz-filter: brightness(100%) grayscale(0);
	-o-filter: brightness(100%) grayscale(0);
	-ms-filter: brightness(100%) grayscale(0)
}

.bganimate {
	-webkit-animation: BgAnimated 30s infinite linear;
	-moz-animation: BgAnimated 30s infinite linear;
	-ms-animation: BgAnimated 30s infinite linear;
	-o-animation: BgAnimated 30s infinite linear;
	animation: BgAnimated 30s infinite linear
}

@-webkit-keyframes BgAnimated {
	from {
		background-position: 0 0
	}

	to {
		background-position: 0 400px
	}
}

@-moz-keyframes BgAnimated {
	from {
		background-position: 0 0
	}

	to {
		background-position: 0 400px
	}
}

@-ms-keyframes BgAnimated {
	from {
		background-position: 0 0
	}

	to {
		background-position: 0 400px
	}
}

@-o-keyframes BgAnimated {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 0 400px;
	}
}

@keyframes BgAnimated {
	from {
		background-position: 0 0
	}

	to {
		background-position: 0 400px
	}
}

.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.vertical-middle {
	z-index: 3;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 100%;
	justify-content: center;
	flex-flow: column
}

.vertical-middle-overlay {
	position: absolute;
	top: 0;
	left: 0
}

.vertical-middle+.video-wrap {
	z-index: 2 !important
}

.magnific-max-width .mfp-content {
	max-width: 800px
}

.overflow-visible {
	overflow: visible !important
}

.bg-ts {
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease
}

.h-nobg:hover {
	background-color: transparent !important
}

.h-bg-color:hover {
	background-color: #f6901e !important
}

.h-bg-primary:hover {
	background-color: #007bff !important
}

.h-bg-secondary:hover {
	background-color: #6c757d !important
}

.h-bg-success:hover {
	background-color: #28a745 !important
}

.h-bg-info:hover {
	background-color: #17a2b8 !important
}

.h-bg-warning:hover {
	background-color: #ffc107 !important
}

.h-bg-danger:hover {
	background-color: #dc3545 !important
}

.h-bg-light:hover {
	background-color: #f8f9fa !important
}

.h-bg-dark:hover {
	background-color: #343a40 !important
}

.bg-clip {
	border: 1rem solid transparent;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	transform: translate3d(0, 0, 0)
}

.bg-clip-sm {
	border-width: .5rem
}

.bg-clip-lg {
	border-width: 2rem
}

.gradient-light-grey,
.h-gradient-light-grey:hover {
	background-image: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7) !important;
	background-image: linear-gradient(to right, #2c3e50, #bdc3c7) !important
}

.gradient-green-dark,
.h-gradient-green-dark:hover {
	background-image: -webkit-linear-gradient(to right, #99f2c8, #1f4037) !important;
	background-image: linear-gradient(to right, #99f2c8, #1f4037) !important
}

.gradient-grey-brown,
.h-gradient-grey-brown:hover {
	background-image: -webkit-linear-gradient(to right, #c06c84, #6c5b7b, #355c7d) !important;
	background-image: linear-gradient(to right, #c06c84, #6c5b7b, #355c7d) !important
}

.gradient-light-pink,
.h-gradient-light-pink:hover {
	background-image: -webkit-linear-gradient(to right, #ffdde1, #ee9ca7) !important;
	background-image: linear-gradient(to right, #ffdde1, #ee9ca7) !important
}

.gradient-blue-purple,
.h-gradient-blue-purple:hover {
	background-image: -webkit-linear-gradient(to right, #4a00e0, #8e2de2) !important;
	background-image: linear-gradient(to right, #4a00e0, #8e2de2) !important
}

.gradient-multiples,
.h-gradient-multiples:hover {
	background-image: -webkit-linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%) !important;
	background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%) !important
}

.gradient-blue-green,
.h-gradient-blue-green:hover {
	background-image: -webkit-linear-gradient(to right, #2af598 0%, #009efd 100%) !important;
	background-image: linear-gradient(to right, #2af598 0%, #009efd 100%) !important
}

.gradient-light,
.h-gradient-light:hover {
	background-image: -webkit-linear-gradient(to top, #ddd 0%, #fff 100%) !important;
	background-image: linear-gradient(to top, #ddd 0%, #fff 100%) !important
}

.gradient-grey-orange,
.h-gradient-grey-orange:hover {
	background-image: -webkit-linear-gradient(to right, #3b4371, #f3904f) !important;
	background-image: linear-gradient(to right, #3b4371, #f3904f) !important
}

.gradient-sunset,
.h-gradient-sunset:hover {
	background-image: -webkit-linear-gradient(to top, #a8edea 0%, #fed6e3 100%) !important;
	background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%) !important
}

.gradient-dark,
.h-gradient-dark:hover {
	background-image: -webkit-linear-gradient(to right, #535353, #000) !important;
	background-image: linear-gradient(to right, #535353, #000) !important
}

.gradient-lemon,
.h-gradient-lemon:hover {
	background-image: -webkit-linear-gradient(to right, #cac531, #f3f9a7) !important;
	background-image: linear-gradient(to right, #cac531, #f3f9a7) !important
}

.gradient-earth,
.h-gradient-earth:hover {
	background-image: -webkit-linear-gradient(to right, #649173, #dbd5a4) !important;
	background-image: linear-gradient(to right, #649173, #dbd5a4) !important
}

.gradient-sky,
.h-gradient-sky:hover {
	background-image: -webkit-linear-gradient(to right, #2980b9, #6dd5fa, #f5f5f5) !important;
	background-image: linear-gradient(to right, #2980b9, #6dd5fa, #f5f5f5) !important
}

.gradient-ocean,
.h-gradient-ocean:hover {
	background-image: -webkit-linear-gradient(to right, #000046, #1cb5e0) !important;
	background-image: linear-gradient(to right, #000046, #1cb5e0) !important
}

.gradient-horizon,
.h-gradient-horizon:hover {
	background-image: -webkit-linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%) !important;
	background-image: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%) !important
}

.gradient-green-blue,
.h-gradient-green-blue:hover {
	background-image: -webkit-linear-gradient(to right, #43cea2, #185a9d) !important;
	background-image: linear-gradient(to right, #43cea2, #185a9d) !important
}

.gradient-purple-blue,
.h-gradient-purple-blue:hover {
	background-image: -webkit-linear-gradient(19deg, #21d4fd 0%, #b721ff 100%) !important;
	background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%) !important
}

.gradient-text {
	text-shadow: none !important;
	-webkit-text-fill-color: transparent
}

.gradient-underline {
	background-repeat: no-repeat;
	background-size: 100% 8px;
	background-position: 0 88%
}

.border-width-0,
.h-border-width-0:hover {
	border-width: 0 !important
}

.border-width-1,
.h-border-width-1:hover {
	border-width: 1px !important
}

.border-width-2,
.h-border-width-2:hover {
	border-width: 2px !important
}

.border-width-3,
.h-border-width-3:hover {
	border-width: 3px !important
}

.border-width-4,
.h-border-width-4:hover {
	border-width: 4px !important
}

.border-width-5,
.h-border-width-5:hover {
	border-width: 5px !important
}

.border-width-6,
.h-border-width-6:hover {
	border-width: 6px !important
}

.border-dotted {
	border-style: dotted !important
}

.border-dashed {
	border-style: dashed !important
}

.border-solid {
	border-style: solid !important
}

.border-double {
	border-style: double !important
}

.h-border-primary:hover {
	border-color: #007bff !important
}

.h-border-secondary:hover {
	border-color: #6c757d !important
}

.h-border-success:hover {
	border-color: #28a745 !important
}

.h-border-info:hover {
	border-color: #17a2b8 !important
}

.h-border-warning:hover {
	border-color: #ffc107 !important
}

.h-border-danger:hover {
	border-color: #dc3545 !important
}

.h-border-light:hover {
	border-color: #f8f9fa !important
}

.h-border-dark:hover {
	border-color: #343a40 !important
}

.border-transparent,
.h-border-transparent:hover {
	border-color: transparent !important
}

.border-default,
.h-border-default:hover {
	border-color: #eee !important
}

.dark.border-default,
.dark .border-default,
.dark.h-border-default:hover .dark .h-border-default:hover {
	border-color: rgba(255, 255, 255, .15) !important
}

.border-ts {
	-webkit-transition: border .5s ease;
	transition: border .5s ease
}

.h-shadow-sm:hover {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.h-shadow:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.h-shadow-lg:hover {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.h-shadow-none:hover {
	box-shadow: none !important
}

.shadow-ts {
	-webkit-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease
}







@media(min-width:576px) {
	.m-sm-6 {
		margin: 5rem !important
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 5rem !important
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 5rem !important
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 5rem !important
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 5rem !important
	}

	.p-sm-6 {
		padding: 5rem !important
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 5rem !important
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 5rem !important
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 5rem !important
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 5rem !important
	}
}

@media(min-width:768px) {
	.m-md-6 {
		margin: 5rem !important
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 5rem !important
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right: 5rem !important
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 5rem !important
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left: 5rem !important
	}

	.p-md-6 {
		padding: 5rem !important
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 5rem !important
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 5rem !important
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 5rem !important
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 5rem !important
	}
}

@media(min-width:992px) {
	.m-lg-6 {
		margin: 5rem !important
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 5rem !important
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 5rem !important
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 5rem !important
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 5rem !important
	}

	.p-lg-6 {
		padding: 5rem !important
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 5rem !important
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 5rem !important
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 5rem !important
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 5rem !important
	}
}

@media(min-width:1200px) {
	.m-xl-6 {
		margin: 5rem !important
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 5rem !important
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 5rem !important
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 5rem !important
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 5rem !important
	}

	.p-xl-6 {
		padding: 5rem !important
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 5rem !important
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 5rem !important
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 5rem !important
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 5rem !important
	}
}

.col-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-1-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

@media(min-width:576px) {
	.col-sm-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media(min-width:768px) {
	.col-md-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media(min-width:992px) {
	.col-lg-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media(min-width:1200px) {
	.col-xl-1-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

.gutter-10 {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: -10px
}

.gutter-10>.col,
.gutter-10>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px
}

.gutter-20 {
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: -20px
}

.gutter-20>.col,
.gutter-20>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px
}

.gutter-30 {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: -30px
}

.gutter-30>.col,
.gutter-30>[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px
}

.gutter-40 {
	margin-right: -20px;
	margin-left: -20px;
	margin-bottom: -40px
}

.gutter-40>.col,
.gutter-40>[class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px
}

.gutter-50 {
	margin-right: -25px;
	margin-left: -25px;
	margin-bottom: -50px
}

.gutter-50>.col,
.gutter-50>[class*="col-"] {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 50px
}

.col-mb-30 {
	margin-bottom: -30px
}

.col-mb-30>.col,
.col-mb-30>[class*="col-"] {
	padding-bottom: 30px
}

.col-mb-50 {
	margin-bottom: -50px
}

.col-mb-50>.col,
.col-mb-50>[class*="col-"] {
	padding-bottom: 50px
}

.col-mb-80 {
	margin-bottom: -80px
}

.col-mb-80>.col,
.col-mb-80>[class*="col-"] {
	padding-bottom: 80px
}

@media(min-width:576px) {
	.gutter-sm-10 {
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: -10px
	}

	.gutter-sm-10>.col,
	.gutter-sm-10>[class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 10px
	}

	.gutter-sm-20 {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom: -20px
	}

	.gutter-sm-20>.col,
	.gutter-sm-20>[class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 20px
	}

	.gutter-sm-30 {
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: -30px
	}

	.gutter-sm-30>.col,
	.gutter-sm-30>[class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px
	}

	.gutter-sm-40 {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: -40px
	}

	.gutter-sm-40>.col,
	.gutter-sm-40>[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 40px
	}

	.gutter-sm-50 {
		margin-right: -25px;
		margin-left: -25px;
		margin-bottom: -50px
	}

	.gutter-sm-50>.col,
	.gutter-sm-50>[class*="col-"] {
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 50px
	}

	.col-mb-sm-30 {
		margin-bottom: -30px
	}

	.col-mb-sm-30>.col,
	.col-mb-sm-30>[class*="col-"] {
		padding-bottom: 30px
	}

	.col-mb-sm-50 {
		margin-bottom: -50px
	}

	.col-mb-sm-50>.col,
	.col-mb-sm-50>[class*="col-"] {
		padding-bottom: 50px
	}

	.col-mb-sm-80 {
		margin-bottom: -80px
	}

	.col-mb-sm-80>.col,
	.col-mb-sm-80>[class*="col-"] {
		padding-bottom: 80px
	}
}

@media(min-width:768px) {
	.gutter-md-10 {
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: -10px
	}

	.gutter-md-10>.col,
	.gutter-md-10>[class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 10px
	}

	.gutter-md-20 {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom: -20px
	}

	.gutter-md-20>.col,
	.gutter-md-20>[class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 20px
	}

	.gutter-md-30 {
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: -30px
	}

	.gutter-md-30>.col,
	.gutter-md-30>[class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px
	}

	.gutter-md-40 {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: -40px
	}

	.gutter-md-40>.col,
	.gutter-md-40>[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 40px
	}

	.gutter-md-50 {
		margin-right: -25px;
		margin-left: -25px;
		margin-bottom: -50px
	}

	.gutter-md-50>.col,
	.gutter-md-50>[class*="col-"] {
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 50px
	}

	.col-mb-md-30 {
		margin-bottom: -30px
	}

	.col-mb-md-30>.col,
	.col-mb-md-30>[class*="col-"] {
		padding-bottom: 30px
	}

	.col-mb-md-50 {
		margin-bottom: -50px
	}

	.col-mb-md-50>.col,
	.col-mb-md-50>[class*="col-"] {
		padding-bottom: 50px
	}

	.col-mb-md-80 {
		margin-bottom: -80px
	}

	.col-mb-md-80>.col,
	.col-mb-md-80>[class*="col-"] {
		padding-bottom: 80px
	}
}

@media(min-width:992px) {
	.gutter-lg-10 {
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: -10px
	}

	.gutter-lg-10>.col,
	.gutter-lg-10>[class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 10px
	}

	.gutter-lg-20 {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom: -20px
	}

	.gutter-lg-20>.col,
	.gutter-lg-20>[class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 20px
	}

	.gutter-lg-30 {
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: -30px
	}

	.gutter-lg-30>.col,
	.gutter-lg-30>[class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px
	}

	.gutter-lg-40 {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: -40px
	}

	.gutter-lg-40>.col,
	.gutter-lg-40>[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 40px
	}

	.gutter-lg-50 {
		margin-right: -25px;
		margin-left: -25px;
		margin-bottom: -50px
	}

	.gutter-lg-50>.col,
	.gutter-lg-50>[class*="col-"] {
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 50px
	}

	.col-mb-lg-30 {
		margin-bottom: -30px
	}

	.col-mb-lg-30>.col,
	.col-mb-lg-30>[class*="col-"] {
		padding-bottom: 30px
	}

	.col-mb-lg-50 {
		margin-bottom: -50px
	}

	.col-mb-lg-50>.col,
	.col-mb-lg-50>[class*="col-"] {
		padding-bottom: 50px
	}

	.col-mb-lg-80 {
		margin-bottom: -80px
	}

	.col-mb-lg-80>.col,
	.col-mb-lg-80>[class*="col-"] {
		padding-bottom: 80px
	}
}

@media(min-width:1200px) {
	.gutter-xl-10 {
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: -10px
	}

	.gutter-xl-10>.col,
	.gutter-xl-10>[class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 10px
	}

	.gutter-xl-20 {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom: -20px
	}

	.gutter-xl-20>.col,
	.gutter-xl-20>[class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 20px
	}

	.gutter-xl-30 {
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: -30px
	}

	.gutter-xl-30>.col,
	.gutter-xl-30>[class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px
	}

	.gutter-xl-40 {
		margin-right: -20px;
		margin-left: -20px;
		margin-bottom: -40px
	}

	.gutter-xl-40>.col,
	.gutter-xl-40>[class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 40px
	}

	.gutter-xl-50 {
		margin-right: -25px;
		margin-left: -25px;
		margin-bottom: -50px
	}

	.gutter-xl-50>.col,
	.gutter-xl-50>[class*="col-"] {
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 50px
	}

	.col-mb-xl-30 {
		margin-bottom: -30px
	}

	.col-mb-xl-30>.col,
	.col-mb-xl-30>[class*="col-"] {
		padding-bottom: 30px
	}

	.col-mb-xl-50 {
		margin-bottom: -50px
	}

	.col-mb-xl-50>.col,
	.col-mb-xl-50>[class*="col-"] {
		padding-bottom: 50px
	}

	.col-mb-xl-80 {
		margin-bottom: -80px
	}

	.col-mb-xl-80>.col,
	.col-mb-xl-80>[class*="col-"] {
		padding-bottom: 80px
	}
}

.min-vh-75 {
	min-height: 75vh !important
}

.min-vh-60 {
	min-height: 60vh !important
}

.min-vh-50 {
	min-height: 50vh !important
}

.min-vh-40 {
	min-height: 40vh !important
}

.min-vh-25 {
	min-height: 25vh !important
}

.min-vh-0 {
	min-height: 0 !important
}

.vh-75 {
	height: 75vh !important
}

.vh-60 {
	height: 60vh !important
}

.vh-50 {
	height: 50vh !important
}

.vh-40 {
	height: 40vh !important
}

.vh-25 {
	height: 25vh !important
}

.h-60 {
	height: 60% !important
}

.h-40 {
	height: 40% !important
}

.max-vh-100 {
	max-height: 100vh !important
}

.max-vh-75 {
	max-height: 75vh !important
}

.max-vh-60 {
	max-height: 60vh !important
}

.max-vh-50 {
	max-height: 50vh !important
}

.max-vh-40 {
	max-height: 40vh !important
}

.max-vh-25 {
	max-height: 25vh !important
}

.max-vh-none {
	max-height: none !important
}

@media(min-width:576px) {
	.min-vh-sm-100 {
		min-height: 100vh !important
	}

	.min-vh-sm-75 {
		min-height: 75vh !important
	}

	.min-vh-sm-60 {
		min-height: 60vh !important
	}

	.min-vh-sm-50 {
		min-height: 50vh !important
	}

	.min-vh-sm-40 {
		min-height: 40vh !important
	}

	.min-vh-sm-25 {
		min-height: 25vh !important
	}

	.min-vh-sm-0 {
		min-height: 0 !important
	}

	.vh-sm-100 {
		height: 100vh !important
	}

	.vh-sm-75 {
		height: 75vh !important
	}

	.vh-sm-60 {
		height: 60vh !important
	}

	.vh-sm-50 {
		height: 50vh !important
	}

	.vh-sm-40 {
		height: 40vh !important
	}

	.vh-sm-25 {
		height: 25vh !important
	}

	.h-sm-100 {
		height: 100% !important
	}

	.h-sm-75 {
		height: 75% !important
	}

	.h-sm-60 {
		height: 60% !important
	}

	.h-sm-50 {
		height: 50% !important
	}

	.h-sm-40 {
		height: 40% !important
	}

	.h-sm-25 {
		height: 25% !important
	}

	.h-sm-auto {
		height: auto !important
	}

	.max-vh-sm-100 {
		max-height: 100vh !important
	}

	.max-vh-sm-75 {
		max-height: 75vh !important
	}

	.max-vh-sm-60 {
		max-height: 60vh !important
	}

	.max-vh-sm-50 {
		max-height: 50vh !important
	}

	.max-vh-sm-40 {
		max-height: 40vh !important
	}

	.max-vh-sm-25 {
		max-height: 25vh !important
	}

	.max-vh-sm-none {
		max-height: none !important
	}
}

@media(min-width:768px) {
	.min-vh-md-100 {
		min-height: 100vh !important
	}

	.min-vh-md-75 {
		min-height: 75vh !important
	}

	.min-vh-md-60 {
		min-height: 60vh !important
	}

	.min-vh-md-50 {
		min-height: 50vh !important
	}

	.min-vh-md-40 {
		min-height: 40vh !important
	}

	.min-vh-md-25 {
		min-height: 25vh !important
	}

	.min-vh-md-0 {
		min-height: 0 !important
	}

	.vh-md-100 {
		height: 100vh !important
	}

	.vh-md-75 {
		height: 75vh !important
	}

	.vh-md-60 {
		height: 60vh !important
	}

	.vh-md-50 {
		height: 50vh !important
	}

	.vh-md-40 {
		height: 40vh !important
	}

	.vh-md-25 {
		height: 25vh !important
	}

	.h-md-100 {
		height: 100% !important
	}

	.h-md-75 {
		height: 75% !important
	}

	.h-md-60 {
		height: 60% !important
	}

	.h-md-50 {
		height: 50% !important
	}

	.h-md-40 {
		height: 40% !important
	}

	.h-md-25 {
		height: 25% !important
	}

	.h-md-auto {
		height: auto !important
	}

	.max-vh-md-100 {
		max-height: 100vh !important
	}

	.max-vh-md-75 {
		max-height: 75vh !important
	}

	.max-vh-md-60 {
		max-height: 60vh !important
	}

	.max-vh-md-50 {
		max-height: 50vh !important
	}

	.max-vh-md-40 {
		max-height: 40vh !important
	}

	.max-vh-md-25 {
		max-height: 25vh !important
	}

	.max-vh-md-none {
		max-height: none !important
	}
}

@media(min-width:992px) {
	.min-vh-lg-100 {
		min-height: 100vh !important
	}

	.min-vh-lg-75 {
		min-height: 75vh !important
	}

	.min-vh-lg-60 {
		min-height: 60vh !important
	}

	.min-vh-lg-50 {
		min-height: 50vh !important
	}

	.min-vh-lg-40 {
		min-height: 40vh !important
	}

	.min-vh-lg-25 {
		min-height: 25vh !important
	}

	.min-vh-lg-0 {
		min-height: 0 !important
	}

	.vh-lg-100 {
		height: 100vh !important
	}

	.vh-lg-75 {
		height: 75vh !important
	}

	.vh-lg-60 {
		height: 60vh !important
	}

	.vh-lg-50 {
		height: 50vh !important
	}

	.vh-lg-40 {
		height: 40vh !important
	}

	.vh-lg-25 {
		height: 25vh !important
	}

	.h-lg-100 {
		height: 100% !important
	}

	.h-lg-75 {
		height: 75% !important
	}

	.h-lg-60 {
		height: 60% !important
	}

	.h-lg-50 {
		height: 50% !important
	}

	.h-lg-40 {
		height: 40% !important
	}

	.h-lg-25 {
		height: 25% !important
	}

	.h-lg-auto {
		height: auto !important
	}

	.max-vh-lg-100 {
		max-height: 100vh !important
	}

	.max-vh-lg-75 {
		max-height: 75vh !important
	}

	.max-vh-lg-60 {
		max-height: 60vh !important
	}

	.max-vh-lg-50 {
		max-height: 50vh !important
	}

	.max-vh-lg-40 {
		max-height: 40vh !important
	}

	.max-vh-lg-25 {
		max-height: 25vh !important
	}

	.max-vh-lg-none {
		max-height: none !important
	}
}

@media(min-width:1200px) {
	.min-vh-xl-100 {
		min-height: 100vh !important
	}

	.min-vh-xl-75 {
		min-height: 75vh !important
	}

	.min-vh-xl-60 {
		min-height: 60vh !important
	}

	.min-vh-xl-50 {
		min-height: 50vh !important
	}

	.min-vh-xl-40 {
		min-height: 40vh !important
	}

	.min-vh-xl-25 {
		min-height: 25vh !important
	}

	.min-vh-xl-0 {
		min-height: 0 !important
	}

	.vh-xl-100 {
		height: 100vh !important
	}

	.vh-xl-75 {
		height: 75vh !important
	}

	.vh-xl-60 {
		height: 60vh !important
	}

	.vh-xl-50 {
		height: 50vh !important
	}

	.vh-xl-40 {
		height: 40vh !important
	}

	.vh-xl-25 {
		height: 25vh !important
	}

	.h-xl-100 {
		height: 100% !important
	}

	.h-xl-75 {
		height: 75% !important
	}

	.h-xl-60 {
		height: 60% !important
	}

	.h-xl-50 {
		height: 50% !important
	}

	.h-xl-40 {
		height: 40% !important
	}

	.h-xl-25 {
		height: 25% !important
	}

	.h-xl-auto {
		height: auto !important
	}

	.max-vh-xl-100 {
		max-height: 100vh !important
	}

	.max-vh-xl-75 {
		max-height: 75vh !important
	}

	.max-vh-xl-60 {
		max-height: 60vh !important
	}

	.max-vh-xl-50 {
		max-height: 50vh !important
	}

	.max-vh-xl-40 {
		max-height: 40vh !important
	}

	.max-vh-xl-25 {
		max-height: 25vh !important
	}

	.max-vh-xl-none {
		max-height: none !important
	}
}

@media(min-width:576px) {
	.position-sm-static {
		position: static !important
	}

	.position-sm-relative {
		position: relative !important
	}

	.position-sm-absolute {
		position: absolute !important
	}

	.position-sm-fixed {
		position: fixed !important
	}

	.position-sm-sticky {
		position: -webkit-sticky !important;
		position: sticky !important
	}
}

@media(min-width:768px) {
	.position-md-static {
		position: static !important
	}

	.position-md-relative {
		position: relative !important
	}

	.position-md-absolute {
		position: absolute !important
	}

	.position-md-fixed {
		position: fixed !important
	}

	.position-md-sticky {
		position: -webkit-sticky !important;
		position: sticky !important
	}
}

@media(min-width:992px) {
	.position-lg-static {
		position: static !important
	}

	.position-lg-relative {
		position: relative !important
	}

	.position-lg-absolute {
		position: absolute !important
	}

	.position-lg-fixed {
		position: fixed !important
	}

	.position-lg-sticky {
		position: -webkit-sticky !important;
		position: sticky !important
	}
}

@media(min-width:1200px) {
	.position-xl-static {
		position: static !important
	}

	.position-xl-relative {
		position: relative !important
	}

	.position-xl-absolute {
		position: absolute !important
	}

	.position-xl-fixed {
		position: fixed !important
	}

	.position-xl-sticky {
		position: -webkit-sticky !important;
		position: sticky !important
	}
}

.lazy {
	opacity: 1
}

.lazy:not(.initial) {
	transition: opacity 1s
}

.lazy.initial,
.lazy.lazy-loaded,
.lazy.lazy-error {
	opacity: 1
}

img.lazy {
	max-width: 100%;
	height: auto
}

img.lazy:not([src]) {
	visibility: hidden
}

.lazytest {
	opacity: 1;
	transition: opacity 1s ease-out
}

.lazytest[data-src] {
	opacity: 0
}

.section {
	position: relative;
	width: 100%;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #f9f9f9;
	overflow: hidden
}

.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	will-change: transform
}

.mobile-parallax,
.video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center !important
}

.section .container {
	z-index: 2
}

.section .container+.video-wrap {
	z-index: 1
}

.revealer-image {
	position: relative;
	bottom: -100px;
	transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out
}

.section:hover .revealer-image {
	bottom: -50px
}

.postcontent,
.sidebar {
	position: relative
}

.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide>a,
.fslider .slide>img,
.fslider .slide>a>img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden
}

.fslider.h-100 .flexslider,
.fslider.h-100 .slider-wrap,
.fslider.h-100 .slide {
	height: 100% !important
}

.fslider {
	min-height: 32px
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
	border: none
}

.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none
}

.flexslider {
	position: relative;
	margin: 0;
	padding: 0
}

.flexslider .slider-wrap>.slide {
	display: none
}

.flexslider .slider-wrap img {
	width: 100%;
	display: block
}

.flex-pauseplay span {
	text-transform: capitalize
}

.slider-wrap::after {
	content: "\20";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .slider-wrap {
	display: block
}

* html .slider-wrap {
	height: 1%
}

.no-js .slider-wrap>.slide:first-child {
	display: block
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.m-dp-block {
	display: none !important
}

.large-display {
	display: block !important
}

.nav_bottom-container {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999
}

@media(min-width:767px) {
	.nav_bottom-container {
		position: fixed
	}
}

.nav-bottom {
	--size: 5rem;
	--backgroundColor: #0f5a43;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.nav-bottom .nav-link {
	text-align: center;
	color: #fff;
	background-color: var(--backgroundColor);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	overflow: hidden
}

.nav-bottom .nav-link .megamenu-icon {
	display: inline-block;
	width: calc(var(--size)*.25);
	height: calc(var(--size)*.25);
	margin: 0
}

.nav-bottom .nav-link .text {
	display: block;
	font-size: 12px;
	color: #fff;
	transform: scale(.8);
	white-space: nowrap
}

.nav-bottom .nav-link:hover,
.nav-bottom .nav-link.active {
	filter: brightness(.9)
}

.nav-bottom .nav-bottom-home {
	position: relative;
	bottom: calc(100% - (var(--size)/4));
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--size);
	height: var(--size);
	overflow: visible
}

.nav-bottom .nav-bottom-home::before {
	position: absolute;
	display: inline-block;
	content: '';
	width: calc(var(--size) + 2px);
	height: var(--size);
	bottom: 0;
	border-radius: 50%;
	z-index: -1;
	clip-path: polygon(0% 50%, 100% 50%, 100% 200%, 0% 200%);
	box-shadow: 0 0 0 4rem var(--backgroundColor)
}

@media(max-width:376px) {
	.nav-bottom .nav-bottom-home {
		flex-grow: 1.1
	}
}

@media(max-width:361px) {
	.nav-bottom .nav-bottom-home {
		flex-grow: 1.18
	}
}

.nav-bottom .nav-bottom-home::after {
	position: absolute;
	display: inline-block;
	content: '';
	width: calc(var(--size) - 1rem);
	height: calc(var(--size) - 1rem);
	background-color: var(--backgroundColor);
	border-radius: 50%;
	z-index: -1;
	filter: brightness(1.1)
}

.nav-bottom .nav-bottom-home .megamenu-icon {
	width: calc(var(--size)*.28);
	height: calc(var(--size)*.28)
}

.nav-bottom .nav-bottom-home:hover,
.nav-bottom .nav-bottom-home.active {
	filter: brightness(1)
}

.nav-bottom .nav-bottom-home:hover::after,
.nav-bottom .nav-bottom-home.active::after {
	filter: brightness(.9)
}

.nav-bottom .nav-bottom-home .nav-center-bg-right,
.nav-bottom .nav-bottom-home .nav-center-bg-left {
	width: calc(((100vw/5) - (var(--size) - 1px))/2);
	height: 60px;
	position: absolute;
	background-color: var(--backgroundColor);
	bottom: -20px
}

.nav-bottom .nav-bottom-home .nav-center-bg-left {
	left: -1px
}

.nav-bottom .nav-bottom-home .nav-center-bg-right {
	right: -1px
}

#top-bar {
	position: relative;
	font-size: 13px;
	background-color: #074431;
	height: 35px !important;
	display: flex;
	align-items: center
}

#top-bar a {
	color: #fff;
	font-size: 15px
}

#top-bar .dropdown-menu a {
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7
}

#top-bar .dropdown-menu a:last-child {
	border-bottom: none
}

.top-links {
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border-bottom: 1px solid #eee
}

@media(min-width:768px) {
	.top-links {
		border-bottom: 0
	}
}

.top-links-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin-bottom: 0
}

.top-links-item {
	position: relative;
	border-left: 1px solid #eee
}

.top-links-item:first-child,
.top-links-sub-menu .top-links-item {
	border-left: 0 !important
}

.top-links-item>a {
	display: block;
	padding: 10px 12px;
	font-size: .75rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #666
}

.top-links-item>a>i {
	vertical-align: top
}

.top-links-item>a>i.icon-angle-down {
	margin: 0 0 0 5px !important
}

.top-links-item>a>i:first-child {
	margin-right: 3px
}

.top-links-item.full-icon>a>i {
	top: 2px;
	font-size: .875rem;
	margin: 0
}

.top-links-item:hover {
	background-color: #eee
}

.top-links-sub-menu,
.top-links-section {
	position: absolute;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	list-style: none;
	z-index: -1;
	line-height: 1.5;
	background: #fff;
	border: 0;
	top: 100%;
	left: -1px;
	width: 140px;
	margin-top: 10px;
	border: 1px solid #eee;
	border-top-color: #f6901e;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
	transition: opacity .25s ease, margin .2s ease
}

.top-links:not(.on-click) .top-links-item:hover>.top-links-sub-menu,
.top-links:not(.on-click) .top-links-item:hover>.top-links-section,
.top-links.on-click .top-links-sub-menu,
.top-links.on-click .top-links-section {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	pointer-events: auto;
	z-index: 499
}

.top-links.on-click .top-links-sub-menu,
.top-links.on-click .top-links-section {
	display: none
}

.top-links-sub-menu .top-links-sub-menu {
	top: -1px;
	left: 100%
}

.top-links-sub-menu .top-links-item:not(:first-child) {
	border-top: 1px solid #f5f5f5
}

.top-links-sub-menu .top-links-item:hover {
	background-color: #f9f9f9
}

.top-links-sub-menu .top-links-item>a {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: .6875rem
}

.top-links-sub-menu .top-links-item>a>img {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px
}

.top-links-sub-menu.top-demo-lang .top-links-item>a>img {
	top: 4px;
	width: 16px;
	height: 16px
}

.top-links-sub-menu .top-links-item>a>i.icon-angle-down {
	margin: 0 !important;
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	transform: translateY(-50%) rotate(-90deg)
}

.top-links-section {
	padding: 25px;
	left: 0;
	width: 280px
}

.top-links-section.menu-pos-invert {
	left: auto;
	right: 0
}

#header {
	position: relative;
	background-color: transparent
}

#header-wrap {
	position: relative;
	background-color: #158061;
	width: 100%
}

.header-wrap-clone {
	display: none
}

.header-row {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.amount-button {
	padding: 0
}

@media(min-width:992px) {
	#header-wrap {
		height: auto;
		z-index: 299;
		transition: height .2s ease 0s, background-color .3s ease 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: left, top, transform
	}

	.header-row {
		position: initial
	}

	#logo img {
		-webkit-transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
		transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
		max-height: 100%
	}

	.sub-menu-container,
	.mega-menu-content {
		-webkit-transition: top .4s ease;
		transition: top .4s ease
	}

	.sticky-header #header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #0f5a43;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1)
	}

	.sticky-header.full-header #header-wrap {
		border-bottom: 1px solid #eee
	}

	.sticky-header.semi-transparent {
		background-color: transparent
	}

	.semi-transparent.sticky-header #header-wrap {
		background-color: rgba(255, 255, 255, .8)
	}

	.sticky-header .style-3 .menu-container>.menu-item>.menu-link {
		margin: 0;
		border-radius: 0
	}

	.sticky-header .style-4 .menu-container>.menu-item>.menu-link {
		padding-top: 8px;
		padding-bottom: 8px;
		margin: 10px 0
	}

	.sticky-header-shrink .style-5 .menu-container>.menu-item {
		margin-left: 2px
	}

	.sticky-header-shrink .style-5 .menu-container>.menu-item:first-child {
		margin-left: 0
	}

	.sticky-header-shrink .style-5 .menu-container>.menu-item>.menu-link {
		line-height: 22px;
		padding-top: 19px;
		padding-bottom: 19px
	}

	.sticky-header-shrink .style-5 .menu-container>.menu-item>.menu-link>div {
		padding: 0
	}

	.sticky-header-shrink .style-5 .menu-container>.menu-item>.menu-link i:not(.icon-angle-down) {
		display: inline-block;
		width: 16px;
		top: -1px;
		margin: 0 6px 0 0;
		font-size: .875rem;
		line-height: 22px
	}
}

@media(max-width:680px) {
	.news-block a {
		display: block !important
	}

	.news-block a img {
		margin: 0 0 15px 0 !important;
		width: 100% !important
	}

	.top-bar-user .top-bar-wallet {
		margin-top: 5px
	}
}

@media(max-width:991.98px) {
	.table-transaction-game {
		display: block
	}

	.news-date-selection {
		display: none !important
	}

	.sticky-header #header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 299;
		background-color: #fff;
		border-bottom: 1px solid #eee
	}

	.sticky-header .header-wrap-clone {
		display: block
	}

	.sticky-header .menu-container {
		max-height: 60vh;
		margin: 1rem 0;
		overflow-x: hidden;
		overflow-y: scroll
	}

	body:not(.primary-menu-open) .dark.transparent-header-responsive,
	body:not(.primary-menu-open) .transparent-header-responsive {
		background-color: transparent;
		border: none
	}

	body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive {
		background-color: rgba(255, 255, 255, .8);
		z-index: 1
	}
}

#logo {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	max-height: 100%
}

#logo a {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 36px
}

#logo img {
	display: block;
	width: 250px;
	height: auto !important
}

.header-size-sm #header-wrap #logo img {
	height: 60px
}

.header-size-md #header-wrap #logo img {
	height: 80px
}

.header-size-lg #header-wrap #logo img {
	height: 120px
}

@media(min-width:992px) {
	.full-header #logo {
		padding-right: 30px
	}

	#header.transparent-header.full-header #logo {
		border-right-color: rgba(0, 0, 0, .1)
	}

	.sticky-header-shrink #header-wrap #logo img {
		height: 60px
	}
}

.primary-menu {
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	white-space: nowrap;
	overflow-x: auto
}

.primary-menu+.primary-menu {
	border-top: 1px solid #eee
}

#primary-menu-trigger,
#page-menu-trigger {
	display: -ms-flex;
	display: flex;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	cursor: pointer;
	font-size: .875rem;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

body:not(.top-search-open) .top-search-parent #primary-menu-trigger {
	opacity: 1;
	-webkit-transition: opacity .2s .2s ease, top .4s ease;
	-o-transition: opacity .2s .2s ease, top .4s ease;
	transition: opacity .2s .2s ease, top .4s ease
}

.top-search-open .top-search-parent #primary-menu-trigger {
	opacity: 0
}

.menu-container {
	list-style: none;
	margin: 0;
	width: 100%
}

@media(min-width:1480px) {

	.btn-right,
	.btn-left {
		display: none
	}

	.menu-container {
		position: inherit
	}
}

.menu-item {
	position: relative
}

.menu-item:not(:first-child) {
	border-top: 1px solid #0a4a36
}

.menu-link {
	display: block;
	line-height: 0;
	padding: 8px;
	color: #fff;
	font-size: .9rem;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif
}

.menu-link i {
	position: relative;
	top: -1px;
	font-size: .875rem;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top
}

img.megamenu-icon {
	width: 20px;
	height: 20px;
	display: inline-block
}

.menu-item:hover>.menu-link,
.menu-item.current>.menu-link {
	color: #c8ff44
}

.menu-item.sub-menu>.menu-link>div {
	align-items: center
}

.user-dropdown-menu img {
	filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(156deg) brightness(102%) contrast(100%);
	width: 20px;
	display: none
}

.menu-item.sub-menu>.menu-link>div>img {
	margin-right: 8px
}

.sub-menu-container,
.mega-menu-content {
	position: relative;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 0;
	display: none
}

.sub-menu-container .menu-item:not(:first-child) {
	border-top: 1px solid #eee
}

.sub-menu-container .menu-item>.menu-link {
	position: relative;
	padding: 11px 5px;
	font-size: .75rem;
	font-weight: 400;
	color: #666;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif
}

.sub-menu-container .menu-item:hover>.menu-link {
	font-weight: 700
}

.sub-menu-container .menu-link div {
	position: relative
}

.menu-item .sub-menu-trigger {
	display: block;
	position: absolute;
	cursor: pointer;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	top: 9px;
	right: 0;
	color: #fff;
	width: 100%;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	-o-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	transition: height .4s ease, opacity .3s ease, margin-top .4s ease
}

.menu-item .fa-chevron-right:before {
	position: absolute;
	top: 0;
	right: 15px
}

.menu-item .fa-chevron-right-rotate:before {
	transform: rotate(90deg)
}

.sub-menu-container .sub-menu-trigger {
	font-size: 10px
}

.sub-menu-container .menu-item .sub-menu-trigger {
	top: 6px
}

.mega-menu:not(.mega-menu-full) .mega-menu-content .container {
	max-width: none
}

.mega-menu-content {
	padding-left: 0
}

@media(max-width:991.98px) {
	.primary-menu {
		max-width: 100%
	}

	.primary-menu>.container {
		max-width: none;
		padding: 0
	}

	.mega-menu-content .sub-menu-container {
		border-top: 1px solid #eee
	}

	.mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		display: block !important
	}

	.mega-menu-content .mega-menu-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0
	}

	.mega-menu-column .widget {
		padding: 30px 0
	}
}

.mega-menu-content .mega-menu-column:first-child {
	border-top: 0
}

@media(max-width:991.98px) {
	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
		position: fixed;
		display: block;
		z-index: 499;
		width: 280px;
		height: 100%;
		height: calc(100vh);
		max-height: none !important;
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important;
		padding: 35px 25px 60px !important;
		background-color: #fff;
		border-right: 1px solid #eee !important;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate(-280px, 0);
		-o-transform: translate(-280px, 0);
		transform: translate(-280px, 0);
		transform-style: preserve-3d
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container {
		left: auto !important;
		right: 0;
		border-right: 0 !important;
		border-left: 1px solid #eee !important;
		-webkit-transform: translate(280px, 0);
		-o-transform: translate(280px, 0);
		transform: translate(280px, 0)
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
		-webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
		-o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
		transition: transform .3s ease-in-out, opacity .2s ease !important
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.menu-container {
	position: relative
}

@media(max-width:992px) {
	.nav {
		display: contents
	}

	.btn-right,
	.btn-left {
		display: none
	}

	.menu-container {
		position: inherit;
		display: none
	}
}

@media(min-width:992px) {
	.universal_hamburger_menu {
		display: none
	}

	.primary-menu {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.primary-menu+.primary-menu {
		border-top: 0
	}

	#primary-menu-trigger,
	#page-menu-trigger {
		display: none;
		opacity: 0;
		pointer-events: none;
		z-index: 0
	}

	.menu-container:not(.mobile-primary-menu) {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}

	.full-header .primary-menu .menu-container {
		padding-right: .5rem;
		margin-right: .5rem
	}

	.transparent-header.full-header .primary-menu .menu-container {
		border-right-color: rgba(0, 0, 0, .1)
	}

	.mega-menu {
		position: inherit
	}

	.menu-item:not(:first-child) {
		border-top: 0
	}

	.menu-item.menu-item-important .menu-link>div::after {
		content: '';
		display: inline-block;
		position: relative;
		top: -5px;
		left: 5px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #dc3545
	}

	.menu-link {
		-webkit-transition: margin .4s ease, padding .4s ease;
		-o-transition: margin .4s ease, padding .4s ease;
		transition: margin .4s ease, padding .4s ease
	}

	.header-size-sm .menu-container>.menu-item>.menu-link {
		padding-top: 19px;
		padding-bottom: 19px
	}

	.header-size-md .menu-container>.menu-item>.menu-link {
		padding-top: 29px;
		padding-bottom: 29px
	}

	.header-size-lg .menu-container>.menu-item>.menu-link {
		padding-top: 49px;
		padding-bottom: 49px
	}

	.sticky-header-shrink .menu-container>.menu-item>.menu-link {
		padding-top: 19px;
		padding-bottom: 19px
	}

	.with-arrows .menu-container>.menu-item>.menu-link div>i.icon-angle-down {
		display: inline-block
	}

	.sub-menu-container,
	.mega-menu-content {
		visibility: hidden;
		width: 100%;
		background-color: #000;
		z-index: 399;
		top: 100%;
		left: 0;
		padding: 0;
		position: fixed
	}

	.menu-container>.menu-item:not(.mega-menu) .sub-menu-container {
		padding: 10px
	}

	.primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container,
	.primary-menu:not(.on-click) .mega-menu-content {
		display: block;
		opacity: 0;
		margin-top: 15px;
		z-index: -9999;
		pointer-events: none;
		transition: opacity .3s ease, margin .25s ease
	}

	.primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		margin-top: 0;
		z-index: auto
	}

	.primary-menu:not(.on-click) .menu-item.mega-menu:hover>.mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		pointer-events: auto
	}

	.primary-menu:not(.on-click) .menu-item:hover>.sub-menu-container,
	.primary-menu:not(.on-click) .menu-item:hover>.mega-menu-content {
		opacity: 1;
		visibility: visible;
		margin-top: 0;
		z-index: 399;
		pointer-events: auto;
		border-bottom: 6px solid #158061
	}

	.primary-menu:not(.on-click) .menu-item:not(:hover)>.sub-menu-container>*,
	.primary-menu:not(.on-click) .menu-item:not(:hover)>.mega-menu-content>* {
		display: none
	}

	.primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown)>* {
		display: block
	}

	.sub-menu-container .sub-menu-container {
		list-style: none;
		top: -2px !important;
		left: 100%
	}

	.sub-menu-container.menu-pos-invert,
	.mega-menu-content.menu-pos-invert {
		left: auto;
		right: 0
	}

	.sub-menu-container .sub-menu-container.menu-pos-invert {
		right: 100%
	}

	.sub-menu-container .menu-item:not(:first-child) {
		border-top: 0
	}

	.sub-menu-container .menu-item>.menu-link {
		padding: 10px 15px;
		font-weight: 700;
		border: 0;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.sub-menu-container .menu-item>.menu-link i {
		vertical-align: middle
	}

	.sub-menu-container .menu-item:hover>.menu-link {
		background-color: #f9f9f9;
		padding-left: 18px;
		color: #f6901e
	}

	.menu-link div>i.icon-angle-down {
		top: 0;
		font-size: .875rem;
		margin: 0 0 0 5px
	}

	.sub-menu-container .menu-link div>i.icon-angle-down,
	.side-header .primary-menu:not(.on-click) .menu-link i.icon-angle-down {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		font-size: .875rem;
		line-height: 1;
		margin: 0;
		transform: translateY(-50%) rotate(-90deg)
	}

	.menu-item .sub-menu-trigger,
	.side-header .on-click .sub-menu-container .menu-link i.icon-angle-down:last-child {
		display: none
	}

	.mega-menu:not(.mega-menu-full) .mega-menu-content .container {
		max-width: none;
		padding: 0 15px !important;
		margin: 0 auto !important
	}

	.mega-menu-content {
		margin: 0;
		width: 100%;
		max-width: none;
		left: 50%;
		transform: translateX(-50%)
	}

	.mega-menu-full .mega-menu-content {
		width: 100%;
		left: 0;
		transform: none
	}

	.mega-menu-small {
		position: relative
	}

	.mega-menu-small .mega-menu-content {
		left: 0;
		width: 400px;
		transform: none
	}

	.floating-header:not(.sticky-header) .mega-menu .mega-menu-content {
		max-width: 100%
	}

	.sub-menu-container .mega-menu {
		position: relative
	}

	.sub-menu-container .mega-menu-small .mega-menu-content {
		top: 0;
		left: 100%
	}

	.sub-menu-container .mega-menu-small .mega-menu-content.menu-pos-invert {
		left: auto;
		right: 100%
	}

	.mega-menu-content.mega-menu-style-2 {
		padding: 0 10px
	}

	.mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		position: relative;
		display: block !important;
		visibility: visible !important;
		top: 0 !important;
		left: 0;
		width: 99%;
		min-width: inherit;
		height: auto !important;
		list-style: none;
		border: 0;
		box-shadow: none;
		background-color: transparent;
		opacity: 1 !important;
		z-index: auto
	}

	.mega-menu-content .sub-menu-container.mega-menu-dropdown {
		padding: .75rem
	}

	.mega-menu-column {
		display: block !important;
		padding-left: 0;
		padding-right: 0
	}

	.sub-menu-container.mega-menu-column:not(:first-child) {
		border-left: 1px solid #f2f2f2
	}

	.mega-menu-style-2 .mega-menu-column {
		padding: 30px 20px
	}

	.mega-menu-style-2 .mega-menu-title:not(:first-child) {
		margin-top: 20px
	}

	.mega-menu-style-2 .mega-menu-title>.menu-link {
		font-size: .8125rem;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase !important;
		margin-bottom: 15px;
		color: #444;
		padding: 0 !important;
		line-height: 1.3 !important
	}

	.mega-menu-style-2 .mega-menu-title:hover>.menu-link {
		background-color: transparent
	}

	.mega-menu-style-2 .mega-menu-title>.menu-link:hover {
		color: #f6901e
	}

	.mega-menu-style-2 .sub-menu-container:not(.mega-menu-dropdown) .menu-item {
		border: 0
	}

	.mega-menu-style-2 .sub-menu-container .menu-link {
		padding-left: 5px;
		padding-top: 7px;
		padding-bottom: 7px
	}

	.mega-menu-style-2 .sub-menu-container .menu-item:hover>.menu-link {
		padding-left: 12px
	}

	.on-click .sub-menu-container,
	.on-click .mega-menu-content {
		display: none;
		visibility: visible
	}

	.on-click .menu-item:not(.mega-menu-small) .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
		display: block
	}

	.style-2 #logo {
		margin-right: 1.5rem
	}

	.style-2 .primary-menu {
		margin-right: auto
	}

	.style-2.menu-center .primary-menu {
		margin-right: auto;
		margin-left: auto
	}

	.style-3 .menu-container>.menu-item>.menu-link {
		margin: 28px 0;
		padding-top: 11px;
		padding-bottom: 11px;
		border-radius: 2px
	}

	.style-3 .menu-container>.menu-item:hover>.menu-link {
		color: #444;
		background-color: #f5f5f5
	}

	.style-3 .menu-container>.menu-item.current>.menu-link {
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
		background-color: #f6901e
	}

	.style-4 .menu-container>.menu-item>.menu-link {
		margin: 28px 0;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 2px;
		border: 1px solid transparent
	}

	.style-4 .menu-container>.menu-item:hover>.menu-link,
	.style-4 .menu-container>.menu-item.current>.menu-link {
		border-color: #f6901e
	}

	.style-5 .menu-container {
		padding-right: 10px;
		margin-right: 5px;
		border-right: 1px solid #eee
	}

	.style-5 .menu-container>.menu-item:not(:first-child) {
		margin-left: 15px
	}

	.style-5 .menu-container>.menu-item>.menu-link {
		padding-top: 27px;
		padding-bottom: 27px;
		line-height: 1
	}

	.style-5 .menu-container>.menu-item>.menu-link i:not(.icon-angle-down) {
		display: block;
		width: auto;
		margin: 0 0 12px;
		font-size: 20px;
		line-height: 1;
		transition: all .3s ease
	}

	.style-6 .menu-container>.menu-item>.menu-link {
		position: relative
	}

	.style-6 .menu-container>.menu-item>.menu-link::after,
	.style-6 .menu-container>.menu-item.current>.menu-link::after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		height: 2px;
		width: 0;
		border-top: 2px solid #f6901e;
		-webkit-transition: width .3s ease;
		-o-transition: width .3s ease;
		transition: width .3s ease;
		transform: translateX(-50%)
	}

	.style-6 .menu-container>.menu-item.current>.menu-link::after,
	.style-6 .menu-container>.menu-item:hover>.menu-link::after {
		width: 100%
	}

	.sub-title .menu-container>.menu-item {
		margin-left: 0
	}

	.sub-title .menu-container>.menu-item>.menu-link {
		position: relative;
		line-height: 14px;
		padding: 32px 20px;
		text-transform: uppercase
	}

	.sub-title .menu-container>.menu-item:not(:first-child)>.menu-link::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		z-index: -2;
		width: 1px;
		height: 36px;
		background-color: #eee;
		transform: translateY(-50%)
	}

	.sub-title .menu-container>.menu-item>.menu-link span {
		display: block;
		margin-top: 10px;
		line-height: 12px;
		font-size: 11px;
		font-weight: 400;
		color: #888;
		text-transform: capitalize
	}

	.sub-title .menu-container>.menu-item:hover>.menu-link,
	.sub-title .menu-container>.menu-item.current>.menu-link {
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
	}

	.sub-title .menu-container>.menu-item:hover>.menu-link span,
	.sub-title .menu-container>.menu-item.current>.menu-link span {
		color: #eee
	}

	.sub-title .menu-container>.menu-item:hover>.menu-link::after,
	.sub-title .menu-container>.menu-item.current>.menu-link::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #f6901e;
		border-top: 5px solid rgba(0, 0, 0, .1)
	}

	.side-header:not(.open-header) #wrapper {
		margin: 0 0 0 260px !important;
		width: auto !important
	}

	.side-header .container {
		padding-left: 30px;
		padding-right: 30px
	}

	.side-header #header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 260px;
		height: 100%;
		height: calc(100vh);
		background-color: #fff;
		border: none;
		border-right: 1px solid #eee;
		overflow: hidden;
		box-shadow: 0 0 15px rgba(0, 0, 0, .065)
	}

	.side-header #header-wrap {
		position: relative;
		width: 300px;
		width: calc(100% + 40px);
		height: 100%;
		overflow-y: scroll;
		padding-right: 40px
	}

	.side-header #header-wrap>.container {
		width: 260px;
		max-width: none;
		padding: 0 30px;
		margin: 0 !important;
		min-height: 100%;
		display: -ms-flexbox;
		display: flex
	}

	.side-header .header-wrap-clone {
		display: none
	}

	.side-header .header-row {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.side-header #logo {
		margin: 3rem 0;
		width: 100%
	}

	.side-header #logo img {
		max-width: 100%
	}

	.side-header .header-misc {
		width: 100%;
		margin: 0
	}

	.side-header .primary-menu {
		margin-bottom: 30px;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
		width: 100%
	}

	.side-header .primary-menu:not(.border-bottom-0)::after {
		margin-top: 40px
	}

	.side-header .menu-container {
		display: block;
		height: auto;
		width: 100%
	}

	.no-triggers .menu-container .sub-menu-trigger {
		display: none
	}

	.side-header .on-click .menu-item .sub-menu-trigger {
		display: block;
		top: 0;
		right: -5px;
		font-size: 10px
	}

	.side-header .primary-menu:not(.on-click) .text-center i.icon-angle-down {
		display: inline-block;
		position: relative;
		top: 2px;
		margin-left: 5px;
		transform: none
	}

	.side-header .primary-menu:not(.on-click) .text-center .sub-menu-container i.icon-angle-down {
		top: -1px
	}

	.side-header .menu-item {
		width: 100%
	}

	.side-header .menu-item:not(:first-child) {
		margin: 10px 0 0;
		border-top: 0
	}

	.side-header .menu-link {
		position: relative;
		padding: 5px 0 !important;
		margin: 0 !important;
		text-transform: uppercase
	}

	.side-header .sub-menu-container,
	.side-header .mega-menu-content {
		position: relative;
		width: 100%;
		background-color: transparent;
		box-shadow: none;
		border: none;
		height: auto;
		z-index: 1;
		top: 0;
		left: 0;
		margin: 5px 0;
		padding: 0 0 0 12px !important
	}

	.side-header .mega-menu-content {
		padding: 0 !important;
		margin-bottom: 0 !important
	}

	.side-header .mega-menu-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border: none !important
	}

	.side-header .sub-menu-container .sub-menu-container {
		top: 0 !important;
		left: 0
	}

	.side-header .sub-menu-container.menu-pos-invert {
		left: 0;
		right: auto
	}

	.side-header .sub-menu-container .sub-menu-container.menu-pos-invert {
		right: auto
	}

	.side-header .sub-menu-container .menu-item {
		margin: 0;
		border: 0
	}

	.side-header .sub-menu-container .menu-item:first-child {
		border-top: 0
	}

	.side-header .menu-item:hover>.menu-link {
		background-color: transparent !important
	}

	.side-header .menu-container>.menu-item.sub-menu>.menu-link,
	.side-header .menu-container>.menu-item.sub-menu:hover>.menu-link {
		background-image: none !important
	}

	.side-header.open-header.push-wrapper {
		overflow-x: hidden
	}

	.side-header.open-header #header {
		left: -260px
	}

	.side-header.open-header.side-header-open #header {
		left: 0
	}

	.side-header.open-header #wrapper {
		left: 0
	}

	.side-header.open-header.push-wrapper.side-header-open #wrapper {
		left: 260px
	}

	#header-trigger {
		display: none
	}

	.side-header.open-header #header-trigger {
		display: block;
		position: fixed;
		cursor: pointer;
		top: 20px;
		left: 20px;
		z-index: 11;
		font-size: 1rem;
		width: 32px;
		height: 32px;
		line-height: 32px;
		background-color: #fff;
		text-align: center;
		border-radius: 2px
	}

	.side-header.open-header.side-header-open #header-trigger {
		left: 280px
	}

	.side-header.open-header #header-trigger i:nth-child(1),
	.side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
		display: block
	}

	.side-header.open-header.side-header-open #header-trigger i:nth-child(1),
	.side-header.open-header #header-trigger i:nth-child(2) {
		display: none
	}

	.side-header.open-header #header,
	.side-header.open-header #header-trigger,
	.side-header.open-header.push-wrapper #wrapper {
		-webkit-transition: left .4s ease;
		-o-transition: left .4s ease;
		transition: left .4s ease
	}

	.side-header.side-header-right #header {
		left: auto;
		right: 0;
		border: none;
		border-left: 1px solid #eee
	}

	.side-header.side-header-right:not(.open-header) #wrapper {
		margin: 0 260px 0 0 !important
	}

	.side-header.side-header-right.open-header #header {
		left: auto;
		right: -260px
	}

	.side-header.side-header-right.open-header.side-header-open #header {
		left: auto;
		right: 0
	}

	.side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper {
		left: -260px
	}

	.side-header.side-header-right.open-header #header-trigger {
		left: auto;
		right: 20px
	}

	.side-header.side-header-right.open-header.side-header-open #header-trigger {
		left: auto;
		right: 280px
	}

	.side-header.side-header-right.open-header #header,
	.side-header.side-header-right.open-header #header-trigger {
		-webkit-transition: right .4s ease;
		-o-transition: right .4s ease;
		transition: right .4s ease
	}

	.overlay-menu:not(.top-search-open) #primary-menu-trigger {
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		pointer-events: auto;
		width: 30px;
		height: 30px;
		line-height: 30px
	}

	.overlay-menu .primary-menu>#overlay-menu-close {
		position: fixed;
		top: 25px;
		left: auto;
		right: 25px;
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 1.5rem;
		text-align: center;
		color: #444
	}

	.overlay-menu #primary-menu-trigger {
		z-index: 599
	}

	.overlay-menu .primary-menu {
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		width: 100%;
		height: 100%;
		height: calc(100vh);
		background-color: rgba(255, 255, 255, .95)
	}

	.overlay-menu .primary-menu,
	.overlay-menu .primary-menu>#overlay-menu-close {
		opacity: 0 !important;
		pointer-events: none;
		z-index: -2;
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		-webkit-transition: opacity .4s ease, transform .45s ease !important;
		transition: opacity .4s ease, transform .45s ease !important
	}

	.overlay-menu.primary-menu-open .primary-menu,
	.overlay-menu.primary-menu-open #overlay-menu-close {
		opacity: 1 !important;
		pointer-events: auto;
		z-index: 499;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity .3s ease, transform .45s ease !important;
		transition: opacity .3s ease, transform .45s ease !important
	}

	.overlay-menu .primary-menu,
	.overlay-menu.primary-menu-open .primary-menu {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity .3s ease !important;
		transition: opacity .3s ease !important
	}

	.overlay-menu .primary-menu>.container {
		max-height: 90%;
		overflow-y: scroll
	}

	.overlay-menu .menu-container {
		display: -ms-flexbox !important;
		display: flex !important;
		flex-direction: column;
		max-width: 250px;
		padding: 0 !important;
		margin: 0 auto !important;
		border: 0 !important
	}

	.overlay-menu .menu-container>.menu-item>.menu-link {
		font-size: .9375rem
	}

	.overlay-menu .menu-item {
		width: 100%
	}

	.overlay-menu .menu-link {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0
	}

	.overlay-menu .sub-menu-container,
	.overlay-menu .mega-menu-content {
		display: none;
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: auto;
		width: 100%;
		max-width: 100%;
		box-shadow: none;
		background: transparent;
		border: 0;
		padding: 10px 0 !important;
		transform: translateX(0)
	}

	.overlay-menu .mega-menu-content .sub-menu-container {
		padding: 5px 0 !important
	}

	.overlay-menu .mega-menu-title .sub-menu-container {
		padding-top: 0 !important
	}

	.overlay-menu .mega-menu-content .mega-menu-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		border: 0 !important
	}

	.overlay-menu .sub-menu-container .menu-link {
		padding: 5px 0
	}

	.overlay-menu .sub-menu-container .menu-item:hover>.menu-link {
		padding-left: 0;
		padding-right: 0;
		background: transparent
	}

	.overlay-menu .sub-menu-container .menu-link i.icon-angle-down {
		position: relative;
		display: inline-block;
		top: -1px;
		left: 0;
		margin-left: 5px;
		transform: rotate(0deg)
	}
}

#content {
	position: relative;
	background-color: #fff
}

#content p {
	line-height: 1.8
}

#content .container {
	position: relative
}

.grid-container,
.grid-inner {
	position: relative;
	overflow: hidden;
	will-change: transform
}

.grid-inner {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

body:not(.device-touch) .grid-container {
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease
}

.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	padding: 8px 22px;
	font-size: .875rem;
	line-height: 24px;
	background-color: #158061;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	border: none
}

body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.button.button-dark {
	background-color: #444
}

.button.button-light {
	background-color: #eee;
	color: #333;
	text-shadow: none !important
}

.button.button-dark:hover {
	background-color: #f6901e
}

.button.button-mini {
	padding: 4px 14px;
	font-size: 11px;
	line-height: 20px
}

.button.button-small {
	padding: 5px 8px !important;
	font-size: 12px !important;
	line-height: 15px !important
}

.button.button-large {
	padding: 8px 26px;
	font-size: 1rem;
	line-height: 30px
}

.button.button-xlarge {
	padding: 9px 32px;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 34px
}

.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 1.25rem;
	height: auto;
	line-height: 1;
	font-family: 'Poppins', sans-serif
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	text-transform: none
}

.button i {
	position: relative;
	text-align: center;
	margin-left: 4px
}

.button.text-right i {
	margin: 0 0 0 5px
}

.button-mini i {
	margin-right: 3px
}

.button-mini.text-right i {
	margin: 0 0 0 3px
}

.button-small i {
	margin-right: 4px
}

.button-small.text-right i {
	margin: 0 0 0 4px
}

.button-xlarge i {
	margin-right: 8px
}

.button-xlarge.text-right i {
	margin: 0 0 0 8px
}

.button.button-desc i {
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px
}

.button.button-desc.text-right i {
	margin: 0 0 0 12px
}

.button.button-desc div {
	display: inline-block
}

.button.button-rounded {
	border-radius: 3px !important
}

.btn-lite {
	border: 2px solid rgba(255, 255, 255, .7) !important;
	background-color: var(--button-primary) !important;
	margin-left: 6px !important
}

@media(min-width:680px) and (max-width:820px) {
	.post-login-user .btn-lite {
		width: 20%;
		font-size: .6em !important;
		text-align: center;
		padding: 8px 4px !important
	}
}

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	font-weight: 700;
	text-shadow: none
}

.button.button-border-thin {
	border-width: 1px
}

.button.button-border.button-desc {
	line-height: 1
}

.button.button-border:not(.button-fill):hover {
	background-color: #444;
	color: #fff;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-border.button-light {
	border-color: #fff;
	color: #fff
}

.button.button-border.button-light:hover {
	background-color: #fff;
	color: #333;
	text-shadow: none
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	width: 100%
}

.owl-carousel .owl-stage {
	position: relative
}

.owl-carousel .owl-stage::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	display: block;
	min-height: 100px;
	background: no-repeat center center
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
	cursor: pointer;
	cursor: hand;
	padding: 0;
	border: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.mega-menu-content .owl-carousel.owl-hidden {
	opacity: 1
}

.owl-carousel.owl-refresh .owl-item {
	display: none
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("/Views/casino777v2/css/images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-carousel .owl-dots {
	text-align: center
}

.owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
	margin-top: 5px
}

.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0, 0, 0, .2);
	color: #666;
	background-color: #fff;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: -38px
}

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #eee;
	background-color: rgba(0, 0, 0, .4);
	font-size: 28px;
	border-radius: 0 3px 3px 0
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: -50px
}

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -36px
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px
}

.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #f6901e !important;
	color: #fff !important;
	text-decoration: none
}

.owl-carousel .owl-nav .disabled {
	display: none !important
}

.owl-carousel .owl-dots .owl-dot {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	opacity: .5;
	transition: opacity .6s ease
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
	background-color: #fff !important;
	opacity: 1
}

#gotoTop {
	display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #383838;
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 100px;
	cursor: pointer;
	border-radius: 2px
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear
}

#gotoTop:hover {
	background-color: #f6901e
}

.sidebar-box {
	max-height: 250px;
	height: auto !important;
	position: relative;
	overflow: hidden;
	min-height: 100px
}

.sidebar-box .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	background-image: linear-gradient(to bottom, transparent, #000)
}

.sidebar-box .read-more a.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	background-color: #0f5a43;
	color: #fff;
	font-size: .9em;
	font-weight: 600 !important;
	padding: 5px 15px;
	font-weight: revert;
	text-transform: uppercase;
	border: none;
	border-radius: 3px
}

.sidebar-box .read-more a.button:hover,
.sidebar-box .read-more-btn a.button:hover {
	background-color: #158061
}

.sidebar-box .read-more-wrap.read-more-content {
	animation: read-more-content .5s linear
}

@keyframes read-more-content {
	0% {
		opacity: 0;
		transform: translateY(-30px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes read-less-content {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		transform: translateY(-30px)
	}
}

@keyframes read-more-content {
	0% {
		opacity: 0;
		transform: translateY(-30px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes read-less-content {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		transform: translateY(-30px)
	}
}

@media(min-width:992px) {

	.sticky-footer #slider:not(.slider-parallax-invisible),
	.sticky-footer #page-submenu,
	.sticky-footer #page-title,
	.sticky-footer #content {
		z-index: 2
	}

	.sticky-footer #footer {
		position: sticky;
		top: auto;
		bottom: 0;
		left: 0
	}
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666
}

.copyrights-menu {
	margin-bottom: 10px
}

.copyrights-menu a {
	font-size: .875rem;
	margin: 0 10px;
	border-bottom: 0 !important
}

.footer-logo {
	display: block;
	margin-bottom: 30px
}

.table .success {
	color: #3c763d
}

.table .info {
	color: #31708f
}

.table .warning {
	color: #8a6d3b
}

.table .danger {
	color: #a94442
}

.btn-link,
.page-link,
.page-link:hover,
.page-link:focus {
	color: #f6901e
}

.btn-link:hover,
.btn-link:focus {
	color: #222
}

.boot-tabs {
	margin-bottom: 20px !important
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block
}

.carousel-control .icon-chevron-left {
	left: 50%
}

.carousel-control .icon-chevron-right {
	right: 50%
}

.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	border: 1px solid #ddd
}

.img-circle {
	border-radius: 50% !important
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
	color: #fff !important;
	background-color: #f6901e !important;
	border-color: #f6901e !important
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #f6901e
}

label.radio,
label.checkbox {
	padding-left: 20px
}

.input-group-lg>.input-group-addon {
	line-height: 1
}

.datepicker td,
.datepicker th {
	padding: 5px
}

body.offcanvas-active {
	overflow: hidden
}

.offcanvas-header {
	display: none
}

.aside_content-login .form-group {
	margin-bottom: var(--gap) !important
}

.aside_content-login .lbl {
	margin: unset;
	font-weight: 700
}

.universal_hamburger_menu {
	--maintheme: #158061;
	--subtheme: #154231;
	--contrasttheme: #03307e;
	--gap: 8px;
	font-weight: 700
}

.universal_hamburger_menu input,
.universal_hamburger_menu .btn {
	font-weight: 700
}

.universal_hamburger_menu .aside_content-main_content {
	background: transparent
}

.universal_hamburger_menu .dropdown-item {
	font-size: .75rem;
	color: var(--text-light);
	padding: calc(var(--gap)/2) var(--gap);
	text-transform: uppercase;
	border: none
}

.universal_hamburger_menu .dropdown-item:hover,
.universal_hamburger_menu .dropdown-item:focus,
.universal_hamburger_menu .dropdown-item.active {
	background-color: #191919
}

.universal_hamburger_menu .aside_content-account_box .account_box-welcome .welcome-username {
	color: var(--maintheme)
}

.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Deposit-Btn,
.universal_hamburger_menu .aside_content-login .login-button button.btn-login {
	background: linear-gradient(180deg, #484848 37%, #484848 100%)
}

.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Withdraw-Btn,
.universal_hamburger_menu .aside_content-login .login-button button.btn-register {
	color: #fff;
	background: var(--maintheme)
}

.universal_hamburger_menu .aside_content-account_box .account_box-dashboard .btn#burgermenu-Withdraw-Btn:hover,
.universal_hamburger_menu .aside_content-login .login-button button.btn-register:hover {
	background: var(--maintheme)
}

.universal_hamburger_menu .aside_content-account_box,
.universal_hamburger_menu .aside_content-login,
.universal_hamburger_menu .aside_content-main_content .main_content-section {
	background: #fff
}

.universal_hamburger_menu .aside_content-account_box .account_box-infopanel .infopanel-wallet .account_box-wallet {
	color: inherit
}

.universal_hamburger_menu .aside_content-account_box .account_box-wallet .amount-button svg {
	width: auto
}

.universal_hamburger_menu .aside_content-login .did-floating-input {
	color: var(--maintheme);
	background: #fff;
	margin: unset !important;
	border-color: #191919
}

.universal_hamburger_menu .aside_content-login .did-floating-label,
.universal_hamburger_menu .aside_content-login .did-floating-label-content svg {
	color: var(--maintheme)
}

.universal_hamburger_menu .aside_content-login fieldset .fld-block {
	border-color: #191919
}

.universal_hamburger_menu .hamburgerSearch .btn.gameCategoryBtn {
	color: #fff
}

.universal_hamburger_menu .hamburgerSearch .btn.gameCategoryBtn:hover {
	color: #fff
}

.universal_hamburger_menu .hamburgerSearch .input-group .svg-icon {
	color: var(--maintheme)
}

.universal_hamburger_menu .hamburgerSearch .input-group {
	background: #fff;
	border-color: #191919
}

.universal_hamburger_menu .hamburgerSearch .input-group input {
	color: #333 !important
}

.universal_hamburger_menu .collapse-container [data-toggle=collapse][aria-expanded=true],
.universal_hamburger_menu .collapse-container [data-toggle=collapse][aria-expanded=true]:has(+.collapse-0),
.universal_hamburger_menu .collapse-container [data-toggle=collapse]+.collapse,
.universal_hamburger_menu .collapse-container [data-toggle=collapse]+.collapsing,
.universal_hamburger_menu .collapse-container [data-toggle=collapse]+.collapse-0 {
	background-color: #fff
}

.universal_hamburger_menu .collapse-container [data-toggle=collapse][aria-expanded=true]:has(+.collapse-1),
.universal_hamburger_menu .collapse-container [data-toggle=collapse]+.collapse-1 {
	background-color: #03307e
}

.universal_hamburger_menu .collapse-container [data-toggle=collapse][aria-expanded=true]:has(+.collapse-2),
.universal_hamburger_menu .collapse-container [data-toggle=collapse]+.collapse-2 {
	background-color: #999
}

.universal_hamburger_menu .aside_content-main_content .main_content-section .btn.active,
.universal_hamburger_menu .aside_content-main_content .main_content-section .btn:hover {
	background-color: #305391 
}

.universal_hamburger_menu .hamburgerSearch .dropdown-menu {
	background-color: #fff;
	border-color: #fff
}

.universal_hamburger_menu .hamburgerSearch .dropdown-menu .dropdown-item {
	color: var(--maintheme)
}

.universal_hamburger_menu .hamburgerSearch .dropdown-menu .dropdown-item:hover,
.universal_hamburger_menu .hamburgerSearch .dropdown-menu .dropdown-item:focus,
.universal_hamburger_menu .hamburgerSearch .dropdown-menu .dropdown-item.active {
	background-color: #191919
}

.universal_hamburger_menu .hamburgerSearch .result-wrapper #hamburger_searchgame_history_List>.badge {
	color: #fff
}

.screen-overlay {
	width: 0%;
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(34, 34, 34, .6);
	transition: opacity .2s linear, visibility .1s, width 1s ease-in
}

.screen-overlay.show {
	transition: opacity .5s ease, width 0s;
	opacity: 1;
	width: 100%;
	visibility: visible
}

.category-shortcut.mobile {
	display: none
}

@media all and (max-width:992px) {
	.jackpot-countdown .visual {
		width: 80% !important
	}

	.content-wrap.mobile {
		padding: 0
	}

	.category-shortcut.mobile {
		display: block;
		text-align: center;
		margin-top: -85px
	}

	.category-shortcut.desktop {
		display: none
	}

	ul.login-register {
		margin: 0 0 0 0 !important
	}

	.offcanvas-header {
		display: block
	}

	.menu-container li {
		padding: 0
	}

	.mobile-offcanvas {
		visibility: hidden;
		transform: translateX(-100%);
		border-radius: 0;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		background: #0f5a43;
		z-index: 1200;
		width: 90%;
		overflow-y: auto;
		overflow-x: hidden;
		transition: visibility .4s ease-in-out, transform .4s ease-in-out;
		-webkit-transform: translateX(-100%)
	}

	.mobile-offcanvas.show {
		visibility: visible;
		transform: translateX(0)
	}
}



ul.login-register {
	margin: 0;
	display: flex;
	align-items: center
}

.owl-nav {
	display: none
}

#top-bar .col-lg-12 {
	display: flex;
	justify-content: space-between;
	align-items: center
}

button:focus,
.btn:focus,
.btn:active,
.btn:hover {
	box-shadow: none !important;
	outline: none !important
}

.lang-eng {
	background: url(/Views/casino777v2/images/united-kingdom.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 30px
}

.lang-cn {
	background: url(/Views/casino777v2/images/china.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 30px
}

#top-bar .bootstrap-select {
	width: 150px
}

#top-bar .bootstrap-select .btn {
	background: #fff;
	border: none
}

#top-bar .bootstrap-select .btn:active,
#top-bar .bootstrap-select .btn:focus {
	outline: none !important
}

#top-bar .bootstrap-select span {
	font-size: 13px
}

#header.sticky-on-scrollup #header-wrap {
	-webkit-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	-o-transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
	transition: height .4s ease, opacity .3s ease, margin-top .4s ease
}

#header.sticky-on-scrollup.sticky-header #header-wrap {
	margin-top: -60px
}

#header.sticky-on-scrollup.show-sticky-onscroll.sticky-header #header-wrap {
	margin-top: 0
}

.mega-menu-content .sub-menu-container .menu-item ul li img {
	width: 100px;
	transition: all .5s ease
}

.mega-menu-content .sub-menu-container .menu-item ul li a span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	margin: 8px 0
}

.mega-menu-content .sub-menu-container .menu-item ul li a {
	color: #fff
}

.mega-menu-content .sub-menu-container .menu-item ul li:hover {
	box-shadow: 0 0 10px 1px #158061;
	border-radius: 10px
}

.mega-menu-content .sub-menu-container .menu-item ul li {
	display: inline-block;
	text-align: center;
	padding: 5px
}

.mega-menu-content .sub-menu-container .menu-item ul li:hover img {
	opacity: .8;
	transition: all .5s ease
}

.hero-slider-wrapper .owl-carousel .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 15px
}

.hero-slider-wrapper .owl-carousel .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	border: 3px solid #fff;
	border-radius: 50px;
	background-color: transparent
}

.landing-page .content-wrap {
	padding: 10px 0 30px 0
}

.top-news>div>a {
	display: block
}

.top-news>div>a>img {
	width: 100%
}

.top-news>div {
	position: relative;
	width: 49.5%;
	height: 250px
}

.top-news>div:nth-child(odd) {
	float: left
}

.top-news>div:nth-child(even) {
	float: right
}

.top-news>div>a>div {
	padding: 20px;
	width: 100%;
	z-index: 9;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 250px;
	background-size: cover
}

.top-news>div>a>div>h2 {
	font-size: 20px;
	margin: 0 0 0;
	color: #fff;
	position: absolute;
	bottom: 10px;
	z-index: 9
}

.top-news>div>a>div>h2>span {
	font-size: 13px;
	color: #fff;
	display: block
}

.top-news>div>a:after {
	content: '';
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	bottom: 0;
	z-index: 0
}

.top-news {
	margin-bottom: 15px
}

.offcanvas-header .btn:before {
	content: "X";
	color: #fff;
	font-size: 13px;
	border: 1px solid #fff;
	width: 22px;
	padding: 5px;
	font-weight: 600;
	display: block;
	height: 22px;
	line-height: 12px;
	text-align: center;
	border-radius: 90px
}

.offcanvas-header .btn span {
	display: none
}

.offcanvas-header .btn {
	margin: 0 0 0 0
}

.offcanvas-header {
	position: relative;
	text-align: right;
	justify-content: flex-end;
	padding: 8px 15px
}

.custom-tab .tab-nav li.ui-tabs-active a {
	position: relative;
	top: 1px;
	background-color: #363636;
	color: #fff
}

.custom-tab .tab-nav li a {
	color: #5f5f5f;
	background: #e3e3e3;
	position: relative;
	height: auto;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 15px;
	padding-right: 40px;
	line-height: inherit;
	font-weight: bold
}

.custom-tab .tab-nav li {
	font-size: 13px;
	text-transform: uppercase;
	height: auto
}

.custom-tab .tab-nav li {
	border-right: 1px solid #fff;
	border-top: none;
	border-bottom: none;
	border-left: none
}

.custom-tab .tab-nav li:first-child {
	border-left: none
}

.custom-tab .tab-nav {
	background: #e3e3e3
}

.custom-tab .tab-nav li a i {
	font-size: 20px;
	position: absolute;
	left: 20px;
	line-height: 49px
}

.custom-tab .tab-nav li.ui-tabs-active a i {
	color: #ff9442
}

.custom-tab .tab-container {
	border: none;
	padding: 15px 0
}

.custom-tab .news-date-selection {
	position: absolute;
	right: 0
}

.news-date-selection {
	position: absolute;
	right: 15px;
	z-index: 99
}

.news-date-selection .primary-menu .menu-link {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	background: #363636;
	color: #c7c7c7
}

.news-date-selection .primary-menu .sub-menu-container .menu-item:hover>.menu-link {
	background-color: #757575;
	color: #fff
}

.news-date-selection .primary-menu .sub-menu-container .sub-menu-container {
	top: 0 !important;
	left: -100%
}

.news-date-selection .primary-menu .menu-container>.menu-item:not(.mega-menu) .sub-menu-container {
	padding: 0
}

.news-block a {
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333
}

.news-block a img {
	margin-right: 15px;
	width: 200px
}

.news-block a div h2 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 0
}

.news-block a div span {
	font-size: 13px
}

.news-block a div:last-child p {
	line-height: 1.2 !important;
	margin-bottom: 5px !important
}

.news-block a div:last-child small {
	text-decoration: underline;
	font-size: 13px
}

.news-block {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.load-more-news {
	text-transform: uppercase;
	font-size: 13px;
	color: #ff7701
}

.footer-info {
	background: #1b7c60;
	color: #fff;
	font-size: 14px
}

.footer-info .content-wrap {
	padding: 40px 40px
}

.footer-info h3 {
	color: #f6901e;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 22px
}

.footer-info h5 {
	color: #b9b9b9;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px
}

.game-provider {
	background: #252525;
	font-size: 13px;
	border-top: 2px solid #1d9e77;
	filter: opacity(.9)
}

.game-provider ul {
	margin-bottom: 0
}

.game-provider .content-wrap {
	padding: 40px 0
}

.game-provider h4 span {
	color: #f6901e
}

.game-provider h4 {
	color: #a1ff1c;
	position: relative;
	text-transform: uppercase;
	margin: 0
}

.bank-logo li {
	display: inline-block;
	width: 100px;
	margin: 0 15px 15px 0
}

.game-partner-logo li {
	display: inline-block;
	width: 100px;
	margin: 0 15px 15px 0
}

.game-license-logo li {
	display: inline-block;
	width: 82px;
	margin: 0 15px 15px 0
}

.game-provider a {
	color: #fff
}

.game-provider a:hover {
	color: #fff
}

.useful-link li:before {
	content: "îž¥";
	font-family: 'font-icons';
	position: absolute;
	left: 0;
	color: #fff;
	top: -1px
}

.useful-link li {
	padding: 0 0 0 18px;
	position: relative
}

#primary-menu-trigger .btn {
	color: #000
}

#primary-menu-trigger .btn:hover {
	color: #25f0b5
}

.top-link {
	display: flex;
	margin-bottom: 0
}

.top-link li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 25px
}

.news-ticker .content-wrap {
	padding: 0;
	background: #1d1d1d
}

.news-ticker .news-marquee {
	position: relative;
	padding: 0 0 0 40px;
	margin: 8px 0
}

.news-ticker .news-marquee ul li {
	list-style: none;
	padding: 5px 0;
	font-size: 14px;
	color: #fff
}

.news-ticker .news-marquee:before {
	content: "î› ";
	font-family: 'font-icons';
	position: absolute;
	left: 0;
	font-size: 28px;
	top: -5px;
	color: #fff
}

.footer-contents h3 {
	color: #fff;
	font-size: 18px
}

.footer-contents h3 span {
	color: #f6901e
}

#top-bar ul {
	margin-bottom: 0
}

#top-bar ul li:nth-child(3) .button {
	padding: 0 0 0 30px
}

.top-bar-user li:nth-child(3) .button {
	padding: 0 !important
}

.top-bar-user .btn-group .button {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 14px;
	color: #000
}

.top-bar-user .btn-group .button i {
	font-size: 20px;
	text-shadow: none;
	margin: 5px 5px 0 0
}

.top-bar-user .btn-group .button span.badge {
	background-color: #f00;
	color: #fff;
	font-size: 8px;
	font-weight: 600;
	border-radius: 20px;
	position: relative;
	top: -5px;
	left: -10px;
	width: 15px;
	height: 15px;
	padding: 3px 0
}

.button-transparent {
	background: transparent !important;
	border-color: transparent !important;
	color: #333
}

.button-transparent:hover {
	background: transparent;
	border-color: transparent;
	color: #333
}

.top-bar-user .user-dropdown-menu .dropdown-menu a:last-child {
	margin: 0;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	display: block;
	color: #fff;
	background: #158061;
	border-bottom: none
}

.top-bar-user .notification-alert .dropdown-menu {
	padding: 0;
	border: none;
	width: 250px;
	margin-top: 15px
}

.top-bar-user .dropdown-menu {
	box-shadow: 0 4px 19px -6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 4px 19px -6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 4px 19px -6px rgba(0, 0, 0, .4)
}

.top-bar-user .user-dropdown-menu .dropdown-menu {
	width: 180px;
	font-size: 14px;
	padding: 0;
	border: none
}

.top-bar-user .notification-alert .dropdown-menu .dropdown-item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize
}

.notif-hd-title {
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 2px 2px 0 0;
	margin-left: -.01em;
	margin-top: -.5em
}

ul.a-drop-text li a {
	padding: 5px 15px
}

.a-top-text-block {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: inherit !important;
	border-bottom: 1px solid #f4f4f4;
	position: relative
}

.a-top-text-block {
	display: block
}

.afb-textlimit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px
}

.notification-alert .dropdown-menu li {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	width: 100%
}

.notification-alert .dropdown-menu li a {
	padding: 8px 15px;
	width: 100%;
	color: #075a42
}

.notification-alert .dropdown-menu li a:hover {
	background: #ededed !important
}

.notification-alert .dropdown-menu li:last-child {
	margin: 0;
	padding: 0
}

.notification-alert .dropdown-menu li a.a-top-text-block {
	border-left: 4px solid #ee6464 !important
}

.notification-alert .dropdown-menu li a.a-top-text-block {
	padding-left: 11px
}

.notification-alert .dropdown-menu li:last-child .button {
	padding: 8px 15px !important;
	color: #333;
	background: #fff;
	width: 100%;
	text-align: left;
	font-size: 12px;
	text-transform: capitalize;
	border-radius: 0 0 3px 3px
}

.notification-alert .dropdown-menu li:last-child {
	border-bottom: none
}

.notification-alert .dropdown-menu li:last-child div {
	width: 100%;
	display: block
}

.a-top-text-light {
	font-size: 12px;
	color: #909090
}

.top-bar-user {
	display: flex;
	margin-bottom: 0;
	align-items: center;
	height: 100%
}

.top-bar-user .top-bar-wallet {
	background: #de5252;
	color: #fff;
	border-radius: 3px;
	padding: 5px 8px;
	cursor: pointer;
	font-size: 13px;
	max-width: 300px
}

.top-bar-user .row {
	margin-right: 0
}

.top-bar-user li {
	display: flex;
	align-items: center;
	margin: 0 5px
}

.footer-toggle .toggle-header,
.accordion-header {
	position: absolute;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	cursor: pointer;
	color: #444;
	font-size: 1rem;
	font-weight: 700;
	top: 3px;
	right: 0;
	width: 100%
}

.footer-toggle .toggle-icon,
.accordion-icon {
	text-align: right;
	color: #fff
}

@media(max-width:580px) {
	.top-bar-user .btn-group .button {
		font-size: 12px
	}

	.user-dropdown-menu img {
		display: block !important
	}

	.post-login-notification {
		display: none !important
	}

	.time-zone {
		display: none
	}

	.modal-dialog.modal-dialog-centered {
		min-width: auto !important
	}

	.top-bar-user a.btn-group.text-white {
		right: -45px !important;
		top: 0 !important
	}

	.jackpot-inner div,
	.top-5-game-inner div {
		width: 100%;
		margin: 0 3px 10px 3px;
		font-size: 15px;
		float: left
	}

	.jackpot-inner,
	.top-5-game-inner {
		display: inline-block
	}

	.jackpot-countdown .visual {
		margin-top: 37px
	}

	ul.login-register li a.btn-group.text-white {
		top: 0 !important
	}

	ul.login-register li .button-regular {
		padding: 1px 8px;
		font-size: 11px;
		margin: 0 2px
	}

	.top-link li:first-child {
		display: none !important
	}

	.news-ticker {
		display: none !important
	}
}

@media(min-width:580px) {
	.footer-toggle .toggle-content {
		display: block !important
	}

	.footer-toggle .toggle-header,
	.accordion-header {
		display: none
	}
}

.game-provider .divider {
	margin: 1.5rem auto
}

.game-provider .divider::after,
.game-provider .divider::before {
	background-color: #145a44
}

.top-five-game-provider ul {
	display: flex;
	background: #d8d8d8;
	padding: 10px;
	margin: 0
}

.top-five-game-provider ul li {
	display: flex;
	width: 20%;
	padding: 20px 15px 40px 15px;
	position: relative;
	text-align: center;
	align-items: center;
	background: #1d1d1d;
	margin: 3px;
	border-radius: 3px
}

.top-five-game-provider ul li a {
	color: #ff9200;
	font-size: 14px
}

.top-five-game-provider ul li span {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	left: 0;
	text-align: center
}

.top-five-game-provider ul li img {
	margin: 0 auto;
	width: 75%
}

.top-five-game-provider h2,
.top-matches h2,
.latest-promo h2,
.game-history h2,
.rank-progression h2 {
	background: #363636;
	padding: 10px 10px 10px 15px;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	color: #c7c7c7;
	font-weight: normal;
	position: relative
}

.latest-promo h2 a {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 11px
}

.latest-promo h2 a:hover {
	color: #e52d0b
}

.top-five-game .content-wrap {
	padding: 15px 0 5px 0
}

.top-matches {
	background: #f5f5f5;
	margin-bottom: 15px
}

.game-history ul li {
	width: 25%;
	background: #d4d4d4;
	float: left;
	text-align: center;
	padding: 10px 0 0 0
}

.game-history ul li:nth-child(odd) {
	background: #fff;
	color: #000
}

.game-history ul {
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #000
}

.game-history ul li span {
	background: #eaeaea;
	width: 100%;
	display: block;
	margin: 8px 0 0 0;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize
}

.latest-promo {
	background: #f5f5f5;
	margin-bottom: 15px;
	padding-bottom: 15px
}

.latest-promo img {
	width: 100%
}

.top-matches .current-game-matches:last-child {
	border-bottom: 0
}

.current-game-matches {
	display: flex;
	justify-content: space-between;
	margin: 0 0 3px 0;
	padding: 10px;
	border-top: 1px solid #ccc;
	min-height: 280px
}

.current-game-matches div:nth-child(1),
.current-game-matches div:nth-child(3) {
	width: 40%;
	padding: 5px 10px 40px 10px
}

.current-game-matches div:nth-child(1) .badge-wrapper,
.current-game-matches div:nth-child(3) .badge-wrapper {
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0
}

.current-game-matches div:nth-child(2) .badge-wrapper {
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0
}

.current-game-matches div:nth-child(1) .badge-wrapper small,
.current-game-matches div:nth-child(2) .badge-wrapper small,
.current-game-matches div:nth-child(3) .badge-wrapper small {
	font-size: 12px;
	margin: 0
}

.current-game-matches div:nth-child(1) .badge,
.current-game-matches div:nth-child(3) .badge {
	background-color: #2a5175;
	padding: 10px 16px;
	font-size: 14px
}

.current-game-matches div:nth-child(2) {
	width: 20%;
	padding-top: 5px
}

.current-game-matches div:nth-child(2) small {
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 0 0;
	display: block
}

.current-game-matches div:nth-child(2) small span {
	font-size: 12px;
	font-weight: bold;
	display: block
}

.current-game-matches div {
	padding: 8px;
	text-align: center;
	position: relative
}

.current-game-matches div h6 {
	color: #fff;
	text-transform: uppercase;
	margin: 0
}

.current-game-matches div img {
	height: 80px !important;
	width: auto !important;
	margin: 0 auto;
	padding: 0 0 10px 0
}

.current-game-matches-live div:first-child {
	border-top: none
}

.latest-promo div {
	position: relative;
	padding: 15px 15px 0 15px
}

.latest-promo div span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	margin: 0 15px;
	text-align: center;
	background: #ff9200;
	right: 0;
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.latest-promo div a {
	color: #fff
}

#top-bar .dropdown-item.active,
.dropdown-item:active {
	background-color: #ff9200 !important
}

.lang-selection .button,
.template-selection .button {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 6px;
	margin: 0
}

.lang-selection .dropdown-menu,
.template-selection .dropdown-menu {
	padding: 0
}

.lang-selection .dropdown-menu a {
	display: block;
	font-size: 13px;
	padding: 5px 10px 5px 40px;
	position: relative
}

.template-selection .dropdown-menu a {
	display: block;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	position: relative
}

.lang-selection .dropdown-menu a img,
.template-selection .dropdown-menu a img {
	width: 15px;
	position: absolute;
	left: 5px;
	top: 7px
}

.lang-selection .dropdown-menu a p,
.template-selection .dropdown-menu a p {
	margin: 0;
	margin-left: 10px
}

.side-panel-app {
	position: fixed;
	top: 75%;
	z-index: 999;
	font-size: 18px
}

.side-panel-app ul {
	list-style: none
}

.side-panel-app * {
	margin: 0;
	padding: 0;
	outline: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.side-panel-app li a {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative
}

.side-panel-app .fa {
	vertical-align: middle;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 4
}

.side-panel-app li span {
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: 3
}

.side-panel-app a:hover span {
	opacity: 1;
	left: 50px;
	margin: 0;
	text-align: center
}

.side-panel-app li span {
	z-index: -999;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #c44745;
	line-height: 100px;
	width: 100px;
	-webkit-transition: all .3s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-left: 3px solid #9b3735
}

.side-panel-app li:last-child span {
	z-index: -999;
	position: absolute;
	top: -50px;
	left: 0;
	opacity: 0;
	background: #c44745;
	line-height: 100px;
	width: 100px;
	-webkit-transition: all .3s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	border-left: 3px solid #9b3735
}

.side-panel-app li:last-child a:hover span {
	opacity: 1;
	left: 50px;
	top: -50px;
	margin: 0;
	text-align: center
}

.side-panel-app li a {
	background-color: #0f5a43;
	color: hsl(0deg 0% 90%)
}

.side-panel-app li a:hover .fa {
	transform: rotate(720deg)
}

.side-panel-app li:first-child a:hover {
	background-color: #32de84
}

.side-panel-app li:last-child a:hover {
	background-color: #000
}

.marquee-content {
	margin: 0;
	position: relative;
	padding: 0 0 0 40px
}

.marquee-marquee {
	background: #1d1d1d
}

.marquee-content:before {
	content: "î› ";
	font-family: 'font-icons';
	display: inline-block;
	font-style: normal;
	position: absolute;
	top: 2px;
	left: 0;
	color: #fff;
	font-size: 26px
}

.marquee-content ul li {
	list-style: none;
	padding: 10px 0;
	font-size: 14px;
	color: #fff
}

.captcha-wrapper {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0
}

.captcha-wrapper .captcha-image {
	margin: 0 15px 0 0
}

.captcha-input-field input {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.red {
	color: #f00
}

#darkness {
	background: rgba(0, 0, 0, .5);
	transition: background .2s;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	display: none
}

ul.mega-menu:hover+#darkness {
	display: block !important
}

.modal-content {
	border: none;
	background-color: #191919;
	width: 360px
}

.modal-content .fa.fa-times {
	color: #fff
}

#onenotdiv .text-muted {
	font-size: 13px
}

#onenotdiv p {
	margin-bottom: 10px
}

#lobby-header .h1 {
	font-size: 28px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e0e0e0
}

#lobby-header .h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 18px;
	border-bottom: 1px solid #656565;
	margin: 10px 0 0 0;
	color: #333;
	display: flex;
	justify-content: left
}

#lobby-header .h3 span {
	color: #fff;
	font-size: 20px
}

.lobby-game-listing .inner-game-listing {
	width: 25%;
	float: left
}

.lobby-game-listing .inner-game-listing .game-listing {
	margin: 10px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 5px;
	position: relative
}

.lobby-game-listing .inner-game-listing .previewbox {
	position: relative;
	padding-bottom: 46px
}

.lobby-game-listing .inner-game-listing .previewbox a {
	display: block
}

.lobby-game-listing .inner-game-listing .previewbox .button {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0
}

.lobby-game-listing .inner-game-listing .previewbox img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.lobby-game-listing .inner-game-listing .previewbox:hover img {
	opacity: .5
}

@media(max-width:767.98px) {
	.top-news>div {
		width: 100% !important;
		margin: 0 0 10px 0 !important
	}

	.lobby-game-listing .inner-game-listing {
		width: 50%
	}

	.side-panel-app li span {
		display: none
	}
}

.lobby-page-navigation {
	margin: 15px 0
}

.dropdown-item {
	text-transform: capitalize;
	border-bottom: 1px solid #e7e7e7;
	padding: 8px 0 8px 20px
}

#promoWG a {
	display: block
}

#promoWG .button {
	display: block;
	width: 100%;
	margin: 0
}

.Promo-head-title {
	padding: 10px 0 25px 0;
	background: transparent
}

.Promo-head-title .h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #656565;
	margin: 10px 0 20px 0;
	color: #fff
}

.top-five-provider-listing div {
	margin-bottom: 20px
}

.top-five-provider-listing div a {
	display: block;
	text-align: center;
	padding: 6px 6px 1px 6px;
	border-radius: 4px
}

.top-five-provider-listing div.top-five-title {
	margin: 5px 0;
	padding: 8px;
	color: #afafaf;
	border-radius: 3px;
	display: none
}

.hov-img-zoom {
	display: block;
	overflow: hidden;
	margin: 20px 0
}

.hov-img-zoom:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s
}

.hov-img-zoom a img {
	width: 90%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s
}

.top-five-game-carousel {
	position: relative;
	overflow: hidden
}

.top-five-game-carousel .overlay {
	position: absolute;
	bottom: -55px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	display: block;
	transition: bottom .5s ease
}

.top-five-game-carousel:hover .overlay {
	bottom: 20px;
	transition: bottom .5s ease
}

#top5id .owl-nav {
	width: 100%;
	text-align: center
}

#top5id button.owl-prev,
#top5id button.owl-next {
	width: 30px;
	height: 30px;
	background: #f88c00;
	border-radius: 100px;
	margin: 0 5px
}

.flag-cn {
	background-image: var(--china-flag);
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.flag-en {
	background-image: var(--usa-flag);
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.flag-my {
	background-image: var(--malaysia-flag);
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.flag-id {
	background-image: var(--indonesia-flag);
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.flag-kh {
	background-image: var(--cambodia-flag);
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.flag-th {
	background-image: var(--thailand-flag);
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.flag-vn {
	background-image: var(--vietnam-flag);
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background-size: contain;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

#slideout {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 99;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

#slideout p {
	width: 35px;
	padding: 12px 0;
	text-align: center;
	background: #0f5a43;
	-webkit-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	transform: rotate(-180deg);
	color: #fff;
	margin: 0 auto;
	padding: 20px 8px;
	text-orientation: sideways
}

#slideout_inner {
	position: fixed;
	top: 40%;
	right: -250px;
	background: #000;
	width: 250px;
	padding: 15px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	text-align: left;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0
}

#slideout_inner textarea {
	width: 190px;
	height: 100px;
	margin-bottom: 6px
}

#slideout:hover {
	right: 250px;
	transition: right 1s
}

#slideout:hover #slideout_inner {
	right: 0;
	transition: right 1s
}

.afb-medias a {
	width: 100%;
	background-color: #0f5a43;
	border: none;
	outline: none;
	display: block;
	margin-bottom: 1px;
	padding: 3px 15px;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	margin-bottom: 5px !important;
	font-weight: bold
}

.afb-medias .h1 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 8px
}

.afb-medias a:hover {
	background-image: #000;
	color: #fff
}

.afb-medias a>div {
	display: inline-block;
	margin-right: 15px
}

.afb-medias a:last-child {
	margin-bottom: 0
}

.news-title h2 a {
	font-weight: 400;
	font-size: 1rem
}

.table-dark {
	color: #fff;
	background-color: #000
}

.required:after {
	content: " *";
	color: #f00
}

.mandatory_field {
	color: #f00
}

.user-profile-avatar {
	display: none;
	float: left
}

.user-profile-dropdown .top-bar-wallet {
	display: none
}

.mobile-noti {
	display: none !important
}

@media(max-width:580px) {
	.mobile-noti {
		display: block !important
	}

	.post-login-ewallet {
		display: none !important
	}

	#hortizontal-marquee {
		display: none
	}

	.user-profile-dropdown .top-bar-wallet {
		display: block !important;
		border-radius: 3px 3px 0 0;
		background: #de5252
	}

	.user-profile-avatar {
		display: block !important
	}
}

.game-lobby-listing {
	float: left
}

.game-lobby-listing>.inner {
	margin: 15px;
	position: relative !important
}

.game-lobby-listing img {
	border-radius: 3px
}

.game-lobby-listing span {
	position: absolute;
	transition: opacity 300ms;
	opacity: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 8px;
	text-align: center;
	color: #fff;
	background: #ff7d00;
	border-radius: 0 0 3px 3px;
	font-size: 14px
}

.game-lobby-listing :hover~span {
	opacity: 1
}

@media(min-width:1200px) {
	.game-lobby-listing {
		width: 20%
	}
}

@media(max-width:1199px) {
	.game-lobby-listing {
		width: 25%
	}
}

@media(max-width:997px) {
	.game-lobby-listing {
		width: 33.3333%
	}
}

@media(max-width:767.98px) {
	.game-lobby-listing {
		width: 50%
	}
}

@media(max-width:480px) {
	.game-lobby-listing {
		width: 100%
	}
}

.paginationjs-pages ul li a.active {
	background: #ff9200
}

.provider-lobby span {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700
}

#general-post h3.general-post-title {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px 0;
	color: #fff
}

#lobby-header,
#general-post {
	padding: 10px 0 25px 0;
	background: transparent
}

#news-header h3 span {
	color: #c3c3c3
}

#news-header h3 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #656565;
	margin: 25px 0 30px 0;
	color: #fff
}

#news-details-header h3 span {
	color: #c3c3c3
}

#news-details-header h3 {
	margin-bottom: 25px;
	color: #fff;
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #656565
}

#news-header .news-listing div,
.promotion-list .promotion_list-info div {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	margin: 10px 0 15px 0
}

#news-header .news-listing div.button,
.promotion-list .promotion_list-info div.button {
	display: inline-block;
	font-size: 13px
}

#news-header .news-listing a img,
.promotion-list .promotion_list-info a img {
	border-radius: 8px
}

.header-row {
	justify-content: space-evenly
}

#logo-wrapper .col-lg-12 {
	display: flex;
	align-items: center;
	margin-bottom: 0
}

#logo-wrapper {
	min-height: 55px
}

.lang-selection .dropdown-menu a span {
	margin-right: 12px
}

.lang-selection .dropdown-menu a {
	padding-left: 22px
}

.modal-header,
.modal-footer {
	background: #252525;
	border-bottom-color: #404040;
	border-top-color: #404040
}

.modal-header {
	color: #fff
}

.modal-header button.close {
	background-color: #158061;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
	color: #fff;
	font-weight: 300;
	border-top-right-radius: 5px
}

.modal-header button.close span {
	font-size: 1.5rem;
	font-weight: 500;
	position: unset
}

.modal-backdrop {
	background-color: #747974 !important
}

.modal-title {
	color: #fff !important
}

.h5.modal-title {
	font-size: 15px;
	margin: 0;
	color: #333
}

.close:hover {
	color: #fff
}

.close {
	color: #ccc
}

.time-zone {
	width: 260px
}
.eachItem:hover{
	background-color: #c52a5a;
}
body {
	background-repeat: no-repeat;
	background-image: url(../images/bg.png);
	background-color: #fff; 
    background-size: cover;
	background-attachment: fixed
}

.background-img {
	background-image: var(--slot-token-casino777)
}

#hortizontal-marquee {
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 3px solid #053d2d;
	padding: 5px;
	color: #fff;
	position: relative
}

#hortizontal-marquee:before {
	content: "ï‚¡";
	font-family: 'FontAwesome';
	position: absolute;
	left: -1px;
	font-size: 18px;
	bottom: 2px;
	color: #43bd99;
	width: 27px;
	text-align: center;
	height: 27px;
	line-height: 1.6;
	background: #202020;
	transform: rotate(-10deg);
	border-radius: 150px;
	z-index: 1
}

#hortizontal-marquee span {
	display: inline-block;
	font-size: 15px;
	position: relative;
	left: 100%
}

#hortizontal-marquee:hover span {
	animation-play-state: paused
}

#hortizontal-marquee span {
	animation-delay: 0s
}

.jackpot-countdown .visual .counter-timer {
	width: 80%;
	margin: 0 auto;
	margin-top: 32px;
	font-family: 'digital-7regular';
	text-align: center;
	font-size: 75px;
	text-shadow: 1px 1px 1px #000
}

.jackpot-countdown .visual .counter-title {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: -65px;
	text-align: center
}

.jackpot-countdown .visual .counter-title img {
	width: 300px
}

.jackpot-countdown .visual {
	width: 60%;
	margin: 0 auto;
	background: #7ddf51;
	background: linear-gradient(180deg, rgba(125, 223, 81, 1) 0%, rgba(17, 141, 52, 1) 100%);
	border-radius: 50px;
	position: relative;
	border: 7px solid #086b23;
	margin-top: 30px
}

.jackpot-countdown .visual .counter-visual-left,
.jackpot-countdown .visual .counter-visual-right,
.jackpot-countdown .visual .counter-visual-gold-coin,
.jackpot-countdown .visual .counter-visual-blur {
	position: absolute
}

.jackpot-countdown .visual .counter-visual-right img {
	width: 260px
}

.jackpot-countdown .visual .counter-visual-blur img {
	width: 300px
}

.jackpot-countdown .visual .counter-visual-left img {
	width: 180px
}

.jackpot-countdown .visual .counter-visual-blur {
	left: 10%;
	top: -35px
}

.jackpot-countdown .visual .counter-visual-left {
	left: 0;
	top: -35px
}

.jackpot-countdown .visual .counter-visual-right {
	right: -56px;
	top: -70px
}

.jackpot-countdown .visual .counter-visual-gold-coin {
	left: 35%;
	bottom: -39px
}

.jackpot-countdown .visual .counter-visual-gold-coin img {
	width: 230px;
	transform: translatey(0);
	animation: float 6s ease-in-out infinite
}

@font-face {
	font-family: 'digital-7regular';
	src: url('../fonts/digital-7-webfont.woff2') format('woff2'), url('../fonts/digital-7-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal
}

@keyframes float {
	0% {
		transform: translatey(0)
	}

	50% {
		transform: translatey(-10px)
	}

	100% {
		transform: translatey(0)
	}
}

.category-shortcut ul li {
	display: inline-block
}

.category-shortcut ul li {
	display: inline-block;
	text-align: center;
	width: 23%
}

.category-shortcut ul li a span {
	display: block;
	margin: 0 auto;
	background: #333;
	padding: 5px 0;
	width: 80%;
	border-radius: 60px;
	background-image: linear-gradient(#158061, #158061, #063829);
	border: 2px solid #158061;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600
}

.category-shortcut ul {
	margin-bottom: 0;
	display: flex;
	justify-content: space-around
}

.category-shortcut ul li a {
	display: block
}

.category-shortcut ul li a img {
	margin-bottom: 10px;
	transform: translatey(0);
	animation: float 3s ease-in-out infinite;
	max-width: 100%;
	height: auto
}

.news-promotions-featured-game .news-feed,
.news-promotions-featured-game .current-promo,
.news-promotions-featured-game .info-center {
	background: #158061;
	border-radius: 8px;
	padding: 15px
}

.news-promotions-featured-game .news-feed .h2,
.news-promotions-featured-game .current-promo .h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold
}

.news-promotions-featured-game .info-center .h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold
}

.news-promotions-featured-game .news-feed .h2 a,
.news-promotions-featured-game .current-promo .h2 a,
.news-promotions-featured-game .info-center .h2 a {
	font-size: 11px;
	font-weight: normal;
	display: flex;
	align-items: center
}

.news-promotions-featured-game .news-feed .h2 a i,
.news-promotions-featured-game .current-promo .h2 a i,
.news-promotions-featured-game .info-center .h2 a i,
.news-promotions-featured-game .news-feed .h2 a svg,
.news-promotions-featured-game .current-promo .h2 a svg,
.news-promotions-featured-game .info-center .h2 a svg {
	margin-left: 5px
}

.fa-caret-right {
	margin-left: .3em
}

.info-center ul li {
	display: block;
	position: relative;
	padding-left: 15px
}

.info-center ul {
	margin-bottom: 0;
	display: block;
	margin-top: 15px
}

.info-center ul li:after {
	content: '';
	height: .4em;
	width: .4em;
	background: #d2153a;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 8px;
	left: 0
}

.info-center .h2 a {
	font-size: 11px;
	font-weight: normal
}

.info-center {
	background: #158061;
	border-radius: 8px;
	padding: 15px
}

.info-center .h2 i {
	margin-right: 5px
}

.info-center .h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase
}

.side-featured-game {
	background: #158061;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #158061
}
.inner-info div a{color: #fff;}
.side-featured-game .h2 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold
}

.side-featured-game .h2 i {
	margin-right: 10px
}

.side-featured-game img {
	margin-bottom: 10px;
	width: 100%
}

.side-featured-game img:last-child {
	margin-bottom: 0
}

.news-promotions-featured-game .info-center ul li {
	display: block;
	position: relative;
	padding-left: 15px
}

.news-promotions-featured-game .info-center ul {
	margin-bottom: 0
}

.news-promotions-featured-game .info-center ul li:after {
	content: '';
	height: .4em;
	width: .4em;
	background: #d2153a;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 8px;
	left: 0
}

.news-promotions-featured-game .info-center .h2 {
	font-size: 16px;
	margin-bottom: 12px;
	padding-bottom: 7px;
	color: #fff;
	border-bottom: 1px solid #618d81
}

.news-promotions-featured-game .info-center .h2 i {
	margin-right: 10px
}

.top-5-jackpot .h2,
.top-5-game .h2 {
	font-size: 16px;
	margin-bottom: 12px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.top-5-jackpot h2 a,
.top-5-game h2 a {
	font-size: 11px;
	font-weight: normal
}

.top-5-jackpot h2 a i,
.top-5-game h2 a i {
	margin-left: 5px
}

.top-5-jackpot,
.top-5-game {
	border-radius: 10px;
	/* border: 3px solid #158061; */
	padding: 15px;
	background-color: rgba(0, 0, 0, .6)
}

.jackpot-inner,
.top-5-game-inner {
	display: flex
}

.jackpot-inner div,
.top-5-game-inner div {
	width: 100%;
	text-align: center;
	margin: 0 3px;
	font-size: 18px;
	overflow: hidden
}

.jackpot-inner div.game-img-wrapper,
.top-5-game-inner div.game-img-wrapper {
	overflow: hidden;
	background: transparent;
	padding: 0
}

.jackpot-inner div img,
.top-5-game-inner div img {
	border-radius: 5px 5px 0 0;
	transition: transform .5s ease
}

.jackpot-inner div div {
	display: block;
	background: transparent;
	width: 96%;
	margin: 0 auto
}

.top-5-game-inner div div {
	display: block;
	padding: 0;
	background: transparent;
	width: 100%;
	margin: 0
}

.top5game {
	border-radius: .3rem;
	/* background-color: #0373ff; */
}

.top5title {
	padding-top: 5px !important
}

.jackpot-inner span {
	font-weight: 700;
	color: #fdff0e;
	display: inline-block;
	line-height: 1.2em
}

.jackpot-inner .gold-border span:first-child {
	width: 100%
}

.jackpot-inner .gold-border span:last-child {
	height: 21px;
	line-height: 21px
}

.top-5-game-inner span {
	font-size: 13px;
	text-transform: capitalize
}

.jackpot-inner div img:hover,
.top-5-game-inner div img:hover {
	transform: scale(1.2);
	transition: transform .5s ease
}

.top-5-game-inner div a div:last-child {
	border-radius: 0 0 5px 5px
}

.jackpot-inner div a div:last-child {
	background: transparent;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.news-feed .inner-info {
	display: flex;
	justify-content: space-between
}

.news-feed .inner-info div {
	width: 50%;
	margin-right: 10px;
	line-height: 1.4
}

.news-feed .inner-info div:last-child {
	margin-right: 0
}

.news-feed .inner-info div img {
	width: 100%;
	margin-bottom: 20px
}



@keyframes border-dance {
	0% {
		background-position: 0 0, 300px 116px, 0 150px, 216px 0
	}

	100% {
		background-position: 300px 0, 0 116px, 0 0, 216px 150px
	}
}

@keyframes moveGradient {
	50% {
		background-position: 100% 50%
	}
}

#news-details-header {
	padding-bottom: 30px
}

@media(max-width:1347px) {
	#hortizontal-marquee {
		width: 50%
	}
}

@media(max-width:991px) {
	.jackpot-countdown .visual .counter-visual-right {
		right: -122px
	}

	.jackpot-countdown .visual .counter-visual-left {
		left: -67px
	}

	.primary-menu:not(.on-click) .menu-item:hover>.sub-menu-container,
	.primary-menu:not(.on-click) .menu-item:hover>.mega-menu-content {
		border-bottom: none !important
	}
}

@media(max-width:769px) {
	.large-display {
		display: none !important
	}

	.jackpot-countdown .visual .counter-visual-right {
		right: -69px;
		top: -22px
	}

	.jackpot-countdown .visual .counter-visual-left {
		left: -74px;
		top: -21px
	}

	.jackpot-countdown .visual .counter-timer {
		width: 100%;
		font-size: 60px
	}

	.jackpot-countdown .visual .counter-visual-left img {
		width: 120px
	}

	.jackpot-countdown .visual .counter-visual-right img {
		width: 130px
	}

	.side-featured-game-wrapper {
		display: flex !important;
		justify-content: space-between !important
	}

	.side-featured-game-wrapper img {
		width: 48.5% !important;
		margin-bottom: 0 !important
	}

	.news-feed .inner-info div {
		display: flex;
		width: 100%;
		margin-right: 5px
	}

	.news-feed .inner-info div a {
		display: flex;
		justify-content: space-between
	}

	.news-feed .inner-info div a img {
		width: 50%;
		margin-right: 15px
	}

	.news-feed .inner-info div:nth-child(3) {
		margin-right: 0
	}

	.news-feed .inner-info div:last-child {
		display: none
	}

	.news-feed .inner-info div a {
		display: block
	}

	.news-feed .inner-info div a img {
		width: 100%;
		margin: 0 0 10px 0
	}

	.news-feed .inner-info div a span {
		display: block
	}
}

@media(max-width:580px) {
	.category-shortcut ul {
		margin-top: 40px;
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}

	.category-shortcut ul li a img {
		width: 90%
	}

	.category-shortcut ul li {
		width: 100%
	}

	.category-shortcut {
		margin-top: 20px
	}

	.category-shortcut ul li a span {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-size: 12px;
		width: 95%
	}
}

@media(max-width:991px) {
	.menu-link i {
		display: none
	}
}

@media(max-width:480px) {
	.jackpot-countdown .visual .counter-visual-left {
		left: -86px
	}

	.jackpot-countdown .visual .counter-visual-right {
		right: -96px;
		top: -30px
	}

	.jackpot-countdown .visual .counter-timer {
		font-size: 45px
	}

	.jackpot-countdown .visual .counter-title img {
		width: 200px
	}

	.jackpot-countdown .visual .counter-title {
		top: -43px
	}

	.jackpot-countdown .visual .counter-timer {
		margin-top: 20px
	}

	.jackpot-countdown .content-wrap {
		padding-top: 0
	}
}

@media(max-width:991px) {
	.top-bar-user a.btn-group.text-white {
		right: -13px
	}
}

@media(max-width:320px) {
	.category-shortcut ul li {
		width: 100%
	}

	button.button.button-rounded.button-small.button-login-register {
		padding: 5px 10px
	}
}

@media(max-width:380px) {
	.jackpot-countdown .visual .counter-timer {
		font-size: 32px
	}

	.jackpot-countdown .visual .counter-visual-left {
		left: -92px;
		top: -36px
	}

	.jackpot-countdown .visual .counter-visual-right {
		right: -100px
	}

	.jackpot-countdown .visual .counter-visual-blur {
		display: none !important
	}
}

@media(max-width:780px) {

	.jackpot-inner div,
	.top-5-game-inner div {
		font-size: 14px
	}

	.jackpot-inner,
	.top-5-game-inner {
		white-space: nowrap;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-y: hidden;
		position: relative
	}

	.top-5-jackpot,
	.top-5-game {
		position: relative
	}

	.top-5-jackpot:after,
	.top-5-game:after {
		content: 'ï”';
		font-family: 'FontAwesome';
		position: absolute;
		right: 0;
		font-size: 30px;
		top: 45%;
		display: none
	}

	.jackpot-inner div,
	.top-5-game-inner div {
		width: max-content;
		flex: 0 0 auto;
		width: 100%
	}
}

.dl-none {
	display: none !important
}

.news-promotions-featured-game .news-feed,
.news-promotions-featured-game .current-promo {
	margin-bottom: 15px
}

.alert-danger>marquee span {
	color: #fff;
	padding: 5px 0;
	letter-spacing: .035rem;
	font-weight: 300;
	display: inline-block
}

.notificationMarquee p {
	position: relative;
	margin: 0;
	line-height: 25px;
	white-space: nowrap;
	min-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-animation: marquee 45s linear infinite;
	animation: marquee 45s linear infinite;
	font-size: 12px
}

.hide {
	display: none
}

.modal-body p {
	font-size: 13px
}

.modal-dialog>.modal-content .h3 {
	font-size: 2em;
	margin-top: 40px;
	color: #fff
}

.modal-dialog>.modal-content h6 {
	font-size: 1.4rem !important
}

.modal-dialog-centered {
	justify-content: center
}

div#faq {
	padding: 10px 0 25px 0;
	margin-top: 10px
}

.side-bar .nav-tabs .nav-link {
	color: #aeaeae;
	text-transform: uppercase;
	border: none
}

.side-bar .nav-tabs .nav-link.active,
.side-bar .nav-tabs .nav-link:hover {
	border-bottom: 2px solid #f00;
	text-transform: uppercase;
	color: #222
}

@media only screen and (max-width:767px) {
	.nav-link span {
		display: flow-root;
		white-space: nowrap
	}

	.megamenu .megamenu-nav .nav-link {
		padding: 15px 15px;
		text-align: center
	}

	.megamenu-content img {
		width: 130px
	}

	.m-dp-none {
		display: none !important
	}

	.m-dp-block {
		display: block !important
	}

	.footer-bottom p {
		font-size: 12px
	}

	.jackpot-top span {
		font-size: 2.5rem
	}

	.jackpot-top {
		top: 3.6%
	}

	.afb-label-new,
	.afb-label-top,
	.afb-label-pp {
		font-size: .6em
	}

	.footer-collapse {
		padding-top: 0
	}

	.widget-list li a img {
		padding-left: 10px
	}

	img.sbanner-images-cover {
		height: 343px
	}
}

@media only screen and (max-width:575px) {
	.footer-collapse {
		padding-bottom: 80px !important;
		padding-top: 20px !important
	}

	.jackpot-top span {
		font-size: 2rem
	}

	.nav-link span {
		font-size: smaller
	}

	img.sbanner-images-cover {
		height: 512px
	}
}

.megamenu .megamenu-nav .nav-link {
	padding: 5px 15px;
	width: 100px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0f5a43;
	padding: 15px 20px
}

div#accordion-tab-1 .card {
	background-color: transparent !important;
	border: none !important
}

div#accordion-tab-1 .h5 {
	margin-bottom: 0
}

section#general-post a,
div#accordion-tab-1 a {
	color: #25f0b5
}

section#general-post a:hover,
div#accordion-tab-1 a:hover {
	color: #bffae9;
	text-decoration: none !important
}

div#accordion-tab-1 .card-body {
	background-color: #fff;
	color: #333
}

div#accordion-tab-1 .card-body p {
	margin-bottom: 0
}

.top-bar-user li a.btn-group.text-white {
	right: -10px;
	top: 2px
}

ul.login-register li a.btn-group.text-white {
	right: 5px;
	top: 12px
}

.scrolling-marquee {
	margin: 0;
	display: flex;
	width: 70%
}

#promoWG_BTN {
	top: 30%;
	position: absolute;
	z-index: 9;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-left: 0 !important
}

#promoWG_BTN .promoWG_Previous {
	margin-left: 15px;
	background-color: #484848 !important;
	border-radius: .25rem;
	padding: 5px 13px !important
}

#promoWG_BTN .promoWG_Next {
	margin-right: 10px;
	background-color: #484848 !important;
	border-radius: .25rem;
	padding: 5px 12px !important
}

.news-promotions-featured-game .news-feed h2,
.news-promotions-featured-game .current-promo h2 {
	color: #ffe490 !important
}

.table {
	margin-bottom: 0 !important
}

button.afb01,
a.afb01 {
	background-image: linear-gradient(to right, #158061, #158061)
}

.h3.generic-header {
	color: #ececec;
	font-size: 18px
}

.error-content {
	color: #ff1500 !important;
	text-align: center;
	font-size: 13px;
	font-weight: 600
}

#HaveDLS {
	position: fixed;
	bottom: 100px;
	left: 42%;
	z-index: 999
}

.free-spin-btn {
	background-image: none !important;
	margin-right: 0 !important;
	width: 50px;
	border-radius: 5px !important;
	display: flex;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite
}

@media(max-width:380px) {

	.captcha-wrapper .captcha-image,
	.captcha-wrapper .captcha-image img {
		margin: 0;
		width: 100%
	}

	.captcha-wrapper {
		margin: 0;
		flex-wrap: wrap
	}
}

@keyframes pulse-white {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

:root {
	--cd-color-1: hsl(225, 31%, 23%);
	--cd-color-1-h: 225;
	--cd-color-1-s: 31%;
	--cd-color-1-l: 23%;
	--cd-color-2: hsl(54, 42%, 95%);
	--cd-color-2-h: 54;
	--cd-color-2-s: 42%;
	--cd-color-2-l: 95%;
	--cd-color-3: hsl(54, 8%, 75%);
	--cd-color-3-h: 54;
	--cd-color-3-s: 8%;
	--cd-color-3-l: 75%;
	--cd-color-4: hsl(1, 84%, 63%);
	--cd-color-4-h: 1;
	--cd-color-4-s: 84%;
	--cd-color-4-l: 63%
}

:root,
[data-theme="default"] {
	--color-primary-darker: hsl(220, 90%, 36%);
	--color-primary-darker-h: 220;
	--color-primary-darker-s: 90%;
	--color-primary-darker-l: 36%;
	--color-primary-dark: hsl(220, 90%, 46%);
	--color-primary-dark-h: 220;
	--color-primary-dark-s: 90%;
	--color-primary-dark-l: 46%;
	--color-primary: hsl(220, 90%, 56%);
	--color-primary-h: 220;
	--color-primary-s: 90%;
	--color-primary-l: 56%;
	--color-primary-light: hsl(220, 90%, 66%);
	--color-primary-light-h: 220;
	--color-primary-light-s: 90%;
	--color-primary-light-l: 66%;
	--color-primary-lighter: hsl(220, 90%, 76%);
	--color-primary-lighter-h: 220;
	--color-primary-lighter-s: 90%;
	--color-primary-lighter-l: 76%;
	--color-accent-darker: hsl(355, 90%, 41%);
	--color-accent-darker-h: 355;
	--color-accent-darker-s: 90%;
	--color-accent-darker-l: 41%;
	--color-accent-dark: hsl(355, 90%, 51%);
	--color-accent-dark-h: 355;
	--color-accent-dark-s: 90%;
	--color-accent-dark-l: 51%;
	--color-accent: hsl(355, 90%, 61%);
	--color-accent-h: 355;
	--color-accent-s: 90%;
	--color-accent-l: 61%;
	--color-accent-light: hsl(355, 90%, 71%);
	--color-accent-light-h: 355;
	--color-accent-light-s: 90%;
	--color-accent-light-l: 71%;
	--color-accent-lighter: hsl(355, 90%, 81%);
	--color-accent-lighter-h: 355;
	--color-accent-lighter-s: 90%;
	--color-accent-lighter-l: 81%;
	--color-black: hsl(240, 8%, 12%);
	--color-black-h: 240;
	--color-black-s: 8%;
	--color-black-l: 12%;
	--color-white: hsl(0, 0%, 100%);
	--color-white-h: 0;
	--color-white-s: 0%;
	--color-white-l: 100%;
	--color-success-darker: hsl(94, 48%, 36%);
	--color-success-darker-h: 94;
	--color-success-darker-s: 48%;
	--color-success-darker-l: 36%;
	--color-success-dark: hsl(94, 48%, 46%);
	--color-success-dark-h: 94;
	--color-success-dark-s: 48%;
	--color-success-dark-l: 46%;
	--color-success: hsl(94, 48%, 56%);
	--color-success-h: 94;
	--color-success-s: 48%;
	--color-success-l: 56%;
	--color-success-light: hsl(94, 48%, 66%);
	--color-success-light-h: 94;
	--color-success-light-s: 48%;
	--color-success-light-l: 66%;
	--color-success-lighter: hsl(94, 48%, 76%);
	--color-success-lighter-h: 94;
	--color-success-lighter-s: 48%;
	--color-success-lighter-l: 76%;
	--color-error-darker: hsl(355, 90%, 41%);
	--color-error-darker-h: 355;
	--color-error-darker-s: 90%;
	--color-error-darker-l: 41%;
	--color-error-dark: hsl(355, 90%, 51%);
	--color-error-dark-h: 355;
	--color-error-dark-s: 90%;
	--color-error-dark-l: 51%;
	--color-error: hsl(355, 90%, 61%);
	--color-error-h: 355;
	--color-error-s: 90%;
	--color-error-l: 61%;
	--color-error-light: hsl(355, 90%, 71%);
	--color-error-light-h: 355;
	--color-error-light-s: 90%;
	--color-error-light-l: 71%;
	--color-error-lighter: hsl(355, 90%, 81%);
	--color-error-lighter-h: 355;
	--color-error-lighter-s: 90%;
	--color-error-lighter-l: 81%;
	--color-warning-darker: hsl(46, 100%, 41%);
	--color-warning-darker-h: 46;
	--color-warning-darker-s: 100%;
	--color-warning-darker-l: 41%;
	--color-warning-dark: hsl(46, 100%, 51%);
	--color-warning-dark-h: 46;
	--color-warning-dark-s: 100%;
	--color-warning-dark-l: 51%;
	--color-warning: hsl(46, 100%, 61%);
	--color-warning-h: 46;
	--color-warning-s: 100%;
	--color-warning-l: 61%;
	--color-warning-light: hsl(46, 100%, 71%);
	--color-warning-light-h: 46;
	--color-warning-light-s: 100%;
	--color-warning-light-l: 71%;
	--color-warning-lighter: hsl(46, 100%, 81%);
	--color-warning-lighter-h: 46;
	--color-warning-lighter-s: 100%;
	--color-warning-lighter-l: 81%;
	--color-bg: hsl(0, 0%, 100%);
	--color-bg-h: 0;
	--color-bg-s: 0%;
	--color-bg-l: 100%;
	--color-contrast-lower: hsl(0, 0%, 95%);
	--color-contrast-lower-h: 0;
	--color-contrast-lower-s: 0%;
	--color-contrast-lower-l: 95%;
	--color-contrast-low: hsl(240, 1%, 83%);
	--color-contrast-low-h: 240;
	--color-contrast-low-s: 1%;
	--color-contrast-low-l: 83%;
	--color-contrast-medium: hsl(240, 1%, 48%);
	--color-contrast-medium-h: 240;
	--color-contrast-medium-s: 1%;
	--color-contrast-medium-l: 48%;
	--color-contrast-high: hsl(240, 4%, 20%);
	--color-contrast-high-h: 240;
	--color-contrast-high-s: 4%;
	--color-contrast-high-l: 20%;
	--color-contrast-higher: hsl(240, 8%, 12%);
	--color-contrast-higher-h: 240;
	--color-contrast-higher-s: 8%;
	--color-contrast-higher-l: 12%;
	--color-user-bg: #ececec;
	--color-afb-black: #212529
}

#snav.en {
	left: 0;
	text-align: left
}

#snav.en li span {
	left: -100px
}

#snav.en li a:hover span {
	left: 50px
}

#snav.ar {
	right: 0;
	text-align: right
}

#snav.ar li span {
	right: -100px
}

#snav.ar li a:hover span {
	right: 35px
}

#snav {
	position: fixed;
	top: 40%;
	z-index: 999;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif
}

#snav ul {
	list-style: none;
	padding-left: 0 !important
}

#snav ul li {
	padding-left: 0 !important
}

#snav * {
	margin: 0;
	padding: 0;
	outline: 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#snav li a {
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative
}

#snav .fa {
	vertical-align: middle;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 4
}

#snav li span {
	font-size: 15px;
	height: auto;
	line-height: 50px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 0 15px;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 3
}

#snav li a:hover span img,
#snav li span img {
	width: 100px
}

#snav li a:hover .fa {
	transform: rotate(720deg)
}

#snav li a:hover span {
	visibility: visible;
	padding: 0
}

#snav li span {
	background-color: #555
}

#snav li .fa {
	background-color: #383838;
	color: hsl(0deg 0% 90%)
}

#snav li a:hover .fa {
	color: #fff
}

#snav li:nth-child(10n+1) span,
#snav li:nth-child(10n+1) a:hover .fa {
	background-color: #32de84
}

#snav li:nth-child(10n+2) span,
#snav li:nth-child(10n+2) a:hover .fa {
	background-color: #000
}

@media screen and (max-width:480px) {

	#snav li a:hover span img,
	#snav li span img {
		display: none
	}
}

.reg_img {
	max-width: 100%
}

.notifUnread::after {
	width: 4px;
	background: #f05a1a;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute
}

.notifUnread {
	background-color: #004eff14;
	border-color: #000
}

.notifUnread div {
	color: #0056b3;
	font-weight: 500
}

.seoar img {
	width: auto;
	max-width: 100%
}

.footer-wrapper01 {
	display: inline-block;
	width: 100%
}

.footer-wrapper01 h1,
.footer-wrapper01 h2,
.footer-wrapper01 h3,
.footer-wrapper01 h4,
.footer-wrapper01 h5,
.footer-wrapper01 h6 {
	word-break: break-all
}

.wrapper-container {
	max-width: 1400px
}

.footer-wrapper01 p {
	text-align: justify;
	text-justify: inter-word
}

.footer-wrapper01 h2,
.footer-wrapper01 h3,
.footer-wrapper01 h4,
.footer-wrapper01 h5,
.footer-wrapper01 h6 {
	color: var(--light)
}

.footer-wrapper01 h1 {
	color: var(--light)
}

@media screen and (max-width:991px) {
	.footer-wrapper01 {
		display: none
	}
}

.social-network a.icoSnapchat:hover {
	background-color: #f7f400
}

.social-network a.icoReddit:hover {
	background-color: #f74300
}

.social-network a.icoPinterest:hover {
	background-color: #c72028
}

.social-network a.icoTumblr:hover {
	background-color: #2f4155
}

.social-network a.icoTikTok:hover {
	background-color: #000
}

.social-network a.icoMedium:hover {
	background-color: #000
}

.tab-content {
	box-shadow: 0 1px 5px rgba(85, 85, 85, .15)
}

.tab-content .card {
	border-radius: 0
}

.tab-content .card-header {
	border-radius: 0;
	background-color: #030101eb
}

.tab-content .card-header .h5 {
	margin: 0
}

.tab-content .card-header .h5 button {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	font-weight: 700;
	color: rgba(0, 0, 0, .87);
	text-align: left;
	white-space: normal;
	font-size: .8em !important;
	padding: 15px 16px
}

.tab-content .card-header .h5 button:hover,
.tab-content .card-header .h5 button:focus,
.tab-content .card-header .h5 button:active,
.tab-content .card-header .h5 button:hover:active {
	text-decoration: none
}

.tab-content .card-body p {
	color: #616161
}

.tab-content .card-body p:last-of-type {
	margin: 0
}

.nav-pills-qr .nav-link {
	font-weight: bold;
	padding: 8px;
	text-align: center;
	background: #0a4a37;
	color: #fff
}

.nav-pills-qr .nav-link.active {
	background: #2c2c2c;
	color: #fff
}

.tab-content.qr {
	position: relative;
	width: 100%;
	height: auto;
	background: #2c2c2c;
	color: #000;
	border-radius: 0 10px 10px 10px;
	padding: 15px
}

.tab-content.qr button {
	border-radius: 15px;
	width: 100px;
	margin: 0 auto;
	float: right
}

.afb-medias a i.fa.fa-angle-double-right {
	right: 15%;
	position: absolute;
	margin-top: 2px
}

.selectCA {
	color: #007bff;
	cursor: pointer
}

.addNewCA {
	color: #007bff;
	cursor: pointer
}

.withdrawSpan {
	color: #000
}

.Ctooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #000
}

.Ctooltip .Ctooltiptext {
	visibility: hidden;
	width: max-content;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 105%
}

.Ctooltip:hover .Ctooltiptext {
	visibility: visible
}

div.maintenance {
	background: #383838
}

img.maintenance {
	opacity: .25
}

.under-m-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center
}

.under-m-logo span {
	font-weight: 900;
	font-size: 16px;
	margin-top: 5px
}

img.w-50 {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(117deg) brightness(103%) contrast(106%)
}

#notif-bell .notif-hd-title {
	background: #158061 !important
}

.promo-block-show-list ul {
	list-style: unset !important
}

.promo-block-show-list dl,
.promo-block-show-list dt,
.promo-block-show-list dd,
.promo-block-show-list ol,
.promo-block-show-list ul,
.promo-block-show-list li {
	margin: 0;
	padding-left: 1em !important
}

#PKV_FAQHeading {
	color: #000;
	padding: 0
}

.btn-link-pkv:hover,
.btn-link-pkv.focus,
.btn-link-pkv:focus {
	text-decoration: none !important
}

.pk-term li {
	list-style-type: initial;
	color: #000
}

.card-body-pkv {
	padding: 5px 10px 5px 35px !important
}

.modal-content .h5 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2
}

.modal-content .h3 {
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2
}

#playnowBtn {
	margin: 10px 0 20px 0
}

.modal-content .col-sm {
	padding: 0
}

.modal-content .col-sm-auto {
	padding-left: 15px;
	padding-right: 0
}

@media(max-width:428px) {
	.modal-content .col-sm-auto {
		padding-left: 0;
		padding-right: 0
	}
}

.modal-content label.col-sm-auto {
	padding-left: 0
}

@media(max-width:786px) {
	.jackpot-inner div {
		font-size: 12px
	}
}

.top5game .afb-title-h1 {
	width: 100%;
	padding: 0;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px 0;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	position: relative;
	align-items: center
}

.top5game .afb-title-h1:before {
	content: none
}

.top5game .afb-title-h1 a span {
	display: flex;
	align-items: center
}

.top5game .afb-title-h1 a span svg {
	margin-left: 5px
}

.top5game .photobox {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0
}

.top5game .photobox:hover .photobox__previewbox:before {
	transform: scale(3);
	transition-duration: .5s;
	transition-delay: 0s
}

.top5game .photobox:hover .photobox__previewbox.zoom img {
	transition: all .2s linear
}

.top5game .photobox:hover .photobox__previewbox.zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.top5game .photobox .photobox_title {
	overflow: hidden
}

.top5game .photobox .photobox_title a.tmb-content__link {
	text-align: center;
	font-size: .7rem;
	line-height: 15px;
	font-weight: 300;
	padding: 10px 5px;
	display: block;
	background: #212633;
	color: #fff;
	border-radius: 0 0 5px 5px
}

.top5game .photobox .photobox_title a.tmb-content__link div {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto
}

.top5game .photobox__previewbox {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.top5game .photobox__previewbox:before {
	content: '';
	width: 0;
	height: 0;
	padding: 25%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(7, 7, 7, .66);
	transition: transform calc(.5s/2) ease calc(.5s/2);
	will-change: transform;
	transform: scale(0);
	z-index: 8
}

.top5game .photobox__previewbox .action_overlay {
	position: absolute;
	top: 0;
	left: -300%;
	bottom: 0;
	right: 0;
	padding: 10px;
	transition-duration: .5s;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 9
}

.top5game .photobox__previewbox .action_overlay a {
	display: flex
}

.top5game .photobox__previewbox .action_overlay a div {
	font-size: .7rem;
	padding: 6px 10px;
	text-align: center;
	margin: 5px 0;
	border-radius: 3px;
	color: #fff;
	display: block;
	background-image: linear-gradient(to right, #3598fe, #3598fe)
}

.top5game .photobox__previewbox .action_overlay a div:hover {
	background-image: linear-gradient(to right, #3598fe, #3598fe)
}

.top5game .photobox__previewbox:hover .action_overlay {
	left: 0;
	transition-duration: .5s
}

.jackpotpool .afb-title-h1 {
	width: 100%;
	padding: 0;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	margin: 0 0 15px 0;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	position: relative;
	align-items: center
}

.jackpotpool .afb-title-h1:before {
	content: none
}

.jackpotpool .afb-title-h1 a span {
	display: flex;
	align-items: center
}

.jackpotpool .afb-title-h1 a span svg {
	margin-left: 5px
}

.jackpotpool .photobox {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: initial
}

.jackpotpool .photobox:hover .photobox__previewbox:before {
	transform: scale(3);
	transition-duration: .5s;
	transition-delay: 0s
}

.jackpotpool .photobox:hover .photobox__previewbox.zoom img {
	transition: all .2s linear
}

.jackpotpool .photobox:hover .photobox__previewbox.zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.jackpotpool .photobox__previewbox {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.jackpotpool .photobox__previewbox:before {
	content: '';
	width: 0;
	height: 0;
	padding: 25%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(7, 7, 7, .66);
	transition: transform calc(.5s/2) ease calc(.5s/2);
	will-change: transform;
	transform: scale(0);
	z-index: 8
}

.jackpotpool .photobox__previewbox .action_overlay {
	position: absolute;
	top: 0;
	left: -300%;
	bottom: 0;
	right: 0;
	padding: 10px;
	transition-duration: .5s;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 9
}

.jackpotpool .photobox__previewbox .action_overlay a {
	display: flex
}

.jackpotpool .photobox__previewbox .action_overlay a div {
	font-size: .7rem;
	padding: 6px 10px;
	text-align: center;
	margin: 5px 0;
	border-radius: 3px;
	color: #fff;
	display: block;
	background-image: linear-gradient(to right, #3598fe, #3598fe)
}

.jackpotpool .photobox__previewbox .action_overlay a div:hover {
	background-image: linear-gradient(to right, #3598fe, #3598fe)
}

.jackpotpool .photobox__previewbox:hover .action_overlay {
	left: 0;
	transition-duration: .5s
}

.jackpotpool div.text-wrap {
	text-align: center;
	display: -webkit-box;
	padding: 5px 5px;
	white-space: normal;
	border-radius: 5px
}

.jackpotpool div.text-wrap a {
	display: block;
	width: 100%
}

.jackpotpool div.text-wrap .jackpotcounter {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: .83em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 90%;
	white-space: normal;
	padding: 0;
	margin: 0 auto
}

.jackpotpool .img-wrap {
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.jackpotpool span.gold {
	display: block;
	background: repeating-linear-gradient(135deg, #ffdd9b 0, #fed792 20px, #ffe1ac 40px, #fff 70px, #fac66b 125px, #f6c26b 160px, #e7b155 175px, #f4c16b 185px, #f1bf6b 220px, #f3be66 235px, #e9b153 250px, #f5be61 280px, #f9bc56 305px, #fffbf5 385px, #fcc362 415px, #fcc379 450px, #ffdd9b 500px);
	background-clip: text;
	-webkit-background-clip: text;
	background-repeat: repeat;
	background-attachment: fixed;
	backface-visibility: none;
	color: #fdff0e !important;
	filter: drop-shadow(0 3px 1px #000);
	font-size: 1rem;
	font-weight: 700
}

.faq-card {
	background-color: #0f5a43
}

.faq-card .h6 {
	color: #fff
}

@media(max-width:429px) {
	.profile-username {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 56px
	}

	.button.button-small {
		padding: 4px 6px;
		font-size: 10px
	}
}

#shareboxPopup .btn.btn-sm {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff !important
}

.text-green {
	color: #008000 !important
}

.text-red {
	color: #f00 !important
}

.container-search-game .input-group input {
	color: #000 !important
}

.button.afb01,
a.afb01 {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.footer-bottom .content-wrap {
	padding: 40px 0
}

@media(max-width:767px) {
	.footer-bottom .content-wrap {
		padding: 30px 0
	}
}

.rgstButton {
	background: #158061 !important
}

.rgstButton:hover {
	background: #198d6b !important
}

#registerModal .bottom a {
	color: #158061
}

#registerModal .bottom a:hover {
	color: #fff
}

#loginModal .model-h3,
#forgotPasswordModal .model-h3,
#changePasswordModal .model-h3 {
	color: #fff
}

#VTdata img {
	width: 100%;
	height: auto
}

#mega888StartingModal h3,
#mega888StartingModal h5,
#mega888StartingModal span,
#mega888StartingModal label,
#megaGamingStartingModal h3,
#megaGamingStartingModal h5,
#megaGamingStartingModal span,
#megaGamingStartingModal label,
#megaV3StartingModal h3,
#megaV3StartingModal h5,
#megaV3StartingModal span,
#megaV3StartingModal label,
#pussy888StartingModal h3,
#pussy888StartingModal h5,
#pussy888StartingModal span,
#pussy888StartingModal label,
#kiss918StartingModal h3,
#kiss918StartingModal h5,
#kiss918StartingModal span,
#kiss918StartingModal label {
	color: #fff
}

#Mega888_UpdatePassword button span,
#MegaGaming_UpdatePassword button span,
#MegaV3_UpdatePassword button span,
#pussy888_UpdatePassword button span,
#kiss918_UpdatePassword button span {
	color: #000
}

#mega888-download,
#megaGaming-download,
#megaV3-download,
#pussy888-download,
#kiss918-download {
	margin-bottom: 1rem
}

#mega888StartingModal .modal-content h3,
#megaGamingStartingModal .modal-content h3,
#megaV3StartingModal .modal-content h3,
#pussy888StartingModal .modal-content h3,
#kiss918StartingModal .modal-content h3 {
	margin-top: 0
}

#disclaimerModal,
#disclaimerContinueModal {
	z-index: 9999
}

#Mega888_UpdatePassword .btn,
#MegaGaming_UpdatePassword .btn,
#MegaV3_UpdatePassword .btn {
	font-size: 1em
}

#Mega888_UpdatePassword_Collapse .btn-color,
#MegaGaming_UpdatePassword_Collapse .btn-color,
#MegaV3_UpdatePassword_Collapse .btn-color,
#Pussy888_UpdatePassword_Collapse .btn-color,
#Kiss918_UpdatePassword_Collapse .btn-color {
	font-size: .8rem !important
}

@media(min-width:992px) {
	.mega-menu-full .mega-menu-content {
		overflow-y: auto;
		max-height: 40vh
	}
}

.sharebox-container.text-center.p-1 .input-group-append button {
	padding-top: 0 !important;
	padding-bottom: 0
}

@media(max-width:428px) {
	#invite-friend .share-title {
		font-size: 9px;
		max-height: 27px
	}

	button.button.button-rounded.button-small.button-login-register {
		min-width: 40px !important;
		height: 27px;
		align-items: center;
		display: flex
	}
}

@media only screen and (max-width:1195px) and (min-width:996px) {

	#invite-friend .row .col-12.col-md-6.col-lg-3.px-1,
	#invite-friend .row .col-12.col-md-6.col-lg-3.px-1,
	#invite-friend .row .d-none.d-md-block.col-md-6.px-1 {
		min-width: 50% !important
	}
}

#invite-friend .row .col-12.col-md-6.col-lg-3.px-1 input,
#invite-friend .row .col-12.col-md-6.col-lg-3.px-1 input,
#invite-friend .row .d-none.d-md-block.col-md-6.px-1 input {
	min-height: 33.19px !important
}

#pokervModal label {
	color: #fff
}

#pokervModal .button-green {
	background-color: #0f5a43;
	color: #fff
}

.affiliateSharer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center
}

.affiliateSharer li {
	width: 16%;
	display: flex;
	align-items: center;
	list-style: none;
	margin-left: 1px;
	margin-right: 1px;
	justify-content: center
}

#shareboxPopup {
	color: #000
}

#searchgame2_searchgame_Keyword {
	color: #000 !important
}

img.icon-flag {
	width: 20px !important
}

#dropdownLang svg {
	color: #fff
}

#dropdownLang:hover {
	background: none !important
}

.marqueeinfinite {
	--gap: 5rem;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	margin-bottom: 0 !important;
	font-size: 12px;
	padding: 0
}

.marqueeinfinite__content {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	min-width: 100%;
	gap: var(--gap);
	list-style: none
}

.form-control {
	border-radius: 3px;
	padding: .35rem !important;
	height: calc(1.2em + .75rem + 2px) !important
}

.form-control:focus {
	box-shadow: none
}

@keyframes infinitescroll {
	from {
		transform: translateX(100%)
	}

	to {
		transform: translateX(calc(-100% - var(--gap)))
	}
}

.enable-animation .marqueeinfinite__content {
	animation: infinitescroll 10s linear infinite
}

.marqueeinfinite__content:hover {
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.notif-angpow.hide {
	display: none !important
}

#AngPowListDiv .card {
	color: #080808 !important
}

.contactDetailEmail input {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.contactDetailEmail .emailFullText::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #000 transparent
}

.contactDetailEmail .emailFullText {
	visibility: hidden;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	white-space: break-spaces;
	word-wrap: break-word;
	margin: auto;
	max-width: 90%
}

.contactDetailEmail:hover .emailFullText {
	visibility: visible
}

.payment-transaction {
	max-height: 520px;
	overflow-y: auto;
	display: none;
	padding-right: 10px
}

.payment-item {
	margin-bottom: .8rem;
	background: var(--cd-color-1);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	cursor: pointer;
	border-left: solid 5px #61b962;
	min-height: 55px
}

.payment-item .payment-icon {
	margin-right: 10px
}

.payment-item .payment-icon img {
	width: 40px;
	height: auto;
	object-fit: contain;
	object-position: center
}

.payment-grid .payment-form {
	font-size: .9rem
}

.nav_bottom-container {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%
}

.footer-nav {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	margin: 0;
	padding: 0
}

.footer-nav li {
	width: 20%
}

.footer-nav li a {
	color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	text-transform: uppercase;
	padding: 8px 0 2px 0;
	font-size: .65rem;
	font-weight: 500;
	height: 50px;
	position: relative;
	background: #0373ff
}

.svg-icon_wrapper.beat-animations svg {
	width: 2rem;
	height: 2rem
}

.footer-nav li a svg {
	width: 1.2rem;
	height: 1.2rem
}

.footer-nav li a .svg-icon_wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	top: -30px;
	right: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: var(--mainTheme);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	border: 3px solid #fff
}

.beat-animations {
	-webkit-animation: beat .5s infinite alternate;
	animation: beat .5s infinite alternate
}

@keyframes beat {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes beat {
	to {
		transform: scale(1.2)
	}
}

.footer-nav li a span {
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase
}

.dashboardFaq .card-header {
	padding: 5px;
	position: relative
}

.dashboardFaq .card-header a {
	display: block;
	color: #fff
}

.dashboardFaq .card-header a i {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff
}

.myInfo {
	padding: 15px
}

.toast-body {
	border-bottom: 6px solid var(--mainTheme)
}

#buypromoModal #buypromo-promotionTitleTxt,
#buypromoModal label {
	color: #fff !important
}

#buypromoModal .displayinfo label {
	color: #000 !important
}

.simple-login .fld {
	height: 29px;
	margin-bottom: 0 !important
}

.simple-login .btn-login {
	height: 29px;
	line-height: 17px;
	background: #eee;
	color: #000
}

.simple-login .simple-captcha-img {
	height: 29px !important
}

#addBank .lbl,
#addCrypto .lbl {
	color: #fff
}

.bg-black {
	background-color: #000
}

.announcementIcon {
	width: 15px;
	float: left
}

.announcementIcon img {
	width: 100%;
	filter: brightness(2)
}

#announcementIcon {
	width: 18px;
	float: left;
	margin-left: 5px;
	line-height: 0;
	margin-right: 10px
}

#announcementIcon img {
	width: 100%;
	filter: brightness(1);
	margin-top: 2px
}

.announcementWrapper {
	border-radius: 3px;
	padding: 2px;
	width: 100% !important
}

.marqueeinfinite {
	line-height: 22px;
	padding-left: 10px
}

.dropdown-toggle::after {
	display: none
}

#top-bar #dropdownMenuLink,
#top-bar #dropdownMenuLink2 {
	width: 20px;
	left: 0;
	top: 0
}

.simple-forgotpw {
	float: left;
	margin-left: 125px
}

.simple-forgotpw a {
	color: #ffffff80 !important
}

.top-link {
	margin-top: -12px
}

.btn-login {
	padding: 7px 14 px;
	line-height: 13px !important
}

.button {
	border-radius: 3px !important;
	padding: 7px 15px 6px 15px !important;
	line-height: 18px !important
}

.lang-selection .dropdown-menu a img {
	top: 11px !important
}

img.megamenu-icon.icon-images {
	margin-right: 5px;
	filter: brightness(2)
}

.dropDownProviderLogo {
	padding: 10px
}

ol.carousel-indicators {
	bottom: 8px !important
}

.inside svg {
	margin-top: -8px !important
}

.category-shortcut ul li a img {
	max-width: 90%
}

.searchgamewidget,
.side-featured-game,
.inside {
	border-radius: 10px !important
}

#searchgame_searchgame_List a {
	overflow: hidden;
	border-radius: 10px
}

.searchgamewidget .afb-padding-lr {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important
}

.category-shortcut ul li a span {
	border-radius: 3px
}

.tournament-container .afb-title-h1 {
	display: none
}

.top-5-game.tournament-container {
	border: 0 !important;
	background: #fff0;
	padding: 0
}

#tournament-tableranking #tournWTop5RankContent .rank-container {
	margin-left: 35px
}

#tournament-tableranking #tournWTop5RankContent .rank-container:first-child {
	margin-left: 20px
}

#tournament-tableranking #tournWTop5RankContent .btn-arrow-left i {
	margin-left: -8px
}

#tournament-tableranking #tournWTop5RankContent .btn-arrow-right i {
	margin-right: -8px
}

.content-wrap {
	position: relative
}

.top5game {
	border-radius: 10px
}

.top5game .afb-title-h1 {
	font-size: 16px;
	font-weight: bold
}

.owl-carousel .owl-dots .owl-dot {
	margin: 0 2px 0 2px
}

.col-md-2.text-right.d-none.d-md-block .text-white {
	color: #ffffff80
}

.top5game .photobox .photobox_title a.tmb-content__link {
	border-radius: 0 0 10px 10px;
	background-color: #484848
}

.top5game .photobox .photobox_title a.tmb-content__link:hover {
	color: #ffe490
}

.col-md-2.text-right.d-none.d-md-block a.text-white {
	font-size: 11px
}

#tournament-tableranking .btn-tournament {
	border-radius: 3px
}

.w-75 marquee {
	margin-left: 8px
}

.seoar .content-wrap {
	line-height: 1
}

#footer {
	border: 0
}

.col-8.px-0.model-h3.text-center {
	font-size: 21px;
	font-weight: bold
}

.col-8.px-0.model-h3.text-center small {
	line-height: 1
}

.did-floating-input,
.did-floating-select {
	font-size: 14px
}

.captchaInputRefresh a.captcha-refresh i {
	margin-top: 5px
}

.captchaInputRefresh a svg {
	width: 16px;
	margin-top: -3px;
	color: #007bff
}

.top-bar-user .btn-group .button {
	top: 0;
	padding: 0 !important
}

.sidebar-item {
	position: -webkit-sticky;
	position: sticky;
	top: 60px
}

.button-login-register {
	padding: 6px 14px !important;
	height: 29px !important
}

.versionButton.button.button-rounded.button-border.button-small.text-white.ml-2.btn-lite.login {
	padding: 7px 14px 6px 14px !important;
	font-size: 12px;
	line-height: 15px;
	height: 29px !important
}

.notif-hd-title {
	font-weight: bold
}

#saveprofilebtn {
	font-weight: normal;
	text-align: center
}

#logo-wrapper {
	width: 100%;
	margin: 0 auto
}

.footer-wrapper01 p {
	line-height: 1
}

#lobby-header .h3,
section.promotion-list .h3.afb-title-h1.mb-3 {
	border-bottom: 0 !important
}

.hov-img-zoom {
	overflow: initial !important
}

#lobby-header .h3 span {
	font-weight: bold !important
}

.promotion_list-container a {
	border-radius: 5px;
	display: block;
	overflow: hidden
}

.skipOrphan a {
	font-size: 21px;
	font-weight: bold;
	border: 0 !important;
	line-height: 1
}

.button {
	border: solid 0 #158061
}

.promotion-list .user-profile .afb-title-h1 span {
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	float: left
}

.tournament-leaderboardtitle {
	font-weight: normal;
	text-shadow: 0 0 #202020
}

.btn-tournamentlist {
	border-radius: 5px !important
}

.h3.generic-header {
	font-weight: bold
}

.button.afb01 {
	border-radius: 3px !important
}

#top-Withdraw-Btn,
#top-Deposit-Btn,
#burgermenu-Withdraw-Btn,
#burgermenu-Deposit-Btn,
.button.button-small {
	padding: 5px !important
}

#hideBtn {
	padding: 0 !important;
	display: flex;
	align-items: center;
	gap: 3px
}

.top5game .afb-title-h1 {
	font-size: 16px !important
}

.top5game .photobox__previewbox .action_overlay a div,
.jackpotpool .photobox__previewbox .action_overlay a div {
	background: #484848 !important
}

.top5game .photobox__previewbox .action_overlay a div,
.jackpotpool .photobox__previewbox .action_overlay a div:hover {
	background: #158061 !important
}

.promotion-rules-page.dark-theme .blog-title {
	font-size: 20px !important;
	font-weight: bold !important;
	text-decoration: none !important
}

.promotion-rules-page .blog-title,
.general-post-title {
	font-size: 20px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	line-height: 1 !important
}

.blog-title.seoar {
	line-height: 1 !important
}

.page-title-wrap {
	padding-top: 40px
}

.gamelobbySearchBtn {
	border-radius: 3px
}

.game-lobby-container {
	padding-bottom: 60px
}

.top-link {
	margin: 0
}

a#dropdownMenuLink,
a#dropdownMenuLink2 {
	flex-direction: row-reverse;
	padding: 2px 0 !important
}

#searchgame_searchgame_List a {
	width: 140px !important
}

#searchgame_searchgame_List a:first-child {
	margin-right: 5px !important
}

#tournament-tableranking h6 {
	font-weight: normal
}

.news-promotions-featured-game .current-promo,
.news-promotions-featured-game .news-feed {
	border: 3px solid #158061 !important
}

.icon-language,
.icon-template {
	width: 18px;
	height: 18px
}

.selectCustom {
	width: 100%;
	position: relative;
	margin-bottom: 10px
}

#footer {
	position: relative;
	margin-top: 0 !important;
	/* background-color: #252525 !important; */
	font-size: 13px;
	filter: opacity(.9)
}

.footer-copy-right {
	background-color: #0373ff;
	text-align: center;
	color: #bebebe;
	font-size: 10px;
	padding: 10px;
	display: inline-block;
	width: 100%
}

.shfooter .footlabel {
	color: #fff
}

.shfooter .collapse {
	display: inherit
}

ul.all-logo-footer div,
ul.provider-logo-footer div {
	float: left
}

.socialMedia-list li,
.paymentProvider-list li {
	padding: 0 10px 10px 0
}

ul#Payment-Providers li img {
	width: 50px;
	filter: grayscale(100%)
}

ul#Payment-Providers li img:hover {
	filter: grayscale(0%);
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s
}

.all-logo-footer div.one,
provider-logo-footer div.one {
	width: 15%
}

.all-logo-footer div.my-1 img {
	filter: grayscale(100%)
}

.all-logo-footer div.my-1 img:hover {
	width: 100%;
	filter: grayscale(0%);
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s
}

.socialMedia-list,
.paymentProvider-list {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-block-start: 0;
	padding-block-end: 0;
	padding-inline-start: 0;
	padding-inline-end: 0
}

.socialMedia-list a.icoLine>img {
	width: 25px !important;
	margin: auto;
	filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%)
}

.socialMedia-list li a.icoLine:hover>img {
	filter: brightness(0) invert(1)
}

.socialMedia-list a.icoLine:hover {
	background-color: #01bd02
}

.socialMedia-list a.icoRss:hover {
	background-color: #f56505
}

.socialMedia-list a.icoFacebook:hover {
	background-color: #3b5998
}

.socialMedia-list a.icoTwitter:hover {
	background-color: #3cf
}

.socialMedia-list a.icoGoogle:hover {
	background-color: #bd3518
}

.socialMedia-list a.icoVimeo:hover {
	background-color: #0590b8
}

.socialMedia-list a.icoLinkedin:hover {
	background-color: #007bb7
}

.socialMedia-list a.icoYoutube:hover {
	background-color: #b00
}

.socialMedia-list a.icoSnapchat:hover {
	background-color: #f7f400
}

.socialMedia-list a.icoReddit:hover {
	background-color: #f74300
}

.socialMedia-list a.icoPinterest:hover {
	background-color: #c72028
}

.socialMedia-list a.icoTumblr:hover {
	background-color: #2f4155
}

.socialMedia-list a.icoTikTok>img {
	width: 1.75rem !important;
	margin: auto;
	filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%)
}

.socialMedia-list a.icoTikTok:hover {
	background-color: #000
}

.socialMedia-list li a.icoTikTok:hover>img {
	filter: brightness(0) invert(1)
}

.socialMedia-list a.icoMedium:hover {
	background-color: #000
}

.socialMedia-list a.icoThreads>img {
	width: 25px !important;
	margin: auto;
	filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%)
}

.socialMedia-list li a.icoThreads:hover>img {
	filter: brightness(0) invert(1)
}

.socialMedia-list a.icoThreads:hover {
	background-color: #000
}

.socialMedia-list a.icoXHS>img {
	width: 25px !important;
	margin: auto;
	filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%)
}

.socialMedia-list li a.icoXHS:hover>img {
	filter: brightness(0) invert(1)
}

.socialMedia-list a.icoXHS:hover {
	background-color: #ff2741
}

.socialMedia-list a.icoTelegram>img {
	width: 25px !important;
	margin: auto;
	filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%)
}

.socialMedia-list li a.icoTelegram:hover>img {
	filter: brightness(0) invert(1)
}

.socialMedia-list a.icoTelegram:hover {
	background-color: #28a8e9
}

.socialMedia-list a.icoZalo>img {
	width: 25px !important;
	margin: auto;
	filter: invert(47%) sepia(21%) saturate(347%) hue-rotate(182deg) brightness(86%) contrast(97%)
}

.socialMedia-list a.icoZalo:hover {
	background-color: #0068ff
}

.socialMedia-list li a.icoZalo:hover>img {
	filter: brightness(0) invert(1)
}

.socialMedia-list a.icoWeChat:hover {
	background-color: #90ee90
}

.socialMedia-list a.icoInstagram:hover {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1)
}

.socialMedia-list a.icoRss:hover i,
.socialMedia-list a.icoFacebook:hover i,
.socialMedia-list a.icoTwitter:hover i,
.socialMedia-list a.icoGoogle:hover i,
.socialMedia-list a.icoVimeo:hover i,
.socialMedia-list a.icoLinkedin:hover i,
.socialMedia-list a.icoInstagram:hover i,
.socialMedia-list a.icoYoutube:hover i,
.socialMedia-list a.icoSnapchat:hover i,
.socialMedia-list a.icoReddit:hover i,
.socialMedia-list a.icoPinterest:hover i,
.socialMedia-list a.icoTumblr:hover i,
.socialMedia-list a.icoMedium:hover i {
	color: #fff
}

.socialMedia-list li a:hover i,
.triggeredHover,
.socialMedia-list li a:hover img {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s
}

.socialMedia-list i {
	color: #626c80;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	font-size: 25px
}

.socialMedia-list a.icoLine>.img-fluid {
	filter: none;
	width: 100% !important
}

.socialMedia-list a.icoTikTok>.img-fluid {
	filter: none;
	width: 100% !important
}

.socialMedia-list a.icoXHS>.img-fluid {
	filter: none;
	width: 100% !important
}

.socialMedia-list a.icoThreads>.img-fluid {
	filter: none;
	width: 100% !important
}

.socialMedia-list a.icoTelegram>.img-fluid {
	filter: none;
	width: 100% !important
}

.socialMedia-list a.icoWeChat>.img-fluid {
	filter: none;
	width: 100% !important
}

.socialMedia-list a.icoZalo>.img-fluid {
	filter: none;
	width: 100% !important
}

.social_square_icons .socialMedia-list,
.payment_square_icons .paymentProvider-list {
	display: flex;
	list-style: none
}

.dropup .dropdown-menu-center {
	bottom: calc(100% + .8rem) !important;
	left: calc(-100% + 1rem);
	box-shadow: 0 1px .5rem #0003;
	min-width: 100px;
	padding: .1rem
}

.dropup .dropdown-menu-center::before {
	position: absolute;
	display: inline-block;
	content: '';
	border-style: solid;
	border-width: .5rem .5rem 0 .5rem;
	border-color: #fff transparent;
	top: 100%;
	left: 50%;
	transform: translateX(-50%)
}

.footer-bottom {
	padding: 45px 0
}

.footer-bottom .h1 {
	font-size: 18px;
	color: var(--white)
}

.footer-bottom p {
	color: #fff;
	font-size: 12px;
	margin: 5px 0 auto
}

.footer-bottom p:hover {
	color: #ff6a00
}

.footer-bottom a {
	width: 50px;
	height: 50px;
	padding: 0;
	padding-top: 10px
}

.captchaInputRefresh .fld {
	height: 35px !important
}

@media screen and (max-width:767px) {
	.registrationCaptcha .captchaimage img {
		width: 90% !important;
		height: 35px !important
	}

	.registrationCaptcha .captchaimage {
		width: auto !important
	}

	.captchaInputRefresh {
		width: 100% !important
	}

	.footer-separator {
		display: none
	}

	.footer-copy-right {
		padding-bottom: 20px !important;
		position: relative
	}

	.footer-copy-right::after {
		position: absolute;
		display: block;
		content: '';
		background-color: #000;
		width: 100%;
		height: 60px;
		top: 100%;
		left: 0
	}

	.footer-bottom {
		padding: 10px 0;
		background: #000;
	}

	.socialMedia-list li,
	.paymentProvider-list li {
		padding: 5px 0
	}

	.shfooter ul {
		padding-bottom: 5px
	}

	ul#social-media,
	ul#Payment-Providers {
		display: none
	}

	ul#social-media.show,
	ul#Payment-Providers.show {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-column-gap: 10px
	}

	#Games-License .all-logo-footer,
	#sports .all-logo-footer,
	#Esports-Partner .all-logo-footer,
	#Our-Partners .provider-logo-footer {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		padding-left: 15px;
		padding-right: 15px;
		grid-column-gap: 10px
	}

	.mobile-logo {
		max-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.shfooter ul {
		margin-bottom: 0
	}

	.shfooter .collapse {
		display: none
	}

	.shfooter .collapse.show {
		display: block
	}

	.shfooter .title .fa-angle-up,
	.shfooter .title[aria-expanded=true] .fa-angle-down {
		display: none
	}

	.shfooter .title[aria-expanded=true] .fa-angle-up {
		display: block
	}

	.shfooter .navbar-toggler {
		display: inline-block;
		padding: 0
	}
}

@media(min-width:960px) {
	.socialMedia-list .btn:hover+.dropdown-menu {
		display: block
	}
}

.footer-copy-right {
	background-color: #000;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 10px;
	display: inline-block;
	width: 100%
}

.footer-copy-right p {
	margin: 0 auto;
	color: #fff;
}

@media(max-width:480px) {
	.versionButton {
		display: none !important
	}

	.carousel-indicators li {
		width: 24px
	}

	.footer-nav li a .svg-icon_wrapper {
		border: 2px solid #fff
	}
}

#mobile-searchgamebtn {
	display: none !important
}

#primary-menu-trigger {
	margin-top: 0;
	margin-left: 5px
}

.category-shortcut ul li a span {
	border-radius: 99px
}

@media(max-width:480px) {
	.inside .h2 {
		font-size: 14px;
		font-weight: bold
	}

	.side-featured-game,
	.inside {
		border: 3px solid #565656 !important
	}

	#tournament-tableranking {
		border: 0 !important;
		padding: 0 !important
	}

	#tournament-tableranking .afb-title-h1 {
		display: none
	}
}

@media(max-width:480px) {
	.versionButton {
		display: none !important
	}

	.carousel-indicators li {
		width: 24px
	}

	.footer-nav li a .svg-icon_wrapper {
		border: 2px solid #fff
	}

	.socialMedia-list img {
		width: 30px !important;
		height: 30px !important
	}
}

#mobile-searchgamebtn {
	display: none !important
}

.category-shortcut ul li a span {
	border-radius: 99px
}

.category-shortcut ul li a img {
	margin-top: 10px
}

@media(max-width:480px) {
	.button-login-register {
		height: 25px !important
	}

	.TogglePanel__PanelOne {
		margin-top: 1px
	}

	.TogglePanel--showAlternate .TogglePanel__PanelTwo {
		margin: 3px 0
	}

	#logo {
		float: left;
		width: 40%
	}

	#tournament-tableranking h6,
	#tournament-tableranking .coming-controlls {
		font-size: .8rem !important
	}

	.inside .h2 {
		font-size: 14px;
		font-weight: bold
	}

	.side-featured-game,
	.inside {
		border: 3px solid #565656 !important
	}

	#tournament-tableranking {
		border: 0 !important;
		padding: 0 !important
	}

	#tournament-tableranking .afb-title-h1 {
		display: none
	}

	.top-5-game .afb-title-h1 {
		font-size: 14px;
		font-weight: bold
	}

	#CMS,
	#Useful-Link {
		padding-left: 10px !important
	}

	.footer-bottom a {
		color: #ffffff80 !important
	}

	.col-5-1 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.afb-title-h1 {
		font-size: 16px;
		font-weight: bold
	}

	.skipOrphan a {
		font-size: 16px;
		font-weight: bold
	}

	[type="reset"]:not(:disabled),
	[type="submit"]:not(:disabled) {
		border: 0 !important
	}

	.button-login-register[data-target="#loginModal"] {
		color: #fff !important;
		background: linear-gradient(180deg, #484848 37%, #484848 100%) !important;
		border: 1px solid #484848 !important;
		padding: 5px 14px !important;
		border-radius: 4px !important
	}

	.btn-tournamentlist {
		border: solid 3px #cd9c00;
		width: auto;
		z-index: 1;
		background-image: linear-gradient(to right, #cd9c00, #cd9c00);
		box-shadow: inset 0 0 21px 0 #cd9c00, 0 0 0 0 #cd9c00, 0 0 20px 3px #cd9c00
	}

	.h3.generic-header {
		font-size: 16px
	}

	.btn-lite {
		display: none !important
	}

	.afb-title-h1 span.d-block {
		text-align: left;
		float: left;
		font-size: 16px;
		font-weight: bold
	}

	.hov-img-zoom {
		margin: 10px 0
	}
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	opacity: .5;
	transition: opacity .6s ease
}

.TogglePanel {
	display: inline-block;
	height: 15px;
	overflow: hidden;
	transition: background-color .2s ease-in;
	position: relative
}

.TogglePanel__PanelOne,
.TogglePanel__PanelTwo {
	color: #fff !important;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: margin-top .2s ease-in, opacity .2s ease-in
}

.TogglePanel__PanelOne {
	opacity: 1;
	margin-top: 3px
}

.TogglePanel__PanelTwo {
	opacity: 0
}

.TogglePanel--showAlternate .TogglePanel__PanelOne {
	margin-top: -17px;
	opacity: 0
}

.TogglePanel--showAlternate .TogglePanel__PanelTwo {
	opacity: 1;
	margin: 5px 0
}

.amount-blur {
	color: #ffffff14 !important;
	text-shadow: 0 0 5px rgb(255 255 255/50%)
}

.amount-button {
	line-height: initial;
	background-color: #f0f8ff00;
	border: none;
	color: #fff
}

@media(max-width:767px) {
	.hideFunctionInMobile .amount-button svg {
		width: 12px
	}

	.top-bar-user .top-bar-wallet {
		background: none !important
	}

	.hideFunctionInMobile .amount-button {
		margin-top: -6px
	}

	.TogglePanel__PanelOne {
		opacity: 1;
		margin-top: 0
	}

	.TogglePanel--showAlternate .TogglePanel__PanelOne {
		margin-top: -19px;
		opacity: 0
	}

	.TogglePanel--showAlternate .TogglePanel__PanelTwo {
		opacity: 1;
		margin: 5px 0
	}

	.content-wrap.jackpot-countdown {
		transform: scale(.8);
		transform-origin: top
	}

	#tournament-tableranking .tournament-wrapper {
		margin-top: 40px
	}

	.icon-language,
	.icon-template {
		width: 20px;
		height: 20px
	}

	.scrolling-marquee {
		width: 75% !important
	}
}

#news-header .news-listing a.button {
	display: inline-block;
	font-size: 13px;
	position: absolute;
	height: 30px;
	bottom: -35px;
	padding: 7px 20px !important;
	line-height: 18px !important
}

.button-login-register[data-target="#registerModal"] {
	padding: 5px 14px !important
}

.scrolling-marquee {
	flex-grow: 1;
	padding-right: 10px
}

@media(max-width:767px) {
	.scrolling-marquee {
		padding-left: 10px
	}
}

.searchgamewidget .afb-title-h1 {
	width: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 0;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	position: relative;
	align-items: center
}

.searchgamewidget .sg-list .afb-padding-lr {
	margin-right: 5px;
	margin-left: 0
}

.searchgamewidget .sg-list:nth-child(2n) .afb-padding-lr {
	margin-right: 0;
	margin-left: 5px
}

.searchgamewidget .bi-search {
	margin-right: .75rem
}

.custom-select-dd {
	font-size: 13px
}

#shareboxPopup .modal-header {
	background-color: #191919;
	border-radius: 15px 15px 0 0
}

.PromoCloseButton {
	right: 15px !important
}

.website-url-box {
	align-items: center
}

input#copy-PromotionLink,
input#copy-AffiliateLink {
	margin-right: 6px
}

#registerModal .dropdown-single-content {
	left: 12px
}

#registerModal .dropdown-single-content a p {
	display: flex;
	flex-direction: row
}

#registerModal .dropdown-single-content img.icon-flag {
	margin-right: 10px
}

#casino777hl5gh_bethis .table tr {
	border-top: 0 solid #dee2e6 !important
}

.table .thead-dark th {
	border-bottom: 1px #fff solid !important
}

@media(max-width:576px) {
	.loyalprogram-info .title {
		font-size: 16px;
		font-weight: bold !important;
		color: #ffe490 !important;
		margin-top: 40px
	}
}

.loyalprogram-info h5.step:before,
.loyalprogram-info h5.step:after {
	display: none
}

.loyalprogram-info h5.step {
	justify-content: center
}

.info-icon svg {
	width: 18px !important;
	height: 18px !important
}

@media screen and (max-width:767px) {
	.my-auto>div {
		padding-left: 0;
		padding-right: 0
	}
}

.phoneRegisterBorder {
	margin-bottom: 10px !important
}

#Our-Partners .mobile-logo img {
	filter: saturate(0)
}

#Our-Partners .mobile-logo img:hover {
	filter: saturate(1)
}

#DepoConfModal .btn-primary {
	background: #158061 !important;
	border-color: #158061 !important;
	color: #fff !important
}

#DepoConfModal .modal-header {
	background: #158061 !important
}

#DepoConfModal .modal-header h5 {
	color: #fff !important
}

#DepoConfModal .fa-clone,
#DepoConfModal .text-primary {
	color: #158061 !important
}

#db-accname,
#depositDecAmount {
	color: #333 !important
}

.play-btn {
	top: 40%
}

.free-trial-btn {
	top: 62%
}

.game-lobby-container,
#searchmoregamelist .page-searchgame .row,
#DLSGamesList .row {
	--count: 4;
	--gap: 15px;
	gap: var(--gap);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	webkit-padding-after: var(--gap);
	padding-block-end: var(--gap);
	display: flex
}

.game-lobby-container>div,
.game-lobby-container>div,
#searchmoregamelist .page-searchgame .row>div,
#DLSGamesList .row>div {
	ms-flex-preferred-size: calc(100%/var(--count) - calc(var(--gap)*calc(var(--count) - 1)/var(--count)));
	flex-basis: calc(100%/var(--count) - calc(var(--gap)*calc(var(--count) - 1)/var(--count)));
	max-width: calc(100%/var(--count) - calc(var(--gap)*calc(var(--count) - 1)/var(--count)))
}

@media screen and (max-width:768px) {

	.game-lobby-container,
	#searchmoregamelist .page-searchgame .row,
	#DLSGamesList .row {
		--count: 3
	}
}

.game-overlay-DetailBottom {
	--border-radius: 5px
}

#searchgame_searchgame_List .game-overlay-DetailBottom {
	font-size: 12px
}

#searchgame_searchgame_List .game-overlay-DetailBottom .top-container {
	border-radius: 5px
}

#searchgame_searchgame_List .game-overlay-DetailBottom .top-container .fav-rtp-container,
#searchgame_searchgame_List .game-overlay-DetailBottom .bottom-container {
	display: none
}

.game-overlay-DetailBottom .bottom-container,
.game-overlay-DetailBottom .top-container .fav-rtp-container .favourite-game-container {
	background: hsl(0deg 0% 17.25%)
}

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-play {
	background: #158061;
	color: #fff
}

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-play:hover {
	filter: none;
	background: #158061
}

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-demo {
	background-color: #454545;
	color: #fff
}

.game-overlay-DetailBottom .top-container .game-img-container .hover-content .btn-demo:hover {
	filter: none;
	background-color: #5a6268
}

#searchgame_searchgame_List {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr
}

#searchgame_searchgame_List a {
	border-radius: 2px
}

button#depositBtn,
button#withdrawBtn,
button#WICKET9WithdrawBtn {
	background: #0f5a43;
	padding: 7px 15px;
	border-color: transparent
}

button#depositBtn:hover,
button#withdrawBtn:hover,
button#WICKET9WithdrawBtn:hover {
	background: #0f5a43;
	padding: 7px 15px
}

button#playnowBtn {
	background: #0f5a43;
	border-radius: 2px
}

button#playnowBtn:hover {
	background: #0f5a43;
	border-radius: 2px
}

button.close-popup.close.loginClose-btn {
	font-size: 2rem;
	position: absolute;
	right: 10px;
	top: 5px;
	font-weight: 500
}

.transferModal #playnowBtn,
.updatepassword {
	background: #0f5a43 !important
}

.transferModal #playnowBtn:hover,
.updatepassword:hover {
	background: #0f5a43 !important
}

.transferModal .form-group,
.transferModal .form-group label,
.transferModal span {
	color: #fff
}

.text-black {
	color: #000 !important
}

.universal_hamburger_menu .collapse-container .under-n {
	background-color: #009b3a
}

#searchgame_searchgame_Keyword::-webkit-input-placeholder {
	color: #ccc
}

#searchgame_searchgame_Keyword::-moz-placeholder {
	color: #ccc
}

.selectCustom .select {
	height: 35px !important
}

.full-nav-lang.dropdown-menu {
	overflow: hidden;
	z-index: 99999
}

/* .icon-language {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(201deg) brightness(103%) contrast(102%)
} */
.text-black{color: #000;}
.nav-item-qr {
	width: 25%
}

.did-floating-label-content svg,
.selectCustom svg {
	color: #000 !important
}

.did-floating-label,
select,
.selectCustom.tournament_category .select-options li {
	color: #000
}

.custom-select-dd:after {
	filter: brightness(0) saturate(100%) invert(0%) sepia(90%) saturate(7461%) hue-rotate(58deg) brightness(105%) contrast(95%)
}

.did-floating-input:focus,
.custom-select-dd:active,
.custom-select-dd.active {
	border-color: var(--mainTheme)
}

.select-options li:hover {
	background: var(--mainTheme) !important
}

.select-options li,
.custom-select-dd {
	color: #000 !important
}

.affiliate-application-form .h3.afb-title-h1 {
	display: none
}

.affiliate-application-form {
	margin-top: 15px;
	margin-bottom: 15px
}

.affiliate-application-form .bg-white {
	background: #2c2c2c80 !important;
	border-radius: 10px
}

.affiliate-application-form .bg-white .text-dark {
	color: #fff !important
}

.universal_hamburger_menu .hamburgerSearch .btn.gameCategoryBtn {
	border-color: #21674c
}

ul.nav.nav-pills-qr {
	display: flex
}

.rounded-top-right-0 {
	border-top-right-radius: 0 !important
}

@media(max-width:767px) {
	.affiliate-application-form .bg-white .text-dark {
		font-size: 1.1em
	}

	.top5game.top-5-game {
		margin-top: -10px !important
	}

	.content-wrap.mobile .col-md-9 {
		padding-top: 40px
	}

	.news-promotions-featured-game {
		margin-top: -10px
	}
}

.universal_hamburger_menu .hamburgerSearch .result-wrapper .searchgameStatement {
	font-size: .8em
}

#searchmoregamelist .page-searchgame .row {
	padding: 0 15px
}

.apkdownload .row.align-items-center {
	width: 100%
}

.searchgamewidget .input-group input {
	border-radius: 3px 0 0 3px !important
}

.universal_hamburger_menu .aside_content-main_content .main_content-section>.collapse-container:first-child {
	border-radius: 8px;
	overflow: hidden
}

#hamburgerSupport,
#hamburgerOthers,
#hamburgerCategory {
	border-radius: 0 0 8px 8px;
	overflow: hidden
}

.game-overlay-3DConceptHover .content {
	margin-top: 0
}

@media screen and (max-width:767px) {
	.game-overlay-3DConceptHover {
		aspect-ratio: auto
	}

	.game-overlay-3DConceptHover .content .images-square-3 {
		aspect-ratio: 12/11
	}
}

@media screen and (max-width:480px) {

	ul#social-media.show,
	ul#Payment-Providers.show {
		grid-template-columns: repeat(4, 1fr)
	}
}

.lobbyfilter button.btn {
	padding: 6px 15px
}

button.btn-secondary:hover {
	background: #222 !important
}

.lobbyfilter button.btn-secondary.active {
	background: #158061 !important
}

.searchgamewidget button.btn-secondary:hover {
	background: #222 !important
}

.searchgamewidget button.btn-secondary {
	border-left: none
}

.lobbyfilter button.btn-secondary.focus:not(.active) {
	background: #454545 !important
}

.universal_hamburger_menu .aside_content-login .did-floating-label-content .toggle-password {
	filter: brightness(0) saturate(100%) invert(33%) sepia(1%) saturate(1524%) hue-rotate(101deg) brightness(94%) contrast(100%) !important
}

@media screen and (max-width:480px) {
	.lobbybutton {
		padding-bottom: .5rem;
		padding-top: .5rem
	}

	.lobbyfilter button.btn {
		margin-bottom: 5px
	}
}

button.btn.btn-sm.btn-secondary {
	padding: 7.5px 15px
}

#active-member-list .col-12.month-list {
	padding: 0 !important
}

#tournament-tableranking .custom-select-dd {
	margin-top: 5px
}

.games-inner.member-bank-list tbody td.status.success-content,
.games-inner.member-crypto-list tbody td.status.success-content {
	color: #008000 !important;
	font-weight: 600
}

.games-inner.member-bank-list tbody td.status,
.games-inner.member-crypto-list tbody td.status {
	color: #f00 !important;
	font-weight: bold
}

#addBank input.choose-file::-webkit-file-upload-button,
#receipt::-webkit-file-upload-button {
	height: 100% !important;
	padding: 0 10px;
	margin: 0;
	border: none
}

#addBank input.choose-file {
	height: 32px !important;
	padding-left: 0;
	margin: 0
}

#depositAmount {
	border-color: #ccc !important;
	height: 31.5px !important
}

.promoNotEligible,
.promotion_list-container .button-disabled.afb05 {
	background: #232323 !important;
	border-color: #232323
}

.backButton,
.promotion_list-container .save-btn.one .promotionMore,
.promotion_list-container .save-btn.one .promotionMore:hover {
	background-color: #656565 !important;
	border-color: #656565 !important
}

.promoClaimed,
.promoClaimed:hover {
	background: #cd9c00 !important;
	border-color: #cd9c00 !important
}

.btn-tournament {
	font-size: .8rem
}

.promotion-rules,
.promotion-rules:hover {
	color: #333
}

#collapseChangePassword {
	margin-bottom: 10px
}

select#memberbank {
	border-radius: 5px 0 0 5px !important
}

select#withdrawBank {
	border-radius: 5px 0 0 5px !important
}

td.status.success-content {
	color: #008000 !important;
	font-weight: bold
}

@media screen and (max-width:480px) {
	.wallet-top-left {
		justify-content: center
	}
}

#affiliate-detail-list .font-weight-light {
	margin-bottom: 10px !important;
	margin-top: 15px
}

#affiliate-detail-list .btn.btn-sm i,
#shareboxQRcode .btn.btn-sm i {
	display: none
}

#affiliate-detail-list .btn.btn-sm,
#shareboxQRcode .btn.btn-sm {
	display: flex;
	align-items: center;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	justify-content: center;
	top: 8px !important;
	right: 8px !important;
	padding: 0
}

#affiliate-detail-list .btn.btn-sm:after,
#shareboxQRcode .btn.btn-sm:after,
#affiliate-detail-list .btn.btn-sm:before,
#shareboxQRcode .btn.btn-sm:before {
	content: ' ';
	background: #333;
	height: 2px;
	width: 12px;
	position: absolute
}

#affiliate-detail-list .btn.btn-sm:after,
#shareboxQRcode .btn.btn-sm:after {
	transform: rotate(45deg)
}

#affiliate-detail-list .btn.btn-sm:before,
#shareboxQRcode .btn.btn-sm:before {
	transform: rotate(135deg)
}

.universal_hamburger_menu .hamburgerSearch .result-wrapper .searchgamewidgetListing li {
	background-image: linear-gradient(#333, #333);
	border-color: #4f4f4f
}

.universal_hamburger_menu .hamburgerSearch .result-wrapper .searchgamewidgetListing li .d-flex>div:last-child small {
	color: #929292
}

@media screen and (max-width:767px) {
	.havedls-mobileIcon {
		display: flex !important
	}

	.havedls-desktop {
		display: none !important
	}
}

@media screen and (max-width:580px) {
	#logo img {
		width: 100%;
		height: auto !important
	}
}

.havedls-mobileIcon img {
	width: 20px;
	height: auto
}

.havedls-mobileIcon {
	display: none
}

.havedls-desktop {
	display: none
}

.redDotNotification {
	position: relative;
	display: inline-block
}

.redDotNotification::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 10px;
	width: 70%;
	height: 70%;
	background-image: var(--p2mobile-reddot);
	background-size: cover;
	background-position: center;
	pointer-events: none
}

.navigation.pagination .pagination.pb-3 {
	padding-bottom: 0 !important
}

.game-lobby-list-load-btn {
	background: #333 !important
}

.user-profile-dropdown .dropdown-item:first-child:hover {
	border-radius: 5px 5px 0 0
}

.redDotNotification {
	position: relative;
	display: inline-block
}

.redDotNotification img {
	display: block
}

.redDotNotification::after {
	content: "";
	position: absolute;
	top: 0;
	left: 17px;
	width: 40%;
	height: 40%;
	background-image: var(--p2mobile-reddot);
	background-size: cover;
	background-position: center;
	pointer-events: none;
	position: absolute
}

.offcanvas.open .redDotNotification::after {
	display: none
}

#dailyLuckySpinList .btn-primary.filter-button,
#dailyLuckySpinList .btn-default.filter-button {
	background-color: #434343;
	border: none !important
}

#dailyLuckySpinList .btn-default.filter-button {
	border: none !important
}

#NRebateClaim .claim-rebate li.rebate-card:nth-child(1) a.close-rebate div {
	display: flex;
	align-items: center;
	margin-top: 3px
}

#NRebateClaim .button-claim-rebate {
	background-image: linear-gradient(to right, #158061, #158061)
}

#NRebateClaim .button-claim-rebate:hover {
	background-image: linear-gradient(to right, #127055, #127055);
	color: #fff
}

#mega888StartingModal .heading.font-weight-bold,
#megaGamingStartingModal .heading.font-weight-bold,
#megaV3StartingModal .heading.font-weight-bold,
#pussy888StartingModal .heading.font-weight-bold,
#kiss918StartingModal .heading.font-weight-bold,
#WICKET9Modal .heading.font-weight-bold,
#mega888StartingModal h5,
#megaGamingStartingModal h5,
#megaV3StartingModal h5,
#pussy888StartingModal h5,
#kiss918StartingModal h5,
#WICKET9Modal h5,
#mega888StartingModal span,
#megaGamingStartingModal span,
#megaV3StartingModal span,
#pussy888StartingModal span,
#kiss918StartingModal span,
#WICKET9Modal span,
.transferModal .form-group label,
.transferModal .h3,
.transferModal .h5,
.transferModal .form-group {
	color: #fff
}

.transferModal .loginClose-btn span.text-dark,
.transferModal span.text-dark {
	color: #fff !important
}

.transferModal .input-group input {
	color: #000 !important;
	height: 37px !important
}

.transferModal .form-group .btn.btn-link-pkv span,
.transferModal .form-group .btn.btn-link-pkv span i {
	color: #000 !important
}

.transferModal .modal-content,
#buypromoModal .modal-content,
#pokervModal .modal-content {
	background-color: #000 !important
}

#buypromoModal label {
	color: #fff
}

#buypromoModal .displayinfo label {
	color: #000 !important
}

#buypromoModal .minmaxTxt,
#buypromoModal .minmaxTxt span {
	color: #9796ff
}

#pokervModal .text-dark,
#pokervModal .h3,
#pokervModal .h5,
#pokervModal label,
button.close-popup.close.loginClose-btn {
	color: #fff !important
}

#pokervModal .btn.btn-link-pkv,
#pokervModal .card {
	background: #fff !important
}

#buypromoModal #buypromo-promotionTitleTxt,
#buypromoModal .font-black {
	color: #fff !important
}

.transferModal .btn-primary {
	background-color: #158061;
	border-color: #158061
}

.transferModal .btn-color {
	padding: 10px;
	margin: 16px 0
}

.redDotNotification {
	position: relative;
	display: inline-block
}

.redDotNotification img {
	display: block
}

.redDotNotification::after {
	content: "";
	top: 0;
	left: 17px;
	width: 40%;
	height: 40%;
	background-image: var(--p2mobile-reddot);
	background-size: cover;
	background-position: center;
	pointer-events: none;
	position: absolute
}

.offcanvas.open .redDotNotification::after {
	display: none
}

#primary-menu-trigger .btn {
	width: 35px
}

#otp_label {
	color: #f00
}

#btnOtpModalClose .text-dark {
	color: #fff !important
}

.game-lobby-container:has(.casino777-overlay-ui),
#searchmoregamelist .page-searchgame .row:has(.casino777-overlay-ui),
#DLSGamesList .row:has(.casino777-overlay-ui) {
	--gap: 5px
}

.under-m,
.under-n {
	right: 15px
}

.eachItem a {
	padding: 5px 10px !important;
	display: flex;
	height: 70px;
	width: 100%;
	margin: 5px 0 0 0 !important;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px !important
}

.eachItem {
	padding: 5px 5px 5px 0 !important;
	margin: 0 !important
}

.eachItem a img {
	object-fit: contain;
	height: 100%
}

.row.justify-content-md-center {
	margin-top: 5px;
	margin-bottom: 5px
}

.mega-menu-content .moreBTN img {
	filter: grayscale(1);
	object-fit: cover;
	aspect-ratio: 185/113
}

.mega-menu-content .hotnew-container {
	position: absolute;
	width: 100%;
	display: flex;
	gap: 5px;
	margin-top: 5px
}

.mega-menu-content .hotnew-container .under-m,
.mega-menu-content .hotnew-container .under-n {
	position: relative;
	display: inline-block;
	right: auto;
	top: 0
}

.dorpdownContainer {
	overflow: hidden
}

.moreBTN {
	margin-top: 8px;
	margin-left: 2px
}

.moreBTN a {
	display: block;
	margin-right: 7px !important;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px !important;
	padding: 5px 10px !important
}

#NotifPopUpSpecial p {
	color: #333 !important
}

:root {
	--bg-casino777-yellow: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/casino777/bg-casino777-yellow_theme.jpg");
	--slot-token-white-casino777: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/casino777/slot-token-white.jpg");
	--bg-casino777-White: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/casino777/bg-casino777-originWhite_theme.jpg");
	--china-flag: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/flag/china.png");
	--usa-flag: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/flag/usa.png");
	--malaysia-flag: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/flag/malaysia.png");
	--indonesia-flag: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/flag/indonesia.png");
	--cambodia-flag: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/flag/cambodia.png");
	--thailand-flag: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/flag/thailand.png");
	--vietnam-flag: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/flag/vietnam.png");
	--slot-token-casino777: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/casino777/slot-token.jpg");
	--p2mobile-reddot: url("https://d2lcoivv20vty7.cloudfront.net/Content/img/p2mobile/reddot.gif");
}

.marker {
	position: absolute;
	width: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 90px;
	z-index: 2
}

.dls-wheel {
	width: 100%
}

.dls-button {
	margin: 0 auto;
	background-color: #f00;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 5px 45px;
	cursor: pointer;
	font-size: 1.5em !important;
	font-weight: 700
}

.dls-button:active {
	background-color: #000
}

.blur {
	animation: blur 10s
}

@keyframes blur {
	0% {
		filter: blur(1.5px)
	}

	80% {
		filter: blur(1.5px)
	}

	100% {
		filter: blur(0)
	}
}

.luckspin_logo {
	display: inline-block;
	position: fixed;
	bottom: 15px;
	left: 20px;
	z-index: 999;
	font-size: 18px;
	border: none;
	outline: none;
	background: #158061;
	color: #fff;
	cursor: pointer;
	padding: 9px;
	width: 150px;
	border-radius: 20px;
	box-shadow: 3px 3px 13px #074431
}

.luckspin_logo_img {
	width: 100%
}

.luckspin_countdown {
	font-weight: 500;
	color: #ffeb00;
	text-align: center;
	width: 150px
}

.luckspin_logo_ready {
	opacity: 1 !important
}

.dlsLogoBtn {
	background: transparent;
	border: none
}

.modal-content.oned {
	border-bottom: 5px solid #00331f;
	background: linear-gradient(0deg, #01482c 0%, #016d45 35%, #009056 100%);
	margin: auto;
	padding: 30px;
	width: 350px;
	border-radius: 55px
}

.modal-content.oned h1 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 20px;
	text-align: center
}

#dls-close.close {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	background-color: #000;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	margin: 0 auto;
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	opacity: 1;
	border: 1px solid #fff
}

.dls-title {
	text-align: center;
	position: relative;
	top: 25px;
	z-index: 99
}

.dls-title .h1 {
	background-color: #2d2d2d;
	border-radius: 80px;
	text-align: center;
	color: #fff;
	padding: 5px 40px;
	font-size: 1.6em;
	display: inline-block;
	margin: 0 auto;
	font-weight: 700
}

#dls-btn-close.close {
	color: #c7c7c7;
	font-weight: 300;
	opacity: 1;
	border-radius: 100%;
	border: 2px solid #c7c7c7;
	width: 22px;
	height: 22px;
	line-height: 19px
}

.bonus-dls {
	width: 100%;
	text-align: center;
	padding: 0 5px 0;
	margin-top: 35px
}

.bonus-dls .h1 {
	color: #ffeb00;
	border-bottom: 1px solid;
	font-size: 2em;
	padding: 5px;
	margin: 0
}

.bonus-dls-bg {
	background: #2d2d2d;
	border-radius: 20px;
	padding: 5px 2px 0
}

.bonus-box {
	padding: 15px 0 0;
	border-radius: 11px 11px 0 0;
	width: 100%;
	margin: 3px
}

.bonus-box img {
	width: 20px
}

.bonus-box span {
	font-size: .9em;
	font-weight: 600;
	width: 100%;
	display: block;
	padding-bottom: 5px
}

.bonus-box p {
	background-color: #00000061;
	width: 100%;
	color: #fff;
	padding: 3px;
	font-size: .8em;
	margin: 0
}

@media screen and (max-width:320px) {
	.bonus-box p {
		height: 35px
	}

	.marker {
		top: 40px
	}
}

.dls-blue {
	background-color: #00f
}

.dls-orange {
	background-color: #f46300
}

.dls-red {
	background-color: #ea0000
}

.dls-purple {
	background-color: #a200c9
}

.dls-green {
	background-color: #065b10
}

.dls-purplrlight {
	background-color: #fc00f0
}

.dls-mobile {
	position: absolute;
	top: 0;
	width: 100%;
	background: #00f
}

.dls-mobile p {
	color: #fff;
	font-size: 1em
}

.dls-time-title {
	color: #fff;
	font-size: .6em;
	padding: 5px 0
}

#dls-mobile-close.close {
	color: #fff;
	opacity: 1;
	font-weight: 400;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 18px;
	background-color: #3a3a3a;
	margin: 2px 0;
	position: absolute;
	right: 15px;
	font-size: 14px;
	height: 18px
}

#dls-mobile {
	background-color: #000023;
	padding: 5px;
	text-align: center
}

#dls-mobile img {
	width: 20px
}

span#dls-countdown2 {
	font-weight: 500;
	color: #ffeb00
}

.free-spin-btn {
	background-color: #008000;
	background-image: none !important;
	color: #fff;
	padding: 5px 5px;
	margin-right: 10px;
	width: 50px;
	border-radius: 0 0 5px 5px
}

.free-spin-btn:hover {
	background-color: #e60000
}

#spin-button {
	padding-top: 20px
}

.dls-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(111 111 111/77%);
	z-index: 9999;
	cursor: pointer
}

.dls-wrapper {
	width: 250px;
	margin: 0 auto;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0
}

.dls-img {
	position: absolute;
	top: -135px
}

.dls-pop-bg {
	background: -webkit-linear-gradient(top, #444, #404040, #232323);
	position: relative;
	top: 165px;
	z-index: -9;
	border-radius: 15px
}

.dls-title-ms {
	padding-top: 100px;
	text-align: center;
	padding-bottom: 10px
}

.dls-title-ms .h6 {
	color: #fff;
	font-size: 1.4em;
	margin: 0
}

.dls-content-wrapper {
	text-align: center;
	background-color: #e0e0e0;
	border-radius: 0 0 15px 15px
}

.dls-gold {
	background: -webkit-linear-gradient(right, #df9f28, #fde08d, #8f6b29);
	background: linear-gradient(right, #df9f28, #fde08d, #8f6b29);
	height: 5px
}

.dls-content {
	padding: 20px;
	line-height: 15px;
	word-break: break-word;
	overflow-wrap: break-word
}

.dls-content .h5 {
	margin: 0 0 15px;
	font-size: 2.5em;
	color: #ca8108;
	font-weight: 600
}

.dls-content p {
	font-size: .9em;
	margin: 0;
	font-weight: 600;
	color: #3a3a3a
}

.dls-content p span {
	font-size: 1em;
	font-weight: 600
}

.dls-content span {
	font-size: .7em;
	color: #343434
}

.dls-pop-button {
	background: linear-gradient(180deg, rgba(217, 170, 22, 1) 0%, rgba(205, 156, 0, 1) 100%);
	display: inline-block;
	padding: 10px 55px;
	border-radius: 20px;
	color: #fff;
	font-size: .9em;
	font-weight: 500;
	margin-top: 20px
}

.dls-pop-button:hover {
	background: linear-gradient(0deg, rgba(217, 170, 22, 1) 0%, rgba(205, 156, 0, 1) 100%) !important
}

.dls-show {
	display: block
}

.dls-hide {
	display: none !important
}

.btn-shine {
	transform: translate(-50%, -50%);
	padding: 12px 48px;
	color: #fff;
	background: linear-gradient(to right, #898989 0, #fcff57 10%, #898989 30%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 1.5s infinite linear;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap
}

@keyframes shine {
	0% {
		background-position: 0
	}

	60% {
		background-position: 180px
	}

	100% {
		background-position: 180px
	}
}

@-webkit-keyframes button_jump {
	0% {
		margin-bottom: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
}

@-moz-keyframes button_jump {
	0% {
		margin-bottom: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
}

@-o-keyframes button_jump {
	0% {
		margin-bottom: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
}

@keyframes button_jump {
	0% {
		margin-bottom: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px)
	}
}

.dls-images-jump {
	position: relative;
	-webkit-animation-delay: 0;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: button_jump;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-delay: 0;
	-moz-animation-duration: 1s;
	-moz-animation-name: button_jump;
	-moz-animation-timing-function: ease-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-fill-mode: forwards;
	-o-animation-delay: 0;
	-o-animation-duration: 1s;
	-o-animation-name: button_jump;
	-o-animation-timing-function: ease-out;
	-o-animation-iteration-count: infinite;
	-o-animation-fill-mode: forwards;
	animation-delay: 0;
	animation-duration: 1s;
	animation-name: button_jump;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards
}

#dls-container #dls-modal {
	background: rgb(0 0 0/50%)
}

.dls-img>img {
	width: 100%
}

.luckspin_logo {
	background: #a848fc !important;
	background: linear-gradient(135deg, rgba(168, 72, 252, 1) 0%, rgba(86, 31, 152, 1) 100%) !important
}

.luckspin_logo_ready {
	animation: rotation 10s infinite linear
}

@keyframes rotation {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.dls-set-2 .modal-content {
	background: transparent !important;
	width: 900px;
	max-width: none !important;
	border: none
}

.dls-set-2::-webkit-scrollbar {
	display: none
}

.dls-set-2 #dls {
	width: 60%;
	position: relative;
	display: flex;
	align-items: center
}

.dls-set-2 .dls-wheel {
	width: 77%;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0
}

.dls-set-2 .marker {
	width: 11%;
	top: 41px
}

.dls-set-2 .dls-spin-button {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 45%;
	background: transparent;
	z-index: 9
}

.dls-set-2 .dls-spinner-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center
}

.dls-set-2 .h1 {
	font-size: 16px;
	color: #fff;
	font-weight: 300
}

.dls-set-2 .dls-footer {
	width: 100%;
	text-align: center;
	padding-bottom: 20px
}

.dls-set-2 .bonus-dls {
	width: 50%;
	padding: 0 5px 0;
	margin-top: 0
}

.dls-set-2 .bonus-dls-bg-wrapper {
	display: flex;
	background: #2a024f;
	background: linear-gradient(90deg, rgba(42, 2, 79, 1) 0%, rgba(56, 6, 102, 1) 100%);
	border-radius: 5px;
	flex-wrap: wrap
}

.bonus-dls-bg-wrapper img {
	width: 80%;
	margin: 0 auto
}

.bonus-dls-bg-wrapper>div>div.card {
	background-color: #342a5d
}

.dls-set-2 .bonus-dls-wrapper {
	width: 40%;
	background: #561f98;
	background: linear-gradient(90deg, rgba(86, 31, 152, 1) 0%, rgba(168, 72, 252, 1) 49%, rgba(86, 31, 152, 1) 100%);
	padding: 3px;
	border-radius: 5px;
	position: relative
}

.dls-set-2 .bonus-dls-content {
	width: 25%;
	padding: 10px
}

.dls-set-2 .bonus-dls-content div {
	border: 2px solid #8d5304;
	border-radius: 5px;
	box-shadow: 4px 5px 13px -2px rgba(0, 0, 0, .54) inset;
	-webkit-box-shadow: 4px 5px 13px -2px rgba(0, 0, 0, .54) inset;
	-moz-box-shadow: 4px 5px 13px -2px rgba(0, 0, 0, .54) inset;
	width: 100%
}

.dls-set-2 .bonus-dls-content div>span {
	display: none
}

.dls-set-2 div>p {
	background: #fedf19;
	padding: 2px 0;
	text-align: center;
	border-radius: 0 0 3px 3px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
	font-size: .8rem
}

.dls-set-2 .bonus-dls-content div>img {
	padding: 10px;
	max-width: 100%
}

.dls-set-2 .dls-seasonal-visual {
	position: absolute;
	bottom: 15%;
	right: 1%;
	width: 150px;
	z-index: 99
}

.dls-set-2 .h1.bonus-title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0
}

.dls-set-2 .dls-content-visual {
	position: absolute;
	bottom: -11px;
	right: -35px;
	width: 60px
}

.dls-spin-button img {
	transition: transform .7s ease-in-out
}

.dls-spin-button img:hover {
	transform: rotate(360deg);
	transition: transform .7s ease-in-out
}

.dls-set-2 #dls-close.close {
	border: none !important;
	background: transparent !important;
	cursor: pointer
}

@media screen and (max-width:999px) {
	.dls-content-visual {
		display: none
	}

	.dls-set-2 .bonus-dls-content {
		width: 16.666%
	}

	.dls-set-2 #dls {
		width: 65%;
		margin: 0 auto
	}

	.dls-set-2 .bonus-dls-wrapper {
		width: 90%;
		margin: 0 auto;
		display: block
	}

	.dls-set-2 .dls-footer {
		margin-top: 25px
	}

	.dls-set-2 #dls-close.close {
		border: none;
		background: transparent;
		cursor: pointer
	}

	.theme-chineseNewYear-2 #dls-close.close {
		background: #606060
	}

	.dls-set-2 #dls-close.close {
		top: 0;
		right: 25px;
		left: auto;
		bottom: auto
	}

	.dls-set-2 .dls-seasonal-visual {
		bottom: 12%;
		right: 0%;
		width: 130px
	}

	.dls-set-2 .dls-spin-button {
		width: 250px
	}
}

@media screen and (max-width:680px) {
	.dls-set-2 .dls-spin-button {
		width: 200px
	}

	.dls-set-2 .bonus-dls-content {
		width: 25%
	}

	.dls-set-2 #dls {
		width: 90%
	}
}

@media screen and (max-width:580px) {
	.dls-set-2 .marker {
		width: 10%;
		top: 7%
	}

	.dls-set-2 .dls-spin-button {
		width: 180px
	}

	.dls-set-2 .dls-seasonal-visual {
		width: 100px
	}
}

@media screen and (max-width:380px) {
	.dls-set-2 .dls-seasonal-visual {
		width: 80px
	}

	.dls-set-2 .bonus-dls-content {
		width: 33.3333%
	}
}

.dls-set-2 .modal-dialog {
	max-width: fit-content !important
}

.dls-set-2 {
	overflow: auto !important
}

.bonus-dls-bg-wrapper span {
	color: #212529;
	font-size: .8rem;
	font-weight: 300
}

#dls-mobile-close.close {
	text-shadow: none
}

:root {
	--GenericFormColor: #1676f3
}

.signin-content-v3 {
	padding: 10px 25px 10px 25px;
	text-align: left
}

.signin-content-v3 .bottom {
	display: flex;
	flex-direction: column;
	align-items: center
}

.model-h3 {
	font-size: 1.3rem !important;
	font-weight: 500;
	width: 95%;
	margin: 0 0 10px 0 !important;
	color: #333;
	line-height: 125%
}

.model-h3>small {
	display: block;
	font-size: .75rem;
	margin-bottom: 10px;
	line-height: 1.4
}

#registerModal .modal-content {
	background-color: #fff;
	margin: auto;
	padding: 0;
	border: none
}

#registerModal .close-popup {
	position: absolute;
	top: 7px;
	right: 0;
	bottom: auto;
	left: auto;
	z-index: 10;
	cursor: pointer;
	color: #808aa6;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	transition: opacity 1s 1s
}

.did-floating-label-content {
	position: relative;
	margin-bottom: 10px;
	display: block;
	width: 100%
}

.did-floating-label-content .localized-wrapping:first-child {
	margin-bottom: 0
}

.did-floating-label-content svg {
	position: absolute;
	width: 24px;
	height: 24px;
	color: var(--GenericFormColor);
	left: 17px;
	top: 5px;
	z-index: 2
}

.did-floating-label-content>div,
.selectCustom>div:not(.select) {
	width: 100%
}

.did-floating-label {
	color: #1e4c82;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 50px;
	top: 9px;
	padding: 0 5px;
	background: transparent;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	transition: .2s ease all;
	margin: 0
}

.error_register_msg {
	line-height: 1
}

.did-floating-input,
.did-floating-select {
	font-size: 16px;
	display: block;
	width: 100%;
	padding: 0 20px 0 55px;
	background: #fff;
	color: #323840;
	border: 1px solid #dbdfe5;
	border-radius: 5px;
	box-sizing: border-box
}

.did-floating-input:focus,
.did-floating-select:focus {
	outline: none;
	border-color: #2575fc
}

.did-floating-input:focus~.did-floating-label,
.did-floating-select:focus~.did-floating-label {
	opacity: 0;
	transform: translateY(-8px)
}

select.did-floating-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select.did-floating-select::-ms-expand {
	display: none
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
	top: -8px;
	font-size: 13px;
	opacity: 0
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
	top: -8px;
	font-size: 13px;
	opacity: 0
}

.did-floating-select[value=""]:focus~.did-floating-label {
	top: 11px;
	font-size: 13px
}

.did-floating-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
	background-position: right 15px top 50%;
	background-repeat: no-repeat;
    text-indent: 50px;
}

.did-error-input .did-floating-input,
.did-error-input .did-floating-select {
	border: 2px solid #9d3b3b;
	color: #9d3b3b
}

.did-error-input .did-floating-label {
	font-weight: 600;
	color: #9d3b3b
}

.did-error-input .did-floating-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A")
}

.did-floating-label-content .input-group {
	display: flex
}

.did-floating-label-content .input-group .did-floating-input {
	border-radius: 0 4px 4px 0;
	border-left: 0;
	padding-left: 0
}

.did-floating-label-content .input-group-append {
	display: flex;
	align-items: center
}

.did-floating-label-content .input-group-text {
	display: flex;
	align-items: center;
	font-weight: 400;
	height: 34px;
	color: #323840;
	padding: 0 5px 0 20px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #3d85d8;
	border-radius: 4px 0 0 4px;
	border-right: none
}

#RCfilCol svg {
	top: 12px
}

.did-floating-label-content.registerAccountIcon svg {
	width: 20px;
	left: 20px;
	top: 8px
}

.did-floating-label.required:after {
	content: '*';
	color: #f00
}

.did-floating-label-content .toggle-password {
	position: absolute;
	right: 8px;
	top: 0;
	cursor: pointer;
	width: 35px;
	background-position: center center;
	background-size: 56%;
	background-repeat: no-repeat
}

.did-floating-label-content .pw-eye {
	background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 22 12' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2498 12C6.64003 12 0.981934 8.09276 0.981934 6C0.981934 3.90724 6.64003 0 11.2498 0C15.8596 0 21.5176 3.90724 21.5176 6C21.5176 8.09276 15.8596 12 11.2498 12ZM2.95934 6.46234C3.45217 6.99398 4.12936 7.57615 4.89724 8.10641C6.85469 9.45814 9.06793 10.2774 11.2498 10.2774C13.4316 10.2774 15.6449 9.45814 17.6023 8.10641C18.3702 7.57615 19.0474 6.99398 19.5402 6.46234C19.6993 6.29078 19.8308 6.13295 19.928 6C19.8308 5.86705 19.6993 5.70922 19.5402 5.53766C19.0474 5.00602 18.3702 4.42385 17.6023 3.89359C15.6449 2.54186 13.4316 1.72256 11.2498 1.72256C9.06793 1.72256 6.85469 2.54186 4.89724 3.89359C4.12936 4.42385 3.45217 5.00602 2.95934 5.53766C2.8003 5.70922 2.6688 5.86705 2.57159 6C2.6688 6.13295 2.8003 6.29078 2.95934 6.46234ZM11.2498 9.5C9.26502 9.5 7.65604 7.933 7.65604 6C7.65604 4.067 9.26502 2.5 11.2498 2.5C13.2346 2.5 14.8435 4.067 14.8435 6C14.8435 7.933 13.2346 9.5 11.2498 9.5ZM11.2498 7.7C12.2138 7.7 12.9953 6.93888 12.9953 6C12.9953 5.06112 12.2138 4.3 11.2498 4.3C10.2858 4.3 9.50425 5.06112 9.50425 6C9.50425 6.93888 10.2858 7.7 11.2498 7.7Z' fill-opacity='0.6'/%3E%3C/svg%3E")
}

.did-floating-label-content .pw-eye-slash {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49908 13.6495L8.93791 12.2107C9.29193 12.2548 9.64639 12.2774 10 12.2774C12.1249 12.2774 14.2804 11.4582 16.1868 10.1064C16.9347 9.57615 17.5942 8.99399 18.0742 8.46235C18.2291 8.29079 18.3571 8.13296 18.4518 8.00001C18.3571 7.86706 18.2291 7.70923 18.0742 7.53767C17.5942 7.00603 16.9347 6.42386 16.1868 5.8936C16.0035 5.76358 15.8178 5.63848 15.63 5.51857L16.8352 4.31338C18.6938 5.53215 20 6.98112 20 8.00001C20 10.0928 14.4895 14 10 14C9.18692 14 8.34035 13.8719 7.49908 13.6495ZM3.16933 11.6896C1.30831 10.4702 0 9.01973 0 8.00001C0 5.90724 5.51049 2.00001 10 2.00001C10.815 2.00001 11.6637 2.12877 12.5069 2.35207L11.0688 3.79015C10.7126 3.74555 10.3558 3.72257 10 3.72257C7.87506 3.72257 5.71956 4.54187 3.81317 5.8936C3.06532 6.42386 2.4058 7.00603 1.92582 7.53767C1.77093 7.70923 1.64286 7.86706 1.54819 8.00001C1.64286 8.13296 1.77093 8.29079 1.92582 8.46235C2.4058 8.99399 3.06532 9.57615 3.81317 10.1064C3.99804 10.2375 4.18526 10.3636 4.37457 10.4844L3.16933 11.6896ZM9.66448 11.4841L13.4841 7.66448C13.4946 7.77491 13.5 7.88683 13.5 8.00001C13.5 9.93301 11.933 11.5 10 11.5C9.88682 11.5 9.7749 11.4946 9.66448 11.4841ZM6.51654 8.34242C6.5056 8.22976 6.5 8.11554 6.5 8.00001C6.5 6.06701 8.067 4.50001 10 4.50001C10.1155 4.50001 10.2298 4.50561 10.3424 4.51655L6.51654 8.34242ZM2.50435 14.5103L16.713 0.301597C17.0061 0.00851703 17.4813 0.00851703 17.7744 0.301597C18.0675 0.594678 18.0675 1.06985 17.7744 1.36294L3.56569 15.5716C3.2726 15.8647 2.79743 15.8647 2.50435 15.5716C2.21127 15.2785 2.21127 14.8034 2.50435 14.5103Z' fill-opacity='0.6'/%3E%3C/svg%3E")
}

.registerPhone .f-dropdown-wrapper {
	position: absolute;
	right: 0;
	margin: 0
}

.registerPhone .f-dropdown-wrapper .f-dropdown>span {
	padding: 0 10px !important;
	border-radius: 0 50px 50px 0 !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	height: 40px !important;
	background: transparent
}

.registerPhone .f-dropdown-wrapper .f-dropdown>span:before {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 8.7'%3E%3Cg%3E%3Cg%3E%3Cpath d='M7.7 8.6c-0.2 0-0.4-0.1-0.5-0.2l-6.9-7C0 1.1 0 0.6 0.3 0.3C0.5 0 1 0 1.3 0.3l6.4 6.5l6.4-6.5c0.3-0.3 0.8-0.3 1.1 0c0.3 0.3 0.3 0.8 0 1.1l-6.9 7C8.1 8.5 7.9 8.6 7.7 8.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
	filter: none !important
}

.form-group-checkbox-custom {
	display: block;
	margin-bottom: 15px
}

.form-group-checkbox-custom input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer
}

.form-group-checkbox-custom label {
	position: relative;
	cursor: pointer
}

.form-group-checkbox-custom label:before {
	content: '';
	-webkit-appearance: none;
	border-radius: 3px;
	background-color: #e3e3e3;
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px
}

.form-group-checkbox-custom input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 6px;
	height: 10px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}

.rgstButton {
	background-image: linear-gradient(to right, #6a11cb, #2575fc);
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	text-transform: uppercase;
	font-size: 1rem !important
}

.rgstButton.rgstXS {
	padding: 6px 10px;
	cursor: pointer
}

.rgstButton:hover {
	background-image: linear-gradient(to right, #2575fc, #6a11cb)
}

.text-underline {
	text-decoration: underline !important
}

.registrationCaptcha {
	display: flex;
	align-items: normal;
	margin-bottom: 10px;
	flex-direction: column
}

.registrationCaptcha .form-block {
	width: 100%
}

.registrationCaptcha .fld-block {
	display: flex;
	justify-content: space-between
}

.registrationCaptcha .captchaimage {
	width: 50%
}

.registrationCaptcha .captchaimage img {
	width: 90%;
	margin-right: 15px
}

.captchaInputRefresh {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.captchaInputRefresh a.captcha-refresh {
	position: absolute;
	right: 10px;
	width: auto
}

.captchaInputRefresh a.captcha-refresh span {
	display: none
}

.captchaInputRefresh .fld {
	height: 38px;
	border-radius: 5px;
	border: 1px solid #dbdfe5
}

.captchaInputRefresh input.fld:focus {
	border-color: #1676f3
}

.captchaInputRefresh a.captcha-refresh i {
	font-size: 20px;
	color: #1676f3
}

.did-floating-label-content.registerAffiliate svg {
	width: 25px;
	top: 11px;
	left: 17px
}

.modalCloseButton {
	border: none;
	background: #efefef;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 5px 8px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	width: 28px;
	height: 28px;
	justify-content: center;
	z-index: 10
}

.modalCloseButton svg {
	color: #333;
	width: 100%
}

.registerModalSteps .modal-dialog {
	max-width: 700px !important
}

.registerModalSteps .modal-content {
	width: 100% !important
}

.registerModalSteps .modal-content.one {
	max-width: 100% !important
}

#registerModal .bottom .btn {
	font-size: 1rem !important
}

.hide {
	display: none
}

.selectCustom .select,
.custom-select-dd,
.did-floating-input,
.did-floating-select,
.did-floating-label-content .toggle-password {
	height: 35px
}

.selectCustom .select {
	cursor: pointer;
	display: block;
	position: relative;
	color: #fff;
	width: 100%
}

/* .selectCustom select {
	display: none
} */

.custom-select-dd {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	color: #225084;
	border: 1px solid #dbdfe5;
	border-radius: 5px;
	padding: 0 40px 0 55px;
	display: flex;
	align-items: center;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.custom-select-dd:after {
	transform: rotateZ(0deg);
	transition: all .5s;
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	transition: all .3s ease;
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center center;
	width: 15px;
	height: 15px;
	filter: invert(43%) sepia(90%) saturate(3956%) hue-rotate(201deg) brightness(95%) contrast(99%);
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19.3 18.7' xml:space='preserve'%3E%3Cpolygon points='9.6 18.6 4.8 9.3 0 0 9.6 0 19.3 0 14.4 9.3 '/%3E%3C/svg%3E")
}

.custom-select-dd:active,
.custom-select-dd.active {
	background-color: #fff;
	color: #9e9e9e;
	border-color: #1677f1
}

.custom-select-dd:active:after,
.custom-select-dd.active:after {
	transform: rotateZ(180deg);
	transition: all .5s
}

.custom-select-dd:focus {
	outline: 2px
}

.select-options {
	max-height: 200px;
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 110%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ccc
}

.select-options li:first-child {
	display: none
}

.select-options li {
	color: #424242;
	margin: 0;
	padding: 12px 0;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	padding-left: 15px
}

.select-options li.inactive {
	font-weight: bold;
	cursor: default;
	padding-left: 5px
}

.select-options li.inactive:hover {
	background: none;
	color: #424242
}

.select-options li:hover {
	color: #ffff;
	background: #1677f1
}

.select-options li[rel="hide"] {
	display: none
}

.select-options::-webkit-scrollbar {
	width: 8px;
	background-color: #f5f5f5;
	border-radius: 0 0 5px 0
}

.select-options::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #9e9e9e
}

.selectCustom {
	width: 100%;
	position: relative;
	margin-bottom: 10px
}

.selectCustom svg {
	width: 24px;
	position: absolute;
	z-index: 1;
	left: 17px;
	color: #1676f3;
	top: 6px
}

.disabled_field:after {
	content: '';
	display: block;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .08;
	border-radius: 5px
}

#registerModal button.dropbtn-single-box {
	color: inherit
}

#registerModal .dropdown-single-content {
	right: auto;
	left: 0
}

#registerModal .dropdown-single-content a {
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left
}

#registerModal .dropdown-single-content a p {
	margin: 0
}

.checkregisterpart1,
.checkregisterpart2,
.checkregisterpart3 {
	width: 100%
}

option.inactive {
	font-weight: bold;
	cursor: default;
	padding-left: 5px
}

.phoneRegisterBorder {
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	background: transparent
}

.border-0:focus,
.did-floating-input.border-0 {
	border: none !important
}

.phoneLabel {
	left: 0
}

.did-floating-input.pl-2 {
	padding-left: .5rem !important
}

.phone-svg {
	margin-right: -.5rem
}

@media screen and (max-width:768px) {
	.phone-svg {
		margin-right: -.25rem !important
	}
}

.phone-svg-single {
	margin-right: 1.5rem
}

#__AjaxRegisterAntiForgeryForm button#dropdownMenuLink {
	display: none
}

@media screen and (max-width:768px) {
	.phone-svg-single {
		margin-right: -.25rem !important
	}

	#__AjaxRegisterAntiForgeryForm button#dropdownMenuLink {
		display: block
	}
}

#__AjaxRegisterAntiForgeryForm button#dropdownMenuLink .icon-language {
	width: 25px;
	height: 25px
}

.captchaInputRefresh a svg {
	width: 16px;
	margin-top: -3px;
	color: #007bff
}

.localized-wrapping {
	display: flex;
	height: 35px;
	padding-left: 55px;
	margin-bottom: 0
}

.svg-icon.svg {
	height: 24px
}

.localized-wrapping .did-floating-input {
	position: absolute;
	left: 0
}

.localized-wrapping.phoneRegCode .did-floating-label {
	left: 110px !important
}

.localized-wrapping.phoneRegCode .did-floating-input {
	padding-left: 115px !important
}

.error_register_msg {
	width: 100%;
	margin-top: 2px
}

.localized-wrapping #phoneCode {
	padding: 0 !important;
	width: 55px
}

#phoneCode {
	height: 35px !important;
	z-index: 2;
	background-color: transparent
}

.did-floating-input.border-danger {
	border-color: #dc3545 !important
}

.did-floating-label-content .checkmark,
.did-floating-label-content .cross {
	top: 0 !important;
	right: 0;
	width: 35px !important;
	height: 35px !important
}

.did-floating-label-content .checkmark,
.did-floating-label-content .cross {
	z-index: 1
}

.dropbtn-single-box.dropdown-toggle:after {
	display: none
}
 .footer-nav li a span, #SPORTSBOOK a .list-title,#SLOTS a .list-title, 
 #LIVECASINO a .list-title, #FISHING a .list-title, 
 .infopanel-wallet-title,
 .universal_hamburger_menu .aside_content-account_box .account_box-infopanel .infopanel-wallet .amount-button,
 .summary-table td, .summary-table th,
 #LOTTERY a .list-title, #GAMES a .list-title{color: #fff;}
 @media screen and (max-width:768px) {
	.banner-slots .main, .banner-slots .slots{
		width: 100%;
	}.banner-slots .slots-list{
		padding: inherit !important;
		display:inherit !important;
		width: 100% !important;
		text-align: center;
		margin-top: 30px;
	}.banner-slots .slots-list a{
		height: 220px !important;
		display: inline-flex;
		float: inherit !important;
	}.banner-slots .slots-list a img{
		height: 180px !important;
		object-fit: contain;
	}.banner-slots .slot_list{
		width: 100% !important;
	}.banner-slots #load_more{
        margin-left: 10px;
    }.slots-list a:hover img{
        position: relative !important;
    }
 }
select#currency {
    background: #fff;
}
#contactUsModal.modal.modal-slide-up {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    max-height: 95%;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
}#contactUsModal.modal.modal-slide-up .modal-dialog {
    width: 100%;
    max-width: 100vw;
    display: block;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.3s ease-out;
}#contactUsModal.modal.modal-slide-up.show .modal-dialog {
    width: 100%;
    max-width: 100vw;
    display: block;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0);
}#contactUsModal.modal.modal-slide-up .modal-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
}.modal.modal-slide-up .modal-dialog-scrollable .modal-content .modal-body {
    max-height: calc(90vh - 80px - 65px);
    overflow-y: scroll;
}#contactUsModal .modal-header{
   background:none;
}#contactUsModal .modal-header h6{
   color: #333 !important;
}.contact-us-wrapper {
    color: #fff;
}.btn-social {
    text-align: center;
    text-transform: capitalize;
    display: block;
    color: #fff !important;
    border-radius: 1rem;
    position: relative;
    padding: 0.75rem;
    font-size: 0.9rem;
}.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}.social-icon img {
    width: 30px;
    height: 30px;
}.social-content {
    display: flex;
    align-items: center;
}.social-content span {
    color: #fff !important;
    word-break: break-word;
}.contact-us-wrapper .btn-livechat {
   background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.contact-us-wrapper .btn-livechat:hover {
   background: linear-gradient(135deg, #5568d3 0%, #653a8f 100%);
}
.contact-us-wrapper .btn-whatsapp {
   background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}
.contact-us-wrapper .btn-whatsapp:hover {
   background: linear-gradient(135deg, #20ba5a 0%, #0f7569 100%);
}
.px-3{
	color: #fff;
}
.p-3{
	color: #fff !important;
}
.collapse {
    visibility: visible !important;
}
.max-w-7xl {
    max-width: 53rem !important;
}
.simple li span,.tip h6,.tip li,.title h3,.p-2{
	color: #fff !important;
}
.capch-text{
	    background: #f00 !important;
		width: 22% !important;
}
.bg-gray-100{
	background: #000 !important;
}

.top5game .afb-title-h1:before {
  content: '';
  position: absolute;
  left: -10px;
  width: 5px;
  background: #008000;
  height: 20px
}