﻿
@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuenormal.woff') format('woff'), 
        url('../fonts/helveticaneuenormal.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuemedium.woff') format('woff'), 
        url('../fonts/helveticaneuemedium.woff') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneuebold.woff') format('woff'), 
        url('../fonts/helveticaneuebold.woff') format('woff2');
    font-weight: 700;
    font-style: normal;
}


h1 {
    opacity:0;
    overflow:hidden;
    width:0;
    height:0;
    position:absolute;
    
}
h2{
    font-size:24px;
    line-height:normal;
    font-weight:600;
}
:root {
    font-family: 'helveticaneue', sans-serif;
    font-weight:400;
    font-size:14px;
}
.container {
   /* max-width:1200px;*/
    max-width:1140px;
    margin:0 auto;
}
body {
    background: #000220;
    color:#fff;
    line-height:22px;
    letter-spacing:.5px;
}
header {
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: #000220;
    border-bottom: 1px solid #6dcff6;
}

footer {
    background: #141631;
    padding: 40px 0px;
    margin-top: 60px;
}
button,
textarea,
select,
input{
    border:0;
    outline:none;
    height:40px;
    color:#fff;
    font-family:helveticaneue;
    font-size:14px;
    font-weight:500;
    letter-spacing:.5px;
}
textarea,
input[type=password],
input[type=number],
input[type=email],
input[type=text] {
    border-radius: 8px;
    background: #3A3C53;
    padding: 8px 16px;
    width:100%;
}
[type='checkbox'], [type='radio']{
    height:auto;
    margin:0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill {
    background-color: #Ff0 !important;
}
img{
    max-width:100%;
}
.form-control{
    position:relative;
}
.form-control small{
    color: #FF4545;
    font-size:10px;
    font-weight:400;
}
.top-navigation {
    display: flex;
    align-items: center;
    height: 82px;
}
nav {
    display: flex;
    gap:36px;
    align-items: center;
}
nav .logo img{
    flex-shrink:0;
    width:126px;
    display:block;
}
.main-nav ul {
    display: flex;
    gap:28px;
    
}
.main-nav ul li{
    font-weight:500;
}
.main-nav ul li a{
    color:#fff;
}
.main-nav ul li a:hover {
    color: #6DCFF6;
}
.right-header {
    margin-left: auto;
}
.btn {
    border-radius: 8px;
    border: 1px solid #6DCFF6;
    padding: 8px 20px;
    font-weight:700;
}
.btn-primary {
    background: #6DCFF6;
    color:#fff;
}
.btn-secondary {
    color: #6DCFF6;
}

.btn-action{
    display:flex;
    gap:12px;
    position:relative;
}
.right-header .btn {
    font-weight: 500;
    font-size:14px;
    letter-spacing:1px;
}
.bottom-navigation {
    display: flex;
    gap: 46px;
}
.bottom-content{
    flex:1;
}
.bottom-content h3{
    font-weight:700;
    font-size:16px;
    margin-bottom:12px;
}
.bottom-content ul{
    margin-bottom:16px;
}
.bottom-content ul li a{
    color:#fff;
}
.bottom-content ul li a:hover{
    color:#6DCFF6;
}
.bottom-content ul li{
    margin:6px 0;
}
.office-address{
    display:flex;   
    flex-direction:column;
    gap:20px;
}
.office-address .logo-bottom {
    width: 163px;
    flex-shrink: 0;
}
.sosmed-bottom{
    display:flex;
    gap:18px;
}
.sosmed-bottom a{
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition:all ease-in-out .3s;
    background: rgba(255, 255, 255, 0.08);
}
.sosmed-bottom a:hover{
    background: #696d91;
}
.bottom-nav-ico {
    display: flex;
    gap: 8px;
    align-items:center;
}

.complaint-services {
    margin-top:40px;
    padding-top:30px;
    display:flex;
    border-top: 1px solid #1F213B;
}
.cs-services{
    max-width:396px;
}
.cs-services h3{
    font-size:16px;
    font-weight:500;
    margin-bottom:12px;
}
.cs-services .bottom-nav-ico{
    color: #6DCFF6;
    margin-top:12px;
}
.copyright {
    margin-left: auto;
    display: flex;
    align-items: flex-end;
}

.banner-wrapper{
    max-width:1920px;
    margin:0 auto;
}
.banner-wrapper .item{
    border-radius: 12px;
    border: 1px solid #3A3C53;
    background: #1F213B;
    overflow:hidden;
    margin:0 12px;
    
}
.banner-wrapper .item .banner-inside{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    flex: 1;
    padding-right: 16px;
}
.banner-content a {
    color: #6DCFF6;
    display: flex;
    align-items: center;
}
.banner-title {
    font-size: 20px;
    font-weight: 700;
}
.banner-title a{
    color:#fff;
}
.banner-content a img {
    width: 16px;
    height: 18px;
}

#flash-sale-section {
    margin-top: 68px;
}
.flash-sale {
    display: flex;
    align-items: center;
    gap: 8px;
    
}
.flash-sale span{
    font-weight: 700;
}
.flash-sale strong{
    font-size:24px;
    font-weight:700;
    margin-right:18px;
}
.flash-sale .timer {
    display: flex;
    width: 32px;
    height: 32px;
    font-size:16px;
    font-weight:600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #6DCFF6;
}

