@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}
.container {
    max-width: 1628px;
    padding: 0;
}
.container-md {
    max-width: 900px;
}
li {
    list-style: none;
}
:focus-visible {
    outline: unset;
}
/*=============DEFINE ICON=============*/
i {
    display: block;
}
.icon-568 {
    width: 26px;
    height: 24px;
    background: url(../imgs/icon-568.png) no-repeat;
}
.icon-close {
    width: 25px;
    height: 24px;
    background: url(../imgs/icon-close.png) no-repeat;
}
.icon-bank {
    width: 30px;
    height: 28px;
    background: url(../imgs/icon-bank.png) no-repeat;
}
.icon-facebook {
    width: 29px;
    height: 29px;
    background: url(../imgs/icon-facebook.png) no-repeat 0 0 / 100% 100%;
}
.icon-google {
    width: 29px;
    height: 29px;
    background: url(../imgs/icon-google.png) no-repeat 0 0 / 100% 100%;
    position: relative;
}
.icon-apple {
    width: 29px;
    height: 29px;
    background: url(../imgs/icon-apple.png) no-repeat 0 0 / 100% 100%;
    position: relative;
    border-radius: 50%;
}
.icon-apple .btn-login-apple {
    cursor: pointer;
}
/* Hide Apple's default Sign in button */
#appleid-signin > div {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}
.g_id_signin {
    position: absolute;
    width: 42px;
    height: 42px;
    text-decoration: none;
    text-indent: -9999px;
    top: -3px;
    left: -6px;
}
.icon-user {
    width: 29px;
    height: 29px;
    background: url(../imgs/icon-user.png) no-repeat 0 0 / 100% 100%;
}
.icon-vietqr {
    width: 71px;
    height: 19px;
    background: url(../imgs/icon-vietQr.png) no-repeat 0 0 / 100% 100%;
}
.icon-zalopay {
    width: 77px;
    height: 17px;
    background: url(../imgs/icon-zalopay.png) no-repeat 0 0 / 100% 100%;
}
.icon-search {
    width: 20px;
    height: 21px;
    background: url(../imgs/icon-search.png) no-repeat 0 0 / 100% 100%;
}
.icon-search-black {
    width: 23px;
    height: 23px;
    background: url(../imgs/icon-search-black.png) no-repeat 0 0 / 100% 100%;
}
.icon-world {
    width: 30px;
    height: 30px;
    background: url(../imgs/icon-world.png) no-repeat 0 0 / 100% 100%;
}
.icon-list {
    width: 16px;
    height: 19px;
    background: url(../imgs/icon-list.png) no-repeat 0 0 / 100% 100%;
}
.icon-kim-phieu {
    width: 23px;
    height: 25px;
    background: url(../imgs/icon-kim-phieu.png) no-repeat 0 0 / 100% 100%;
}
.icon-momo {
    width: 27px;
    height: 25px;
    background: url(../imgs/icon-momo.png) no-repeat 0 0 / 100% 100%;
}
.icon-wallet {
    width: 30px;
    height: 25px;
    background: url(../imgs/icon-wallet.png) no-repeat 0 0 / 100% 100%;
}
.icon-payment {
    width: 21px;
    height: 15px;
    background: url(../imgs/icon-payment.png) no-repeat 0 0 / 100% 100%;
}
.icon-user-white {
    width: 16px;
    height: 19px;
    background: url(../imgs/icon-user-white.png) no-repeat 0 0 / 100% 100%;
}
.icon-logout {
    width: 19px;
    height: 19px;
    background: url(../imgs/icon-logout.png) no-repeat 0 0 / 100% 100%;
}
.icon-cart {
    width: 19px;
    height: 22px;
    background: url(../imgs/icon-cart.png) no-repeat 0 0 / 100% 100%;
}
.icon-list-products {
    width: 31px;
    height: 30px;
    background: url(../imgs/icon-list-products.png) no-repeat 0 0 / 100% 100%;
}
#root {
    background: #f6d482 url(../imgs/bg-main.webp) no-repeat top center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
