@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800;900&display=swap');

*,

html {

    font-family: Roboto, Arial, sans-serif

}



.card-payment-list {

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.card-payment-item {

    border: 1px solid #f05c22;

    border-radius: 4px;

    padding: 10px;

    background: #fff;

    box-shadow: 0 1px 8px rgba(240, 92, 34, .18);

}



.card-payment-head {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 8px;

}



.card-payment-brand {

    display: flex;

    align-items: center;

    gap: 34px;

    color: #37312f;

    font-size: 15px;

    font-weight: 500;

}



.card-payment-brand img {

    width: 42px;

    height: 24px;

    object-fit: contain;

}



.card-payment-radio {

    width: 16px;

    height: 16px;

    border: 2px solid #f05c22;

    border-radius: 50%;

    position: relative;

    flex: 0 0 auto;

}



.card-payment-radio::after {

    content: "";

    position: absolute;

    inset: 3px;

    border-radius: 50%;

    background: #f05c22;

}



.card-field-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 8px;

    margin-bottom: 10px;

}



.card-payment-summary {

    margin-top: 10px;

    padding: 8px 10px;

    border-radius: 4px;

    background: #fff7f2;

    color: #6b5f5a;

    font-size: 13px;

}



.card-add-button {

    width: 100%;

    margin-top: 10px;

    padding: 10px;

    border: 1px dashed #f05c22;

    border-radius: 4px;

    background: #fff;

    color: #f05c22;

    cursor: pointer;

    font-weight: 700;

}



.card-add-button:disabled {

    cursor: not-allowed;

    opacity: .55;

}



@media (max-width: 560px) {

    .card-field-row {

        grid-template-columns: 1fr;

    }

}



*,

html {

    margin: 0;

    padding: 0;

    font-size: 14px;

    font-weight: 400;

    box-sizing: border-box;

    line-height: normal

}



html {

    color: #454545

}



body {

    background: var(--background-color, #eef5f9);

    background: linear-gradient(180deg, var(--background-color, #eef5f9) 85%, #fff)

}



.lockScroll {

    /* overflow: hidden; */

}



@font-face {

    font-family: 'element-icons';

    src: url('../../fonts/element-icons.535877f5.woff') format('woff'),

        url('../../fonts/element-icons.732389de.ttf') format('truetype');

    font-weight: 400;

    font-display: "auto";

    font-style: normal;

}





@font-face {

    font-display: swap;

    font-family: BeVnPro;

    src: url(../../fonts/BeVietnamPro-300.4880b605.ttf) format("truetype");

    font-weight: 300;

    font-style: normal

}



@font-face {

    font-display: swap;

    font-family: BeVnPro;

    src: url(../../fonts/BeVietnamPro-400.ec23619e.ttf) format("truetype");

    font-weight: 400;

    font-style: normal

}



@font-face {

    font-display: swap;

    font-family: BeVnPro;

    src: url(../../fonts/BeVietnamPro-500.1ac40fd7.ttf) format("truetype");

    font-weight: 500;

    font-style: normal

}



@font-face {

    font-display: swap;

    font-family: BeVnPro;

    src: url(../../fonts/BeVietnamPro-600.205935f4.ttf) format("truetype");

    font-weight: 600;

    font-style: normal

}



@font-face {

    font-display: swap;

    font-family: BeVnPro;

    src: url(../../fonts/BeVietnamPro-700.48bbc99d.ttf) format("truetype");

    font-weight: 700;

    font-style: normal

}



@font-face {

    font-display: swap;

    font-family: BeVnPro;

    src: url(../../fonts/BeVietnamPro-800.4902e830.html) format("truetype");

    font-weight: 800;

    font-style: normal

}



@font-face {

    font-display: swap;

    font-family: BeVnPro;

    src: url(../../fonts/BeVietnamPro-900.4cff70e4.ttf) format("truetype");

    font-weight: 900;

    font-style: normal

}



.page-component__scroll {

    height: 100vh;

}



.el-scrollbar {

    /* overflow: hidden; */

    position: relative;

}



.page-component__scroll>.el-scrollbar__wrap {

    /* overflow-x: hidden; */

}



.el-scrollbar__wrap--hidden-default {

    scrollbar-width: none;

}



.el-scrollbar__wrap {

    /* overflow: scroll; */

    height: 100%;

}



.layout.has-background {

    background: #f4f2f1;

}



.layout {

    min-height: 100vh;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



#payment-wrapper.has-background {

    background: #f4f2f1;

}



.wrap-header[data-v-416f453a] {

    border-bottom: 1px solid #f4f2f1;

    box-sizing: border-box;

    position: fixed;

    top: 0;

    z-index: 100;

    background: #fff;

    padding: 10.5px 0;

    width: 100%;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25);

    transition: top .3s;

}



.wrap-header .header-custom[data-v-416f453a] {

    display: flex;

    justify-content: space-between;

    align-items: center;

    max-width: 1096px;

    margin: auto;

    height: 100%;

}



.wrap-header .header-custom .left-header a[data-v-416f453a] {

    line-height: 0;

}



.wrap-header .header-custom .left-header[data-v-416f453a] {

    display: flex;

    align-items: center;

    gap: 16px;

}

.el-icon-check:before {

    content: "\e6da";

}

.package-item-redesign.selected[data-v-5a53f877]:hover {

    border-color: #f05c22 !important;

}

.logged-in{

    opacity: 0.7;

    pointer-events: none;

}

/* Lá»›p phá»§ tráº¯ng má», cháº¯n tÆ°Æ¡ng tĂ¡c */

.blur-overlay {

    position: absolute;

    top: 0; left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.6); /* tráº¯ng má» */

    backdrop-filter: blur(2px);           /* tĂ¹y chá»n */

    z-index: 10;

    pointer-events: all;

    transition: opacity 0.3s ease;

}



/* Khi Ä‘Ă£ Ä‘Äƒng nháº­p, áº©n lá»›p phá»§ */

.logged-in .blur-overlay {

    opacity: 0;

    pointer-events: none;

}



.wrap-group-payment-method .selected .el-icon-check[data-v-5c4a3c97] {

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    position: absolute;

    bottom: 3px;

    left: 3px;

}

.wrap-header .header-custom .left-header .logo-header[data-v-416f453a] {

    width: 212px;

    height: 25px;

    cursor: pointer;

}



.right-header {

    display: flex;

    align-items: center;

}



.wrap-header .header-custom .right-header .gap20[data-v-416f453a] {

    gap: 12px;

}



.wrap-header .header-custom .right-header .dflex[data-v-416f453a] {

    display: flex;

    align-items: center;

}



.wrap-candy-box .btn-candy[data-v-40c33ebe] {

    border-radius: 4px;

    padding: 8px;

}



.wrap-candy-box[data-v-40c33ebe] {

    position: relative;

    cursor: pointer;

    z-index: 2;

}



.svg-icon[data-v-76a94b8a] {

    width: 1em;

    height: 1em;

    vertical-align: -.15em;

    fill: currentColor;

    overflow: hidden;

}



.wrap-candy-box .btn-candy .icon-candy[data-v-40c33ebe] {

    width: 20px;

    height: 20px;

    color: #897b76;

}



.wrap-select-region[data-v-1da9e00a] {

    position: relative;

    z-index: 2;

}



.wrap-select-region .btn-region[data-v-1da9e00a] {

    display: flex;

    align-items: center;

    gap: 4px;

    padding: 8px;

    border-radius: 4px;

    -webkit-user-select: none;

    -ms-user-select: none;

    user-select: none;

    cursor: pointer;

}



.wrap-select-region .btn-region .icon-global[data-v-1da9e00a] {

    width: 22px;

    height: 22px;

    color: #6e625e;

}



.wrap-select-region .btn-region .name-region[data-v-1da9e00a] {

    color: #6e625e;

}



.wrap-home-page-redesign-ui {

    font-family: Roboto, Arial, sans-serif;

}



.wrap-backdrop-container[data-v-f782b932] {

    position: fixed;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

}



.wrap-backdrop[data-v-f782b932] {

    position: sticky;

    width: 100%;

    height: 100vh;

    background-color: #fff;

    top: 0;

    z-index: 0;

    overflow: hidden;

}

.wrap-backdrop[data-v-f782b932]::after {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1;

    height: 220px;

    pointer-events: none;

    content: "";

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, .72) 0%,
        rgba(255, 255, 255, .38) 48%,
        rgba(255, 255, 255, 0) 100%
    ) !important;

}



.backdrop-img[data-v-f782b932] {

    position: relative;

    display: block;

    width: 100%;

    height: 100%;

}



.backdrop-img[data-v-f782b932] source {

    object-fit: cover !important;

    object-position: top;

}



.backdrop-img[data-v-f782b932] img {

    position: absolute;

    object-fit: cover !important;

    object-position: top;

}



.container {

    display: flex;

    flex-direction: column;

    text-align: left;

    position: relative;

}



.wrap-banner {

    position: relative;

    background-size: cover;

    background-position: 50%;

    margin-top: 60px;

    overflow: hidden;

}

.wrap-banner::before {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 0;

    height: 220px;

    pointer-events: none;

    content: "";

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, .72) 0%,
        rgba(255, 255, 255, .38) 48%,
        rgba(255, 255, 255, 0) 100%
    );

}



.wrap-banner .contentNewBanner {

    position: relative;

    z-index: 2;

    padding: 16px 0;

    display: flex;

    align-items: center;

    gap: 24px;

    max-width: 1148px;

    margin: auto;

}



.wrap-banner .contentNewBanner .--iconBanner {

    flex-shrink: 0;

    position: relative;

    width: 120px;

    height: 120px;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15);

}



.wrap-banner .contentNewBanner .--iconBorder {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    border-radius: 11px;

    border: 4px solid hsla(0, 0%, 100%, .75);

}



.wrap-text[data-v-37099789] {

    position: relative;

}