.diamond-wrap {
    margin-top: 32px;
    display: flex;
    gap:16px;
}
.diamond-card {
    border-radius: 12px;
    background: #3A3C53;
    padding: 18px 12px 0 ;
    /*overflow:hidden;*/
    flex:1;
    cursor:pointer;
    position:relative;
}
.game-name {
    display: flex;
    gap:12px;
    align-items:center;
}
.game-name span{
    font-size:12px;
}
.diamond-content {
    display: flex;
    gap: 12px;
    align-items: center;
}
.diamond-content-desc{
    display:flex;
    flex-direction:column;
}
.diamond-content-desc strong {
    font-weight: 700;
}
.diamond-content-desc span{
    font-size:10px;
}
.img-game-name{
    margin-left:6px;
    text-align:center
}
.img-game-name img{
    width:26px;
}
.diamond-flash-price {
    background: #1F213B;
    padding: 8px;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    gap:12px;
    margin-top:14px;
    justify-content:center;
    align-items: center;
    border-radius:0 0 12px 12px;
}
.diamond-flash-price strong{
    color: #6DCFF6;
    font-size:16px;
    font-weight:700;
}
.diamond-flash-price .price-discon{
    font-size:10px;
    text-decoration: line-through;
}
.diamond-payment-icon {
    background: #FF8300;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    padding: 4px 18px;
    font-weight: 600;
    border-radius: 30px 30px 30px 0;
    position: absolute;
    top: -18px;
    left: 0;
    gap: 8px;
}
.diamond-payment-icon img{
    width:54px;
    border-radius:6px;
}

.game-topup-wrap {
    margin-top: 40px;
}
.game-topup-title{
    display:flex;
    gap:12px;
    margin-bottom:32px;
    align-items:center;
}
.game-topup-title h2{
    font-size:24px;
    font-weight:700;
}
.game-topup-list-wrap {
    display:flex;
    gap:18px;
    flex-wrap: wrap;
}
.game-topup-card {
    flex: 0 0 calc(50% - 10px);
    background: #1F213B;
    border-radius: 18px;
    overflow: hidden;
}
.game-topup-card .img-topup-list{
    width:100%;
}
.game-topup-card-bottom{
    display:flex;
    padding:12px;
    align-items:center;
}
.game-topup-name {
    display: flex;
    align-items: center;
    flex:1;
    gap:12px;
}
.topup-game-name {
    display: flex;
    align-items: start;
    flex-direction: column;
}

#choose-reason {
    background: #1F213B;
    margin-top:60px;
    padding:60px 0;
}
#choose-reason h2{
    font-size: 24px;
    font-weight:700;
    text-align:center;
}


.benefit-reason-wrapper{
    display:flex;
    gap:26px;
    margin-top:32px;
}
.benefit-card {
    flex: 1;
    gap: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.benefit-card strong{
    font-size:18px;
    font-weight:700;
}

#article-wrap{
    margin-top:60px;
}
.article-title {
    display:flex;
    margin-bottom:20px;
}
.article-title h2{
    font-size:24px;
    font-weight:700;
    flex:1;
}
.article-title a{
    color:#6DCFF6;
}

.article-list-wrap{
    display:flex;
    gap:22px;
}
.article-list-wrap .article-card{
    flex:1;
    color:#fff;
}
.article-list-wrap .article-img-thumb img{
    width:100%;
    border-radius:10px;
}
.article-short-content{
    font-size:18px;
    font-weight:700;
}
.article-short-content p{
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-short-date{
    font-size:12px;
    font-weight:400;
    margin:8px 0;
}
.article-short-cat {
    color: #6DCFF6;
    margin-right:8px;
    padding-right:12px;
    border-right:1px solid #6DCFF6;
}

.mobile-navigation {
    display:none;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    gap:8px;
    padding: 12px 0px;
    align-items:center;
    justify-content:center;
    background: rgba(0, 2, 32, 0.64);
}
.mobile-navigation a{
    flex:1;
    text-align:center;
}
.hamburger-bar-wrap{
    display:none;
    width:20px;
    height:20px;
    cursor:pointer;
}
.hamburger-bar-wrap .strip-bar{
    position:relative;
    background:#6DCFF6;
    display:block;
    width:100%;
    height:2px;
    transition:all ease-in-out .2s;
}
.hamburger-bar-wrap .strip-bar::before{
    content:'';
    background:#6DCFF6;
    width:100%;
    height:2px;
    position:absolute;
    top:-6px;
    transition:all ease-in-out .2s;
}
.hamburger-bar-wrap .strip-bar::after{
    content:'';
    background:#6DCFF6;
    width:100%;
    height:2px;
    position:absolute;
    top:6px;
    transition:all ease-in-out .2s;
}
.hamburger-bar-wrap.show-nav .strip-bar{
    background:#000220;
}
.hamburger-bar-wrap.show-nav .strip-bar::before,
.hamburger-bar-wrap.show-nav .strip-bar::after{
    top:0;
}
.hamburger-bar-wrap.show-nav .strip-bar::before {
    transform: rotate(45deg);
}
.hamburger-bar-wrap.show-nav .strip-bar::after{
    transform: rotate(-45deg);
}

.purchase-page-wrapper {
    display: flex;
    gap: 20px;
}

#purchase-left-side {
    display:flex;
    flex: 1;
    flex-wrap:wrap;
    gap:20px;
}

