﻿@import url(../../css2);
@import "_cheat.css";
:root {
    --header-height: 62px;
    --footer-height: 5.2em;
    --swiper-theme-color: #ffc107;
}
/*----- start override zone -----*/

html, body {
    font-family: 'Kanit', sans-serif;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }
}
body {
    
    /* background-image: url("https://g2g2bet.com/assets/bg_index.png"); */
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.bg-primary {
    background: linear-gradient(to bottom right, #000000, #202020);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link.active {
    color: var(--button_primary_color_1);
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-width: 2px;
}

a:hover, button:hover { filter: brightness(1.3); }
.vhm-100 {
min-height: 100vh;
}
.btn-check:focus+.btn, .btn:focus { box-shadow: none; }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: inherit; }
.swiper-button-next, .swiper-button-prev {

}
.swiper-container-horizontal>.swiper-pagination-bullets {
bottom: 0;
}
.btn-primary {
background: #fcbc31;
border-color: #fcbc31;
}
.btn-primary.gradient {
background: linear-gradient(to bottom, rgba(252,188,49,1) 0%,rgb(158 129 49) 50%,rgb(104 73 7) 100%);
}
.btn-primary:hover {
border-color: #c29d55;
background-color: #715a2c;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
color: #fff;
background-color: #57410d;
border-color: #b47f22;
box-shadow: 0 0 0 0.25rem rgb(194 148 53 / 50%);
}
.btn-link {
color: #fbfbfb;
}


.swal2-popup {
box-shadow: black 1px 1px 11px 2px !important;
}
.swal2-container {
backdrop-filter: blur(4px);
}
.swal2-title, .swal2-content { color: #fff !important; }

.bi { line-height: 0; }
.bi-1-5x { font-size: 1.5em; }
.bi-2x { font-size: 2em; }

.iziToast-wrapper-topRight, .iziToast-wrapper-topCenter { top: var(--header-height) !important; }
.bd-callout {
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout-warning { border-left-color: #f0ad4e; }
.bd-callout-danger { border-left-color: #d9534f; }
.bd-callout-success { border-left-color: #198754; }
/*----- end override -----*/
.spinner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    backdrop-filter: blur(3px) grayscale(0.5);
}
.btn-line-secondary {
    border-color: #6c757d;
}

.bg-dark {
    background: #00000078 !important;
}
.bg-dark-2 {
    background: linear-gradient(to bottom, rgba(51,51,62,1) 0%,rgba(13,13,16,1) 100%);
    border: none !important;
}
.text-shadow { text-shadow: 1px 1px 2px rgb(0 0 0 / 60%); }

#main-nav {
    box-shadow:0px 3px 14px 2px #000000bd;
    position: fixed;
    height: var(--header-height);
    top: 0;
    width: 100%;
}

#main-nav .navbar-collapse {
    background-color: #000;
}
@media (min-width: 576px) {
    #main-nav .navbar-collapse {
        background-color: transparent !important;
    }
}

.container.main, .sub-page {
    padding-top: var(--header-height);
}
.sub-footer {
    padding-bottom: var(--footer-height);
}

.wrapper {
    /* border-left: 2px solid #ffcd006b;
    border-right: 2px solid #ffcd006b; */
}
.announcer {
    background: #4b4a4b;
    /*border: 1px solid #fff;*/
    border-radius: 12px;
    padding: 0 0.5em;
}
.btn-img:hover {
    transform: scale(1.05);
}
.text-content {
    color: #ffeece;
    font-weight: 200;
}

.game-preview {
    border-radius: 12px;
    overflow: hidden;
}
.game-preview > img { width: 100%; }
.game-preview .footer {
    border: 0;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}


.color-primary {
    color: #a78233;
}
.color-secondary {
    color: #cd962b;
}

.footer-index-right{

}
.social-icon {
    width: 60px;
}
.social-icon.qrcode-clear-fix{
    width: unset !important;
    margin-left: 0.5em;
    padding: 0.5em;
    background: #fff;
    border-radius: 0.5em;
}

.bg-member {
   
}
.theme-form input:not([type="checkbox"]) {
    background: #ffffff6b;
    outline: none;
    border: none;
    padding-left: 50px;
    border-radius: 2em !important;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}
.theme-form .input-group-text:first-child {
    position: absolute;
    height: 2em;
    border-radius: 50% !important;
    width: 2em;
    top: 0.32em;
    left: 0.3em;
    justify-content: center;
    z-index: 9;
}
.theme-form .input-group-text:last-child {
    position: absolute;
    padding: 0;
    border-radius: 0 20px 20px 0;
    height: 2em;
    z-index: 9;
}
.theme-form .input-group-lg .input-group-text:first-child { top: 0.15em; left: 0.1em; }
.theme-form .input-group-lg .input-group-text:last-child { top: 0.15em; right: 0.2em; }
.theme-form .input-group-lg .input-group-text + input { padding-left: 2.7em; }
.theme-form .form-control { font-weight: bold; }
.theme-form .form-control:focus { background-color: #ffffffc9; color: #333; font-weight: bold; }

.select2-selection--single .select2-selection__rendered { padding-top: 0.2em; }
.select2-container .sel-img { width: 2em; margin-right: 0.8em; }
.select2-container .select2-selection--single { height: 2.5em; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; }
.select2-container--default .select2-selection--single { background: #2f2e2a; }
.select2-results__option[aria-selected] { background-color: #4b4b4b; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #644815; }
.select2-container--default .select2-selection--single { border-radius: 2em; }
.select2-container--default .select2-results__option[aria-selected=true] { background-color: #e0a624; }

#bannerSlide .swiper-slide img {
    min-height: 11em;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 576px) {
    #main-nav .login-b {
        order: 3;
    }
}

.game-list .card { background-color: #23221f; }
.game-list .card .list-group-item { background-color: #292821; }
.game-list .card .card-body { min-height: 5em; }

.zpagenav > .page-link { display: none; }
.zpagenav > ul.pagination { 
    display: flex;
    justify-content: center;
    align-items:center;
 }


.bg-circle { position: relative; overflow: hidden; }
.bg-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -110%;
    z-index: 0;
}
.bg-circle > * { z-index: 1; position: relative; }
.bg-circle-danger:before { background: radial-gradient(ellipse at center, rgba(99,1,1,1) 0%,rgba(109,0,25,0) 60%); }
.bg-circle-info:before { background: radial-gradient(ellipse at center, rgb(1 48 99) 0%,rgba(109,0,25,0) 60%); }
.bg-circle-success:before { background: radial-gradient(ellipse at center, rgb(14 86 27) 0%,rgba(109,0,25,0) 60%); }
.bg-circle-warning:before { background: radial-gradient(ellipse at center, rgb(104 107 8) 0%,rgba(109,0,25,0) 60%); }

.hr-gradient-b { position: relative; }
.hr-gradient-b:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
}
svg.bi.bi-icon-sm {
    height: 8px !important;
    width: 8px !important;
}
svg.bi.bi-icon-xl {
    height: 32px !important;
    width: 32px !important;
}
a.navbar-brand {
    height: 100%;
    padding: 0;
}
#main-nav > .container:first-child{
    padding: 0;
}
#main-nav > .container {
    height: 100%;
}
#main-logo { 
    width: auto; 
    height: inherit;
    object-fit: contain;
    width: 8em;
}

#foot-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    position: fixed;
    bottom: 0;
    background: rgb(249 249 249 / 85%);
    backdrop-filter: blur(5px) brightness(1.5);
    border-radius: 20px 20px 0 0;
    padding: 0.6em 0.6em;
    box-shadow: rgb(0 0 0 / 54%) 0px 0px 6px 2px;
    display: flex;
    justify-content: space-around;
    height: var(--footer-height);
    z-index: 10;
}
#foot-menu > a {
    height: 4em;
    text-align: center;
    color: #000;
    border-radius: 18px;
}
#foot-menu img.icon {
    max-height: 1.8em;
    width: 2em;
}
#foot-menu > a:not(a.middle):hover {  }
/*#foot-menu a.active { border: 1px solid #644815; }*/
#foot-menu > a.middle {
    background: linear-gradient(180deg, #F7D562 0%, #AD7713 100%);
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: relative;
    top: -0.5em;
    transform: scale(1.2);
    box-shadow: #000000a1 0px 0px 3px 0px;
}

