* {
    margin: 0;
    padding: 0;
}
.text-warning {
    color: #f2ab39;
}
body {
    /* font-family: ibm plex sans thai,sans-serif; */
    font-family: FC Iconic Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: .875rem;
    /* background-image: url(../images/bg-ball.jpeg); */
    background-color: #1b201d;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #252525;
    height: 100vh;
}

a:link,a:visited {
    text-decoration: none
}
::-webkit-input-placeholder {
    text-align: center;
}
html,body {
    padding: 0;
    margin: 0;
    height: 100%;
}
.layout {
    min-height: 80vh;
}
/*start Header */
.jx-nav-header {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-bottom: 3px solid #c39c3b;
}
.span-wallet {
    position: relative;
    /* background: #c39c3b; */
    /* background: linear-gradient(180deg, #ffee97,#ad892c); */
    /* background: linear-gradient(180deg,#2A1D0D 0%,#ad892c 100%); */
    background: linear-gradient(180deg, #ad892c 0%,#2A1D0D 100%);
    /* margin-right: 1rem; */
    padding: 3px 1.75rem 3px 0.5rem;
    height: 100%;
    min-width: 130px;
    border-radius: 15px;
}

.span-wallet > img {
    position: absolute;
    top: 10px;
    right: -10px;
}

.wallet-text-white {
    font-size: .875rem;
    font-weight: 600;
    color: #e5e5e5
}
.wallet-text-success {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.jx-menu-footer {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 200;
    width: 100%
}
.outer-wrapper {
    display: flex;
    /* justify-content: space-between; */
    max-width: 100%;
    /* max-width: 800px; */
    margin: auto;
    align-items: flex-end;
}
.center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px hsl(0deg 0% 100%/40%);
    
}
.icon-rotate {
	animation-name: rotate-icon-jx;
  	animation-duration: 20s;
  	animation-iteration-count: infinite;
  	animation-timing-function: linear;
}
.left-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px;
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    /* background: linear-gradient(180deg,#393854,#100e1e); */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    transition: filter .2s;
    width: 100%;
    /* background: linear-gradient(180deg, #000000, #000000); */
    border-top: 3px solid #c39c3b;
}
.left-wrapper > a, .right-wrapper > a {
    width: 100%;
}
.right-wrapper {
    border-top-left-radius: 22px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    border-top: 3px solid #c39c3b;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    transition: filter .2s;
}
.fake-center-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: filter .2s;
    overflow: hidden;
}
.fake-center-wrapper svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 108px;
    transform: translateX(-50%);
    
}

@keyframes rotate-icon-jx {
    from {transform: rotate(-360deg);}
    to {transform: rotate(360deg);}
}

/* start global */
.jx-box-content {
    opacity: 0.8;
    margin: 40px 15px;
    /* border: 3px solid #c39c3b; */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    min-height: auto;
    border-radius: 15px;
    max-width: auto;
    padding: 30px 0 0 0;
}

.card {
    color: transparent;
}