#purchase-right-side {
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.purchase-card {
    background: #1F213B;
    border-radius: 12px;
    overflow: hidden;
}
.purchase-card h2 {
    background: #224A84;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 12px;
}
.purchase-number-card {
    background: #fff;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 4px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #224A84;
    font-size: 18px;
    font-weight: 700;
}
.purchase-label-card {
    font-size: 18px;
    font-weight: 700;
}

.purchase-card-content{
    padding:24px;
    display:flex;
    gap:24px;
    flex-direction:column;
}
.form-gameID{
    display:flex;
    gap:12px;
}
.form-gameID .form-control{
    flex:1;
}
.purchase-card-category{
    display:flex;
    gap:12px;
    flex-direction:column;
}
.purchase-category-label {
    font-size: 16px;
    font-weight: 500;
}
.purchase-category-content{
    display:flex;
    gap:12px;
}
.purchase-category-content .btn-category{
    border-radius: 12px;
    background: #3A3C53;
    padding:12px;
    height:60px;
    display:flex;
    align-items:center;
    gap:8px;
    flex:1;
    border: 2px solid transparent;
    transition:all ease-in-out .2s;
}
.purchase-category-content .btn-category:hover{
    background: #696d91;
}
.purchase-category-content .btn-category.active{
    border: 2px solid #6DCFF6;
    background: #2C5476;
}
.purchase-category-content .btn-category strong{
    font-weight:500;
}
.purchase-card-item-wrap{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.item-diamond {
    position: relative;
    border-radius: 12px;
    background: #3A3C53;
    width: 164px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all ease-in-out .2s;
}
.item-diamond:hover{
    background: #6a6c8d;
}
.filter-days button.selected,
.item-diamond.selected {
    border: 2px solid #6DCFF6;
    background: #2C5476;
}
.item-diamond-content{
    margin:30px auto 24px;
    width:94%;
    text-align:center;
}
.item-diamond-price,
.item-diamond-count {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
.item-diamond-icon{
    margin:12px 0;
}
.item-diamond-icon img{
    display:block;
    margin:auto;
}
.item-diamond-price {
    font-weight: 500;
}
.item-diamond-discount {
    text-decoration: line-through;
}
.item-diamond-flashsale {
    background: #FF8300;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    display:flex;
    padding:4px 12px;
    align-items:center;
    justify-content:center;
}
.payment-methode-card-wrapper{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.payment-methode-card {
    border-radius: 12px;
    border: 2px solid #4A4C61;
    background: #3A3C53;
    padding: 20px;
    width: 222px;
    cursor:pointer;
    transition: all ease-in-out .2s;
}
.payment-methode-card:hover {
    background: #6a6c8d;
}
.payment-methode-card.selected {
    border: 2px solid #6DCFF6;
    background: #2C5476;
}
.payment-methode-type {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.payment-methode-icon img {
    display: block;
    border-radius:4px;
}
.payment-methode-price {
    margin-left: auto;
    font-size: 16px;
    font-weight: 700;
}
.payment-methode-name{
    margin-top:8px;
}
.contact-detail{
    flex:1;
}

.purchase-right-card {
    border-radius: 16px;
    background: #1F213B;
    padding:24px;
}
.purchase-article-banner img{
    border-radius:12px;
    display:block;
}

.purchase-article-caption h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
}
.purchase-article-short-content{
    margin-top:8px;
    line-height:22px;
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:12px;
}
.purchase-article-content-wrapper a {
    color: #6DCFF6;
    font-weight: 500;
}
.article-link-to-web{
    width:100%;
}
.article-link-to-web a {
    border-radius: 8px;
    border: 1px solid #6DCFF6;
    color: #6DCFF6;
    font-size:16px;
    font-weight: 700;
    display:block;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px;
    gap:6px;
}

.checkout-card{
    display:flex;
    gap:8px;
    flex-direction:column;
}
.checkout-card-list {
    display: flex;
}
/*.checkout-card-price {
    margin-left: auto;
    font-weight: 500;
    font-size: 16px;
}*/

.checkout-card-select-name,
.checkout-card-select-payment,
.checkout-card-select-price {
    margin-left: auto;
    font-weight: 500;
    font-size: 16px;
}

.billingpage-wrapper {
    position: relative;
    /*height: 100vh;*/
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}

.logo-bar-wrap {
    position:sticky;
    top:0;
    left:0;
    width:100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F213B;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(6px);
}
.logo-bar-wrap img{
    width:126px;
}

.puchase-billing-card {
    border-radius: 20px;
    background: #1F213B;
    padding: 20px;
    width: 544px;
    margin:24px 0;
}
.jump-link {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
}
.billing-card {
    display: flex;
    gap: 14px;
    flex-direction: column;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 1px solid #3A3C53;
}
.billing-status-wrap,
.billing-card-list {
    display: flex;
    gap: 8px;
    align-items:center;
}
.billing-type{
    margin-left:auto;
    font-weight:500;
    /*font-size:16px;*/
}
.billing-card-total{
    margin-bottom:16px;
}
.billing-card-total .billing-type,
.billing-card-total .billing-name {
    font-size: 20px;
    font-weight: 700;
}
.billing-status-label{
    font-size:18px;
    font-weight:700;
}
.billing-status-payment {
    margin-left: auto;
    border-radius: 30px;
    padding: 8px 12px;
}
.billing-status-waiting {
    color: #FF962D;
    background: rgba(255, 150, 45, 0.20);
}
.billing-status-success {
    color: #6DCFF6;
    background: rgba(109, 207, 246, 0.20);
}
.billing-status-fail {
    color: #FF4545;
    background: rgba(255, 69, 69, 0.20);
}
.puchase-billing-card .total-price,
.billing-status-wrap {
    margin-bottom: 20px;
}

.puchase-billing-card .total-price {
    font-size: 24px;
    font-weight: 700;
    text-align:center;
}
.virtual-number-wrap{
    text-align:center;
    margin-top:20px;
}
.virtual-number-wrap .virtual-number{
    font-size:24px;
    font-weight:700;
    line-height:normal;
}
.payment-noted {
    border-radius: 12px;
    background: #3A3C53;
    padding:12px;
    margin-bottom:20px;
}
.billing-status-text {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom:20px;
}
.purchase-billing-btn .btn {
    width: 100%;
    font-size: 16px;
    height: 44px;
}
.copy-text-wrap{
    display:flex;
    gap:8px;
    align-items:center;
    justify-content:center;
}
.copy-icon{
    cursor:pointer;
    display:flex;
}
.download-nota{
    text-align:center;
    margin-bottom:16px;
}
.download-nota a{
    color:#6DCFF6;
    text-decoration:underline;
}
.purchase-billing-btn p{
    margin-top:12px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:10;
    display:none;
    background: rgba(0, 2, 32, 0.80);
}
#overlay.show {
    display:block;
}
.modal-wrap {
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.modal-card {
    border-radius: 20px;
    background: #1F213B;
    padding: 4px;
    width: 448px;
    position:relative;
}
.close-modal {
    position: absolute;
    right: 10px;
    top: 14px;
}
.modal-greating{
    margin-bottom:22px;
}
.modal-greating .logo-pnp-modal {
    width: 128px;
    margin: 0 auto;
    display: block;
    margin-top: 32px;
    margin-bottom: 18px;
}
.modal-greating h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.authentication-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 16px;
    margin-bottom:18px;
}
.authentication-form .btn-primary{
    width:100%;
    font-weight:500;
    letter-spacing:1px;
}
.register-link strong,
.forgot-password-link {
    color: #6DCFF6;
    font-weight: 500;
    cursor: pointer;
}
.register-link{
    text-align:center;
}
.register-link-line {
    text-align: center;
    position: relative;
}
.register-link-line:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #535461;
    background: black;
    width: 100%;
    transform: translateY(-50%);
}
.register-link-line span{
    position:relative;
    z-index:5;
    background: #1f213b;
    padding: 0 10px;
}
.register-with-sosmed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top:12px;
}
.register-with-sosmed .reg-sosmed{
    border-radius: 16px;
    background: #FFF;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
}