.wrap-banner .contentNewBanner .game-title .custom-text-style {

    font-size: 32px;

    font-weight: 900;

    line-height: 150%;

    font-style: normal;

    background: #ffffff;

    background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.text[data-v-37099789] {

    z-index: 1;

    position: relative;

    width: 100%;

}



.wrap-banner .contentNewBanner .game-title .border-text {

    text-shadow: none !important;

}



.border-text[data-v-37099789] {

    z-index: 0;

    position: absolute;

    width: 100%;

    top: 0;

    text-shadow: 1px 2px 0 hsla(0, 0%, 100%, .9);

}



.container>.content-redesign-ui {

    margin: auto;

}



.content-main-flow {

    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;

}



.wrap-home-page-redesign-ui .content-main-flow {

    grid-template-columns: minmax(0, 720px) minmax(320px, 396px);

    grid-gap: 32px;
    align-items: start;
    justify-content: center;

}

.wrap-login-package-payment,
.wrap-confirmation {
    min-width: 0;
}

@media screen and (max-width: 1199px) {
    .wrap-home-page-redesign-ui .content-main-flow {
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 20px;
    }

    .wrap-confirmation {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .container.pc {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px;
        padding-right: 12px;
    }

    .wrap-home-page-redesign-ui .content-main-flow {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .wrap-login-package-payment,
    .wrap-confirmation,
    .content-box {
        width: 100% !important;
        max-width: 100% !important;
    }
}



.content-box {

    box-sizing: border-box;

    min-height: 130px;

    background: #fff;

    position: relative;

}



.content-box-redesign-ui {

    box-shadow: 0 0 11.2px 0 rgba(0, 0, 0, .25);

    width: 100%;

    margin: 0 auto 32px auto;

    padding: 16px;

    border-radius: 8px;

    transition: all 2s;

}



.content-box .mask {

    background: rgba(211, 220, 230, .5);

    position: absolute;

    width: 100%;

    height: 0;

    top: 0;

    left: 0;

    z-index: 0;

    cursor: not-allowed;

    transition: all .5s ease-in-out;

}



.content-box-redesign-ui .mask {

    display: none;

}



.content-box-redesign-ui .content-box__header {

    margin-bottom: 24px;

}



.content-box__header-container {

    display: flex;

    align-items: center;

}



.content-box__header {

    display: flex;

    align-items: center;

    margin-bottom: 14px;

    justify-content: space-between;

}



.content-box-redesign-ui .content-box__header .content-box__header-container .content-box__header-number {

    color: #37312f;

    font-size: 18px;

}



.content-box__header div>span {

    font-weight: 700;

    line-height: 22px;

}



.content-box__header-number {

    color: #e26900;

    width: 22px;

    height: 22px;

    display: inline-block;

    text-align: center;

    vertical-align: middle;

    font-size: 16px;

}



.content-box__header-number:after {

    content: ". ";

}



.content-box-redesign-ui .content-box__header .content-box__header-container .content-box__header-content {

    font-size: 18px;

}



.content-box__header-content {

    font-size: 16px;

}



.IdentificationCustomInfo.QUICK.INLINE {

    cursor: pointer;

}



.content-box-redesign-ui .content-box__header .IdentificationCustomInfo .GET_UID_IMAGE {

    text-decoration: underline;

    color: #1e75cd;

}



.IdentificationCustomInfo.QUICK.INLINE a {

    text-decoration: underline;

    color: #0476b8;

}



.wrap-quick-rid-login {

    width: 100%;

}



.content-redesign-ui .el-form-item {

    margin-bottom: 16px;

}



.quick-rid-login-redesign-ui {

    margin-bottom: 12px;

}



.el-form-item {

    transition: margin-bottom .3s;

}



.el-form-item {

    margin-bottom: 22px;

}



.el-form-item:after,

.el-form-item:before {

    display: table;

    content: "";

}



.el-form-item:after,

.el-form-item:before,

.el-form-item__content:after,

.el-form-item__content:before {

    display: table;

    content: "";

}



.el-form-item__content {

    line-height: 40px;

    position: relative;

    font-size: 14px;

}



.el-form-item__content:after,

.el-form-item__content:before {

    display: table;

    content: "";

}



.el-input {

    position: relative;

    font-size: 14px;

}



.el-color-picker__icon,

.el-input,

.el-textarea {

    display: inline-block;

    width: 100%;

}



.el-input,

.el-textarea {

    display: inline-block;

    width: 100%;

}



.el-input,

.el-textarea {

    font-size: 14px;

    width: 100%;

}



.el-form-item__content:after {

    clear: both;

}



.el-form-item:after,

.el-form-item__content:after {

    clear: both;

}



.el-form-item:after {

    clear: both;

}



.note-point-redesign-ui {

    margin-top: 12px;

    margin-bottom: 16px;

    font-size: 12px;

}



.input-hidden {

    display: none !important;

    opacity: 0;

    visibility: hidden;

}



.loginForm .el-input__inner {

    height: 45px;

}



.el-input .el-input__inner {

    border-radius: 4px;

    background: #fff;

    height: 50px;

}



.el-input--suffix .el-input__inner {

    padding-right: 30px;

}



.el-input__inner {

    -webkit-appearance: none;

    background-color: #fff;

    background-image: none;

    border-radius: 4px;

    border: 1px solid #dcdfe6;

    box-sizing: border-box;

    color: #606266;

    display: inline-block;

    height: 40px;

    line-height: 40px;

    outline: 0;

    padding: 0 15px;

    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);

    width: 100%;

}



.el-input-group__append .el-button,

.el-input-group__append .el-input,

.el-input-group__prepend .el-button,

.el-input-group__prepend .el-input,

.el-input__inner {

    font-size: inherit;

}



.el-input__inner,

.el-textarea__inner,

.el-transfer-panel {

    -webkit-box-sizing: border-box;

}



.el-input__inner,

.el-textarea__inner {

    background-image: none;

    -webkit-box-sizing: border-box;

    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);

}



.el-input__inner,

.el-select-dropdown__item.is-disabled:hover {

    background-color: #fff;

}



.el-input__inner,

.el-textarea__inner {

    color: #606266;

    font-size: inherit;

    width: 100%;

}



.el-input__inner {

    font-size: inherit;

}



.el-input__inner,

.el-select-dropdown__list,

.el-tag,

.el-textarea__inner {

    -webkit-box-sizing: border-box;

}



.el-input__inner,

.el-textarea__inner {

    background-color: #fff;

}



.el-button-group>.el-button:first-child:last-child,

.el-input__inner {

    border-radius: 4px;

}



.wrap-login-redesign-ui .form-login-default .button-redesign-ui {

    width: 240px;

    margin: 0 auto;

    display: block;

}



.button-redesign-ui.btn--regular[data-v-0cf9d480] {

    min-height: 40px;

    min-width: 80px;

}



.button-redesign-ui.btn--primary[data-v-0cf9d480] {

    background: linear-gradient(180deg, #f05c22, #f05c22 27.89%, #de3721 89.06%, #ab1f00 97.4%);

    box-shadow: inset -4px 0 4px 0 #f05c22, inset 4px -4px 4px 0 #f05c22;

}



.authentication .el-button {

    width: 100%;

    background-color: #e26900;

}



.button-redesign-ui[data-v-0cf9d480] {

    padding: 6px 12px;

    border-radius: 4px;

    border: none;

}



.authentication button,

.authentication button:hover,

.authentication input:focus,

.authentication input:hover {

    border-color: #e26900;

}



.el-button {

    display: inline-block;

    line-height: 1;

    white-space: nowrap;

    cursor: pointer;

    background: #fff;

    border: 1px solid #dcdfe6;

    color: #606266;

    -webkit-appearance: none;

    text-align: center;

    box-sizing: border-box;

    outline: 0;

    margin: 0;

    transition: .1s;

    font-weight: 500;

    padding: 12px 20px;

    font-size: 14px;

    border-radius: 4px;

}



.el-button,

.el-checkbox,

.el-checkbox-button__inner,

.el-empty__image img,

.el-radio {

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

}



.el-button {

    -moz-user-select: none;

    -webkit-user-select: none;

    -ms-user-select: none;

}



.button-redesign-ui.btn--primary[data-v-0cf9d480] span {

    color: #fff;

}



.button-redesign-ui[data-v-0cf9d480] span {

    font-weight: 700;

}



.package-list-redesign[data-v-196c0b64] {

    padding-bottom: 8px;

}



.package-group-redesign[data-v-196c0b64] {

    display: flex;

    flex-wrap: wrap;

    margin-bottom: 16px;

    margin-top: -12px;

}



.button-wrapper[data-v-1d705422] {

    position: relative;

}



.package-group-redesign[data-v-196c0b64] .el-button {

    width: auto;

    min-width: auto;

    padding: 6px 12px;

}



.button.selected[data-v-1d705422] {

    border-color: #f05c22;

}



.button.default[data-v-1d705422] {

    background-color: #fff;

}



.button.default[data-v-1d705422] {

    height: 32px;

    padding: 8px 12px;

    border-radius: 4px;

}



.button[data-v-1d705422] {

    padding: 10px;

    min-width: 120px;

    background: #e26900;

    border: none;

    transition: all .3s;

    border-radius: 5px;

    box-sizing: border-box;

    height: 50px;

    z-index: 2;

    position: relative;

    border: 2px solid #e9e4e2;

    margin-top: 12px !important;

    margin-right: 12px !important;

}



.button.default[data-v-1d705422] span {

    color: #37312f;

}



.button.selected[data-v-1d705422] span {

    color: #f05c22;

    font-weight: 700;

}



.button.default[data-v-1d705422] span {

    font-size: 14px;

}



.button[data-v-1d705422] span {

    line-height: 15px;

    font-size: 16px;

    font-weight: 400;

    color: #fff;

}



.productWrapperRedesign[data-v-196c0b64] {

    position: relative;

    height: 100%;

    display: flex;

    flex-wrap: wrap;

}



.el-row {

    box-sizing: border-box;

}



.el-col-pull-0,

.el-col-pull-1,

.el-col-pull-2,

.el-col-pull-3,

.el-col-pull-4,

.el-col-pull-5,

.el-col-pull-6,

.el-col-pull-7,

.el-col-pull-8,

.el-col-pull-9,

.el-col-pull-10,

.el-col-pull-11,

.el-col-pull-12,

.el-col-pull-13,

.el-col-pull-14,

.el-col-pull-15,

.el-col-pull-16,

.el-col-pull-17,

.el-col-pull-18,

.el-col-pull-19,

.el-col-pull-20,

.el-col-pull-21,

.el-col-pull-22,

.el-col-pull-23,

.el-col-pull-24,

.el-col-push-0,

.el-col-push-1,

.el-col-push-2,

.el-col-push-3,

.el-col-push-4,

.el-col-push-5,

.el-col-push-6,

.el-col-push-7,

.el-col-push-8,

.el-col-push-9,

.el-col-push-10,

.el-col-push-11,

.el-col-push-12,

.el-col-push-13,

.el-col-push-14,

.el-col-push-15,

.el-col-push-16,

.el-col-push-17,

.el-col-push-18,

.el-col-push-19,

.el-col-push-20,

.el-col-push-21,

.el-col-push-22,

.el-col-push-23,

.el-col-push-24,

.el-row,

.el-upload-dragger,

.el-upload-list__item {

    position: relative;

}



.el-row {

    position: relative;

}



.productWrapperRedesign .col-custom[data-v-196c0b64] {

    display: flex;

}



.el-col-8 {

    width: 33.33333%;

}



[class*=el-col-] {

    float: left;

    box-sizing: border-box;

}



.product-wrapper[data-v-5a53f877] {

    width: 100%;

    display: flex;

}



.product-wrapper {

    width: 100%;

}



.package-item-redesign[data-v-5a53f877] {

    position: relative;

    max-width: 290px;

    width: 100%;

    height: auto;

    margin: 8px 0;

    border-radius: 8px;

    width: 218px;

    border: 2px solid #e9e4e2;

    display: flex;

    flex-direction: column;

}



.package-item-redesign .handle-image[data-v-5a53f877] {

    position: relative;

    display: block;

    width: 100%;

    height: 122px;

    object-fit: contain;

    border-radius: 8px !important;

}



.package-item-redesign[data-v-5a53f877] img {

    display: block;

    width: 100%;

    max-height: 122px;

    height: 122px;

    object-fit: cover;

    border-radius: 6px;

}



.retry-auto-debit-tooltip {

    position: relative;

}



.retry-auto-debit-tooltip .retry_tooltip__content {

    background-color: #fff;

    position: absolute;

    left: 0;

    top: -2px;

    padding: 16px;

    box-shadow: 0 2px 5px 0 rgba(26, 39, 66, .3);

    border-radius: 5px;

    transition: .5s;

    width: 610px;

    z-index: 8;

}



.retry-auto-debit-tooltip .notice-container .content .text {

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 180%;

}



.retry-auto-debit-tooltip .notice-container .content .bold-text {

    font-style: italic;

    font-weight: 700;

}



.el-drawer__wrapper {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    overflow: hidden;

    margin: 0;

}



.el-drawer__container {

    position: relative;

    top: 0;

    bottom: 0;

    height: 100%;

}



.el-drawer.btt,

.el-drawer.ttb,

.el-drawer__container {

    width: 100%;

    left: 0;

    right: 0;

}



.el-drawer.btt,

.el-drawer.ttb,

.el-drawer__container {

    left: 0;

    right: 0;

    width: 100%;

}



.el-drawer.btt {

    animation: btt-drawer-out .3s;

    bottom: 0;

}



.info-package-drawer {

    height: 80% !important;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}



.el-drawer {

    height: auto !important;

}



.el-drawer {

    position: absolute;

    box-sizing: border-box;

    background-color: #fff;

    display: flex;

    flex-direction: column;

    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);

    overflow: hidden;

    outline: 0;

}



.el-drawer,

.el-drawer__body>* {

    -webkit-box-sizing: border-box;

}



.el-container.is-vertical,

.el-drawer,

.el-empty,

.el-result {

    -webkit-box-orient: vertical;

}



.info-package-drawer .el-drawer__header {

    border-bottom: 1px solid #f4f2f1;

    padding: 16px;

    margin-bottom: 0;

}



.el-drawer__header {

    align-items: center;

    color: #72767b;

    display: flex;

    margin-bottom: 32px;

    padding: 20px 20px 0;

}



.info-package-drawer .el-drawer__header span {

    font-size: 16px;

    font-weight: 500;

    color: #37312f;

    text-align: center;

}



.el-drawer__header>:first-child {

    flex: 1;

}



.el-drawer__close-btn {

    border: none;

    cursor: pointer;

    font-size: 20px;

    color: inherit;

    background-color: transparent;

}



.info-package-drawer .el-drawer__header .el-drawer__close-btn .el-icon-close {

    font-size: 18px;

}



[class*=" el-icon-"],

[class^=el-icon-] {

    font-family: element-icons !important;

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    vertical-align: baseline;

    display: inline-block;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.package-item-redesign .wrap-content-package[data-v-5a53f877] {

    padding: 0 12px;

    margin-bottom: 12px;

    display: flex;

    flex-direction: column;

    flex: 1;

}



.package-item-redesign .wrap-content-package .title[data-v-5a53f877] {

    padding: 8px 0 4px;

    display: flex;

    justify-content: space-between;

}



.package-item-redesign .wrap-content-package .title .name[data-v-5a53f877] {

    font-size: 14px;

    line-height: 18px;

    color: #37312f;

    font-weight: 500;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}



.package-item-redesign .wrap-content-package .bottom-package[data-v-5a53f877] {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 4px;

}



.package-item-redesign .wrap-content-package .bottom-package .price-wrapper[data-v-5a53f877] {

    display: flex;

    flex-flow: column nowrap;

}



.package-item-redesign .wrap-content-package .bottom-package .price-wrapper .price[data-v-5a53f877] {

    font-size: 14px;

    color: #f05c22;

    font-weight: 500;

}



.package-item-redesign .wrap-content-package .bottom-package .btn-plus[data-v-5a53f877] {

    cursor: pointer;

    background: #f05c22;

    width: 32px;

    height: 32px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 4px;

}



.package-item-redesign .wrap-content-package .bottom-package .btn-plus .el-icon-plus[data-v-5a53f877],
.package-item-redesign .wrap-content-package .bottom-package .btn-plus .el-icon-plus {

    color: #fff;

    font-weight: 700;

}

.package-item-redesign .wrap-content-package .bottom-package .btn-plus.btn-plus-selected[data-v-5a53f877],
.package-item-redesign .wrap-content-package .bottom-package .btn-plus.btn-plus-selected {

    width: 24px !important;

    height: 24px !important;

    min-width: 24px !important;

    flex: 0 0 24px !important;

    border-radius: 4px !important;

    background: #fff1e8 !important;

    box-shadow: none !important;

}

.package-item-redesign .wrap-content-package .bottom-package .btn-plus.btn-plus-selected .el-icon-check[data-v-5a53f877],
.package-item-redesign .wrap-content-package .bottom-package .btn-plus.btn-plus-selected .el-icon-check {

    color: #f05c22 !important;

    font-size: 14px !important;

    line-height: 1 !important;

    font-weight: 700 !important;

}



.el-icon-plus:before {

    content: "\e6d9";

}



.el-skeleton {

    width: 100%;

}



.wrap-pmt-skeleton[data-v-6d021b4f] {

    display: flex;

    gap: 16px;

    flex-wrap: wrap;

}



.wrap-pmt-skeleton .pmt-item[data-v-6d021b4f] {

    width: 160px;

    height: 147px;

    padding: 12px;

    margin-bottom: 16px;

    border: 1px solid #e9e4e2;

    border-radius: 8px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.wrap-pmt-skeleton .pmt-item .avatar[data-v-6d021b4f] {

    width: 100%;

    height: 58px;

    margin: 0 auto;

    margin-bottom: 8px;

}



.el-skeleton.is-animated .el-skeleton__item {

    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);

    background-size: 400% 100%;

    animation: el-skeleton-loading 1.4s ease infinite;

}



.el-skeleton__image {

    width: unset;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 0;

}



.el-skeleton__item {

    background: #f2f2f2;

    display: inline-block;

    height: 16px;

    border-radius: 4px;

    width: 100%;

}



.el-popconfirm__main,

.el-skeleton__image {

    display: -ms-flexbox;

    -webkit-box-align: center;

    display: -webkit-box;

}



.el-skeleton__image svg {

    fill: #dcdde0;

    width: 22%;

    height: 22%;

}



.el-skeleton__h3 {

    height: 18px;

}



.equal-height-row[data-v-4c23a4d5] {

    display: flex;

    flex-wrap: wrap;

}



.el-row:after,

.el-row:before {

    display: table;

}



.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {

    border-color: #f56c6c;

}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus {

    border-color: #f56c6c;

}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {

    border-color: #f56c6c;

}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus {

    border-color: #f56c6c;

}

.el-button-group:after,

.el-button-group:before,

.el-color-dropdown__main-wrapper:after,

.el-link.is-underline:hover:after,

.el-page-header__left:after,

.el-progress-bar__inner:after,

.el-row:after,

.el-row:before,

.el-slider:after,

.el-slider:before,

.el-slider__button-wrapper:after,

.el-transfer-panel .el-transfer-panel__footer:after,

.el-upload-cover:after,

.el-upload-list--picture-card .el-upload-list__item-actions:after {

    /*content: "";*/

}



.el-row:after,

.el-row:before {

    /*content: "";*/

}



.onlyOnePmcNotice[data-v-4c23a4d5] {

    display: flex;

    flex-flow: row nowrap;

    align-items: center;

    color: #e53e3e;

    gap: 8px;

    width: 100%;

    border: 2px solid #fed7d7;

    border-radius: 8px;

    padding: 12px 16px;

    margin: 0 8px;

    margin-bottom: 16px;

}



.icon-size[data-v-4c23a4d5] {

    width: 20px !important;

    height: 20px !important;

}



.svg-icon[data-v-76a94b8a] #svg-icon-use {

    fill: currentColor;

    color: currentColor;

}



.equal-height-column[data-v-4c23a4d5] {

    display: flex;

}



.el-col-6 {

    width: 25%;

}



.package-item-redesign[data-v-5a53f877]:hover {

    border-color: #22a0ea;

    transition: all .3s;

    box-shadow: 0 2px 5px rgba(4, 118, 184, .2);

}



.wrap-select-region .btn-region[data-v-1da9e00a]:hover {

    background: #fdede7;

}



.wrap-candy-box .btn-candy[data-v-40c33ebe]:hover {

    background: #fdede7;

}



.button[data-v-1d705422]:hover {

    box-shadow: 0 0 12px 0 rgba(240, 92, 34, .75);

    background: #fff;

}



.package-item-redesign[data-v-5a53f877]:hover {

    box-shadow: 0 0 12px 0 rgba(240, 92, 34, .75) !important;

    border-color: #e9e4e2 !important;

    cursor: pointer;

}



.wrap-group-payment-method[data-v-5c4a3c97] {

    border-radius: 8px;

    border: 2px solid #e9e4e2;

    background: #fff;

    padding: 12px;

    width: 160px;

    min-height: 147px;

    cursor: pointer;

    position: relative;

    margin-bottom: 16px;

}



.wrap-group-payment-method--hover[data-v-5c4a3c97]:hover {

    box-shadow: 0 0 12px 0 rgba(240, 92, 34, .75);

}



.wrap-group-payment-method .top-content[data-v-5c4a3c97] {

    min-height: 93px;

    padding-bottom: 12px;

    border-bottom: 1px solid #e9e4e2;

}



.wrap-group-payment-method .top-content .--icon[data-v-5c4a3c97] {

    display: flex;

    justify-content: center;

    height: 58px;

}



.wrap-group-payment-method .top-content .--icon__img[data-v-5c4a3c97] {

    background-repeat: no-repeat;

    background-position: 0 0;

    width: 136px;

    height: 58px;

}



.wrap-group-payment-method .top-content .--name[data-v-5c4a3c97] {

    font-size: 12px;

    color: #6e625e;

    font-weight: 500;

    padding-top: 8px;

    line-height: 15px;

    text-align: center;

    min-height: 15px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.wrap-group-payment-method .bottom-content[data-v-5c4a3c97] {

    margin-top: 12px;

    font-size: 12px;

    text-align: center;

}



.confirm-single .wrap-package[data-v-4e77225b] {

    border-bottom: 1px solid #e0e0e4;

    padding-bottom: 24px;

}



.confirm-single .wrap-package .empty-package[data-v-4e77225b] {

    padding: 16px;

    border: 0 !important;

    color: #777 !important;

    font-size: 14px;

    font-weight: 500;

    line-height: 21px;

    text-align: center;

    border-radius: 4px;

    cursor: pointer;

}



.confirm-single .wrap-info-payment-detail[data-v-4e77225b] {

    margin-top: 24px;

    padding-bottom: 24px;

    margin-bottom: 24px;

    border-bottom: 1px solid #e0e0e4;

}



.confirm-single .wrap-info-payment-detail .--title[data-v-4e77225b] {

    font-size: 16px;

    font-weight: 600;

    line-height: 24px;

    color: #6e625e;

    margin-bottom: 8px;

}



.confirm-single .wrap-info-payment-detail .list-info[data-v-4e77225b] {

    background: #fff7f4;

    padding: 16px;

    border-radius: 4px;

    border: 1px solid #e9e4e2;

}



.confirm.confirm-single .list-info[data-v-4e77225b] {

    margin-bottom: 12px;

}



.list-info {

    width: 100%;

}



.confirm-single .wrap-info-payment-detail .list-info .top-content[data-v-4e77225b] {

    border-bottom: 1px solid #e0e0e4;

    padding-bottom: 16px;

}



.confirm-single .wrap-info-payment-detail .list-info .top-content .item-info[data-v-4e77225b] {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.confirm-single .wrap-info-payment-detail .list-info .top-content .item-info .title[data-v-4e77225b] {

    color: #897b76;

    display: flex;

    flex-direction: row;

    align-items: center;

}



.confirm-single .wrap-info-payment-detail .list-info .top-content .item-info .value[data-v-4e77225b] {

    font-weight: 700;

}



.confirm-single .wrap-info-payment-detail .list-info .bottom-content[data-v-4e77225b] {

    margin-top: 16px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.confirm-single .wrap-info-payment-detail .list-info .bottom-content .total-payment[data-v-4e77225b] {

    font-size: 16px;

    font-weight: 500;

    line-height: 24px;

    color: #6e625e;

}



.confirm-single .wrap-info-payment-detail .list-info .bottom-content .price-total-payment[data-v-4e77225b] {

    font-size: 18px;

    font-weight: 700;

    line-height: 27px;

    color: #f05c22;

}



.confirm-single .confirm-payment-method[data-v-4e77225b] {

    margin-bottom: 24px;

}



.confirm-single .confirm-payment-method .title[data-v-4e77225b] {

    color: #6e625e;

    font-weight: 600;

    font-size: 16px;

    margin-bottom: 8px;

}



.confirm-single .confirm-payment-method .empty-pmt[data-v-4e77225b] {

    padding: 16px;

    border: 1px dashed #897b76;

    color: #f05c22;

    font-size: 14px;

    font-weight: 500;

    line-height: 21px;

    text-align: center;

    border-radius: 4px;

    cursor: pointer;

}



.confirm-single .btnPayNow[data-v-4e77225b] {

    width: 100%;

}



.button-redesign-ui.btn--primary-disabled[data-v-0cf9d480] {

    cursor: not-allowed;

    background: #d0cac8;

    border-radius: 4px;

}



.button-redesign-ui.btn--primary-disabled[data-v-0cf9d480] span {

    color: #fff;

}



.footer-wrapper {

    position: relative;

    padding-bottom: 40px;

    background: #000;

    color: #fff;

    opacity: 1 !important;

}



.footer-wrapper .footer {

    padding-top: 40px;

    max-width: 1096px;

    margin: auto;

    font-size: 14px;

}



.footer-wrapper .footer .top {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    border-bottom: 1px solid #6e625e;

    padding-bottom: 18px;

}



.footer-wrapper .footer .top .logo {

    height: 25px;

    width: 212px;

}



.footer-wrapper .footer .top .footerPayzing {

    display: flex;

    flex-direction: row;

}



.footer-wrapper .footer .top .footerPayzing .colPayzing {

    display: flex;

    flex-direction: column;

    gap: 8px;

}



.footer-wrapper .footer .top .footerPayzing .colPayzing .title {

    font-size: 14px;

    font-weight: 500;

    color: #a19691;

}



.footer-wrapper .footer .top .footerPayzing .colPayzing .item-footer {

    text-align: left;

}



.footer-wrapper .footer .item-footer {

    min-width: 168px;

    text-align: right;

}



.footer-wrapper .footer .top .footerPayzing .colPayzing a {

    color: #fff;

    font-weight: 500;

    text-decoration: none;

}



.footer-wrapper .footer .item-footer a {

    color: #fff;

    font-weight: 500;

    text-decoration: none;

}



.footer-wrapper .footer .term {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 16px;

    color: #d0cac8;

    font-size: 14px;

    font-weight: 500;

}



.footer-wrapper .footer .term .copyright {

    color: #d0cac8;

}



.footer-wrapper .footer .term .dflex {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 16px;

}



.footer-wrapper .footer .term.term-vn .dflex .item-footer {

    text-align: left;

}



.footer-wrapper .footer .term .dflex .item-footer {

    color: #fff;

    min-width: 168px;

    text-align: right;

}



.footer-wrapper .footer .term .dflex .item-footer a {

    text-decoration: none;

    font-weight: 500;

}



.modal-overlay--active[data-v-1d3f09e2] {

    background-color: rgba(0, 0, 0, .4);

}



.modal-overlay[data-v-1d3f09e2] {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    transition: opacity .3s ease-in-out;

    width: 100%;

    z-index: 999;

}



.modal-wrapper[data-v-1d3f09e2] {

    max-height: 640px;

    border-radius: 12px;

    background-color: #fff;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);

    transition: all .3s ease;

    position: fixed;

    top: 40%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

    overflow-y: auto;

    display: flex;

    flex-direction: column;

}



.modal-size-medium[data-v-1d3f09e2] {

    width: 488px;

}



.modal-wrapper .popup-header[data-v-1d3f09e2] {

    display: flex;

    padding: 16px 24px;

    border-top-left-radius: 12px;

    border-top-right-radius: 12px;

    height: 62px;

}



.modal-wrapper .popup-header .title[data-v-1d3f09e2] {

    font-weight: 700;

    justify-items: center;

    margin: 0 auto;

    font-size: 20px;

    height: 30px;

    line-height: 30px;

}



.modal-wrapper .popup-header .wrap-icon-close[data-v-1d3f09e2] {

    position: absolute;

    top: 14px;

    right: 10px;

}



.modal-wrapper .popup-header .wrap-icon-close .icon-close-custom[data-v-1d3f09e2] {

    font-size: 24px;

    cursor: pointer;

}



.modal-wrapper .popup-content[data-v-1d3f09e2] {

    padding: 24px;

    padding-top: 16px;

    border-top: 1px solid #f4f2f1;

    flex: 1;

    overflow: auto;

    font-size: 14px;

}



.pop-up-detail-package .packageDetail__head[data-v-196c0b64] {

    display: flex;

    gap: 12px;

    align-items: center;

    margin-bottom: 12px;

}



.pop-up-detail-package .packageDetail__head .image-detail[data-v-196c0b64] {

    width: 71px;

    height: 40px;

    border-radius: 4px;

}



.pop-up-detail-package .head-wrapper[data-v-196c0b64] {

    display: flex;

    flex-flow: column nowrap;

    gap: 4px;

}



.pop-up-detail-package .title-wrapper[data-v-196c0b64] {

    display: flex;

    flex-flow: row nowrap;

    gap: 8px;

    align-items: center;

}



.pop-up-detail-package .price-wrapper[data-v-196c0b64] {

    display: flex;

    flex-flow: row nowrap;

    align-items: center;

    gap: 4px;

}



.pop-up-detail-package .price-wrapper .price[data-v-196c0b64] {

    font-size: 14px;

    color: #f05c22;

    font-weight: 500;

}



.pop-up-detail-package .wrap-content[data-v-196c0b64] {

    max-height: 300px;

    overflow-y: scroll;

    overflow-x: hidden;

}



.packageInfo__content * {

    font-size: inherit;

}



.modal-wrapper .popup-footer[data-v-1d3f09e2] {

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);

    height: 64px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-bottom-left-radius: 12px;

    border-bottom-right-radius: 12px;

    padding: 0 24px;

}



.modal-wrapper .popup-footer .wrap-popup-footer[data-v-1d3f09e2] {

    height: 40px;

}



.oneButton .wrap-popup-footer[data-v-3a491f3e] {

    width: 100%;

    display: flex;

    justify-content: center;

}





.loadingContainer .loading {

    background-image: url('/assets/images/loading.png');

}



.loadingContainer {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    overflow: auto;

    margin: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    background: rgb(219, 147, 28);

    transition: background 0.3s;

    z-index: 99999;

}



.loadingContainer .loading {

    position: fixed;

    inset: 0px;

    background-color: rgba(255, 255, 255, 0.4);

    background-repeat: no-repeat;

    background-position: center 24px;

    background-size: 60px;

    margin: auto;

    padding-top: 71px;

    text-align: center;

    animation: 1s linear 0s infinite normal none running waving;

    width: 100px;

    height: 100px;

    z-index: 1000;

    border-radius: 50%;

}



.loadingContainer .loading>div {

    background: #fff;

    width: 7px;

    height: 7px;

    border-radius: 8px;

    margin: 0 4px;

    opacity: 0;

    display: inline-block;

    animation: blink 1s infinite;

}



.loadingContainer .loading>div:nth-child(2) {

    animation-delay: 0.2s;

}



.loadingContainer .loading>div:nth-child(3) {

    animation-delay: 0.4s;

}



.v-modal,

.loadingContainer {

    background: rgba(0, 0, 0, 0.4) !important;

}



.alertContainerRedesign.el-message.el-message--error {

    background-color: #fff;

    border: 2px solid #fed7d7;

}



.alertContainerRedesign.el-message {

    border-radius: 8px;

    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);

    padding: 12px 16px;

    animation: slideDown 0.5s ease forwards; /* Slide down animation */

}

@keyframes slideDown {

    0% {

        top: -100px;

        opacity: 0;

    }

    100% {

        top: 76px;

        opacity: 1;

    }

}

@keyframes slideUp {

    0% {

        top: 76px;

        opacity: 1;

    }

    100% {

        top: -100px;

        opacity: 0;

    }

}

.el-message.is-center {

    justify-content: center;

}

.el-message.is-center {

    justify-content: center;

}

.el-message--error {

    background-color: #fef0f0;

    border-color: #fde2e2;

}

.el-message {

    min-width: 380px;

    box-sizing: border-box;

    border-radius: 4px;

    border-width: 1px;

    border-style: solid;

    border-color: #ebeef5;

    position: fixed;

    left: 50%;

    top: 20px;

    transform: translateX(-50%);

    background-color: #edf2fc;

    transition: opacity .3s, transform .4s, top .4s;

    overflow: hidden;

    padding: 15px 15px 15px 20px;

    display: flex;

    align-items: center;

}

.el-card__header, .el-message, .el-step__icon {

    -webkit-box-sizing: border-box;

}

.el-message--error {

    background-color: #fef0f0;

    border-color: #fde2e2;

}

.el-message {

    min-width: 380px;

    box-sizing: border-box;

    border-radius: 4px;

    border-width: 1px;

    border-style: solid;

    border-color: #ebeef5;

    position: fixed;

    left: 50%;

    top: 20px;

    transform: translateX(-50%);

    background-color: #edf2fc;

    transition: opacity .3s, transform .4s, top .4s;

    overflow: hidden;

    padding: 15px 15px 15px 20px;

    display: flex;

    align-items: center;

}

.el-card__header, .el-message, .el-step__icon {

    -webkit-box-sizing: border-box;

}

.alertContainerRedesign.el-message .el-message__icon.el-icon-warning {

    color: red;

}



.alertContainerRedesign.el-message .el-message__icon {

    display: block;

    font-size: 20px;

}

.el-message .el-icon-warning {

    color: #e6a23c;

}

.el-message .el-icon-warning {

    color: #e6a23c;

}

.el-message__icon {

    margin-right: 10px;

}

[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Fix header/profile dropdown bị bung ra làm vỡ giao diện */
.profileHeader {
    position: relative;
    display: flex;
    align-items: center;
}

.wrap_profileHeader {
    position: relative;
}

.profileHeader_avatar {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.profileHeader_avatar .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 32px;
}

.profileHeader_avatar .avatar-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dropdown_header {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 280px;
    max-width: calc(100vw - 24px);
    display: none;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    overflow: hidden;
    z-index: 9999;
}

.profileHeader.is-active .dropdown_header,
.profileHeader.active .dropdown_header,
.dropdown_header.show {
    display: block;
}

.dropdown_header .topContent,
.dropdown_header .bottomContent {
    padding: 12px;
}

.dropdown_header .commonInfo .userName {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown_header .username-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 48px;
}

.dropdown_header .nickName,
.dropdown_header .user-id {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown_header .gameInfo,
.dropdown_header .itemMenu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown_header .iconGame {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
}

.dropdown_header .itemMenu {
    color: #37312f;
    text-decoration: none;
    padding: 10px 0;
}

.dropdown_header .vnggames-account-logo {
    padding: 12px;
    border-top: 1px solid #f4f2f1;
}

.dropdown_header .vnggames-account-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Khôi phục style dropdown tài khoản trên header */
.profileHeader[data-v-37e90798] {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
}

.wrap_profileHeader[data-v-37e90798] {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.profileHeader_avatar[data-v-37e90798] {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: transparent !important;
}

.profileHeader_avatar[data-v-37e90798] .avatar[data-v-37e90798] {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex: 0 0 32px !important;
    border: 0 !important;
    background: #f4f2f1 !important;
}

.profileHeader_avatar[data-v-37e90798] .avatar-img[data-v-37e90798] {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

.profileHeader_avatar[data-v-37e90798] .el-icon-caret-bottom {
    display: none !important;
}

.dropdown_header[data-v-37e90798],
.profileHeader .dropdown_header[data-v-37e90798] {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: auto !important;
    width: 280px !important;
    max-width: calc(100vw - 24px) !important;
    background: #fff !important;
    border: 1px solid #f0ecea !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18) !important;
    overflow: hidden !important;
    z-index: 10001 !important;
    color: #37312f !important;
    transform: none !important;
}

.dropdown_header[data-v-37e90798]::before {
    content: "" !important;
    position: absolute !important;
    top: -10px !important;
    right: 14px !important;
    width: 100% !important;
    height: 10px !important;
    background: transparent !important;
}

.dropdown_header .topContent[data-v-37e90798] {
    padding: 12px !important;
    border-bottom: 1px solid #f4f2f1 !important;
}

.dropdown_header .commonInfo[data-v-37e90798],
.dropdown_header .detailInfo[data-v-37e90798] {
    width: 100% !important;
}

.dropdown_header .userName[data-v-37e90798] {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
}

.dropdown_header .username-img[data-v-37e90798] {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    padding: 3px !important;
    border: 3px solid #f05c22 !important;
    object-fit: cover !important;
    flex: 0 0 46px !important;
    background: #fff !important;
}

.dropdown_header .user-info[data-v-37e90798] {
    min-width: 0 !important;
    flex: 1 1 auto !important;
}

.dropdown_header .nickName[data-v-37e90798] {
    color: #37312f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    max-width: 190px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.dropdown_header .user-id[data-v-37e90798] {
    color: #6e625e !important;
    font-size: 13px !important;
    line-height: 18px !important;
    max-width: 190px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.dropdown_header .detailInfo[data-v-37e90798] {
    margin-top: 10px !important;
}

.dropdown_header .gameInfo[data-v-37e90798] {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.dropdown_header .iconGame[data-v-37e90798] {
    width: 36px !important;
    height: 36px !important;
    border-radius: 6px !important;
    object-fit: cover !important;
    flex: 0 0 36px !important;
}

.dropdown_header .infoGame .title[data-v-37e90798] {
    color: #37312f !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.dropdown_header .bottomContent[data-v-37e90798] {
    padding: 8px 0 !important;
    border-bottom: 1px solid #f4f2f1 !important;
}

.dropdown_header .itemMenu[data-v-37e90798] {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 9px 12px !important;
    color: #37312f !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 20px !important;
    background: #fff !important;
}

.dropdown_header .itemMenu[data-v-37e90798]:hover {
    background: #fff7f2 !important;
    color: #f05c22 !important;
}

.dropdown_header .menu-icon[data-v-37e90798] {
    width: 18px !important;
    height: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
    color: inherit !important;
}

.dropdown_header .menu-icon svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
}

.dropdown_header .vnggames-account-logo[data-v-37e90798] {
    padding: 10px 12px !important;
    background: #fff !important;
}

.dropdown_header .vnggames-account-logo img[data-v-37e90798] {
    width: 132px !important;
    max-width: 132px !important;
    height: auto !important;
    display: block !important;
}

/* Match VNGGames account dropdown reference */
.wrap-candy-box .btn-candy[data-v-40c33ebe] {
    width: 38px !important;
    height: 38px !important;
    padding: 8px !important;
    border-radius: 4px !important;
    background: #fff3ef !important;
}

.profileHeader_avatar[data-v-37e90798] {
    position: relative !important;
    width: 48px !important;
    height: 38px !important;
    padding: 0 16px 0 0 !important;
}

.profileHeader_avatar[data-v-37e90798] .avatar[data-v-37e90798] {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    padding: 3px !important;
    border: 2px solid #f05c22 !important;
    background: #fff !important;
}

.profileHeader_avatar[data-v-37e90798] .avatar-img[data-v-37e90798] {
    border-radius: 50% !important;
}

.profileHeader_avatar[data-v-37e90798] .el-icon-caret-bottom {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    width: 0 !important;
    height: 0 !important;
    margin-top: -2px !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 5px solid #111 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.profileHeader_avatar[data-v-37e90798] .el-icon-caret-bottom::before {
    content: "" !important;
}

.dropdown_header[data-v-37e90798],
.profileHeader .dropdown_header[data-v-37e90798] {
    top: calc(100% + 7px) !important;
    right: 0 !important;
    width: 300px !important;
    border: 1px solid #d8dde6 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(31, 45, 61, .12) !important;
    overflow: hidden !important;
}

.dropdown_header .topContent[data-v-37e90798] {
    padding: 16px !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

.dropdown_header .userName[data-v-37e90798] {
    gap: 10px !important;
    margin-bottom: 12px !important;
}

.dropdown_header .username-img[data-v-37e90798] {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    padding: 3px !important;
    border: 2px solid #f05c22 !important;
}

.dropdown_header .nickName[data-v-37e90798] {
    color: #1f2933 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    max-width: 208px !important;
}

.dropdown_header .user-id[data-v-37e90798] {
    color: #6b6b6b !important;
    font-size: 15px !important;
    line-height: 20px !important;
    max-width: 208px !important;
}

.dropdown_header .detailInfo[data-v-37e90798] {
    margin-top: 0 !important;
}

.dropdown_header .gameInfo[data-v-37e90798] {
    height: 96px !important;
    padding: 16px !important;
    border-radius: 7px !important;
    background: #fdebe5 !important;
    gap: 16px !important;
}

.dropdown_header .iconGame[data-v-37e90798] {
    width: 64px !important;
    height: 64px !important;
    flex: 0 0 64px !important;
    border-radius: 7px !important;
}

.dropdown_header .infoGame .title[data-v-37e90798] {
    color: #6e625e !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.dropdown_header .bottomContent[data-v-37e90798] {
    padding: 0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

.dropdown_header .itemMenu[data-v-37e90798] {
    min-height: 48px !important;
    padding: 0 16px !important;
    gap: 12px !important;
    color: #6e625e !important;
    font-size: 15px !important;
    line-height: 48px !important;
}

.dropdown_header .itemMenu[data-v-37e90798]:hover {
    background: #fff7f2 !important;
    color: #f05c22 !important;
}

.dropdown_header .menu-icon[data-v-37e90798] {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
}

.dropdown_header .menu-icon svg {
    width: 20px !important;
    height: 20px !important;
}

.dropdown_header .vnggames-account-logo[data-v-37e90798] {
    height: 34px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
}

.dropdown_header .vnggames-account-logo img[data-v-37e90798] {
    width: 124px !important;
    max-width: 124px !important;
}

/* Khôi phục dropdown chỉ ẩn khi chưa active, không override layout tổng thể */
.profileHeader .dropdown_header {
    display: none !important;
}

.profileHeader.active .dropdown_header,
.profileHeader .dropdown_header.active,
.profileHeader .dropdown_header.show {
    display: block !important;
}

/* Fix khoảng trống dưới tên sản phẩm trong card */
.shop-product-col-square .shop-card-square.package-item-redesign[data-v-5a53f877] .name[data-v-5a53f877] {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    line-height: 16px !important;
}

.shop-product-col-square .shop-card-square.package-item-redesign[data-v-5a53f877] .bottom-package[data-v-5a53f877] {
    margin-top: 4px !important;
}

/* Khôi phục style khu danh mục sản phẩm */
.shop-hot-section,
.shop-category-section {
    width: 100%;
    margin-top: 8px;
}

.shop-hot-section {
    margin-bottom: 8px;
}

.shop-section-title {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 8px 0 10px;
    color: #6e625e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.shop-section-title span {
    font-size: inherit;
    font-weight: inherit;
}

.shop-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 16px !important;
    line-height: 1;
}

.shop-category-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.shop-category-tab {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #e9e4e2;
    border-radius: 6px;
    background: #fff;
    color: #37312f;
    min-height: 34px;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: none;
}

.shop-category-tab:hover {
    border-color: #f05c22;
    color: #f05c22;
    box-shadow: 0 0 10px rgba(240, 92, 34, .25);
}

.shop-category-tab.active {
    border-color: #f05c22;
    background: linear-gradient(180deg, #f05c22, #de3721);
    color: #fff;
    box-shadow: inset -3px 0 4px rgba(255, 255, 255, .12), 0 2px 8px rgba(240, 92, 34, .28);
}

.shop-category-panel {
    display: none;
}

.shop-category-panel.active {
    display: flex;
}

.shop-product-col {
    margin-bottom: 16px;
}

.shop-product-card {
    overflow: hidden;
    background: #fff;
}

.shop-product-card .wrap-content-package {
    min-height: 82px;
}

.shop-product-card .title {
    gap: 4px;
}

.shop-product-card .xu-km,
.shop-product-card .shop-badge,
.shop-product-card .shop-sold {
    color: #6e625e;
    font-size: 13px;
    line-height: 18px;
}

.shop-product-card .price {
    color: #f05c22 !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
    .shop-category-tabs {
        gap: 6px;
        margin-bottom: 10px;
    }

    .shop-category-tab {
        min-height: 32px;
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* Responsive layout hardening - PC + Mobile */
html,
body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

.layout,
#payment-wrapper,
.wrap-home-page-redesign-ui,
.container,
.container.pc,
.container>.content-redesign-ui,
.content-main-flow,
.wrap-login-package-payment,
.wrap-confirmation {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.wrap-header[data-v-416f453a] {
    left: 0;
    right: 0;
}

.wrap-header .header-custom[data-v-416f453a] {
    width: 100%;
    max-width: 1096px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.wrap-header .header-custom .right-header .content-right[data-v-416f453a],
.wrap-header .header-custom .right-header .dflex[data-v-416f453a],
.right-header {
    display: flex;
    align-items: center;
    min-width: 0;
}

.container.pc {
    width: 100%;
    max-width: 1148px;
    margin-left: auto;
    margin-right: auto;
}

.container>.content-redesign-ui {
    width: 100%;
    max-width: 1148px;
    padding-left: 0;
    padding-right: 0;
}

.wrap-home-page-redesign-ui .content-main-flow {
    width: 100%;
    grid-template-columns: minmax(0, 720px) minmax(320px, 396px);
    column-gap: 32px;
    row-gap: 24px;
}

.content-box-redesign-ui {
    width: 100%;
}

.productWrapperRedesign.shop-hot-grid,
.productWrapperRedesign.shop-category-panel.active {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch;
    width: auto;
}

.shop-product-col {
    float: none !important;
    display: flex !important;
    box-sizing: border-box;
}

.shop-product-col-rectangle {
    width: 33.333333% !important;
}

.shop-product-col-square {
    width: 25% !important;
}

.shop-product-col .product-wrapper {
    width: 100%;
    display: flex;
}

.shop-product-card.package-item-redesign[data-v-5a53f877] {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto;
    margin: 8px 0 !important;
    overflow: hidden;
}

.shop-card-rectangle.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
.shop-card-rectangle.package-item-redesign[data-v-5a53f877] img {
    height: 122px !important;
}

.shop-card-square.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
.shop-card-square.package-item-redesign[data-v-5a53f877] img {
    height: auto !important;
    aspect-ratio: 1 / 1;
}

.shop-product-card .wrap-content-package[data-v-5a53f877] {
    min-height: 0 !important;
    padding: 8px 12px 12px !important;
    gap: 6px;
}

.shop-product-card .title[data-v-5a53f877] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 4px 8px !important;
    padding: 0 !important;
}

.shop-product-card .title .name[data-v-5a53f877] {
    min-width: 0;
    font-size: 14px !important;
    line-height: 18px !important;
    word-break: break-word;
}

.shop-product-card .xu-km,
.shop-product-card .shop-badge,
.shop-product-card .shop-sold {
    min-width: 0;
    font-size: 13px !important;
    line-height: 18px !important;
    text-align: right;
}

.shop-product-card .bottom-package[data-v-5a53f877] {
    margin-top: 2px !important;
    align-items: flex-end !important;
    gap: 8px !important;
}

.shop-product-card .price[data-v-5a53f877] {
    font-size: 15px !important;
    line-height: 18px !important;
    word-break: break-word;
}

.shop-product-card .btn-plus[data-v-5a53f877] {
    flex: 0 0 32px;
}

@media screen and (max-width: 1199px) {
    .wrap-header .header-custom[data-v-416f453a],
    .wrap-banner .contentNewBanner,
    .container.pc,
    .container>.content-redesign-ui {
        max-width: calc(100vw - 24px);
    }

    .wrap-home-page-redesign-ui .content-main-flow {
        grid-template-columns: minmax(0, 1fr);
    }

    .wrap-confirmation {
        width: 100%;
    }

    .shop-product-col-square {
        width: 33.333333% !important;
    }
}

@media screen and (max-width: 768px) {
    .wrap-header[data-v-416f453a] {
        padding: 8px 0;
        min-height: 60px;
    }

    .wrap-header .header-custom[data-v-416f453a] {
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        gap: 8px;
    }

    .wrap-header .header-custom .left-header[data-v-416f453a] {
        flex: 1 1 auto;
        min-width: 0;
        gap: 8px;
    }

    .wrap-header .header-custom .left-header .logo-header[data-v-416f453a] {
        width: auto;
        max-width: 190px;
        height: 24px;
        object-fit: contain;
    }

    .wrap-header .header-custom .right-header .gap20[data-v-416f453a] {
        gap: 6px;
    }

    .wrap-candy-box .btn-candy[data-v-40c33ebe],
    .profileHeader_avatar[data-v-37e90798] {
        transform: scale(.92);
        transform-origin: center;
    }

    .wrap-select-region .btn-region[data-v-1da9e00a] {
        padding: 6px 2px;
        gap: 2px;
    }

    .wrap-select-region .btn-region .name-region[data-v-1da9e00a] {
        font-size: 13px;
    }

    .wrap-banner {
        margin-top: 60px;
    }

    .wrap-banner .contentNewBanner {
        max-width: 100%;
        padding: 12px;
        gap: 12px;
    }

    .wrap-banner .contentNewBanner .--iconBanner {
        width: 76px;
        height: 76px;
    }

    .wrap-banner .contentNewBanner .game-title .custom-text-style {
        font-size: 22px;
        line-height: 130%;
    }

    .container.pc {
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .container>.content-redesign-ui {
        max-width: 100%;
    }

    .content-box-redesign-ui {
        padding: 14px 12px;
        margin-bottom: 18px;
    }

    .content-box-redesign-ui .content-box__header {
        margin-bottom: 16px;
    }

    .content-box-redesign-ui .content-box__header .content-box__header-container .content-box__header-number,
    .content-box-redesign-ui .content-box__header .content-box__header-container .content-box__header-content {
        font-size: 18px;
        line-height: 24px;
    }

    .shop-section-title {
        margin: 10px 0 12px;
    }

    .shop-hot-grid,
    .shop-category-panel {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .shop-product-col,
    .shop-product-col-rectangle,
    .shop-product-col-square {
        width: 50% !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 16px;
    }

    .shop-product-card.package-item-redesign[data-v-5a53f877] {
        margin: 0 !important;
        border-radius: 6px;
    }

    .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
    .shop-product-card.package-item-redesign[data-v-5a53f877] img {
        height: auto !important;
        aspect-ratio: 1 / 1;
    }

    .shop-product-card .wrap-content-package[data-v-5a53f877] {
        padding: 8px 10px 10px !important;
    }

    .shop-product-card .title[data-v-5a53f877] {
        grid-template-columns: minmax(0, 1fr) minmax(42px, auto);
        gap: 2px 6px !important;
    }

    .shop-product-card .title .name[data-v-5a53f877] {
        font-size: 15px !important;
        line-height: 20px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .shop-product-card .xu-km,
    .shop-product-card .shop-badge,
    .shop-product-card .shop-sold {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .shop-product-card .bottom-package[data-v-5a53f877] {
        align-items: center !important;
    }

    .shop-product-card .price[data-v-5a53f877] {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .dropdown_header[data-v-37e90798],
    .profileHeader .dropdown_header[data-v-37e90798],
    .dropdown_header {
        right: 0 !important;
        width: min(300px, calc(100vw - 16px)) !important;
        max-width: calc(100vw - 16px) !important;
    }
}

@media screen and (max-width: 420px) {
    .wrap-header .header-custom .left-header .logo-header[data-v-416f453a] {
        max-width: 172px;
    }

    .wrap-select-region .btn-region .name-region[data-v-1da9e00a] {
        font-size: 12px;
    }

    .shop-product-col,
    .shop-product-col-rectangle,
    .shop-product-col-square {
        width: 50% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 12px;
    }

    .shop-hot-grid,
    .shop-category-panel {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    .shop-product-card .wrap-content-package[data-v-5a53f877] {
        padding: 7px 8px 9px !important;
    }

    .shop-product-card .title[data-v-5a53f877] {
        grid-template-columns: minmax(0, 1fr) minmax(36px, auto);
    }

    .shop-product-card .title .name[data-v-5a53f877] {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .shop-product-card .xu-km,
    .shop-product-card .shop-badge,
    .shop-product-card .shop-sold {
        font-size: 12px !important;
        line-height: 17px !important;
    }

    .shop-product-card .price[data-v-5a53f877] {
        font-size: 15px !important;
        line-height: 17px !important;
    }

    .shop-product-card .btn-plus[data-v-5a53f877] {
        width: 30px !important;
        height: 30px !important;
        flex-basis: 30px;
    }
}

/* Fix lệch chi tiết trong thẻ sản phẩm */
.shop-product-card.package-item-redesign[data-v-5a53f877] {
    display: flex !important;
    flex-direction: column !important;
}

.shop-product-card .wrap-content-package[data-v-5a53f877] {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.shop-product-card .title[data-v-5a53f877] {
    flex: 1 1 auto !important;
}

.shop-product-card .title .name[data-v-5a53f877],
.shop-product-card .xu-km,
.shop-product-card .shop-badge,
.shop-product-card .shop-sold {
    align-self: start;
}

.shop-product-card .bottom-package[data-v-5a53f877] {
    margin-top: auto !important;
}

@media screen and (max-width: 768px) {
    .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877] {
        height: 122px !important;
        min-height: 122px !important;
        max-height: 122px !important;
        aspect-ratio: auto !important;
        background: #000;
    }

    .shop-product-card.package-item-redesign[data-v-5a53f877] img {
        height: 122px !important;
        min-height: 122px !important;
        max-height: none !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
    }

    .shop-product-card .wrap-content-package[data-v-5a53f877] {
        min-height: 154px !important;
        padding: 12px 10px 10px !important;
    }

    .shop-product-card .title[data-v-5a53f877] {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-content: start !important;
        align-items: start !important;
        column-gap: 8px !important;
        row-gap: 2px !important;
        min-height: 72px !important;
    }

    .shop-product-card .title .name[data-v-5a53f877] {
        grid-column: 1 / 2 !important;
        grid-row: 1 / span 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        font-size: 15px !important;
        line-height: 19px !important;
        text-align: left !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    .shop-product-card .xu-km,
    .shop-product-card .shop-badge {
        grid-column: 2 / 3 !important;
        grid-row: 1 / 2 !important;
        justify-self: end !important;
        align-self: start !important;
        max-width: 82px !important;
        text-align: right !important;
        white-space: normal !important;
    }

    .shop-product-card .shop-sold {
        grid-column: 2 / 3 !important;
        grid-row: 2 / 3 !important;
        justify-self: end !important;
        align-self: start !important;
        max-width: 88px !important;
        text-align: right !important;
        white-space: normal !important;
    }

    .shop-product-card .bottom-package[data-v-5a53f877] {
        min-height: 34px !important;
        align-items: center !important;
    }

    .shop-product-card .price-wrapper[data-v-5a53f877] {
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }

    .shop-product-card .price[data-v-5a53f877] {
        text-align: left !important;
        white-space: normal !important;
    }

    .shop-product-card .btn-plus[data-v-5a53f877] {
        flex: 0 0 32px !important;
        margin-left: 6px !important;
    }
}

@media screen and (max-width: 420px) {
    .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
    .shop-product-card.package-item-redesign[data-v-5a53f877] img {
        height: 120px !important;
        min-height: 120px !important;
    }

    .shop-product-card .wrap-content-package[data-v-5a53f877] {
        min-height: 150px !important;
        padding: 11px 8px 9px !important;
    }

    .shop-product-card .title[data-v-5a53f877] {
        grid-template-columns: minmax(0, 1fr) minmax(58px, auto) !important;
        min-height: 70px !important;
        column-gap: 6px !important;
    }

    .shop-product-card .title .name[data-v-5a53f877] {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .shop-product-card .xu-km,
    .shop-product-card .shop-badge,
    .shop-product-card .shop-sold {
        max-width: 72px !important;
        font-size: 12px !important;
        line-height: 17px !important;
    }
}

@media screen and (max-width: 360px) {
    .shop-product-col,
    .shop-product-col-rectangle,
    .shop-product-col-square {
        width: 100% !important;
    }

    .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
    .shop-product-card.package-item-redesign[data-v-5a53f877] img {
        height: 150px !important;
        min-height: 150px !important;
        aspect-ratio: auto !important;
    }
}

/* Product card compact alignment fix - remove extra blank space
   Đặt cuối file để override các rule responsive phía trên. */
.productWrapperRedesign.shop-hot-grid,
.productWrapperRedesign.shop-category-panel.active {
    align-items: flex-start !important;
}

.shop-product-col {
    display: flex !important;
    align-items: flex-start !important;
}

.shop-product-col .product-wrapper {
    height: auto !important;
    min-height: 0 !important;
    align-items: flex-start !important;
}

.shop-product-card.package-item-redesign[data-v-5a53f877] {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
}

.shop-card-rectangle.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
.shop-product-col-rectangle .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877] {
    width: 100% !important;
    height: 122px !important;
    min-height: 122px !important;
    max-height: 122px !important;
    aspect-ratio: auto !important;
    flex: 0 0 122px !important;
    display: block !important;
    overflow: hidden !important;
}

.shop-card-rectangle.package-item-redesign[data-v-5a53f877] img,
.shop-product-col-rectangle .shop-product-card.package-item-redesign[data-v-5a53f877] img {
    width: 100% !important;
    height: 122px !important;
    min-height: 122px !important;
    max-height: 122px !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.shop-card-square.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
.shop-product-col-square .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877] {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    border-radius: 6px 6px 0 0 !important;
    background: #fff !important;
}

.shop-card-square.package-item-redesign[data-v-5a53f877] img,
.shop-product-col-square .shop-product-card.package-item-redesign[data-v-5a53f877] img {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    flex: 0 0 auto !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 6px 6px 0 0 !important;
}

.shop-product-card .wrap-content-package[data-v-5a53f877] {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex: 0 0 auto !important;
    padding: 8px 12px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    justify-content: flex-start !important;
}

.shop-product-card .title[data-v-5a53f877] {
    height: auto !important;
    min-height: 0 !important;
    max-height: 42px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(76px, auto) !important;
    align-items: start !important;
    column-gap: 8px !important;
    overflow: hidden !important;
    flex: 0 0 auto !important;
}

.shop-product-card .title .name[data-v-5a53f877] {
    grid-column: 1 / 2 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 40px !important;
    line-height: 20px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.shop-product-card .xu-km,
.shop-product-card .shop-badge,
.shop-product-card .shop-sold {
    grid-column: 2 / 3 !important;
    justify-self: end !important;
    align-self: start !important;
    max-width: 96px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 40px !important;
    line-height: 20px !important;
    overflow: hidden !important;
    text-align: right !important;
}

.shop-product-card .bottom-package[data-v-5a53f877] {
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 0 0 32px !important;
}

.shop-product-card .price-wrapper[data-v-5a53f877] {
    min-width: 0 !important;
}

.shop-product-card .price[data-v-5a53f877] {
    line-height: 20px !important;
}

.shop-product-card .btn-plus[data-v-5a53f877] {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    flex: 0 0 32px !important;
}

@media screen and (max-width: 768px) {
    .shop-product-card.package-item-redesign[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
    }

    .shop-product-card .wrap-content-package[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
        flex: 0 0 auto !important;
        padding: 8px 10px 10px !important;
        gap: 8px !important;
    }

    .shop-product-card .title[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
        max-height: 42px !important;
        grid-template-columns: minmax(0, 1fr) minmax(72px, auto) !important;
    }

    .shop-product-card .title .name[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
        max-height: 40px !important;
        line-height: 20px !important;
    }

    .shop-product-card .xu-km,
    .shop-product-card .shop-badge,
    .shop-product-card .shop-sold {
        max-width: 82px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: 40px !important;
        line-height: 18px !important;
    }
}

@media screen and (max-width: 420px) {
    .shop-product-card.package-item-redesign[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
    }

    .shop-product-card .wrap-content-package[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
        flex: 0 0 auto !important;
        padding: 8px 8px 9px !important;
        gap: 8px !important;
    }

    .shop-product-card .title[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
        max-height: 38px !important;
        grid-template-columns: minmax(0, 1fr) minmax(68px, auto) !important;
    }

    .shop-product-card .title .name[data-v-5a53f877] {
        height: auto !important;
        min-height: 0 !important;
        max-height: 36px !important;
        line-height: 18px !important;
    }

    .shop-product-card .xu-km,
    .shop-product-card .shop-badge,
    .shop-product-card .shop-sold {
        max-width: 72px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: 36px !important;
        line-height: 17px !important;
    }

    .shop-product-card .bottom-package[data-v-5a53f877] {
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
    }
}

/* Fix hiển thị đầy đủ số lượt đã bán */
.shop-product-card .title[data-v-5a53f877] {
    max-height: none !important;
    row-gap: 2px !important;
}

.shop-product-card .shop-badge {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
    white-space: nowrap !important;
}

.shop-product-card .shop-sold {
    grid-column: 1 / 3 !important;
    grid-row: 2 / 3 !important;
    justify-self: end !important;
    max-width: 100% !important;
    max-height: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-align: right !important;
}

@media screen and (max-width: 768px) {
    .shop-product-card .title[data-v-5a53f877] {
        max-height: none !important;
    }

    .shop-product-card .shop-sold {
        max-width: 100% !important;
        max-height: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }
}

@media screen and (max-width: 420px) {
    .shop-product-card .title[data-v-5a53f877] {
        max-height: none !important;
    }

    .shop-product-card .shop-sold {
        max-width: 100% !important;
        max-height: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }
}

/* Fix Hot badge overlay + product name one-line */
.shop-product-card.package-item-redesign[data-v-5a53f877] {
    position: relative !important;
}

.shop-product-card .shop-badge {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 22px !important;
    padding: 2px 8px !important;
    border-radius: 999px !important;
    background: rgba(240, 92, 34, .95) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25) !important;
}

.shop-product-card .title[data-v-5a53f877] {
    grid-template-columns: minmax(0, 1fr) !important;
}

.shop-product-card .title .name[data-v-5a53f877] {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    display: block !important;
    max-width: 100% !important;
    max-height: 20px !important;
    line-height: 20px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}

.shop-product-card .shop-sold {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;
    justify-self: start !important;
    text-align: left !important;
    max-width: 100% !important;
    color: #6e625e !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

@media screen and (max-width: 768px) {
    .shop-product-card .shop-badge {
        top: 7px !important;
        right: 7px !important;
        min-height: 21px !important;
        padding: 2px 7px !important;
        font-size: 12px !important;
    }

    .shop-product-card .title[data-v-5a53f877] {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .shop-product-card .title .name[data-v-5a53f877] {
        display: block !important;
        max-height: 20px !important;
        line-height: 20px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset !important;
    }

    .shop-product-card .shop-sold {
        grid-column: 1 / 2 !important;
        justify-self: start !important;
        text-align: left !important;
        max-width: 100% !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }
}

@media screen and (max-width: 420px) {
    .shop-product-card .title .name[data-v-5a53f877] {
        max-height: 18px !important;
        line-height: 18px !important;
    }

    .shop-product-card .shop-sold {
        font-size: 12px !important;
        line-height: 17px !important;
    }
}

/* Fix bonus "+ thêm Robux" xuống dòng riêng dưới tên */
.shop-product-card .title[data-v-5a53f877] {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 2px !important;
    overflow: visible !important;
}

.shop-product-card .title .name[data-v-5a53f877] {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
}

.shop-product-card .xu-km {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;
    justify-self: start !important;
    align-self: start !important;
    max-width: 100% !important;
    max-height: none !important;
    line-height: 17px !important;
    color: #6e625e !important;
    font-size: 12px !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
}

.shop-product-card .shop-sold {
    grid-column: 1 / 2 !important;
    grid-row: 3 / 4 !important;
    justify-self: start !important;
    text-align: left !important;
}

@media screen and (max-width: 768px) {
    .shop-product-card .title[data-v-5a53f877] {
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 2px !important;
        overflow: visible !important;
    }

    .shop-product-card .xu-km {
        grid-column: 1 / 2 !important;
        grid-row: 2 / 3 !important;
        justify-self: start !important;
        max-width: 100% !important;
        max-height: none !important;
        font-size: 12px !important;
        line-height: 17px !important;
        text-align: left !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    .shop-product-card .shop-sold {
        grid-row: 3 / 4 !important;
    }
}

/* Fix mobile card vuông Trái Ác Quỷ: giữ ảnh vuông và hiển thị đủ ảnh sản phẩm */
@media screen and (max-width: 768px) {
    .shop-product-col-square .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
    .shop-product-col-square .shop-product-card.package-item-redesign[data-v-5a53f877] img,
    .shop-product-col-square .shop-card-square.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
    .shop-product-col-square .shop-card-square.package-item-redesign[data-v-5a53f877] img {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 1 / 1 !important;
        flex: 0 0 auto !important;
        object-fit: contain !important;
        background: #fff !important;
    }
}

@media screen and (max-width: 420px) {
    .shop-product-col-square .shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
    .shop-product-col-square .shop-product-card.package-item-redesign[data-v-5a53f877] img,
    .shop-product-col-square .shop-card-square.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877],
    .shop-product-col-square .shop-card-square.package-item-redesign[data-v-5a53f877] img {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
    }
}

/* Giao diện check ID nhân vật giống bản gốc */
.wrap-banner {
    margin-bottom: 0 !important;
}

.wrap-banner .contentNewBanner .game-title .custom-text-style {
    color: #111 !important;
    background: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: #111 !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

#Authentication.content-box-redesign-ui.authentication {
    min-height: 140px !important;
    height: auto !important;
    padding: 18px 16px 24px !important;
    margin: -1px 0 24px !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: visible !important;
}

#Authentication .content-box__header {
    margin-bottom: 22px !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 10px 16px !important;
}

#Authentication .content-box__header-container {
    display: flex !important;
    align-items: baseline !important;
    min-height: 0 !important;
    gap: 4px !important;
    flex: 1 1 260px !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

#Authentication .content-box__header-number {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #151515 !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

#Authentication .content-box__header-number::after {
    content: "." !important;
    position: static !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: transparent !important;
}

#Authentication .content-box__header-content {
    color: #151515 !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

#Authentication .content-box__content {
    min-height: 48px !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

#Authentication .el-row,
#Authentication .el-col,
#Authentication .custom-userInfo {
    display: block !important;
    min-height: 48px !important;
    height: auto !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    clear: both !important;
}

#Authentication .custom-userInfo {
    min-height: 48px !important;
    padding-bottom: 0 !important;
}

#Authentication .information-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    min-height: 42px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 2px !important;
    line-height: 1.45 !important;
    overflow: visible !important;
}

#Authentication .information-row span {
    display: block !important;
    margin-bottom: 5px !important;
    color: #202020 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    opacity: 1 !important;
}

#Authentication .information-row code {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #2f2f2f !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    background: transparent !important;
    opacity: 1 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow: visible !important;
}

@media screen and (max-width: 768px) {
    #Authentication.content-box-redesign-ui.authentication {
        min-height: 132px !important;
        padding: 16px 14px 22px !important;
        margin-bottom: 18px !important;
    }

    #Authentication .content-box__header {
        margin-bottom: 20px !important;
    }

    #Authentication .content-box__header-number,
    #Authentication .content-box__header-content {
        font-size: 18px !important;
    }
}

/* Footer layout fix: full-width background, balanced desktop/mobile layout */
.footer-wrapper {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 24px 32px !important;
    background: #000 !important;
    box-shadow: 0 0 0 100vmax #000 !important;
    clip-path: inset(0 -100vmax) !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    isolation: auto !important;
}

.footer-wrapper::before {
    display: none !important;
    content: none !important;
}

.footer-wrapper .footer {
    width: 100% !important;
    max-width: 1096px !important;
    margin: 0 auto !important;
    padding-top: 40px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.footer-wrapper .footer .top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 48px !important;
    width: 100% !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #6e625e !important;
    box-sizing: border-box !important;
}

.footer-wrapper .footer .top .logo {
    display: block !important;
    flex: 0 0 auto !important;
    width: 212px !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.footer-wrapper .footer .top .footerPayzing {
    display: flex !important;
    flex: 0 1 auto !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    gap: 48px !important;
    min-width: 0 !important;
}

.footer-wrapper .footer .top .footerPayzing .colPayzing {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    min-width: 0 !important;
}

.footer-wrapper .footer .top .footerPayzing .colPayzing .title {
    color: #a19691 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-align: left !important;
}

.footer-wrapper .footer .item-footer,
.footer-wrapper .footer .top .footerPayzing .colPayzing .item-footer,
.footer-wrapper .footer .term.term-vn .dflex .item-footer,
.footer-wrapper .footer .term .dflex .item-footer {
    min-width: 0 !important;
    width: auto !important;
    text-align: left !important;
    white-space: normal !important;
}

.footer-wrapper .footer .item-footer a,
.footer-wrapper .footer .top .footerPayzing .colPayzing a,
.footer-wrapper .footer .term .dflex .item-footer a {
    display: inline-block !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-decoration: none !important;
    white-space: normal !important;
    word-break: normal !important;
}

.footer-wrapper .footer .term {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
    margin-top: 16px !important;
    color: #d0cac8 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-sizing: border-box !important;
}

.footer-wrapper .footer .term .copyright {
    flex: 1 1 auto !important;
    color: #d0cac8 !important;
    line-height: 20px !important;
    text-align: left !important;
}

.footer-wrapper .footer .term .dflex {
    display: flex !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 16px !important;
    min-width: 0 !important;
}

@media screen and (max-width: 1199px) {
    .footer-wrapper {
        padding: 0 24px 32px !important;
    }

    .footer-wrapper .footer {
        max-width: 100% !important;
        padding-top: 34px !important;
    }

    .footer-wrapper .footer .top {
        gap: 32px !important;
    }

    .footer-wrapper .footer .top .footerPayzing {
        gap: 32px !important;
    }
}

@media screen and (max-width: 768px) {
    .footer-wrapper {
        left: 50% !important;
        right: 50% !important;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        padding: 0 16px 28px !important;
        overflow: visible !important;
        box-shadow: none !important;
        clip-path: none !important;
    }

    .footer-wrapper .footer {
        padding-top: 28px !important;
        font-size: 14px !important;
    }

    .footer-wrapper .footer .top {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 22px !important;
        padding-bottom: 20px !important;
        text-align: center !important;
    }

    .footer-wrapper .footer .top .logo {
        width: 212px !important;
        max-width: 82vw !important;
        margin: 0 auto !important;
    }

    .footer-wrapper .footer .top .footerPayzing {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 24px !important;
        justify-content: center !important;
        align-items: flex-start !important;
    }

    .footer-wrapper .footer .top .footerPayzing .colPayzing,
    .footer-wrapper .footer .top .footerPayzing .colPayzing .title,
    .footer-wrapper .footer .top .footerPayzing .colPayzing .item-footer,
    .footer-wrapper .footer .item-footer {
        text-align: center !important;
    }

    .footer-wrapper .footer .term {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 14px !important;
        margin-top: 18px !important;
        text-align: center !important;
    }

    .footer-wrapper .footer .term .copyright {
        width: 100% !important;
        text-align: center !important;
    }

    .footer-wrapper .footer .term .dflex {
        width: 100% !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 10px 18px !important;
    }

    .footer-wrapper .footer .term .dflex .item-footer {
        text-align: center !important;
    }

    .footer-wrapper .footer a,
    .footer-wrapper .footer .title,
    .footer-wrapper .footer .copyright {
        overflow: visible !important;
        white-space: normal !important;
        word-break: keep-all !important;
    }
}

@media screen and (max-width: 480px) {
    .footer-wrapper {
        padding: 0 14px 24px !important;
    }

    .footer-wrapper .footer {
        padding-top: 24px !important;
    }

    .footer-wrapper .footer .top {
        gap: 18px !important;
    }

    .footer-wrapper .footer .top .logo {
        width: 190px !important;
    }

    .footer-wrapper .footer .top .footerPayzing {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 14px !important;
    }

    .footer-wrapper .footer .top .footerPayzing .colPayzing .title,
    .footer-wrapper .footer .item-footer a,
    .footer-wrapper .footer .term .copyright {
        font-size: 13px !important;
        line-height: 20px !important;
    }
}

/* VNGGames Shop style: soft white/gray mist overlay on top of game background */
.wrap-home-page-redesign-ui {
    position: relative;
}

.wrap-backdrop[data-v-f782b932] {
    position: sticky;
    isolation: isolate;
}

.backdrop-img[data-v-f782b932],
.backdrop-img[data-v-f782b932] img {
    z-index: 0 !important;
}

.wrap-backdrop[data-v-f782b932]::after {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    pointer-events: none !important;
    content: "" !important;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, .72) 0%,
        rgba(245, 245, 245, .62) 24%,
        rgba(255, 255, 255, .38) 56%,
        rgba(255, 255, 255, .16) 78%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

.wrap-home-page-redesign-ui::before {
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    pointer-events: none !important;
    content: "" !important;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, .78) 0%,
        rgba(245, 245, 245, .66) 24%,
        rgba(255, 255, 255, .42) 56%,
        rgba(255, 255, 255, .18) 80%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

.wrap-banner::before {
    display: none !important;
    content: none !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

.wrap-banner {
    isolation: auto;
}

.wrap-banner .contentNewBanner {
    position: relative;
    z-index: 2;
}

.container,
.container>.content-redesign-ui,
.content-main-flow {
    position: relative;
    z-index: 2;
}

/* Final footer full-width fix: keep content centered, force black background/borders to 100vw */
.footer-wrapper {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    z-index: 5 !important;
    display: block !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #000 !important;
    background-color: #000 !important;
    overflow: hidden !important;
    box-shadow: none !important;
    clip-path: none !important;
    transform: none !important;
    box-sizing: border-box !important;
}

.footer-wrapper::before,
.footer-wrapper::after {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 0 !important;
    display: block !important;
    width: 100% !important;
    min-width: 100vw !important;
    height: 1px !important;
    margin: 0 !important;
    content: "" !important;
    background: #1f2f35 !important;
    pointer-events: none !important;
}

.footer-wrapper::before {
    top: 0 !important;
}

.footer-wrapper::after {
    bottom: 0 !important;
}

.footer-wrapper .footer {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: 1096px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
    transform: none !important;
}

.footer-wrapper .footer .top {
    position: relative !important;
    border-bottom: 0 !important;
}

.footer-wrapper .footer .top::after {
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    display: block !important;
    width: 100vw !important;
    min-width: 100vw !important;
    height: 1px !important;
    margin-left: -50vw !important;
    content: "" !important;
    background: #6e625e !important;
    pointer-events: none !important;
}

@media screen and (max-width: 1199px) {
    .footer-wrapper {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: none !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .footer-wrapper .footer {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .footer-wrapper {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: none !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        overflow: hidden !important;
        background-color: #000 !important;
        transform: none !important;
    }
}

@media screen and (max-width: 480px) {
    .footer-wrapper {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
}

/* Mobile footer layout: match requested VNGGames Shop two-column arrangement */
@media screen and (max-width: 768px) {
    .footer-wrapper {
        padding: 0 20px 28px !important;
    }

    .footer-wrapper .footer {
        padding-top: 36px !important;
    }

    .footer-wrapper .footer .top {
        align-items: flex-start !important;
        gap: 20px !important;
        padding-bottom: 24px !important;
        text-align: left !important;
    }

    .footer-wrapper .footer .top .logo {
        width: 170px !important;
        max-width: 60vw !important;
        margin: 0 !important;
    }

    .footer-wrapper .footer .top .footerPayzing {
        display: grid !important;
        width: 100% !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 24px 28px !important;
        justify-content: stretch !important;
        align-items: flex-start !important;
    }

    .footer-wrapper .footer .top .footerPayzing .colPayzing {
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .footer-wrapper .footer .top .footerPayzing .colPayzing,
    .footer-wrapper .footer .top .footerPayzing .colPayzing .title,
    .footer-wrapper .footer .top .footerPayzing .colPayzing .item-footer,
    .footer-wrapper .footer .item-footer {
        text-align: left !important;
    }

    .footer-wrapper .footer .top .footerPayzing .colPayzing .title {
        color: #817977 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        margin-bottom: 4px !important;
    }

    .footer-wrapper .footer .item-footer a,
    .footer-wrapper .footer .top .footerPayzing .colPayzing a,
    .footer-wrapper .footer .term .dflex .item-footer a {
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
    }

    .footer-wrapper .footer .term {
        align-items: flex-start !important;
        gap: 14px !important;
        margin-top: 18px !important;
        text-align: left !important;
    }

    .footer-wrapper .footer .term .copyright {
        width: 100% !important;
        color: #d0cac8 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        text-align: left !important;
    }

    .footer-wrapper .footer .term .dflex {
        display: grid !important;
        width: 100% !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 24px 28px !important;
        justify-content: stretch !important;
        align-items: flex-start !important;
    }

    .footer-wrapper .footer .term .dflex .item-footer {
        text-align: left !important;
    }
}

@media screen and (max-width: 480px) {
    .footer-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer-wrapper .footer .top .footerPayzing {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 24px 28px !important;
    }

    .footer-wrapper .footer .term .dflex {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 24px 28px !important;
    }
}
/* VNG footer edge fix: force the custom footer background/borders to bleed beyond any clipped parent */
.css-lfg2dn {
    background: #111 !important;
    background-color: #111 !important;
    box-shadow: 0 0 0 100vmax #111 !important;
    clip-path: inset(0 -100vmax) !important;
}

.css-lfg2dn::before,
.css-lfg2dn::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100vmax !important;
    background: #111 !important;
    pointer-events: none !important;
}

.css-lfg2dn::before {
    right: 100% !important;
}

.css-lfg2dn::after {
    left: 100% !important;
}

.css-lfg2dn .css-uspoqe::before {
    width: calc(100vw + 100vmax) !important;
    min-width: calc(100vw + 100vmax) !important;
    margin-left: -50vmax !important;
}

/* Final bleed/edge fix: remove tiny visible gap on the right edge of cards/full-width footer */
.shop-product-card.package-item-redesign[data-v-5a53f877] {
    overflow: hidden !important;
    border-radius: 6px !important;
    background: #fff !important;
    backface-visibility: hidden !important;
}

.shop-product-card.package-item-redesign[data-v-5a53f877] .handle-image[data-v-5a53f877] {
    width: calc(100% + 1px) !important;
    max-width: none !important;
    margin-right: -1px !important;
    overflow: hidden !important;
    border-radius: 6px 6px 0 0 !important;
    background: #fff !important;
    line-height: 0 !important;
}

.shop-product-card.package-item-redesign[data-v-5a53f877] img {
    width: calc(100% + 1px) !important;
    max-width: none !important;
    margin-right: -1px !important;
    display: block !important;
    border-radius: 6px 6px 0 0 !important;
    transform: translateZ(0) scaleX(1.002) !important;
    transform-origin: left center !important;
}

.footer-wrapper {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: calc(100vw + 4px) !important;
    min-width: calc(100vw + 4px) !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw - 2px) !important;
    margin-right: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    background: #000 !important;
    background-color: #000 !important;
    box-shadow: 0 0 0 100vmax #000 !important;
    clip-path: inset(0 -100vmax) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.footer-wrapper::before,
.footer-wrapper::after,
.footer-wrapper .footer .top::after {
    width: calc(100vw + 4px) !important;
    min-width: calc(100vw + 4px) !important;
    max-width: none !important;
}

.footer-wrapper .footer .top::after {
    margin-left: calc(-50vw - 2px) !important;
}

/* Mobile: step cards 1/2/3 must span full screen width (no side gap, no rounded outer card) */
@media screen and (max-width: 768px) {
    .container.pc {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }

    .container > .content-redesign-ui,
    .wrap-home-page-redesign-ui,
    .wrap-home-page-redesign-ui .content-main-flow,
    .wrap-login-package-payment,
    .wrap-confirmation {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .content-box-redesign-ui,
    .wrap-confirmation .content-box,
    .wrap-confirmation .confirm-single.content-box {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }

    .content-box-redesign-ui {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* Mobile: package detail modal must fit inside viewport */
@media screen and (max-width: 768px) {
    .modal-overlay[data-v-1d3f09e2],
    .modal-overlay--active[data-v-1d3f09e2] {
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .modal-wrapper[data-v-1d3f09e2],
    .modal-size-medium[data-v-1d3f09e2] {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        min-width: 0 !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) translateY(-50%) !important;
        border-radius: 8px !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .modal-wrapper .popup-header[data-v-1d3f09e2] {
        width: 100% !important;
        height: auto !important;
        min-height: 52px !important;
        padding: 14px 40px 12px !important;
        box-sizing: border-box !important;
    }

    .modal-wrapper .popup-header .title[data-v-1d3f09e2] {
        max-width: 100% !important;
        font-size: 18px !important;
        line-height: 24px !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .modal-wrapper .popup-content[data-v-1d3f09e2] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px 16px !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .pop-up-detail-package,
    .pop-up-detail-package .wrap-content[data-v-196c0b64] {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .pop-up-detail-package .packageDetail__head[data-v-196c0b64] {
        display: grid !important;
        grid-template-columns: 56px minmax(0, 1fr) !important;
        gap: 10px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 12px !important;
        box-sizing: border-box !important;
    }

    .pop-up-detail-package .packageDetail__head .image-detail[data-v-196c0b64] {
        width: 56px !important;
        height: 56px !important;
        max-width: 56px !important;
        object-fit: contain !important;
        border-radius: 6px !important;
    }

    .pop-up-detail-package .head-wrapper[data-v-196c0b64],
    .pop-up-detail-package .title-wrapper[data-v-196c0b64],
    .pop-up-detail-package .price-wrapper[data-v-196c0b64] {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .pop-up-detail-package .title-wrapper[data-v-196c0b64],
    .pop-up-detail-package .price-wrapper[data-v-196c0b64] {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
    }

    .pop-up-detail-package .title-wrapper[data-v-196c0b64],
    .pop-up-detail-package .title-wrapper[data-v-196c0b64] *,
    .pop-up-detail-package .price-wrapper[data-v-196c0b64],
    .pop-up-detail-package .price-wrapper[data-v-196c0b64] *,
    .packageInfo__content * {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        line-height: 20px !important;
        box-sizing: border-box !important;
    }

    .modal-wrapper .popup-footer[data-v-1d3f09e2] {
        width: 100% !important;
        height: auto !important;
        min-height: 58px !important;
        padding: 10px 16px !important;
        box-sizing: border-box !important;
    }

    .modal-wrapper .popup-footer .wrap-popup-footer[data-v-1d3f09e2],
    .oneButton .wrap-popup-footer[data-v-3a491f3e] {
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        justify-content: center !important;
    }

    .modal-wrapper .popup-footer .button-redesign-ui,
    .modal-wrapper .popup-footer button {
        max-width: 100% !important;
        white-space: nowrap !important;
    }
}

@media screen and (max-width: 390px) {
    .modal-wrapper[data-v-1d3f09e2],
    .modal-size-medium[data-v-1d3f09e2] {
        width: calc(100vw - 16px) !important;
        max-width: calc(100vw - 16px) !important;
    }

    .modal-wrapper .popup-content[data-v-1d3f09e2] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .pop-up-detail-package .packageDetail__head[data-v-196c0b64] {
        grid-template-columns: 48px minmax(0, 1fr) !important;
        gap: 8px !important;
    }

    .pop-up-detail-package .packageDetail__head .image-detail[data-v-196c0b64] {
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
    }
}


