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: 'Inter', sans-serif;
}

html.mobile {
    display: block !important;
}

iframe {
    border: 0;
}

pre {
    color: #fff;
}

a:hover {
    color: #B982FF !important;
}

.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;

}

.nav-link {
    font-family: "Open Sans", 'sans-serif';
    font-weight: 500;
    color: white;
    font-size: 14px;
    line-height: 1;
}

.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: #7B61FF;
    font-weight: 400;
    letter-spacing: 1px;
    border-top: 1px solid #262626;
    margin-top: 5px;
    text-transform: uppercase;
}

/*header custom*/
.info-icon {
    height: 18px;
    width: 18px;
}

/*hero*/

.main-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 200px;
    margin-top: 93px;
}

.main-hero__title {
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-size: 85px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 110.5px */
    text-align: center;
    margin-bottom: 16px;
}

.main-hero__text {
    color: #898CA9;
    text-align: center;
    /* body/16px */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 32px;
}

rs-module-wrap {
    background-color: transparent !important;
}

/*rs-slide {*/
/*    width: 646px !important;*/
/*}*/
.header {
    width: 100%;
    height: auto;
    background-color: rgba(27, 27, 27, 0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: all 300ms ease-in-out;
}

.scroll-down .header {
    transform: translate3d(0, -100%, 0);
}

.header a:hover {
    text-decoration: none;
    color: #7B61FF;
}

.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 {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 5px;
    font-family: 'Open Sans', 'sans-serif';
}

.desktop-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.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;
}

.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: 57px;
    display: block;
}



.main-section .container {
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 856px) {
    .main-section .container {
        align-items: center;
    }
}
.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: 10px;
    padding: 12px 14px;
    margin-left: 10px;
    display: inline-block;
    outline: 1px solid rgba(255, 255, 255, .5);
    outline-offset: -1px;
    font-size: 16px;
}

.main-section .other-group .btn-group > li > a.login {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    font-size: 16px;
    font-family: 'Inter', 'sans-serif';
    font-weight: 600;
    line-height: 1;
}

.main-section .other-group .btn-group > li > a.signup,
.main-section .other-group .btn-group > li > a.gg-cashier {
    background: linear-gradient(225deg, #18C8FF 0%, #933FFE 100%);
    color: #fff;
    font-family: 'Inter', 'sans-serif';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 12px 14px;
    border-radius: 10px;
}

.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: rgba(11, 11, 15, .5);
    -webkit-backdrop-filter: blur(10vw);
    backdrop-filter: blur(10vw);
    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-cashier .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 {
    font-family: 'Inter', 'sans-serif';
    font-weight: 700;
    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: #B982FF;
}

.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;
}

.download-button {
    /* button/16px */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    padding: 20px 45px;
    background: linear-gradient(225deg, #18C8FF 0%, #933FFE 100%);
    border-radius: 10px;
    cursor: pointer;
}

.download-button .nav-link:hover {
    color: #1d0210;
}

.poker-nav > ul > li:nth-child(2) .nav-link:hover {
    color: #fff0c1;
}

.poker-nav .dropdown-menu {
    min-width: 240px;
    background-color: #0e0e0e;
    margin-top: 0;
    border-bottom: 3px solid #898CA9;
    top: 0;
    position: relative;
    z-index: unset;
}

.mainfooter {
    min-height: 393px;
    color: #8e8e8e;
    padding-top: 35px;
}

.site-footer {
    position: relative;

}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-bg_index {
    width: 100%;
}

.fwidget-title {

    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.fwidget ul {
    list-style: none;
    padding-inline-start: 00px;
}

.fwidget li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: white;
    opacity: .6;
}

.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: 14px;
}

.widget_nav_menu a:hover {
    color: #B982FF;
}

.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;
    margin-bottom: 2px;
}

.footer-license iframe,
.footer-license a {
    margin-right: 7px;
}

.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 {
    padding-top: 25px;
    padding-bottom: 75px;
}