h2, h3, hr {
    color: #facc04;
}
.card-footer {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #a37f27;
}
.jx-submit {
    background: radial-gradient(100% 100% at 50% 0,#fefd99 22.03%,#f5d668 57.62%,#a37f27 100%);
    width: 100%;
    height: 50px;
    border: none;
    margin: 0;
    border-radius: 0 0 15px 15px;
}

.jx-submit-login {
    background: radial-gradient(100% 100% at 50% 0,#fefd99 22.03%,#f5d668 57.62%,#a37f27 100%);
    width: 100%;
    height: 50px;
    border: none;
    margin: 0;
    border-radius: 10px;
}
.jx-btn-login {
    position: relative;
    background: radial-gradient(100% 100% at 50% 0,#fefd99 22.03%,#f5d668 57.62%,#a37f27 100%);
    width: 100px;
    height: 30px;
    border: none;
    margin: 0;
    border-radius: 30px;
}
.jx-btn-register {
    position: relative;
    background: linear-gradient(180deg, #ad892c 0%,#2A1D0D 100%);
    width: 100px;
    height: 30px;
    border: none;
    margin: 0;
    border-radius: 30px;
}

.jx-btn-login > a {
    position: absolute;
    top: 5px;
    right: 20px;
    font-weight: 700;
}
.jx-btn-register > a {
    position: absolute;
    top: 5px;
    right: 13px;
    font-weight: 700;
}

/* end global */
/* start login */
.jx-panel {
    height: 30px;
    /* width: 80px; */
}
.jx-panel > span {
    height: 100%;
    width: 120px;
}
.jx-panel > span:hover, .isDefault {
    height: 100%;
    width: 120px;
    border-bottom: 2px solid #c39c3b;
    color:#facc04;
}
.jx-link {
    font-size: 15px;
}
.jx-link-active {
    color:#facc04;
}
.spinner-grow {
    color:#facc04;
}
.jx-form {
    display: block;
    width: 100%;
    border-radius: 30px;
}

.jx-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;

    opacity: 0.8;
    margin: 40px 15px;
    /* border: 3px solid #c39c3b; */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    min-height: auto;
    border-radius: 15px;
    max-width: auto;
    padding: 30px 0 0 0;
}

.modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
    background-color: transparent;
 }  
 .modal-header {
    border-bottom: 1px solid rgba(195, 156, 59, 0.2);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
 }
 .modal-body {
    background: transparent;
 }
 .modal-content {
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border: 2px solid #c39c3b;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 40px rgba(195, 156, 59, 0.2);
 }

 .btn-close {
    font-weight: 700;
    filter: invert(100%)
 }
 
 /* Mobile bottom sheet styling */
 @media (max-width: 575.98px) {
    .modal-dialog {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        transform: none !important;
    }
    .modal-content {
        border-radius: 25px 25px 0 0 !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }
}

.jx-group-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    gap: 2px;
}
.jx-group-step > div {
    background-color: #e5e5e5;
    height: 10px;
}
.jx-group-step > .active {
    background-color: #f5d668;
}

.jx-register-step1 {
    width: 40px;
    border-radius: 15px 0 0 15px;
}
.jx-register-step2 {
    width: 40px;
}
.jx-register-step3 {
    width: 40px;
    border-radius: 0 15px 15px 0;
}
 
/* radio image bank */


/* HIDE RADIO */
.x-radio-image { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.x-radio-image + img {
    cursor: pointer;
    width: 40px;
    height: 40px;
}

/* CHECKED STYLES */
/* .x-radio-image:checked + img {
    transform: scale(1.2);
    -webkit-filter: grayscale(0%)!important;
    filter: grayscale(0%)!important;
    z-index: -1;
    border: 3px solid #3f6ad8;
    border-radius: 50%;
} */
:checked + .blabel img {
    transform: scale(1.2);
    /* box-shadow: 0 0 5px #333; */
    -webkit-filter: grayscale(0%)!important;
    filter: grayscale(0%)!important;
    z-index: -1;
    border: 3px solid #3f6ad8;
    border-radius: 50%;
}

.blabel img {
    height: 40px;
    width: 40px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}
  
:checked + .blabel:before {
    content: "✓";
    background-color: green;
    color: white;
    transform: scale(1);
    font-weight: bold;
}

.blabel:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: relative;
    top: 20px;
    left: 20px;
    margin: 0px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    transition-duration: 0.4s;
    transform: scale(0);
    z-index: 10;
}

.rounded-circle {
    width: 50px;
    height: 50px;
}


.gclub-img {
    width: 100px;
    height: 50px;
}

/* radio image bank */
/* .jx-form:focus, :hover, :visited {
    border: #facc04;
    outline-color: #facc04;
}  */



/* a:active {
    color: blue;
  } */
/* end login */

/* Responsive container widths for desktops & tablets */
@media (min-width: 768px) {
    .jx-box-content {
        margin: 40px auto !important;
        border: 1px solid rgba(195, 156, 59, 0.3) !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 35px rgba(195, 156, 59, 0.15) !important;
    }
}