header {
    background: #000;
    height: 60px;
    flex-shrink: 0;
}
header .search input {
    width: 337px;
    height: 30px;
    background: #4c4c4c;
    border: none;
    outline: none;
    border-radius: 3px;
    padding-left: 35px;
    font-size: 18px;
    color: #fff;
}
header .search button {
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
}
header .btn-login,
header .user-info .btn-user {
    width: 121px;
    height: 30px;
    background: #3fa4f9;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    border: none;
    outline: none;
    border-radius: 3px;
    text-align: center;
    text-decoration: unset;
}
header .btn-login:hover {
    background: #61c1fd;
}
header .user-info .btn-user>span,
header .user-info ul.menu li.id .username {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header .languages {
    background: transparent;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    border: none;
    outline: none;
    gap: 10px;
}
header .user-group {
    gap: 32px;
}
header .user-group .list-products button {
    background: transparent;
    border: none;
    outline: none;
    width: 31px;
    height: 30px;
}
header .user-info .btn-user {
    width: 258px;
    gap: 10px;
    padding-left: 10px;
    position: relative;
}
header .user-info .btn-user::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 23px;
    height: 12px;
    background: url(../imgs/icon-dropdown.png) no-repeat 0 0 / 100% 100%;
    transition: transform 0.25s ease;
}
header .user-info .btn-user.show::after {
    transform: translateY(-50%) rotate(0);
}
header .user-info ul.menu,
header .user-group .list-products ul {
    background: #4c4c4c;
    border-radius: 3px;
}
header .user-info ul.menu .wrap-icon {
    width: 30px;
}
header .user-info ul.menu .dropdown-item,
header .user-group .list-products .dropdown-item {
    color: #fff;
    gap: 10px;
}
header .user-info ul.menu .dropdown-item:hover,
header .user-group .list-products .dropdown-item:hover {
    background: #5a5a5a;
}
header .user-info ul.menu li.id {
    padding: 0 16px;
    margin: 15px 0;
}
header .user-info ul.menu li.id .username {
    color: #fff;
    font-size: 18px;
}
header .user-info ul.menu li.id .userId {
    color: #868686;
    user-select: auto;
}
.hero-section {
    margin-top: 13px;
    gap: 10px;
}
.hero-section a {
    text-decoration: none;
}
.hero-section .game-name {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
main {
    margin-top: 15px;
    flex: 1;
}
.products-section .login-box,
.products-section .products-list,
.products-section .cart-container .cart-box {
    background: #fff;
    border-radius: 10px;
}
.products-section .login-box {
    padding: 12px 27px 32px 27px;
    margin-bottom: 16px;
}
.products-section .products-list {
    padding: 12px 25px 32px 25px;
    margin-bottom: 16px;
}
.products-section .login-box h4,
.products-section .products-list h4,
.cart-box h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.cart-box h4 {
    height: 51px;
    padding: 12px 27px 32px 27px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px 0px;
}
.products-section .login-box .btn-login {
    background: #3fa4f9;
    color: #fff;
    margin-bottom: 20px;
}
.products-section .login-box .btn-login:hover {
    background: #61c1fd;
}
.products-section .login-box .more-options {
    color: #9f9f9f;
    font-size: 18px;
    margin-bottom: 12px;
}
.products-section .login-box .more-options::before,
.products-section .login-box .more-options::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 1px;
    background-color: #9f9f9f;
}
.products-section .login-box .more-options::before {
    left: 40%;
    transform: translate(-100%, -50%);
}
.products-section .login-box .more-options::after {
    right: 40%;
    transform: translate(100%, -50%);
}
.products-section .login-box .login-socials {
    gap: 65px;
}
.products-section .login-box .login-socials .btn-login-social {
    bottom: -10px;
    left: 50%;
    color: #9f9f9f;
    white-space: nowrap;
    transform: translate(-50%, 100%);
}
.products-section .login-box .login-socials button {
    background: transparent;
    border: none;
    outline: none;
}
.products-section .products-list h5 {
    color: #f7872c;
    font-size: 20px;
    gap: 10px;
    margin-bottom: 12px;
}
.products-section .products-list .btn-filter {
    gap: 12px;
}
.products-section .products-list .btn-filter button {
    font-size: 20px;
    color: #000;
    border: 2px solid #dddddd;
    border-radius: 3px;
    padding: 2px 32px;
}
.products-section .products-list .btn-filter button:hover {
    color: #3fa4f9;
    border-color: #3fa4f9;
}
.products-section .products-grid {
    gap: 12px;
    padding: 16px 0;
}
.products-section .products-list .product-list-item {
    width: 334px;
    height: 206px;
    border-radius: 4px;
    border: 1px solid #dadada;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.products-section .products-list .product-list-item img {
    width: 100%;
    height: 121px;
}
.products-section .products-list .product-list-item .product-body {
    padding: 10px;
}
.products-section .products-list .product-list-item .product-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.products-section .products-list .product-list-item .product-price {
    color: #f7872c;
    font-size: 20px;
    font-weight: 600;
}
.products-section .products-list .product-list-item .product-action {
    bottom: 13px;
    right: 13px;
}
.products-section .products-list .product-list-item .product-action button,
#cartItems .cart-item .cart-action button {
    width: 29px;
    height: 29px;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    color: #b6b6b6;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-box .cart-content {
    /* height: 340px;
    max-height: 340px;
    overflow: hidden;
    overflow-y: auto; */
    padding: 11px 30px;
}
#cartItems .cart-item .cart-action button {
    font-size: 18px;
    color: #000;
}
.products-section .products-list .product-list-item .product-action button:hover,
#cartItems .cart-item .cart-action button:hover {
    color: #2f2f2f;
    background-color: #3fa4f9;
    border-color: #3fa4f9;
}
.products-section .products-list .product-list-item .product-action span,
#cartItems .cart-item .cart-action span {
    width: 43px;
    height: 29px;
    color: #000;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}
