html,
body {
	height: 100%;
}

body {
	font-weight: 400;
	font-style: normal;
	background-color: #1b1b1b;
	color: #fff;
	line-height: 2;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	font-family: roboto-condensed, sans-serif;
}

html.mobile {
	display: block !important;
}

iframe {
	border: 0;
}

pre {
	color: #fff;
}

.form-control {
	border-radius: 4px;
	border: 1px solid #4e4e4e;
	background-color: rgba(255, 255, 255, 0.07);
	padding: 9px 15px;
	color: #fff;
	-moz-appearance: textfield;
	height: 48px;
	font-size: inherit;
}

.form-control::-webkit-input-placeholder {
	color: #757575;
	line-height: 1.4;
	font-size: inherit;
}

.form-control:-moz-placeholder {
	color: #757575;
	line-height: 1.4;
	font-size: inherit;
}

.form-control:focus {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: #b1b1b1;
	box-shadow: none;
	color: #fff;
}

.form-control:disabled {
	border-color: #383838;
	background-color: rgba(255, 255, 255, 0.03);
}

.invalid-feedback {
	color: #ff2b00;
	font-size: inherit;
}

.form-control.is-invalid,
.is-invalid .form-control {
	border-color: #df3320;
	background-image: none;
}

.is-invalid
	.mobile-number
	.select2-container--default
	.select2-selection--single {
	border-color: #df3320;
}

.form-group.is-invalid .invalid-feedback {
	display: block;
}

