/* Reset style */
@font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('../font/montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.cursor-pointer{
    cursor: pointer !important;
}

.modal-fe .modal-header{
    height: 45px;
    border: none;
}

.modal-fe .modal-header .modal-title{
    font-size: 14px;
    font-weight: bold;
}

.form-control{
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    background: #F8F8F8;
    height: 35px;
}

.btn-auth{
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 100px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.btn-auth img{
    margin-right: 5px;
}

.btn-auth.login{
    background: #F2E200;
}

.btn-check-order{
    background: #F2E200;
    color: black;
    font-weight: bold;
    width: fit-content;
    margin-left: auto;
    margin-top: 20px;
}

.btn-check-order:hover{
    background: #ddce00;
}

.btn-yellow{
    background: #F2E200;
    color: black;
    font-weight: bold;
    width: fit-content;
}

.btn-yellow:hover{
    background: #ddce00;
}

body{
    background: #F8F8F8;
}

.card{
    padding: 15px;
    background: white;
    border: none;
}

.btn-mobile-menu{
    background: none;
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
}

@media(max-width: 767.98px){
    .btn-mobile-menu{
        display: block;
    }
}

.mobile-menu-content{
    position: fixed;
    background: white;
    width: calc(100vw - 80px);
    height: 100vh;
    top: 0;
    z-index: 1;
    left: -100vw;
    transition: all .2s;
}

.mobile-menu-content:before{
    /* content: ''; */
    width: 80px;
    height: 100vh;
    background: #03030399;
    position: fixed;
    right: 0;
    z-index: -1;
}

.mobile-menu-content.opened{
    left: 0;
    transition: all .2s;
}

.mobile-menu-content.opened:before{
    content: '';
}

.mobile-menu-content .title{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    background: white;
}

.mobile-menu-content .title .logo{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.mobile-menu-content .title .logo-text{
    margin-left: 10px;
}

.mobile-menu-content .btn-close-mobile{
    padding: 0;
    height: 40px;
    width: 40px;
    border: none;
    background: none;
    color: #d6604e;
}

.mobile-menu-content .btn-close-mobile svg{
    font-size: 38px;
}

.mobile-menu-content .body{
    padding: 20px;
    background: white;
    height: 100%;
}

.mobile-menu-content .search{
    width: 100%;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 45px;
    padding: 0 18px;
    position: relative;
}

.mobile-menu-content .search input{
    height: 45px;
    border: none;
    width: 100%;
}

.mobile-menu-content .search input:hover, .mobile-menu-content .search input:focus, .mobile-menu-content .search input:focus-visible, .mobile-menu-content .search input:active{
    border: none;
    box-shadow: none;
    outline: none;
}

.mobile-menu-content .btn-search{
    background: none;
    border: none;
}

.mobile-menu-content .btn-search img{
    filter: invert(1);
}

.mobile-menu-content .your-order{
    margin-top: 50px;
    display: flex;
    align-items: center;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.mobile-menu-content .your-order img:nth-child(1){
    filter: invert(1);
    margin-right: 10px;
}

.mobile-menu-content .your-order img:nth-child(3){
    filter: invert(1);
    margin-left: 10px;
}

.mobile-menu-content .your-order a{
    color: black;
    text-decoration: none;
}   

.mobile-menu-content .profile{
    margin-top: 20px;
}

.mobile-menu-content .profile a{
    font-size: 20px;
}

.main-banner .owl-carousel .owl-dots{
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.main-banner .owl-carousel button.owl-dot{
    height: 11px;
    width: 11px;
    background: #F9F9F9;
    border-radius: 100%;
}

.main-banner .owl-carousel button.owl-dot.active{
    background: #F2E200;
}

.main-banner .owl-carousel .owl-item>div {
    width: 100%;
    height: 228px; 
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.main-banner .owl-carousel .owl-item>div>img {
    height: 100%;
}

.main-banner.product{
    height: 353px;
    max-height: 353px;
    background-position: center;
    background-size: cover;
}

body{
    overflow-x: hidden;
    font-family: 'Montserrat';
}
.container{
    max-width: 1280px;
}

.btn{
    border-radius: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.btn-primary{
    background: #F2E200;
    border: 1px solid #F2E200;
    color: black;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible{
    background: #d9cb05;
    border: 1px solid #d9cb05;
    color: black;
}
/* Reset style end */

/* Header style */
.top-bar{
    font-size: 12px;
    color: #8D8D8D;
    height: 32px;
    display: flex;
    align-items: center;
}

.top-bar>.container>div>div{
    display: flex;
    align-items: center;
}

.top-bar .contact{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.top-bar .contact img{
    margin-right: 5px;
}

.main-bar{
    background: #2968B6;
    height: 99px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.main-bar>.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-bar .search{
    height: 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    max-width: 385px;
    width: 100%;
    padding: 0 15px;
    position: relative;
}

.search-result{
    position: absolute;
    top: 40px;
    background: white;
    width: 100%;
    left: 0;
    border-radius: 6px;
    padding: 15px;
    display: none;
    max-height: 405px;
    overflow-y: auto;
}

.mobile-menu-content .search-result{
    z-index: 2;
    top: 51px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ccc;
}

.search-result .item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.search-result .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.search-result .img{
    width: 45px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 10px;
}

.search-result .img img{
    width: 100%;
}

.search-result a{
    color: black;
    text-decoration: none;
}

.main-bar .search input, .main-bar .search input:focus, .main-bar .search input:active, .main-bar .search input:focus-visible, .main-bar .search input:hover{
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    color: white;
    outline: none;
}

.main-bar .search input::placeholder { 
    color: white;
    opacity: 1; 
}

.main-bar .search input:-ms-input-placeholder { 
    color: white;
}

.main-bar .search input::-ms-input-placeholder { 
    color: white;
}

.main-bar .logo{
    text-decoration: none;
    display: flex;
    align-items: center;
}

.main-bar .logo img{
    margin-right: 10px;
}

.main-bar .logo .logo-text{
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.main-bar .search button{
    background: none;
    border: none;
}

.main-bar .profile{
    display: flex;
    align-items: center;
}

.main-bar .profile .your-order{
    color: white;
    margin-right: 20px;
}

.main-bar .profile .your-order a{
    color: white;
}

.main-bar .profile .dropdown button{
    height: 54px;
    width: 54px;
    background: #144D95;
    border-radius: 100%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    display: flex;
    justify-content: center;
}

.main-bar .profile .dropdown button:after{
    display: none;
}

@media(max-width: 767.98px){
    .main-bar .search, .main-bar .profile{
        display: none;
    }
}
/* Header style end */

/* Footer style */
footer{
    background: #F2F2F2;
}

footer>.container>.row{
    padding: 40px 0;
}

footer>.container>.row .logo{
    display: flex;
}

footer>.container>.row .logo .text{
    margin-left: 20px;
}

footer>.container>.row .logo .text .name{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}

footer>.container>.row .logo .text .desc{
    font-size: 14px;
}

footer>.container>.row .link .text .name{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}

footer>.container>.row .link .text a{
    font-size: 14px;
    color: black;
    text-decoration: none;
    display: block;
}

footer .copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #ECECEC;
    height: 36px;
}
/* Footer style end */

/* Shop style */
.main-banner{
    background-color: #2968B6;
    background-image: url('/assets/frontend/img/png/bg-banner.png');
    background-size: cover;
    color: white;
    padding-top: 5px;
    padding-bottom: 0;
    background-position: center bottom;
    background-position: 80%;
    background-repeat: no-repeat;
}

.banner-clip{
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 90% 100%, 10% 100%, 0 75%, 0% 30%);
}

@media(max-width: 991.98px){
    .banner-clip{
        clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 82%, 90% 100%, 10% 100%, 0 82%, 0% 30%);
    }
}

@media(max-width: 767.98px){
    .banner-clip{
        clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 0% 30%);
    }
}

@media(max-width: 575.98px){
    .banner-clip{
        clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0% 30%);
    }
}

.main-banner .intro{
    display: flex;
    align-items: start;
    max-width: 720px;
}

.main-banner .intro img{
    margin-right: 20px;
}

.main-banner .title{
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}

.shop-category{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 45px;
    margin-bottom: 45px;
    overflow: auto;
}

.shop-category .item{
    cursor: pointer;
    border-radius: 20px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 12px;
    border: 1px solid #8D8D8D;
    text-decoration: none;
    color: black;
    text-wrap: nowrap;
}

.shop-category .item.hot:before{
    content: url('/assets/frontend/img/svg/icon-fire.svg');
    margin-right: 5px;
}

.shop-category .item.star:before{
    content: url('/assets/frontend/img/svg/icon-star.svg');
    margin-right: 5px;
}

.shop-category .item.star{
    color: #DE1936;
    font-weight: bold;
    border: 1px solid #DE1936;
}

.shop-products{
    margin-bottom: 50px;
}

.shop-products .item{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    background: #F9F9F9;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
    height: calc(100% - 15px);
}

.shop-products .item .img{
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    overflow: hidden;
}

.shop-products .item .img img{
    width: 100%;
}

.expired-at{
    background: #ffcdcd;
    padding: 8px;
    width: 125px;
    margin-left: auto;
    font-size: 22px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a50404;
    flex-direction: column;
}

.expired-at .title{
    background: #8d0000;
    color: white;
    font-size: 14px;
    width: calc(100% + 16px);
    margin-top: -8px;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    padding: 4px;
}

.expired-text{
    text-align: end;
    font-size: 17px;
    color: #ed0000;
}

@media(max-width: 991.98px){
    .shop-products .item .img{
        height: 198px;
    }
}

@media(max-width: 575.98px){
    .shop-products .item .img{
        height: 155px;
    }

    .shop-category{
        justify-content: start;
    }

    .shop-category::-webkit-scrollbar {
        display: none;
    }
    
    .shop-category {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
}

.shop-products .item .name{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 44px;
}

.shop-products .item .name .company{
    color: #8D8D8D;
    font-size: 18px;
}

.shop-products .item .name .game{
    text-decoration: none;
    color: black;
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}

.shop-products .item .name .provider{
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}

.shop-products .item .btn-link{
    border-radius: 6px;
    background: #ED3500;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    max-width: calc(100% - 10px);
    margin: auto;
}

.shop-products .item .btn-link:hover{
    background: #da3103;
}

.shop-products .item .btn-link img{
    margin-left: 5px;
}

.shop-products .cat-title{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.btn-take-again{
    width: 100%;
    max-width: 298px;
    height: 45px;
    border-radius: 4px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: #2968b6;
    border: 1px solid;
}

/* Shop style end */

/* Login Style */
.bg-login-left{
    background-color: #2968B6 !important;
    background-image: url('/assets/frontend/img/png/bg-banner.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-login{
    background: rgba(242, 226, 0, 1);
    width: fit-content;
    font-weight: bold;
}

.btn-login:hover, .btn-login:active, .btn-login:focus-visible, .btn-login:focus{
    background: rgb(222, 207, 1);
}

.btn-login:disabled {
    background: rgba(242, 226, 0, 0.6); /* Warna dengan opasitas 0.6 saat dalam mode disabled */
    cursor: not-allowed; /* Menambahkan cursor "not-allowed" saat dalam mode disabled */
}

.btn-register{
    background: #ededed;
}

.btn-register:hover, .btn-register:active, .btn-register:focus-visible, .btn-register:focus{
    background: #dedddd;
}
/* Login Style End */

/* Profile page */
.profile-container{
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 10px;
}

.profile-container .container{
    display: flex;
}

@media(max-width: 767.98px){
    .profile-container .container{
        display: flex;
        flex-direction: column;
    }
}

.profile-container .left{
    width: 142px;
}

.profile-container .left .picture{
    width: 142px;
    height: 142px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}

.profile-container .left .picture img{
    width: 120%;
}

.profile-container .left .text{
    text-align: center;
}

.profile-container .left .text .name{
    font-size: 18px;
    text-align: center;
}

.profile-container .left .flag{
    color: #9C9C9C;
}

.profile-container .right{
    width: 100%;
    margin-left: 30px;
}

table.dataTable{
    border-radius: 8px !important;
    overflow: hidden;
}

.dataTables_info{
    padding-top: 0 !important;
    margin-left: 10px;
}

#info-modal .modal-body{
    padding-top: 0 !important;
    min-height: 369px;
}

#info-modal .modal-body .border-dotted {
    border-style: dotted !important;
}

#info-modal .modal-body .btn.btn-outline.btn-outline-dark {
    color: #181c32;
    border-color: #181c32;
    background-color: transparent;
    border-width: 1px;
    border-style: dashed;
}

.progress-order{
    font-size: 12px;
    display: flex;
    background: #D9D9D9;
    height: 5px;
    margin-top: 35px;
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    position: relative;
}

.progress-order .bar{
    height: 5px;
    position: absolute;
    background: #00BB07;
}

.progress-order .point{
    display: flex;
    width: 100%;
    margin-top: 16px;
}

.progress-order .point .item{
    width: 25%;
    text-align: center;
    position: relative;
}

.progress-order .point .item:before{
    content: '';
    height: 13px;
    width: 13px;
    border-radius: 100%;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

.progress-order.SUBMITED .point .item:nth-child(1):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.PAYMENT_SENT .point .item:nth-child(1):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.PAID .point .item:nth-child(1):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.PAID .point .item:nth-child(2):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.PROGRESS .point .item:nth-child(1):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.PROGRESS .point .item:nth-child(2):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.PROGRESS .point .item:nth-child(3):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.DONE .point .item:nth-child(1):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.DONE .point .item:nth-child(2):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.DONE .point .item:nth-child(3):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.DONE .point .item:nth-child(4):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.EXPIRED .point .item:nth-child(1):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.EXPIRED .point .item:nth-child(2):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.EXPIRED .point .item:nth-child(3):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.EXPIRED .point .item:nth-child(4):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.CANCELED .point .item:nth-child(1):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.CANCELED .point .item:nth-child(2):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.CANCELED .point .item:nth-child(3):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.CANCELED .point .item:nth-child(4):before{
    background: #17E45D;
    border: 2px solid #00C508;
}

.progress-order.SUBMITED .point .item:nth-child(1) .text{
    font-weight: bold;
}

.progress-order.PAYMENT_SEND .point .item:nth-child(1) .text{
    font-weight: bold;
}

.progress-order.PAID .point .item:nth-child(2) .text{
    font-weight: bold;
}

.progress-order.PROGRESS .point .item:nth-child(3) .text{
    font-weight: bold;
}

.progress-order.DONE .point .item:nth-child(4) .text{
    font-weight: bold;
}

.progress-order.EXPIRED .point .item:nth-child(4) .text{
    font-weight: bold;
}

.progress-order.CANCELED .point .item:nth-child(4) .text{
    font-weight: bold;
}

.progress-order .point .item:first-child{
    text-align: start;
}

.progress-order .point .item:last-child{
    text-align: end;
}

.progress-order .point .item:first-child:before{
    left: 0;
}

.progress-order .point .item:last-child:before{
    right: 0;
    left: unset;
    transform: unset;
}

.order-id-table{
    color: #fc6226 !important;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_info{
    color: #bfbfbf;
}

table.dataTable, table.dataTable tr, table.dataTable th, table.dataTable td{
    border: none !important;
}

table.dataTable thead{
    background: #FC6226;
    color: white;
}

table.dataTable thead th{
    font-size: 14px;
}

table.dataTable tbody td{
    color: #7b7b7b;
    font-size: 14px;
}

table.dataTable .btn.info{
    font-size: 12px;
    height: 23px;
    padding: 0 10px;
}

.page-item .page-link{
    height: 30px !important;
    display: flex;
    align-items: center;
}
/* Profile page end */

/* Shop Product */
.shop-product .info-game{
    display: flex;
}

.shop-product .info-game .img{
    width: 155px;
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.shop-product .info-game .img img{
    width: 100%;
}

.shop-product .info-game .text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 138px;
    padding: 10px 0;
}

.shop-product .info-game .text .publisher{
    color: #8D8D8D;
    font-size: 18px;
}

.shop-product .info-game .text .name{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.shop-product .info-game .text .btn-yellow img{
    filter: invert(1);
    margin-left: 5px;
}

.howto{
    margin-left: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
    border-radius: 0.25rem 0 0 0;
    overflow: hidden;
    border-right: 1px solid #dcdcdc;
}

.howto .title{
    height: 74px;
    background: linear-gradient(231deg, #FC6226 0%, #FF3000 100%);
    font-size: 20px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 20px;
}

.howto .step{
    padding: 20px;
}

.howto .step li{
    margin-bottom: 10px;
}

.topup .info{
    min-height: 174px;
    padding: 30px;
    border-radius: 6px;
    background-color: #FC5B21;
    background-image: url(/assets/frontend/img/png/bg-topup.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.topup .select2-container .select2-selection{
    border-color: white !important;
}

.topup .select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-top: 3px;
    filter: brightness(100);
}

.topup .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: white !important;
    margin-top: 3px !important;
}

.form-topup{
    position: relative;
}

.form-topup label{
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.form-topup input{
    background: none;
    color: white;
    border-color: white;
}

.form-topup input:disabled{
    background: none !important;
    opacity: 0.5;
}

.form-topup input::placeholder {
    color: white;
}

.form-topup input:-ms-input-placeholder {
    color: white;
}
.form-topup input::placeholder {
    color: white;
}

.product-info{
    background: #D33B36;
    border-radius: 20px;
    color: white;
/*    display: flex;
    justify-content: center;
    align-items: center;*/
    width: fit-content;
    padding: 0 12px;
    font-size: 12px;
    border: none;
    height: 25px;
/*    position: absolute;
    right: 0;
    top: 0;*/
}

.btn-check-more-game{
    height: unset;
    padding: 10px 20px;
}

@media (max-width: 767.98px){
    .howto{
        margin: 0;
        border: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px){
    .btn-check-more-game{
        font-size: 12px;
    }

    .btn-check-more-game img{
        display: none;
    }

    .payment-method .payment-item .img img{
        width: 100%;
        max-width: 115px;
        height: unset;
    }
}
/* Shop Product end */

/* Modal */
.modal-fe .order-for{
    background: #FFE5DC;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.modal-fe .order-for p{
    margin: 0;
    font-size: 14px;
}

.modal-fe .order-for p:first-child{
    margin-bottom: 5px;
}

.modal-fe .order-for p:last-child{
    color: #FC5B21;
    font-weight: bold;
}

.product-items .item{
    margin: 20px 0;
}

.product-items .item .title{
    padding: 15px;
    border: 1.5px dashed #ececec;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.product-items .item .title:before{
    content: '';
    background: #fccf00;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}

.product-items .item .product-item{
    padding: 25px 20px;
    border: 2px solid #D9D9D9;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
    display: flex;
    user-select: none;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
}

.product-items .item .product-item .pricing{
    display: flex;
    justify-content: end;
    margin-top: 20px;
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 4px;
    background: #ededed;
}

.product-items .item .product-item .pricing span{
    margin-left: 7px;
    font-weight: bold;
}

.product-items .item .product-item.disabled-on{
    opacity: 0.4;
}

.product-items .item .product-item .img{
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.product-items .item .product-item.active{
    border-color: #FD4812;
    color: #FD4812;
    font-weight: bold;
}

.product-items .item .product-item .discount{
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    border-radius: 0 3px 0 15px;
    padding: 3px 10px;
    font-size: 12px;
    color: white;
}

.product-items .item .product-item .item-price{
    margin-left: 0 !important;
}

.payment-method .item .title{
    padding: 15px;
    border: 1.5px dashed #ececec;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.payment-method .item .title:before{
    content: '';
    background: #fccf00;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}

.payment-method .payment-item{
    height: 75px;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 2px solid #D9D9D9;
    cursor: pointer;
}

.payment-method .payment-item.active{
    border-color: #FD4812;
    color: #FD4812;
    font-weight: bold;
}

.payment-method .payment-item.disabled-on{
    opacity: 0.4;
}

.buy-card .item{
    color: #FD4812;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

.buy-card .total-price{
    font-size: 20px;
    display: none;
}

.btn-voucher{
    font-size: 12px;
    background: #fcbb21;
    white-space: nowrap;
    border-radius: 6px;
    margin-left: 10px;
    font-weight: bold;
}

.btn-voucher:hover{
    background: #e9ac1d;
}  

#summary-qty{
    display: none;
}
/* Modal end */

.bank-account{
    background: rgb(243, 243, 243);
    border-radius: 4px;
    padding: 20px;
}
.total-discount-show.active{
    margin-left: 6px;
    background: #ff7f13;
    padding: 3px 13px;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.total-discount-show.active .top{
    font-size: 12px;
}

.total-discount-show.active b{
    font-size: 12px;
    margin-right: 5px;
}


.total-discount-show.active .bottom{
    font-size: 10px;
}

#table-check-order{
    margin-top: 60px;
    font-size: 14px;
}

#table-check-order table{
    width: 100%;
}

#table-check-order table th, #table-check-order table td{
    padding: 5px;
    padding: 5px;
}

#table-check-order table tr:nth-child(even){
    background: rgb(234 234 234);
}