#cartItems .cart-item .cart-action span {
    font-size: 18px;
}
.cart-container {
    height: fit-content;
}
#cartPaymentMethods .payment-methods h6 {
    color: #3fa4f9;
    font-size: 20px;
}
#cartPaymentMethods .payment-method {
    border: 1px solid #9f9f9f;
    border-radius: 3px;
    height: 38px;
    margin-bottom: 10px;
    justify-content: space-between;
    padding-right: 12px;
    cursor: pointer;
}
#cartPaymentMethods .payment-method input {
    cursor: pointer;
}
#cartPaymentMethods .payment-method .wrap-icon {
    width: 100px;
    display: flex;
    justify-content: center;
}
#cartPaymentMethods .payment-method>span {
    min-width: 200px;
    font-weight: 600;
}
.cart-footer {
    padding: 20px 30px 30px 30px;
}
.cart-footer .cart-total {
    font-size: 20px;
    margin-top: 15px;
}
.cart-footer .accept-rules {
    font-size: 18px;
}
.dashed-line {
    display: block;
    border-bottom: 2px dashed #9f9f9f;
    margin: 15px 0;
}
.cart-footer .accept-rules a {
    color: #3fa4f9;
}
.totalAmount {
    font-weight: 600;
}
.discountAmount {
    font-weight: 600;
}
.resultAmount {
    color: #f7872c;
    font-weight: 600;
}
.cart-footer .checkout {
    background-color: #3fa4f9;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
}
.cart-footer .checkout:hover {
    background-color: #61c1fd;
}
.cart-footer .checkout.off,
.cart-footer .checkout.disabled,
.cart-footer .checkout:disabled {
    filter: grayscale(0.9);
    cursor: not-allowed;
    opacity: 0.6;
}
#cartItems .cart-item {
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
#cartItems .cart-item img {
    width: 91px;
    height: 44px;
}
#cartItems .cart-item .cart-item-info {
    min-width: 250px;
    max-width: 250px;
    padding-left: 10px;
}
#cartItems .cart-item .cart-item-name {
    font-size: 18px;
    color: #7b7b7b;
    line-height: 19px;
}
#cartItems .cart-item .cart-item-price {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}
#cartItems .btn-toggle-cart {
    color: #f7872c;
    border: none;
    outline: none;
}
#cartItemsContainer.collapsed>.cart-item:nth-child(n+3) {
    display: none;
}
footer {
    border-top: 12px solid #29588c;
    width: 100%;
    height: 220px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
    padding-top: 12px;
    flex-shrink: 0;
    margin-top: auto;
}
footer .container {
    gap: 29px;
}
footer .footer-logo {
    width: 134px;
    height: 134px;
    background: url(../imgs/logo-568.png) no-repeat;
    background-size: 100%;
}
footer .company-name {
    font-size: 24px;
}
footer .company-text-small {
    color: #acacac;
    font-size: 18px;
}
.scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: #f1f1f1;
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(83, 83, 83, 0.07);
    background-color: #f1f1f1;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #3fa4f9;
    border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8 !important;
}
#payment-success,
#payment-failed {
    margin-top: 55px;
    padding-top: 20px;
}
#payment-success .status-payment,
#payment-failed .status-payment {
    min-height: 338px;
    background: #fff;
    padding-top: 20px;
    margin-bottom: 16px;
    border-radius: 0 0 10px 10px;
}
#payment-success .status-payment::before,
#payment-failed .status-payment::before,
#payment-success .description-payment::before,
#payment-failed .description-payment::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(../imgs/bg-ticket.png) no-repeat 0 0 / 100% 100%;
    transform: translateY(-100%);
}
#payment-success .status-payment .wrap-status,
#payment-failed .status-payment .wrap-status {
    gap: 18px;
}
#payment-success .status-payment .wrap-status h2,
#payment-failed .status-payment .wrap-status h2 {
    color: #3eab42;
    font-size: 24px;
    font-weight: 600;
}
#payment-failed .status-payment .wrap-status h2 {
    color: #dd3333;
}
#payment-success .status-payment .user-info,
#payment-failed .status-payment .user-info {
    font-size: 20px;
    margin-top: 45px;
    font-weight: bold;
}
#payment-success .status-payment .user-info .label,
#payment-failed .status-payment .user-info .label {
    color: #7b7b7b;
}
#payment-success .description-payment,
#payment-failed .description-payment {
    min-height: 512px;
    background: #fff;
    padding-top: 20px;
    margin-bottom: 100px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}