.dropdown-toggle {
	position: relative;
	padding-right: 18px;
}
.dropdown-toggle:after {
	position: absolute;
	top: 50%;
	right: 0;
	border: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(255,255,255)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e')
		50% 50% no-repeat;
	background-size: contain;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.dropdown.show .dropdown-toggle:after {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.dropdown-menu {
	font-size: 14px;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #171717;
	border: 0;
	border-radius: 0;
	background-clip: initial;
}

.topsection .dropdown-menu {
	background-color: #0e0e0e;
}

.dropdown-header {
	color: #cd181f;
	font-weight: 400;
	letter-spacing: 1px;
	border-top: 1px solid #262626;
	margin-top: 5px;
	text-transform: uppercase;
}

.header {
	width: 100%;
	height: auto;
	background-color: #171717;
}

.header a:hover {
	text-decoration: none;
}

.header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.app-banner-info {
	width: 100%;
	height: 60px;
	display: none;
	color: #dedede;
	border: 0;
	background-color: #6d6d6d;
}
.app-banner-info.show {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.app-banner-info .close {
	color: #fff;
	width: 46px;
	height: 100%;
	font-size: 16px;
}
.app-banner-info .app-logo {
	width: auto;
	height: 46px;
}
.app-banner-info .app-logo img {
	width: auto;
	height: 100%;
}
.app-banner-info .app-text {
	margin-left: 15px;
	line-height: 1.4;
	font-size: 14px;
}

.app-banner-info .app-points {
	display: flex;
}
.app-banner-info .app-points i {
	display: block;
	margin: 0 1px;
	width: 10px;
	height: 10px;
	background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="rgb(255,255,255)" %3e%3cpath d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z"%3e%3c/path%3e%3c/svg%3e')
		0 0 no-repeat;
	background-size: contain;
}
.app-banner-info .app-points i::before {
	content: none;
}
.app-banner-info .app-download {
	margin-left: auto;
}
.app-banner-info .app-download .btn {
	padding: 10px 20px;
	color: #fff;
}

.gg-logout {
	display: inline-flex;
	align-items: center;
	color: #717171;
	font-size: 16px;
}

.gg-logout:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzA0LDMzNnY0MGE0MCw0MCwwLDAsMS00MCw0MEgxMDRhNDAsNDAsMCwwLDEtNDAtNDBWMTM2YTQwLDQwLDAsMCwxLDQwLTQwSDI1NmMyMi4wOSwwLDQ4LDE3LjkxLDQ4LDQwdjQwIiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNzE3MTcxO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MzJweCIvPjxwb2x5bGluZSBwb2ludHM9IjM2OCAzMzYgNDQ4IDI1NiAzNjggMTc2IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNzE3MTcxO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MzJweCIvPjxsaW5lIHgxPSIxNzYiIHkxPSIyNTYiIHgyPSI0MzIiIHkyPSIyNTYiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiM3MTcxNzE7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDozMnB4Ii8+PC9zdmc+")
		50% 50% no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.gg-logout:hover {
	color: #fff;
}

.balance-box {
	color: #34d9c4;
}

.gg-balance-button {
	color: #34d9c4;
	cursor: pointer;
}

.gg-player-info ul {
	display: flex;
	align-items: center;
}
.gg-player-info ul > li {
	display: inline-flex;
	vertical-align: baseline;
	align-items: center;
}

.gg-player-info ul > li.gg-logout-area:before {
	content: "";
	display: inline-flex;
	vertical-align: baseline;
	width: 1px;
	height: 12px;
	background-color: #717171;
	margin-left: 8px;
}
.gg-player-info ul > li.gg-user-name {
	background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(255,255,255)" %3e%3cpath d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e')
		0 50% no-repeat;
	background-size: 20px 21px;
	line-height: 1.4;
	padding-left: 26px;
	font-size: 14px;
	margin-right: 5px;
}
.aside-top .user-info li.gg-fish-buffet,
.gg-player-info ul > li.gg-fish-buffet {
	position: relative;
	height: 19px;
	cursor: pointer;
}
.gg-player-info ul > li.gg-fish-buffet {
	width: 119px;
	margin-left: 5px;
}
.aside-top .user-info li.gg-fish-buffet .icon,
.gg-player-info ul > li.gg-fish-buffet .icon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -6px;
	line-height: 1;
	z-index: 10;
}
.gg-player-info ul > li.gg-fish-buffet .icon {
	left: 0;
}
.aside-top .user-info li.gg-fish-buffet .icon {
	right: 152px;
}
.aside-top .user-info li.gg-fish-buffet .icon img,
.gg-player-info ul > li.gg-fish-buffet .icon img {
	width: 100%;
	height: 100%;
}
.aside-top .user-info li.gg-fish-buffet .progress-box,
.gg-player-info ul > li.gg-fish-buffet .progress-box {
	height: 14px;
	position: relative;
	border: #023a34 1px solid;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	margin-left: 19px;
}
.gg-player-info ul > li.gg-fish-buffet .progress-box {
	width: 100%;
}
.aside-top .user-info li.gg-fish-buffet .progress-box {
	width: 140px;
}
.aside-top .user-info li.gg-fish-buffet .progress-box .text,
.gg-player-info ul > li.gg-fish-buffet .progress-box .text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 11px;
	z-index: 2;
	left: 0;
	right: 0;
}
.aside-top .user-info li.gg-fish-buffet .progress-box .background,
.gg-player-info ul > li.gg-fish-buffet .progress-box .background {
	height: 100%;
	background: #0a584f;
	position: absolute;
	z-index: 1;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	left: 0;
	right: 0;
}

.gg-game-switch ul {
	display: flex;
	justify-content: center;
}

.gg-game-switch ul > li {
	margin: 0 7px;
	position: relative;
	padding-left: 8px;
	line-height: 30px;
}
.gg-game-switch ul > li:before {
	content: "";
	display: block;
	width: 3px;
	height: 14px;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
.gg-game-switch ul > li > a {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #717171;
}
.gg-game-switch ul > li:hover:before,
.gg-game-switch ul > li.active:before {
	background-color: #cd181f;
}
.gg-game-switch ul > li:hover > a,
.gg-game-switch ul > li.active > a {
	color: #fff;
}

.gg-game-switch.mobile .live-casino-menu-item + .wsop-menu-item { display: none; }

.top-menu ul > li {
	display: inline-flex;
	vertical-align: baseline;
	margin-right: 10px;
	color: #717171;
	align-items: center;
}
.top-menu ul > li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 12px;
	background-color: #717171;
	margin: 0 10px 0 2px;
}
.top-menu ul > li:first-child:before {
	display: none;
}
.top-menu ul > li a {
	color: #717171;
	font-size: 16px;
}

.top-menu ul > li a.gg-my-promo {
	cursor: pointer;
	color: #fff;
}

.gg-player-info .dropdown-toggle,
.top-menu .dropdown-toggle {
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #717171;
	padding-right: 14px;
	font-size: 16px;
	outline: 0;
}
.gg-player-info .dropdown-toggle::after,
.top-menu .dropdown-toggle::after {
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(113,113,113)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e')
		50% 50% no-repeat;
}
.top-menu .dropdown-toggle:hover,
.top-menu ul > li a:hover {
	color: #fff;
}
.gg-player-info .dropdown-menu,
.top-menu .dropdown-menu {
	background-color: #000;
	padding: 0;
	margin: 0;
	border: 0;
}
.gg-player-info .dropdown-item,
.top-menu .dropdown-item {
	padding: 5px 15px;
	display: inline-flex;
	align-items: center;
}
.gg-player-info .dropdown-item:hover,
.top-menu .dropdown-item:hover {
	color: #fff;
}
.gg-player-info .dropdown-toggle,
.gg-player-info .dropdown-toggle:hover {
	color: #fafafa;
	font-size: 14px;
}
.gg-player-info .dropdown-toggle::after {
	background: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(250,250,250)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e')
		50% 50% no-repeat;
}
.gg-player-info .dropdown-menu .dropdown-item {
	color: #bcbcbc;
}
.gg-player-info .dropdown-menu .dropdown-item:hover,
.gg-player-info .dropdown-menu .dropdown-item:active {
	background-color: #3b3b3b;
	color: #fafafa;
}

.top-menu .dropdown-item img {
	margin-right: 10px;
}

.top-menu .dropdown-item .fa {
	font-size: 18px;
	margin-right: 10px;
}

.open-aside {
	display: block;
	width: 60px;
	height: 100%;
	background-color: transparent;
	border: 0;
	padding: 0;
	font-size: 24px;
	margin-left: -15px;
	color: #fff;
	min-width: 60px;
	outline: 0;
}
.open-aside:focus {
	outline: 0;
}

.top-section {
	width: 100%;
	height: 40px;
	background-color: #000;
}

.top-section .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-section .gg-game-switch {
	width: 100%;
}

.main-section {
	width: 100%;
	height: 71px;
	display: block;
	border-bottom: 1px solid #cd181f;
}

.main-section .container {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.main-section .other-group {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
}

.main-section .other-group .gg-gwr img {
	height: 44px;
}

.main-section .other-group .btn-group > li > a {
	border-radius: 50em;
	padding: 5px 20px;
	margin-left: 10px;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 16px;
	outline: none;
}

.main-section .other-group .btn-group > li > a.login {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	font-size: 16px;
}
.main-section .other-group .btn-group > li > a.signup,
.main-section .other-group .btn-group > li > a.gg-cashier {
	background-color: #cd181f;
	color: #fff;
	font-size: 16px;
}

.main-section .logo {
	width: auto;
	height: 24px;
	display: block;
}
.main-section .logo img {
	width: auto;
	height: 100%;
	vertical-align: top;
}

.aside {
	width: 100%;
	max-width: 350px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -350px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #171717;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 2001;
	color: #fff;
}

.aside.show {
	left: 0;
}

.aside a:focus {
	outline: 0;
}

.aside-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
}

.aside-backdrop.show {
	display: block;
	background-color: rgba(0, 0, 0, 0.8);
}

.aside-top .btn-area {
	width: 100%;
	height: 60px;
}
.aside-top .btn-area .btn-close {
	border: 0;
	background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(255,255,255)" %3e%3cpath d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e')
		50% 50% no-repeat;
	background-size: 50% 50%;
	width: 60px;
	height: 100%;
	padding: 0;
	display: block;
}

.aside-top .user-info {
	padding: 10px 0;
	list-style: none;
	margin: 0;
	border-top: 1px solid #3b3b3b;
}
.aside-top .user-info li {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	align-items: center;
}

.aside-top .user-info li span {
	text-align: right;
	word-wrap: break-word;
	word-break: break-word;
	line-height: 1.2;
}
.aside-top .user-info [class*="ico-"] {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 20px;
	height: 20px;
	min-width: 20px;
}

.aside-top .user-info .ico-user {
	background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(255,255,255)" %3e%3cpath d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e');
}
.aside-top .user-info .gg-user-name {
	padding-left: 10px;
}
.aside-top .user-info .gg-my-info .gg-user-name:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	margin-bottom: -1px;
	width: 13px;
	height: 15px;
	background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(255,255,255)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.aside-top .user-info .ico-dollar {
	width: 22px;
	height: 22px;
	background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(255,255,255)" %3e%3cpath d="M0 0h24v24H0V0z" fill="none"/%3e%3cpath d="M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z"/%3e%3c/svg%3e');
}
.aside-top .user-info .gg-balance-button .gg-balance:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	margin-bottom: -1px;
	width: 13px;
	height: 15px;
	background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(255,255,255)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.aside-menu {
	padding: 10px 0;
	border-top: 1px solid #3b3b3b;
	list-style: none;
	margin: 0;
}

.aside-menu li a {
	padding: 10px 20px;
	display: block;
	width: 100%;
	text-align: left;
	color: #fff;
	line-height: 1.4;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-transform: uppercase;
}

.aside-menu li.show > span > a,
.aside-menu li a:hover {
	color: #cd181f;
	text-decoration: none;
}

.aside-menu.other-menu li a {
	color: #717171;
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
}
.aside-menu.other-menu li a.btn-download {
	color: #cd181f;
}
.aside-menu.other-menu li a:hover {
	color: #fff;
}

.poker-menu {
	background-color: transparent;
}
.poker-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.poker-menu > ul > li:nth-child(1),
.poker-menu > ul > li:nth-child(2) {
	display: none !important;
}
.poker-menu li {
	padding: 0;
	display: flex;
	flex-flow: column;
}
.poker-menu li a {
	padding: 10px 20px;
	display: inline-flex;
	width: auto;
	align-items: center;
	color: #fff;
	text-transform: inherit;
}
.poker-menu li a:hover {
	color: #cd181f;
}
.poker-menu li span .dropdown-toggle::after {
	display: none;
}
.poker-menu li span {
	display: flex;
	width: 100%;
	align-items: center;
}
.poker-menu li span i {
	display: inline-flex;
}
.poker-menu li span i:after {
	content: "";
	display: inline-block;
	position: static;
	margin-left: 5px;
	margin-top: 1px;
	width: 17px;
	height: 19px;
	background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(255,255,255)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.poker-menu li.show span i:after {
	background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(205,24,31)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.poker-menu .dropdown-header {
	padding: 10px 20px 6px 40px;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
}
.poker-menu .dropdown-menu {
	position: static !important;
	top: initial !important;
	left: initial !important;
	transform: none !important;
	width: 100%;
	border: 0;
	background-color: #0e0e0e;
	padding: 0;
	margin: 0;
}
.poker-menu .dropdown-menu li a {
	padding-left: 40px;
	font-size: 16px;
	width: 100%;
}
.poker-menu .dropdown-menu li a:hover {
	color: #fff;
}
.header-menu li .submenu-box {
	display: none;
	height: calc(100vh - 161px);
	overflow: auto;
	position: absolute;
	top: 46px;
	left: 0;
	min-width: 240px;
}
.header-menu li.show .submenu-box {
	display: block;
}

.casino-menu li a,
.casino-menu li a:visited {
	padding: 10px 20px;
	border: 0;
	color: #fff;
	line-height: 1.4;
	display: block;
	width: 100%;
	border-radius: 0;
	text-align: left;
	text-transform: capitalize;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.casino-menu li a:hover {
	color: #cd181f;
}

.casino-menu li a:focus {
	outline: 0;
	box-shadow: none;
}

.casino-menu li.active a {
	color: #cd181f;
}

.aside-menu.other-menu .dropdown {
	padding: 0;
	display: flex;
	flex-flow: column;
}

.aside-menu.other-menu .dropdown .dropdown-menu {
	position: static !important;
	top: initial !important;
	left: initial !important;
	transform: none !important;
	width: 100%;
	border: 0;
	background-color: #0e0e0e;
	padding: 0;
	margin: 0;
}
.aside-menu.other-menu .dropdown a {
	cursor: pointer;
}
.aside-menu.other-menu .dropdown a:after {
	position: static;
	margin-left: 5px;
	margin-top: 2px;
	background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(113,113,113)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.aside-menu.other-menu .dropdown a:hover:after {
	margin-left: 5px;
	margin-top: 2px;
	background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(255,255,255)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
}
.aside-menu.other-menu .dropdown.show .dropdown-toggle {
	color: #fff;
}
.aside-menu.other-menu .dropdown.show .dropdown-toggle:after {
	background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(255,255,255)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.nav-bar {
	display: none;
	width: 100%;
	height: 50px;
	background-color: #0c0c0c;
	border-bottom: 1px solid #1b1b1b;
}

.nav-bar .container,
.nav-bar .container .nav {
	height: 100%;
}

.poker-nav {
	height: 47px;
}
.poker-nav > ul {
	display: flex;
	align-items: stretch;
	width: auto;
	height: 100%;
}
.poker-nav > ul > li {
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.poker-nav > ul > li:nth-child(1) {
	display: none;
}

.poker-nav > ul > li:nth-child(2) .nav-link {
	min-width: 127px;
	color: #fff0c1;
	padding: 2px 15px;
	font-size: 14px;
	background: #9b3e3e;
	background: -moz-linear-gradient(top, #9b3e3e 0%, #803030 100%);
	background: -webkit-linear-gradient(top, #9b3e3e 0%, #803030 100%);
	background: linear-gradient(to bottom, #9b3e3e 0%, #803030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3e3e', endColorstr='#803030',GradientType=0 );
	border: 0;
	text-align: center;
	border-radius: 4px;
}

.poker-nav > ul > li:nth-child(2) .nav-link:hover {
	color: #fff0c1;
}

.poker-nav > ul > li > a {
	font-size: 16px;
	height: 32px;
}

.poker-nav .dropdown-menu {
	min-width: 240px;
	background-color: #0e0e0e;
	margin-top: 0;
	border-bottom: 3px solid #cd181f;
	top: 0;
	position: relative;
	z-index: unset;
}

.mainfooter {
	background-color: #0e0e0e;
	min-height: 350px;
	color: #8e8e8e;
	padding-top: 35px;
	padding-bottom: 35px;
}

.fwidget-title {
	color: #cd181f;
	text-transform: capitalize;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 20px;
}

.fwidget ul {
	list-style: none;
	padding-inline-start: 00px;
}

.fwidget li {
	border-bottom: 1px solid #444444;
}

.fwidget .alignnone {
	float: none;
	margin: 0 3px 0 0;
	width: auto;
	max-height: 30px;
	height: 30px;
}
.fwidget .alignnone:last-child {
	margin-right: 0;
}

.widget_nav_menu a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font-weight: 400;
	text-transform: capitalize;
	font-style: normal;
	font-size: 16px;
}

.widget_nav_menu a:hover {
	color: #cd181f;
}

.footlogo {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	text-align: left;
	height: 100%;
}

.footlogo .logo a {
	display: inline-block;
}
.footlogo .logo img {
	width: auto;
	height: 30px;
}

.footlogo .gwr {
	margin-top: 15px;
}
.footlogo .gwr img {
	max-width: 100%;
	height: auto;
}

.socialfooter {
	margin-top: 15px;
	border-top: 1px solid #262626;
	padding-top: 10px;
	padding-bottom: 3px;
}

.socialfooter a {
	color: #fff;
}

.socialfooter a:hover {
	color: #fff;
	text-decoration: none;
}

.socialfooter a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.socialfooter a:not([href]):not([tabindex]):hover,
.socialfooter a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.socialfooter a:not([href]):not([tabindex]):focus {
	outline: 0;
}

.socialfooter .fab {
	font-size: 30px;
	margin-right: 5px;
}

.socialfooter2 {
	margin-top: 15px;
	border-top: 1px solid #262626;
	padding-top: 15px;
	color: #fff;
	font-size: 22px;
}

.payment-icons {
	margin-bottom: 5px;
}

.footer-license {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.footer-license iframe,
.footer-license a {
	margin-right: 3px;
	padding: 0;
	line-height: 1;
}
.footer-license iframe {
	border: none;
	overflow: hidden;
}
.footer-license iframe:last-child,
.footer-license a:last-child {
	margin-right: 0;
}

.footwidget {
	margin-bottom: 35px;
}

.footwidget iframe {
	height: 50px;
	width: 150px;
	max-width: 150px;
	min-width: 150px;
}

.footer-bottom {
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
}

.copyright {
	font-size: 0.8em;
	color: #929092;
	text-align: justify;
}
.copyright p {
	line-height: 1.4;
	margin-bottom: 15px;
}
.copyright p:last-of-type {
	margin-bottom: 0;
}
.copyright p a {
	color: #929092;
	text-decoration: underline;
}
.copyright p a:hover {
	text-decoration: none;
}

/* blog */
.blogwrap {
	background-color: #fff;
	color: #171717;
	padding-top: 50px;
	padding-bottom: 50px;
}
.blogwrap .breadcrumbsmain {
	background-color: #1b1b1b;
}
.blogwrap pre {
	color: #171717;
}
.blogwrap img {
	overflow: hidden;
	width: 100% !important;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}

.ggentry {
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 3px solid #f0f0f0;
}

.gg-entry-title {
	background-color: #f0f0f0;
	padding: 20px;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.gg-entry-title a {
	color: #171717;
	text-decoration: none;
}

.gg-entry-title a:hover {
	color: #cd181f;
	text-decoration: none;
}

.gg-entry-title a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.gg-entry-title a:not([href]):not([tabindex]):hover,
.gg-entry-title a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.gg-entry-title a:not([href]):not([tabindex]):focus {
	outline: 0;
}

.ggentry-content {
	padding: 0 15px;
}

.categories-gg {
	background-color: #cd181f;
	margin-bottom: 00px;
	line-height: 00;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

.categories-gg a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	font-weight: 400;
	text-transform: Uppercase;
	font-style: normal;
	font-size: 15px;
}

.categories-gg a:hover {
	color: #0e0e0e;
	text-decoration: none;
}

.categories-gg a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.categories-gg a:not([href]):not([tabindex]):hover,
.categories-gg a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.categories-gg a:not([href]):not([tabindex]):focus {
	outline: 0;
}

.sidebar {
	padding: 0 30px 30px;
	margin-bottom: 50px;
}

.sidebar .widget-area .widget {
	margin-bottom: 35px;
}
.sidebar .widget-area .widget .widget-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}
.sidebar .widget-area .widget ul li {
	line-height: 1.4;
	margin-bottom: 15px;
}

.sidebar .widget-area .widget ul li a {
	color: #171717;
	text-decoration: none;
}

.sidebar .widget-area .widget ul li a:hover {
	color: #cd181f;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	text-align: center;
	font-size: 18px;
	color: #171717;
}

.page-numbers.current,
a.page-numbers:hover,
a.page-numbers:focus {
	background: #f9f9f9;
	text-decoration: none;
	color: #cd181f;
}

.pagination {
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	text-align: center;
	display: block;
}
.pagination .screen-reader-text {
	display: none;
}

.breadcrumbsmain {
	background-color: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: #fff;
}

.breadcrumbsmain a {
	color: #cd181f;
}

.error-404 {
	min-height: 320px;
	padding: 20px 0;
	text-align: center;
}

.readmore .btn-info {
	color: #171717;
	background-color: #fff;
	border-color: #0e0e0e;
}

.readmore .btn-info:hover,
.readmore .btn-info:active,
.readmore .btn-info:focus {
	color: #171717 !important;
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
}

body {
	padding-top: 131px;
}

body.hidden-nav-bar {
	padding-top: 131px;
}

body.not-app-banner {
	padding-top: 111px;
}

body.hidden-nav-bar.not-app-banner {
	padding-top: 111px;
}

body.ggpokeruk-body {
	padding-top: 131px;
}

body.ggpokeruk-body.not-app-banner {
	padding-top: 71px;
}

body.ggpokeruk-body.hidden-nav-bar.not-app-banner {
	padding-top: 131px;
}

body.ggpokeruk-body .top-section {
	display: none;
}

.pc {
	display: none;
}
.mobile {
	display: block;
}

body .was-login,
body.gglogged-in .not-login,
body.gglogged-in .pc.was-login,
body .top-menu ul > li.was-login {
	display: none;
}

body .not-login,
body.gglogged-in .was-login,
body.gglogged-in .mobile.was-login {
	display: block;
}
body.gglogged-in .top-menu ul > li.was-login {
	display: none;
}
body.gglogged-in .top-menu ul > li.was-login.show {
	display: inline-flex;
}

.heroslider {
	display: none;
}
.mobileslider {
	display: block;
	overflow: hidden;
}

.blog-main {
	background: #fff;
}

.bloghead {
	overflow: hidden;
}
.bloghead .row.no-gutters {
	background-color: #f0f0f0;
	display: block;
}

.bloggreybkg {
	color: #171717;
	display: flex;
	flex-direction: column;
	padding: 50px 40px !important;
}

.entry-meta-single .posted-on a,
.entry-meta-single .posted-under a {
	color: #cd181f !important;
}

.blog-thumbnail-box {
	position: relative;
	padding: 0 !important;
	text-align: center;
}
.blog-thumbnail-box::before,
.blog-thumbnail-box::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 20%;
	position: absolute;
	width: 100vw;
	z-index: 10;
}
.blog-thumbnail-box::before {
	right: 50%;
}
.blog-thumbnail-box::after {
	left: 50%;
}
.blog-thumbnail {
	max-width: 100%;
	margin: 0 auto;
	object-fit: fill;
	position: relative;
	z-index: 20;
}

.mainblogcontent {
	color: #171717;
	padding-bottom: 50px;
}

.mainblogcontent a {
	color: #171717;
	text-decoration: underline;
}
.mainblogcontent a:active,
.mainblogcontent a:visited,
.mainblogcontent a:hover {
	text-decoration: none;
}

.mainblogcontent p {
	margin-bottom: 1.8rem;
	line-height: 1.5;
}

.mainblogcontent ol,
.mainblogcontent ul,
.mainblogcontent dl {
	margin-bottom: 1.8rem;
}

.mainblogcontent h1,
.mainblogcontent h2,
.mainblogcontent h3,
.mainblogcontent h4,
.mainblogcontent h5,
.mainblogcontent h6 {
	margin-bottom: 2rem;
}

.mainblogcontent table {
	width: 100%;
}
.mainblogcontent table tbody tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.05);
}
.mainblogcontent table th,
.mainblogcontent table td {
	padding: 0.5rem;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

.mainblogcontent img,
.mainblogcontent video {
	max-width: 100%;
}

.btn-go-top {
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: none;
	position: fixed;
	bottom: -65px;
	right: 40px;
	border-radius: 50rem;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	z-index: 101;
}
.btn-go-top:focus {
	box-shadow: none;
}

.btn-go-top > .fa {
	color: #000;
}

.btn-go-top.show {
	bottom: 105px;
}

.btn-link {
	padding: 0;
}

.btn-primary-cta {
	color: #fff;
	background: rgb(128, 48, 48);
	background: -webkit-linear-gradient(
		bottom,
		rgba(128, 48, 48, 1) 35%,
		rgba(155, 62, 62, 1) 100%
	);
	background: -o-linear-gradient(
		bottom,
		rgba(128, 48, 48, 1) 35%,
		rgba(155, 62, 62, 1) 100%
	);
	background: linear-gradient(
		to top,
		rgba(128, 48, 48, 1) 35%,
		rgba(155, 62, 62, 1) 100%
	);
	border: 0;
	outline: 0;
}

.btn-primary-cta:hover,
.btn-primary-cta:active,
.btn-primary-cta.focus {
	color: #fff;
	outline: 0;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(205 24 31 / 25%);
}

.btn-secondary-cta {
	color: #fff;
	background: #cd181f;
	border-radius: 50rem;
	border: 0;
	outline: 0;
}

.btn-secondary-cta:hover,
.btn-secondary-cta:active,
.btn-secondary-cta.focus {
	color: #fff;
	outline: 0;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(205 24 31 / 25%);
}

.fcy-50pyje {
	bottom: 10px !important;
	right: 20px !important;
}

/* body.gglogged-in .was-login.gg-btn-deposit {
	display: none;
} */

.posters {
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.poster-wrap {
	display: flex;
	margin-right: -4px;
	margin-left: -4px;
}
.poster-column {
	flex: 1;
	display: flex;
	flex-flow: column;
	margin: 4px;
}
.poster-row {
	width: 100%;
}
.poster-row .poster-text,
.poster-row .poster-img {
	display: block;
	text-align: center;
}
.poster-row .poster-img {
	margin-bottom: 8px;
}
.poster-row .poster-img img {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.our-games {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.our-games .title {
	font-size: 30px;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.our-games .title:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 30%;
	padding-top: 10px;
	border-bottom: 2px solid #cd181f;
}

.modal {
	z-index: 1072;
	padding: 0;
}
.modal.show {
	display: block;
	text-align: center;
}

.modal-dialog {
	margin: 0 auto;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-content {
	background-color: #1d1d1d;
	border-color: #3a3a3a;
	max-height: 100%;
	width: 100%;
	text-align: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	line-height: 1.2;
	border-radius: 0;
}

.modal-header {
	padding: 10px 50px 10px 15px;
	min-height: 50px;
	position: relative;
	align-items: center;
	justify-content: initial;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.modal-header .close {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgb(255,255,255)" %3e%3cpath d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/%3e%3cpath d="M0 0h24v24H0z" fill="none"/%3e%3c/svg%3e')
		50% 50% no-repeat;
	background-size: 50% 50%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -25px;
	opacity: 0.4;
	border-radius: 0.25rem;
}
.modal-header .close:hover {
	opacity: 1;
}
.modal-title {
	padding: 0;
	word-break: break-word;
	font-size: 16px;
	font-weight: 400;
}

.modal-body {
	overflow-y: auto;
	padding: 15px;
}
.modal-body .modal-bottom {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	padding: 15px;
}

.modal-footer {
	padding: 10px;
	min-height: 50px;
}

.modal-content .btn {
	margin: 0 5px;
	padding: 8px 15px;
	line-height: 1.4;
	font-size: 16px;
	background: initial;
	font-weight: 400;
	color: #fff;
	min-width: 80px;
}
.modal-content .btn:not(:disabled):not(.disabled):focus {
	box-shadow: none;
	border-color: transparent;
}
.modal-content .btn:hover {
	border-color: transparent;
}
.modal-content .btn:not(:disabled):not(.disabled):active {
	border-color: transparent;
	color: inherit;
}
.modal-content .btn.btn-secondary {
	background-color: #808080;
}
.modal-content .btn.btn-secondary:hover {
	background-color: #585858;
}
.modal-content .btn.btn-secondary:not(:disabled):not(.disabled):active {
	background-color: #585858;
}
.modal-content .btn.btn-primary {
	background-color: #cd181f;
}
.modal-content .btn.btn-primary:hover {
	background-color: #b91118;
}
.modal-content .btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #b91118;
}

.nav.nav-tabs {
	border-bottom: 0;
}
.nav.nav-tabs .nav-item {
	border-radius: 4px 4px 0 0;
	color: #c7c7c7;
	border: 0;
	word-break: break-word;
	padding: 10px;
}
.nav.nav-tabs .nav-item:hover {
	border: 0;
	background-color: transparent;
	color: #fff;
}
.nav.nav-tabs .nav-item.active {
	color: #000;
	background-color: #fff;
	line-height: 1;
}

.nav.nav-pills {
	margin-bottom: 25px;
	margin-right: -5px;
	margin-left: -5px;
}
.nav.nav-pills .nav-item {
	padding: 12px 20px;
	word-break: break-word;
	line-height: 1.2;
	border-radius: 50em;
	background-color: rgba(255, 255, 255, 0.2);
	color: #a2a2a2;
	margin: 5px;
	min-width: 80px;
	text-align: center;
}
.nav.nav-pills .nav-item:hover {
	background-color: rgba(255, 255, 255, 0.4);
	color: #d6d6d6;
}
.nav.nav-pills .nav-item.active {
	background-color: #cd181f;
	color: #fff;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	border-radius: 50rem;
	padding: 8px 30px;
	font-size: 16px;
}
.cli-style-v2 .cli-bar-message {
	width: auto;
}

#content .grecaptcha-badge {
	position: relative !important;
	right: 0 !important;
	left: 0 !important;
	margin: 0 auto !important;
}

.tncConfirmModal .btn-primary {
	border-radius: 50em;
	width: 70%;
}
.tncConfirmModal p {
	color: #bfbfbf;
	padding: 8px 0 0;
	margin-bottom: 0;
}
.tncConfirmModal p label {
	margin-bottom: 0;
}
.tncConfirmModal p.bottom-line {
	border-bottom: #363636 2px solid;
	padding-bottom: 8px;
}
.tncConfirmModal p.description {
	margin-bottom: 2.5rem;
	padding: 0;
}
.tncConfirmModal p.description a {
	color: #4891ff;
	text-decoration: underline;
}
.tncConfirmModal p.description a:hover {
	text-decoration: none;
}

#ggVerificationModal .modal-content {
	max-height: 800px;
	height: 100%;
	line-height: 1;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#ggSignUpModal .modal-content,
#ggCashierModal .modal-content {
	max-height: 800px;
	height: 100%;
	line-height: 1;
}
#ggVerificationModal .modal-body,
#ggSignUpModal .modal-body,
#ggCashierModal .modal-body {
	height: 100%;
	padding: 0;
	overflow-y: hidden;
}
#ggCashierModal .modal-body iframe {
	height: 100%;
	background: #fff;
}
#ggVerificationModal .modal-body iframe,
#ggSignUpModal .modal-body iframe {
	height: 100%;
}

#realityCheckModal .modal-body h6 {
	color: #fff;
	margin-bottom: 1rem;
}
#realityCheckModal .modal-body p .label {
	color: #b1b1b1;
}
#realityCheckModal .modal-body p .value {
	color: #c64040;
}

#ggBonusOfferModal .modal-content.verify {
	max-height: 600px;
	height: 100%;
}
#ggBonusOfferModal .modal-content.verify .modal-body {
	height: 100%;
	padding: 0;
	overflow-y: hidden;
}
#ggBonusOfferModal .modal-content.verify .modal-body iframe {
	height: 100%;
}
#ggBonusOfferModal .modal-body {
	text-align: center;
}
#ggBonusOfferModal .modal-body p {
	color: #b1b1b1;
	margin-bottom: 15px;
}
#ggBonusOfferModal .modal-body ul {
	list-style-type: disc;
	margin-bottom: 40px;
	list-style-position: inside;
	padding: 0;
}
#ggBonusOfferModal .modal-body ul li {
	text-align: center;
	color: #fff;
	margin: 3px 0;
}
#ggBonusOfferModal .modal-body .btn-gg-bonus-verify {
	width: 80%;
	border-radius: 50rem;
}