.title-authentication{
    display:flex;
    align-items:center;
    font-size:20px;
    font-weight:600;
    margin-bottom:14px;
    gap:8px;
    margin-top:24px;
    padding:0 12px;
}
.title-authentication img{
    width:24px;
    position:relative;
    top:-1px;
}

.text-reguirement-wrap{
    display:flex;
    gap:8px;
    /*margin:8px 0;*/
    flex-direction:column;
}
.text-reguirement-wrap label a{
    color:#6DCFF6;
}
.text-reguirement-wrap label{
    display:flex;
    align-items:flex-start;
    font-size:12px;
    font-weight:400;
    gap:12px;
}

.text-reguirement-wrap label span{
    line-height:14px;
}
.modal-content-other{
    text-align:center;
}



.profile-wrapper {
    width: 640px;
    border-radius: 20px;
    border: 1px solid #3A3C53;
    background: #1F213B;
    margin:0 auto;
    padding:40px;
    display:flex;
    flex-direction:column;
}
.profile-part-name {
    display: flex;
    flex: 1;
    gap:14px;
    width:100%;
}
.profile-img-circle img{
    display:block;
    border-radius:50%;
}
.profile-username{
    font-size:18px;
    font-weight:700;
}
.profile-detail {
    display: flex;
    flex-direction: column;
    gap:4px;
}