.credit-box {
    position: relative;
    margin: auto;
    z-index: 2;
}
.credit-box .credit-content {
    top: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);

    perspective: 364px;
    overflow: hidden;
}
.credit-box .credit-content span {
    text-shadow: 2px 2px 1px rgb(0 0 0 / 35%);
}
@media (max-width: 575.98px) {
    .credit-box {
        font-size: 0.9em;
    }
    .profile-content {
        font-size: 0.87em;
    }
}
.credit-box .bg-logo {
    position: absolute;
    filter: saturate(0.3) opacity(0.04);
    transform: rotate3d(5, -8, 4, 25deg) translate(2em, -2em) scale(0.8);
    width: 100%;
    z-index: -1;
    top: 0;
}
#member-block {
    max-width: 30em;
    margin: auto;
}
#member-block .btn-menu {
    width: 100%;
    height: 4.3em;
    padding: 0.8em;
    /*color: #fff;*/
    /*border: 1px rgb(4 5 21 / 30%) solid;*/
    /*background: #101116;*/
    /*background: linear-gradient(to bottom, #22222a 0%, #101116 100%);*/
}
#member-block .btn-menu { color: #000; border: 0; }
#member-block > .row > div:not(:first-child) { border-left: 1px solid #00000047; }
#member-block .btn-menu i { display: block; font-size: 1.7em; }
#member-block img.icon {
     display: block;
     margin: auto;
     width: 1.7em;
     height: 1.7em;
 }