#ggLoginInfoModal .description {
	color: #b1b1b1;
	font-size: 14px;
	padding: 12px 0 15px;
}
#ggLoginInfoModal .summary,
#ggLoginInfoModal .responsible-gaming {
	padding: 15px 0 8px;
}
#ggLoginInfoModal .description.bottom-line,
#ggLoginInfoModal .summary.bottom-line {
	border-bottom: #707070 1px solid;
}
#ggLoginInfoModal .summary .sub-title,
#ggLoginInfoModal .responsible-gaming .sub-title {
	color: #bfbfbf;
	font-size: 16px;
	padding: 0 0 4px;
	margin: 0;
	line-height: 18px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
}
#ggLoginInfoModal .summary .sub-title .btn,
#ggLoginInfoModal .responsible-gaming .sub-title .btn {
	padding: 0;
	margin: 0;
	color: #4891ff;
	font-size: 14px;
	min-width: initial;
	border: 0;
}
#ggLoginInfoModal .summary .sub-title .btn i.fas,
#ggLoginInfoModal .responsible-gaming .sub-title .btn i.fas {
	font-size: 12px;
}
#ggLoginInfoModal .summary .label,
#ggLoginInfoModal .responsible-gaming .label {
	color: #8a8e90;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	margin: 0;
	padding: 4px 15px;
}
#ggLoginInfoModal .summary .text,
#ggLoginInfoModal .responsible-gaming .text {
	color: #fff;
	font-size: 14px;
	text-align: right;
	line-height: 18px;
	margin: 0;
	padding: 4px 15px;
}
#ggLoginInfoModal .current-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ggLoginInfoModal .current-box ul li {
	background-color: #3e3e3e;
	padding: 10px;
	margin-bottom: 1px;
}
#ggLoginInfoModal .current-box ul li.pointer {
	cursor: pointer;
}
#ggLoginInfoModal .current-box ul li .section-title {
	text-align: left;
	color: #f2f2f2;
	line-height: 20px;
	font-size: 16px;
	margin: 0;
	padding: 2px 0;
}
#ggLoginInfoModal .current-box ul li .section-values {
	text-align: left;
	color: #aeaeae;
	line-height: 20px;
	font-size: 14px;
	margin: 0;
	padding: 2px 0;
}
#ggLoginInfoModal .current-box ul li .section-values .value {
	white-space: nowrap;
}