.profile-main-content{
    display:flex;
    margin-top:28px;
    gap:24px;
}
.profile-main-left-side{
    display:flex;
    flex-direction:column;
    gap:12px;
    width:160px;
}
.profile-nav {
    text-align: left;
    height:auto;
    padding:0;
}
.profile-nav.active{
    color: #6DCFF6;
}
.profile-main-right-side{
    flex:1;
}
.tabcontent {
    animation: fadeEffect 2s; 
    display:flex;
    flex-direction:column;
    gap:20px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.action-profile-form{
    text-align:right;
}

.dialog-wrap {
    position: fixed;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 10;
}
.dialog-card {
    border-radius: 8px;
    border: 1px solid #3A3C53;
    background: #3A3C53;
    display: flex;
    padding: 8px 20px;
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}
.dialog-card .close-modal{
    right: 4px;
    top: 0px;
}
.dialog-card .close-modal img{
    width:28px;
}
.dialog-content {
    display: flex;
    gap: 8px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
.user-img-profile{
    cursor:pointer;
}
.user-img-profile img {
    display: block;
    width: 32px;
    border-radius: 50%;
}
.btn-logout {
    background:#A5C3DC;
    padding:0;
    border-radius:50%;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.page-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    gap: 8px;
    margin-bottom: 34px;
}

.article-grid-wrap {
    gap:20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.article-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.article-list-img-thumb img {
    display: block;
    border-radius: 12px;
    transition:all ease 1s;
}
.article-list-img-thumb img:hover{
    opacity:.8;
}
.article-category {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap:12px;
}
.article-category a{
    color: #6DCFF6;
}
.article-short-text a{
    color:#fff;
}
.article-short-text a:hover {
    color: #6DCFF6;
}

.back-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 34px;
}
.back-link img{
    width:24px;
}

.article-detail-wrapper{
    max-width:800px;
    margin:0 auto;
}
.article-image-banner img{
    display:block;
}
.share-sosmed {
    display: flex;
    gap: 12px;
    margin: 24px 0;
}
.share-sosmed button{
    padding:0;
}
.share-sosmed img {
    display: block;
}
.article-date {
    color: #FF962D;
    font-size:14px;
}
.article-content p{
    margin:14px 0;
}
.filter-wrap {
    display: flex;
    gap: 12px;
}
.filter-wrap button {
    height: auto;
    padding: 0;
    height: 40px;
    border-radius: 30px;
    background: #1F213B;
    color: rgba(255, 255, 255, 0.48);
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
}
.filter-wrap button.selected{
    border: 2px solid #6DCFF6;
    background: rgba(109, 207, 246, 0.40);
}
.game-search {
    position: relative;
    width: 320px;
    margin-bottom: 24px;
}
.game-search .search-reset{
    position:absolute;
    right: 4px;
    top: 4px;
    opacity:.6;
    cursor:pointer;
}
.event-grid-wrap {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.event-grid-wrap .article-list{
    background: #1F213B;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 12px;
}

.event-grid-wrap .article-short-text,
.event-grid-wrap .article-category {
    padding: 0 12px;
}
.event-grid-wrap .article-list-img-thumb img{
    border-radius:0;
}

.profile-dropdown-wrapper {
    position: absolute;
    right: 0;
    top: 40px;
    
    max-height: 0px;
    overflow: hidden;
    transition: max-height ease-in .2s;
    
}

.profile-dropdown-wrapper.show {
    max-height: 10000px;
    
}
.profile-dropdown {
    gap: 16px;
    border-radius: 10px;
    background: #1F213B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    padding: 24px;
    border: 1px solid #3A3C53;
}
.link-transaction-history {
    padding:8px;
    text-align:center;
    color: #6DCFF6;
    width:100%;
    border-radius: 30px;
    border: 1px solid #6DCFF6;
}
.global-setting-wrap{
    border-top:1px solid #3A3C53;
    padding-top:14px;
}
.global-setting-wrap ul{
    display:flex;
    gap:12px;
    flex-direction:column;
}
.global-setting-wrap li button{
    gap:12px;
    color:#fff;
    display:flex;
    align-items:center;
    padding:0;
    height:unset;
}
.global-setting-wrap li button:hover{
    color:#6DCFF6;
}
#example_filter > label,
#example_wrapper .dataTables_length {
    display: none;
}
.transaction-search {
    position: relative;
    width: 320px;
    margin-bottom: 24px;
}
.transaction-search .search-transaction {
    position: absolute;
    left: 4px;
    top: 8px;
    opacity: .6;
    cursor: pointer;
}
.transaction-search input[type=text]{
    padding-left:34px;
}

.filtering-wrapper {
    display: flex;
    margin-bottom:24px;
    
}
.filter-days {
    border-radius: 30px;
    background: #1F213B;
    margin-left: auto;
}
.filter-days button{
    border-radius: 30px;
    background: #1F213B;
    padding:0 14px;
}

#example_wrapper .row .col-sm-12 {
    overflow-x: auto;
    margin-top: 10px;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #6DCFF6;
}
.dataTables_empty{
    text-align:center;
}
#example_wrapper .row:last-child .col-sm-5{
    float:left;
}
#example_wrapper .row:last-child .col-sm-7{
    float:right;
}