.copyright {
    font-size: 0.8em;
    color: #929092;
    text-align: justify;
}

.copyright p {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.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 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 #cd181f;
}

.gg-entry-title {
    background-color: #0e0e0e;
    padding: 20px;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.gg-entry-title a {
    color: #fff;
    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;
}

.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 {
    background-color: #171717;
    padding: 50px 30px 30px 30px;
    margin-bottom: 50px;
    color: #fff;
}

.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: #cd181f;
    text-decoration: none;
}

.sidebar .widget-area .widget ul li a:hover {
    color: #fff;
}

.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;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}

.page-numbers.current,
a.page-numbers:hover,
a.page-numbers:focus {
    background: #f9f9f9;
    text-decoration: none;
    color: #000;
}

.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:hover {
    color: #fff;
    background-color: #cd181f;
    border-color: #cd181f;
}
.home {
    padding-top: 171px;
}

@media (max-width: 768px) {
    .home {
        padding-top: 90px;
    }
}


body.hidden-nav-bar {
    padding-top: 171px;
}

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;
}

/*.top-section {*/
/*    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: inline-flex;
}

.heroslider {
    display: none;
}

.mobileslider {
    display: block;
    overflow: hidden;
    margin-bottom: 10vh;
}

.bloggreybkg {
    background-color: #0e0e0e;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px !important;
}

.modal-content {
    background-color: #1d1d1d;
    border-color: #3a3a3a;
}

.modal-header {
    position: relative;
    padding: 5px 50px 5px 15px;
    min-height: 56px;
    align-items: center;
}

.modal-header .close {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.modal-header .close .fa {
    font-size: 18px;
    color: #777;
}

.modal-footer {
    justify-content: center;
}

.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: 20px;
    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: 75px;
}

.BeaconFabButtonFrame {
    bottom: 10px !important;
    right: 20px !important;
}

.posters {
    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: 20px;
}

.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: 600px;
    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;
}

.posters {

    margin-bottom: 50px;
}

@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;
        margin-bottom: 68px;
    }

    .mobileslider {
        display: none;
    }

    .error-404 {
        min-height: 509px;
    }

    .main-section .logo {
        min-width: 180px;
    }

    .posters {
        padding-top: 20px;
        margin-bottom: 135px;
    }

    .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%;
    }

    .desktop-menu {
        display: flex;
    }

    .pc {
        display: block;
    }

    .mobile {
        display: none;
    }

    .home {
        padding-top: 117px;
    }

    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: 1230px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 480px) {
    .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');
}

/*index-page*/
.index-body {
    background-color: #0B0B0F;
    background-image: url("/img/main-bg.webp");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.index_header {*/
/*    background-color: transparent;*/
/*    backdrop-filter: none;*/
/*}*/

.tp-bullet {
    width: 12px !important;
    height: 12px !important;
}

.tp-bullet.selected {
    width: 16px !important;
    height: 16px !important;
    top: -2px !important;
    background-color: #7B61FF !important;
}

.custom_copy85_copy49.tparrows {
    background: unset !important;
}

.tp-leftarrow::before {
    content: "" !important;
    width: 19px !important;
    height: 18px !important;
    background-image: url("/img/slider_left_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-rightarrow::before {
    content: "" !important;
    width: 19px !important;
    height: 18px !important;
    background-image: url("/img/slider_right_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.tparrows {
    width: 19px !important;
    height: 18px !important;
    top: auto !important;
    bottom: -12px !important;
}

.tp-leftarrow {
    left: calc(50% - 154px) !important;
}

.tp-rightarrow {
    left: auto !important;
    right: calc(50% - 172px) !important;
}

/*WHY*/
.why {
    margin-bottom: 150px;
}

.why__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
}

@media (min-width: 768px) {
    .why__wrapper:after {
        content: "";
        position: absolute;
        left: -5%;
        bottom: -12%;
        width: 95px;
        height: 145px;
        background-image: url("/img/why_stars.svg");
        background-repeat: no-repeat;
    }
}

.why__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 32px 24px;
    max-width: 380px;
    border-radius: 25px;
    background-color: #1A1B23;
}

.why__item__content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.why__icon {
    width: 80px;
    height: 88px;
}

.why__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 130%;
    font-family: 'Inter', 'sans-serif';
    text-align: center;
}

.why__text {
    color: #898CA9;
    text-align: center;
    /* body/16px */
    font-family: 'Inter', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.why__action {
    display: flex;
    align-items: center;
    gap: 6px;

}

.why__action-text {
    color: #B982FF;
    text-align: center;
    /* button/16px */
    font-family: 'Inter', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}

.why__action-icon {
    width: 15px;
    height: 14px;
}

.advantages__title {
    color: #FFF;
    text-align: center;
    /* h2-50px */
    font-family: 'Inter', 'sans-serif';
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 65px */
    margin-bottom: 50px;
}

.advantages__items-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.advantages__item {
    background-color: #1A1B23;
    border-radius: 10px;
    padding: 45px 32px 49px 32px;
    max-width: 280px;
}

.advantages__icon-wrap {
    min-height: 75px;
    margin-bottom: 16px;
}

.advantages__text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
}

.support {
    margin: 100px 0;
}

.support__title {
    color: #FFF;
    text-align: center;
    /* h2-50px */
    font-family: 'Inter', 'sans-serif';
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 65px */
    margin-bottom: 16px;
}

.support__text {
    color: #898CA9;
    text-align: center;
    /* body/16px */
    font-family: 'Inter', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 32px;
}

.support__action {
    width: 304px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 10px;

}

.support__action__text {
    color: #565976;
    /* body-14px */
    font-family: 'Inter', 'sans-serif';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.support__action-icon {
    width: 24px;
    height: 24px;
}

.support__action {
    --border-width: 1px;
    --border-radius: 10px;
    --color-1: #18C8FF;
    --color-2: #933FFE;
}

/* code */

.support__action {
    margin: 0 auto;
    position: relative;
    background: linear-gradient(to right, var(--color-1), var(--color-2)),
    linear-gradient(to right, var(--color-1), var(--color-2));
    background-position: var(--border-radius) 0, var(--border-radius) 100%;
    background-repeat: no-repeat;
    background-size: calc(100% - var(--border-radius) - var(--border-radius)) var(--border-width);
    border-radius: var(--border-radius);
    border: none;
}

.support__action:before,
.support__action:after {
    content: "";
    display: block;
    position: absolute;
    width: var(--border-radius);
    top: 0;
    bottom: 0;
}

.support__action:before {
    left: 0;
    border: var(--border-width) solid var(--color-1);
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    border-right-color: transparent;
}

.support__action:after {
    right: 0;
    border: var(--border-width) solid var(--color-2);
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-left-color: transparent;
}

.content {
    overflow-x: hidden;
}

.index-content {
    position: relative;
}

.index-bg {
    position: absolute;
}

.index-bg__circles {
    right: 0;
    top: 20%;
    z-index: -1;
}

.index-bg__l-stem {
    left: 0;
    top: 40%;
    z-index: -1;
}

.index-bg__r-stem {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer-nav {
    margin: 0 auto;
    display: flex;
}

/*mobile*/
@media (max-width: 768px) {
    .tparrows {
        display: none !important;
    }

    .top-section {
        height: unset;
    }

    .top-menu {
        margin: 12px 0 0;
        gap: 12px;
        font-size: 12px;
        text-align: left;
        line-height: 1;
        font-family: "roboto-condensed", sans-serif;
    }

    .top-menu small {
        text-align: left;
    }

    .top-menu .info-icon {
        flex-basis: 40px;
    }
}

@media (max-width: 700px) {
    .main-hero__title {
        font-size: 44px;
    }

    .advantages__title, .support__title {
        font-size: 36px;
    }

    .main-hero {
        margin-bottom: 70px;
    }
}