#ggMessageInfoModal .text-description {
	color: #b1b1b1;
}

.check-box {
	display: block;
}
.check-box .check-input {
	display: none;
}
.check-box .check-input + .check-label {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	align-items: center;
	line-height: 1.2;
	color: #aeaeae;
	vertical-align: top;
}
.check-box .check-input + .check-label:before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #717171;
	background-color: transparent;
	position: absolute;
	top: 1px;
	left: 0;
}
.check-box .check-input:checked + .check-label:before {
	background-color: #717171;
	background-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="none" d="M0 0h24v24H0z"/%3E%3Cpath fill="rgb(0,0,0)" d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 108%;
}
.check-box .check-label a {
	color: #c64040;
	text-decoration: underline;
}
.check-box .check-label a:hover {
	text-decoration: none;
}
.check-box .check-label a.btn-popover {
	margin-left: 5px;
}

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}

	.main-section .logo {
		height: 30px;
	}
	.our-games {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.main-section .other-group .gg-gwr.pc {
		display: none;
	}
	.main-section .other-group .gg-gwr.mobile {
		display: inline-block;
	}

	.modal-md {
		max-width: 600px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}

	.heroslider {
		display: block;
	}
	.mobileslider {
		display: none;
	}
	.error-404 {
		min-height: 509px;
	}
	.main-section .logo {
		min-width: 180px;
	}
	.posters {
		padding-top: 20px;
	}
	.poster-column {
		flex-flow: row;
		margin: 0;
	}
	.poster-row {
		margin: 4px;
	}

	.main-section .other-group .gg-gwr.pc {
		display: inline-block;
	}
	.main-section .other-group .gg-gwr.mobile {
		display: none;
	}

	.socialfooter {
		text-align: center;
	}

	.payment-icons {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}

	.pc {
		display: block;
	}
	.mobile {
		display: none;
	}

	body {
		padding-top: 161px;
	}

	body.not-app-banner {
		padding-top: 161px;
	}

	body.hidden-nav-bar {
		padding-top: 111px;
	}

	body.gglogged-in .pc.was-login {
		display: block;
	}

	body.gglogged-in .mobile.was-login {
		display: none;
	}

	body.ggpokeruk-body {
		padding-top: 161px;
	}

	body.ggpokeruk-body.not-app-banner {
		padding-top: 161px;
	}

	body.ggpokeruk-body .top-section {
		display: block;
	}

	.aside.show {
		left: -350px;
	}

	.aside-backdrop.show {
		display: none;
	}
	.our-games .title:after {
		width: 10%;
	}

	.poker-menu li a {
		padding: 10px 20px;
	}
	.poker-menu li a:after {
		position: static;
		margin-left: 5px;
		margin-top: 2px;
		background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(255,255,255)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
	.poker-menu li a:hover:after {
		margin-left: 5px;
		margin-top: 2px;
		background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(205,24,31)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
	}
	.poker-menu li.show .dropdown-toggle {
		color: #cd181f;
	}
	.poker-menu li.show .dropdown-toggle:after {
		background-image: url('data:image/svg+xml, %3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath fill="rgb(205,24,31)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3e%3c/path%3e%3c/svg%3e');
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	.gg-balance-button {
		font-weight: 600;
		text-decoration: underline;
	}
	.gg-balance-button:hover,
	.gg-balance-button:active {
		text-decoration: none;
	}
}
@media (min-width: 1140px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 400px) {
	.main-section .other-group .btn-group > li > a.signup {
		display: none !important;
	}
	.gg-game-switch ul > li > a {
		white-space: nowrap;
		font-size: 16px;
	}
}

.ico {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 28px;
	height: 28px;
	padding: 0;
	background-size: 100% 100%;
	top: 6px;
}
.ico.ico-info {
	background-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff" width="18px" height="18px"%3E%3Cpath d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/%3E%3C/svg%3E');
}

/*
     FILE ARCHIVED ON 13:42:40 Nov 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:44:14 Jun 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.567
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.015
  esindex: 0.011
  cdx.remote: 26.161
  LoadShardBlock: 176.035 (3)
  PetaboxLoader3.datanode: 162.381 (4)
  PetaboxLoader3.resolve: 449.925 (2)
  load_resource: 460.225
*/