.profile-badge .bg {
    position: absolute;
    background: white;
    padding: 0.2em 0.7em 0.2em 2.4em;
    border-radius: 22px;
    font-size: 1.52em;
    color: #000;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 21%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.profile-badge .front {
    border-radius: 50%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    height: 3.6em;
    width: 3.6em;
    padding: 0.3em;
    font-size: 0.8em;
    position: relative;
}
iframe.game-frame{
    display: table-cell;
}
iframe.game-frame.without-cheat{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.game-list .progress {
    border-radius: 0;
    background-color: #3e3e3e;
    border-top: 1px solid #676767;
}
i.bi-search.fw-bolder::before{
    font-weight: bold !important;
}
.custom-input-search{
    border-radius: 2em;
    box-shadow: inset 4px 3px 6px 1px #00000066;
    overflow: hidden;
    background: #ffffffe3;
}
.custom-input-search input{
    outline: none;
    border: none;
    background: transparent;
}
.custom-input-search input:focus{
    background-color: #ffffffec !important;
}
.custom-input-search > label{
    background: transparent;
    border:none;
}
.footer-index-left,.footer-index-right{
    margin-top: 0;
}    

.games-entrance-item{
    padding: 0.5em;
    transition:all 0.3s ease;
    cursor: pointer;
}
.games-entrance-item > a{
    text-decoration: none;
}
.games-entrance-item:hover{
    transform: scale(1.1);
    filter: brightness(1.3);
}

.footer-index-left > h3:first-child, .footer-index-right > h3:first-child{
    margin-bottom: -0.25em;
    text-align: center;
    margin: 0.25em;
}
.footer-index-left > p,.footer-index-right > p{
    font-weight: 300;
    margin-bottom: 1em !important;
    text-align: center;
}
.footer-group-ic-social{
    justify-content: center;
    align-items: center;
}


.btn-submit-login,.btn-submit-register {
    color: #fff;
    background: #cf2029;
}
.notify-popup-container {
    background: #2f2f36 !important;
}

.notify-popup-container .notify-popup-body .content-detail .txt h4 {
    color: #cf2029 !important;
    padding: 0 0.5em;
}
.notify-popup-container .notify-popup-body .content-detail .txt p {
    color: #FFf !important;
    font-size: 0.9em !important;
    padding: 0 0.5em;
}
.notify-popup-container .notify-popup-body .content-detail .group-button button.btn-allow {
    color: #fff !important;
    box-shadow: unset !important;
    border: 0;
    margin-right: 4px;
    background: #cf2029;
}
.notify-popup-container .notify-popup-body .content-detail .group-button button.btn-not-allow {
        box-shadow: unset !important;
        border: 1px solid #c1c1c10f;
        margin-left: 4px;
        background: #5d5d5d !important;
        color: #fff !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #cf2029 !important;
}

@media only screen and (max-width: 768px) { 
    .main-logo-member {
      
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .footer-block > .bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

#main-nav {
    z-index: 800;
    background: linear-gradient(to bottom right, var(--gm88_index_header_color_1), var(--gm88_index_header_color_2));
}
body {
    height: fit-content;
    background-image: linear-gradient(to bottom, var(--gm88_index_bg_color),var(--gm88_index_bg_color)) !important;
}

.main {
    background: var(--gm88_index_bg_img) no-repeat center center fixed;
    background-size: cover;
}
#main-nav .group-button-user .nav-link.register-btn {
    background: var(--gm88_index_btn_register_color);
}
#main-nav .group-button-user .nav-link.login-btn {
    background: var(--gm88_index_btn_login_color);
}
a.game-type-item {
    background: var(--gm88_index_bg_game_type_color);
    
}
a.game-type-item > .name {
    color: var(--gm88_index_txt_game_type_color);
}
#nav-tab-games-show > a.nav-link.active {
    background: var(--gm88_index_active_tabs_games);
}



.btn-accept-pro {
    background-image: linear-gradient(#6f2be7, #4c008e);
    color: #fff;
}