.dataTables_paginate .pagination li {
    display: inline-block;
    margin: 0 2px;
}

.dataTables_paginate .pagination li a {
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    outline: none;
}

.dataTables_paginate .pagination li.active a {
    background: #6dcff6;
    color: #000;
    border-radius: 4px;
}

.dataTables_length select {
    margin: 0 10px;
    outline: none;
    padding: 5px 4px;
    border-radius: 6px;
}

.purchase-page{
    display:flex;
    gap:20px;
}
.purchase-left-wrapper {
    gap:20px;
    flex:1;
    display:flex;
    flex-direction:column;
}
.purchase-right-wrapper{
    margin-left:auto;
    width:380px;
    display:flex;
    gap:20px;
    flex-direction:column;
}

.article-short {
    padding: 20px;
    border-radius: 16px;
    background: #1F213B;
    gap:20px;
}
.article-short-thumbnail{
    border-radius:16px;
    overflow:hidden;
    margin-bottom:16px;
}
.article-short-thumbnail img {
    display: block;
}
.article-short-text{
    display:flex;
    gap:12px;
    flex-direction:column;
}
.article-short-text a.article-short-title{
    font-size:18px;
    font-weight:600;
}
.article-short-text a.article-short-see-more{
    color:#6DCFF6;
}
.article-short-link-web {
    border-radius: 8px;
    border: 1px solid #6DCFF6;
    color: #6DCFF6;
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top:16px;
}

.purchase-card-wrap {
    background: #1F213B;
    border-radius:16px;
    overflow:hidden;
}
.purchase-card-title {
    color: #fff;
    background: #224A84;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.purchase-card-title span{
    border-radius:50%;
    background:#fff;
    color:#224A84;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.checkout-wrap {
    display: flex;
    flex-direction:column;
    gap: 12px;
}
.control-table {
    display: flex;
    gap: 8px;
}
.control-table-left{
    min-width:80px;
}
.control-table-right{
    margin-left:auto;
}

.gameID-form .form-control{
    display:flex;
    gap:12px;
}
.gameID-text{
    margin-top:16px;
}
.purchase-option-wrap h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.category-options {
    display: flex;
    gap: 10px;
}
.category-options-card {
    cursor: pointer;
    display: flex;
    padding: 12px 10px;
    align-items: center;
    gap: 8px;
    flex: 1;
    border-radius: 12px;
    background: #3A3C53;
    font-weight: 600;
    border: 2px solid #3A3C53;
    transition:all ease .3s;
}
.category-options-card.selected{
    border: 2px solid #6DCFF6;
    background: #2C5476;
}

.item-options {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.item-options-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #3A3C53;
    cursor:pointer;
    transition: all ease .3s;
    border: 2px solid #1F213B;
}
.item-options-card.selected{
    border: 2px solid #6DCFF6;
    background: #2C5476;
}
.item-options-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 4px;
    padding: 38px 8px 30px;
}
.item-price,
.item-diamonds {
    font-weight: 600;
    font-size: 15px;
}
.item-discount{
    text-decoration:line-through;
}
.item-flash-sale {
    position: absolute;
    top: 0;
    left: 0;
    gap:2px;
    width: 100%;
    background: #FF8300;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content:center;
    font-size:13px;
}
.item-img-diamond img{
    display:block;
}
.item-flash-sale img {
    width: 16px;
    height: 16px;
}