#payment-success .description-payment::before,
#payment-failed .description-payment::before {
    top: unset;
    bottom: 5px;
    transform: translateY(100%) scaleY(-1);
}
#payment-success .description-payment .label,
#payment-failed .description-payment .label {
    color: #7b7b7b;
}
#payment-success .description-payment .list-success .title,
#payment-failed .description-payment .list-failed .title {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    height: 44px;
    padding-left: 16px;
    margin-top: 10px;
    line-height: 40px;
    position: relative;
}
#payment-success .description-payment .list-success .title::after,
#payment-failed .description-payment .list-failed .title::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 55%;
    transform: translateY(-50%);
    width: 26px;
    height: 14px;
    background: url(../imgs/icon-dropdown-gray.png);
    transition: transform 0.25s ease;
}
#payment-success .description-payment .list-success .title.collapsed::after,
#payment-failed .description-payment .list-failed .title.collapsed::after {
    transform: translateY(-50%) rotate(180deg);
}
#payment-success .description-payment .list-success li,
#payment-failed .description-payment .list-failed li {
    border-radius: 3px;
    height: 44px;
    padding: 0 16px;
    margin-top: 10px;
    line-height: 40px;
    background: #e2e2e2;
    display: flex;
    justify-content: space-between;
}
#payment-success .description-payment .order-info>div,
#payment-failed .description-payment .order-info>div {
    display: flex;
    justify-content: space-between;
}
.btn-go-home {
    width: 336px;
    height: 44px;
    background: #3fa4f9;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    line-height: 44px;
    margin-top: 32px;
    margin-bottom: 58px;
    border-radius: 3px;
}
.btn-go-home:hover {
    background: #61c1fd;
}
.select-server-container .select2-container--default .select2-selection--single {
    height: 40px;
    position: relative;
}
.select-server-container .select2-container--default .select2-selection__rendered {
    line-height: 40px;
    height: 40px;
}
.select-server-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
}
.select-server-container .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-server-container .select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 40px;
    font-size: 18px;
}
.select-server-container .server-select-parent>.select2-container--open {
    left: 0 !important;
}
.select-server-container .select2-container--default .select2-selection--single {
    background: #f5f5f5;
}
.select-server-container .select2-container {
    width: 55% !important;
    background: #f5f5f5;
}
#default-select {
    padding-left: 20px;
    position: relative;
}
#id-character {}
.server-search-select2 .select2-results__option--highlighted.select2-results__option--selectable {
    background: #e5e5e5;
    color: #000;
}
.cart-container-tablet {
    display: none;
}
#packageHistory {
    background: #fff;
    padding: 12px 27px 32px 27px;
    border-radius: 10px;
    margin-bottom: 400px;
}
#packageHistory .history h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
#packageHistory .form-search {
    margin-bottom: 30px;
}
#packageHistory .form-search input,
#packageHistory .form-search select,
#packageHistory .form-search button {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 16px;
}
#packageHistory .form-search button {
    background: #3fa4f9;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
}
#packageHistory .form-search button:hover {
    background: #61c1fd;
}
#table-history {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
}
#table-history thead {
    background: #f7f7f7;
}
#table-history thead th {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #e0e0e0;
    text-align: left;
}
#table-history tbody tr {
    border-bottom: 1px solid #f0f0f0;
}
#table-history tbody tr:hover {
    background: #fafafa;
}
#table-history tbody td {
    padding: 15px 20px;
    vertical-align: middle;
}
#table-history tbody td .minitit-head {
    display: none;
}
#table-history tbody td .minitit-body {
    font-size: 16px;
    color: #333;
}
#table-history tbody td .minitit-body.success {
    color: #3eab42;
    font-weight: 600;
}
#table-history tbody td .minitit-body.false {
    color: #dd3333;
    font-weight: 600;
}
#table-history tbody tr.text-center td {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 30px 20px;
}