.purchase-payment-wrap {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);

}
.purchase-payment-card {
    border-radius: 12px;
    border: 2px solid #4A4C61;
    background: #3A3C53;
    padding: 20px;
    cursor:pointer;
    transition: all ease .3s;
}
.purchase-payment-card.selected{
    border: 2px solid #6DCFF6;
    background: #2C5476;
}
.purchase-payment-methode {
    padding-bottom:8px;
    margin-bottom:6px;
    display: flex;
    border-bottom: 1px solid #4A4C61;
}
.purchase-payment-methode img{
    align-self: center;
    border-radius:4px;
}
.purchase-payment-cuk{
    margin-left:auto;
}
.purchase-contact-detail{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.purchase-detail-content{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:24px;
    padding:0 20px 24px;
}
.detail-column {
    padding-bottom: 16px;
    border-bottom: 1px solid #3A3C53;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.total-detail .control-table{
    font-size:18px;
    font-weight:600;
}
.purchase-detail-content .button-control .btn {
    width: 100%;
}

.payment-status{
    display:flex;
    align-items:center;
}
.payment-status h4{
    font-size:16px;
    font-weight:600;
}
.payment-status-waiting {
    color: #FF962D;
    padding: 6px 12px;
    margin-left: auto;
    border-radius: 100px;
    background: rgba(255, 150, 45, 0.20);
}
.payment-status-success {
    color: #6DCFF6;
    padding: 6px 12px;
    margin-left: auto;
    border-radius: 100px;
    background: rgba(109, 207, 246, 0.20);
}
.payment-status-expired {
    color: #FF4545;
    padding: 6px 12px;
    margin-left: auto;
    border-radius: 100px;
    background: rgba(255, 69, 69, 0.20);
}

.purchase-price{
    text-align:center;
    font-weight:600;
    font-size:20px;
}

.purchase-bank-account {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bank-account-transfer {
    font-size: 26px;
    font-weight: 600;
    
}
.purchase-bank-attention {
    border-radius: 12px;
    background: #3A3C53;
    padding: 12px;
}
.download-img-proof {
    font-weight: 600;
    font-size: 16px;
    text-align:center;
    
}
.download-img-proof a{
    color: #6DCFF6;
    text-decoration:underline;
}

.bottom-nav-ico a{
    color:#fff;
    text-decoration:none;
    text-align:left;
}

#pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.content-wrap ul, .content-wrap ol, 
.article-content ol, .article-content ul {
    margin-left: 20px;
    margin-bottom: 16px;
    list-style: auto;
}
.article-content a,
.content-wrap a {
    color: #6dcff6;
}




@media (min-width: 1440px) {
}

@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (max-width: 1180px) {
    .container {
        width: 100%;
        
    }
    .wrapper .container {
        padding: 0 16px;
    }
    .all-game-wrap,
    .event-grid-wrap,
    .article-grid-wrap {
        padding: 0 16px;
    }

    header .container {
        width: 96%;
    }

    .banner-image img,
    .banner-image {
        width: 100%;
    }

    .banner-content {
        gap: 4px;
        margin-bottom: 12px;
    }

    .banner-wrapper .item .banner-inside {
        flex-direction: column;
    }

    footer .container,
    .article-detail-wrapper,
    #article-wrap .container,
    #choose-reason .container,
    .game-topup-wrap,
    .flash-sale,
    .banner-content {
        padding: 0 12px;
    }

    .diamond-wrap {
        padding: 0 12px 12px 12px;
    }
    .article-detail-wrapper{
        width:100%;
    }
}
@media (max-width: 1024px){
    .category-options {
        flex-direction:column;
    }
    .purchase-payment-wrap,
    .item-options {
        grid-template-columns: repeat(2, 1fr);
    }
    .office-address .logo-bottom{
        width:130px;
    }
    .sosmed-bottom{
        gap:8px;
    }
    .sosmed-bottom a{
        width: 34px;
        height: 34px;
    }
}
@media (max-width: 810px){
   
    /*.article-detail-wrapper {
        width: 96%;
    }*/
    .category-options{
        flex-direction:column;
    }
    .item-options {
        grid-template-columns: repeat(2, 1fr);
    }
    .purchase-right-wrapper{
        width:unset;
    }
    .purchase-payment-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .purchase-page {
        display: grid;
        gap:16px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    h2 {
        font-size: 20px;
    }
    .article-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    nav{
        gap:16px;
    }
    .hamburger-bar-wrap {
        display: flex;
        align-items:center;
    }
    .article-grid-wrap {
        gap: 12px;
    }
    .game-search{
        margin-left:12px;
    }
    .sorting-wrap{
        padding:0 12px;
    }
    .dialog-card {
        width: 90%;
    }

    .profile-wrapper {
        width: 93%;
    }

    .profile-main-content {
        flex-direction: column;
    }

    .profile-main-left-side {
        flex-direction: row;
        width: 100%;
        gap: 18px;
    }

    /*.mobile-navigation {
        display: flex;
    }*/

    .banner-wrapper .item {
        margin: 0 6px;
    }

    .main-nav {
        /*display: none;*/
        position:fixed;
        left:-100%;
        top:83px;
        background:#000220;
        width:100%;
        height:100%;
        padding:0 14px;
        transition:left ease-in-out .2s;
    }
    .main-nav.open{
        left:0;
    }
    .main-nav ul{
        flex-direction:column;
        gap:0;
    }
    .main-nav ul li{
        border-bottom: 1px solid #3A3C53;
    }
    .main-nav ul li a{
        display:block;
        padding: 16px 0;
    }
    .banner-wrapper .item .banner-inside {
        gap: 8px;
    }

    .banner-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 16px;
    }

    .diamond-wrap {
        overflow-x: scroll;
        width: 100%;
        margin-top: 16px;
        flex-wrap: nowrap;
        padding-top: 20px;
    }

    .diamond-card {
        flex: 0 0 270px;
    }

    .diamond-wrap::-webkit-scrollbar {
        height: 6px;
        width: 4px;
        background: red;
    }

    /* Track */
    .diamond-wrap::-webkit-scrollbar-track {
        background: #020645;
    }

    /* Handle */
    .diamond-wrap::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .diamond-wrap::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .diamond-wrap::-webkit-scrollbar-thumb:horizontal {
        background: #6DCFF6;
        border-radius: 50px;
    }

    .article-short-content,
    .flash-sale strong {
        font-size: 16px;
    }

    .complaint-services,
    .bottom-navigation,
    .article-list-wrap,
    .benefit-reason-wrapper,
    .game-topup-list-wrap {
        flex-direction: column;
    }

    .office-address {
        gap: 12px;
    }

    .bottom-navigation {
        gap: 14px;
    }

    .copyright {
        margin-left: unset;
        align-items: center;
        justify-content: center;
        margin-top: 18px;
    }

    footer {
        padding: 18px 0px;
    }

    .office-address .logo-bottom {
        width: 130px;
    }

    .flash-sale {
        gap: 4px;
    }
/*
    .game-topup-wrap {
        margin-top: 40px;
    }*/

    .game-topup-title {
        margin-bottom: 16px;
    }

    #choose-reason h2 {
        line-height: normal;
    }

    #choose-reason {
        padding: 40px 0;
    }
}
@media (max-width: 600px) {
   
    .profile-main-left-side {
        gap: 6px;
    }
    .benefit-reason-wrapper {
        margin-top: 18px;
        gap: 20px;
    }
    #choose-reason {
        margin-top: 20px;
        padding: 20px 0;
    }
    .game-topup-title h2 {
        font-size: 20px;
    }
    .all-game-wrap,
    .game-topup-wrap {
        padding: 0 !important;
    }
    #flash-sale-section {
        margin-top: 48px;
        
    }
    footer{
        margin-top:30px;
    }
    #example_wrapper .row:last-child .col-sm-5 {
        margin-bottom: 16px;
    }   
    #example_wrapper .row:last-child .col-sm-7,
    #example_wrapper .row:last-child .col-sm-5 {
        float: none;
    }
    #example_wrapper .row:last-child .col-sm-7 .dataTables_paginate,
    #example_wrapper .row:last-child .col-sm-5 .dataTables_info{
        text-align:center;
    }
    .copyright {
        margin-top: 4px;
    }
    .complaint-services {
        margin-top: 18px;
        padding-top: 12px;
    }
    .bottom-nav-ico{
        margin-bottom:8px;
    }
    .bottom-content ul {
        margin-bottom: 4px;
    }
    .bottom-content ul li {
        margin: 2px 0;
    }
    .bottom-content h3{
        margin-bottom:0;
    }
    .transaction-search {
        width: 100%;
    }
    .purchase-page {
        display: flex;
        flex-direction: column-reverse;
    }
    .purchase-payment-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .filter-days{
        margin-left:0;
        display:flex;
    }
    .filter-days,
    .filter-wrap {
        gap: 0;
        border-radius: 6px;
        flex-wrap: wrap;
        background: #1F213B;
    }
    .filter-days button,
    .filter-wrap button {
        padding: 0;
        flex: 1;
        font-size: 12px;
        border-radius: 0;
        background: transparent;
    }
    .filter-days button.selected,
    .filter-wrap button.selected{
        border:0;
        color:#6DCFF6;
        background:transparent;
    }
    .filtering-wrapper {
        flex-direction: column;
        gap:8px;
    }
}
@media (max-width: 480px) {
    .item-options{
        gap:4px;
    }
    .gameID-form .form-control {
        flex-direction: column;
    }
    .action-profile-form .btn{
        width:100%;
    }
    header .container {
        width: 100%;
        padding: 0 14px;
    }
    .right-header .btn {
        padding: 6px 12px;
        height: 36px;
    }
    nav .logo img {
        width: 96px;
    }
    .purchase-card-content,
    .article-short {
        padding: 16px;
    }
    /*.wrapper .container{
        padding:0;
    }*/
    .purchase-payment-wrap,
    .event-grid-wrap {
        gap: 14px;
        grid-template-columns: repeat(1, 1fr);
    }
    h2 {
        font-size: 18px;
    }
    .share-sosmed{
        margin:12px 0;
    }
    .share-sosmed img{
        width:26px;
    }
    .back-link,
    .page-title {
        margin-bottom: 14px;
    }
    .all-game-wrap,
    .article-category {
        padding: 0 12px;
    }

    .article-list {
        background: #1F213B;
        border-radius: 12px;
        overflow: hidden;
        padding-bottom: 12px;
    }

    .article-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    .article-list-img-thumb img {
        width: 100%;
        border-radius: 0px;
    }

    .profile-wrapper {
        width: 95%;
    }

    .profile-wrapper {
        padding: 20px 12px;
    }

    .profile-nav {
        width: inherit;
        text-align: center;
    }

    #choose-reason h2 {
        font-size: 18px;
    }

    .benefit-card strong {
        font-size: 16px;
    }

    .modal-wrap {
        padding: 0 20px;
    }

    .modal-wrap.modal-mobile-full {
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .modal-mobile-full .modal-card {
        border-radius: 0;
        height: 100%;
        width:100%;
    }

    .banner-title {
        font-size: 14px;
        line-height: 18px;
    }

    .banner-content {
        gap: 2px;
    }

    .banner-date,
    .banner-content a {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .banner-content a img {
        width: 14px;
        height: 14px;
    }

    .authentication-form {
        gap: 12px;
    }

    .modal-greating {
        margin-bottom: 10px;
    }

    .benefit-card {
        gap: 8px;
    }

    .article-short-content p {
        line-height: 18px;
    }

    .article-short-date {
        margin: 4px 0;
    }
}

.social-login-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}