.khach-hang-page {
    --khach-hang-khung-pc-rong: 1050px;
    --khach-hang-cot-menu-rong: 296px;
    --khach-hang-khoang-cach-cot: 24px;
    --khach-hang-cot-thanh-toan-rong: 366px;
    --khach-hang-cot-goi-y-rong: 280px;
    margin: 0;
    background: #ffffff;
    color: #111111;
}

body.khach-hang-page,
body.khach-hang-page #wrapper,
body.khach-hang-page #main,
body.khach-hang-page .site-main {
    background: #ffffff;
}

.khach-hang-page #wide-nav {
    display: none;
}

.khach-hang-chan-trang {
    width: 100%;
    min-height: 72px;
    background: #171717;
}

.khach-hang-page * {
    box-sizing: border-box;
}

@media (min-width: 960px) {
    .khach-hang-page .giao-dien-dau-trang__thanh-tren {
        grid-template-columns:
            minmax(var(--khach-hang-khoang-cach-cot), 1fr)
            minmax(0, var(--khach-hang-khung-pc-rong))
            minmax(var(--khach-hang-khoang-cach-cot), 1fr);
        gap: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .khach-hang-page .giao-dien-dau-trang__logo {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
    }

    .khach-hang-page .giao-dien-dau-trang__hanh-dong {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }
}

@media (min-width: 960px) and (max-width: 1079px) {
    .khach-hang-page {
        --khach-hang-cot-menu-rong: 232px;
        --khach-hang-khoang-cach-cot: 18px;
    }
}

.khach-hang-man-hinh {
    --khach-hang-mau-cam-goc: #fb5b20;
    --khach-hang-mau-cam-nen-nhe: #fff0e8;
    --khach-hang-mau-xam-nen: #f5f6f9;
    --khach-hang-khoang-cach-cum: 50px;
    --khach-hang-khoang-cach-trong-cum: 10px;
    --khach-hang-bo-goc-the: 16px;
    --khach-hang-bong-the: 0 10px 24px rgba(20, 28, 40, 0.04);
    --khach-hang-nut-rong-compact: 180px;
    --khach-hang-nut-rong-normal: 260px;
    --khach-hang-nut-rong-wide: 300px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 100vh;
    min-height: 100dvh;
    padding: 0;
    background: var(--khach-hang-mau-xam-nen);
    font-family: inherit;
}

.khach-hang-man-hinh__noi-dung {
    width: min(100%, 1400px);
    margin: 0 auto;
    padding: 28px 32px 48px;
}

.khach-hang-man-hinh__noi-dung--don {
    width: 100%;
    max-width: none;
    padding: 0;
}

.khach-hang-man-hinh__khung {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}

.khach-hang-bo-cuc-don {
    display: grid;
    grid-template-columns: minmax(0, calc(var(--khach-hang-cot-menu-rong) + var(--khach-hang-khoang-cach-cot))) minmax(0, 1fr);
    gap: 0;
    align-items: start;
    width: min(calc(100% - (var(--khach-hang-khoang-cach-cot) * 2)), var(--khach-hang-khung-pc-rong));
    margin: 0 auto;
    padding-right: 0;
}

.khach-hang-bo-cuc-don__cot-menu {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-self: start;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    padding: 28px 0 24px;
    background: rgba(255, 255, 255, 0.26);
    border-right: 1px solid rgba(17, 24, 39, 0.035);
    overflow: hidden;
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.khach-hang-bo-cuc-don__than-menu {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    flex: 1 1 auto;
    gap: 18px;
    height: 100%;
    min-height: 0;
}

.khach-hang-the-tai-khoan {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    margin-right: 32px;
    margin-left: var(--khach-hang-khoang-cach-cot);
    padding: 4px 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.khach-hang-the-tai-khoan__form-avatar {
    display: block;
    width: 60px;
    height: 60px;
    min-width: 0;
    margin: 0;
}

.khach-hang-the-tai-khoan__avatar {
    position: relative;
    display: block;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 760;
    line-height: 1;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.khach-hang-the-tai-khoan__avatar:hover,
.khach-hang-the-tai-khoan__avatar:focus-visible,
.khach-hang-the-tai-khoan__avatar:active {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
}

.khach-hang-the-tai-khoan__avatar span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f7f7fb;
    color: #a0a4ad;
}

.khach-hang-the-tai-khoan__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.khach-hang-the-tai-khoan__avatar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.58);
    opacity: 0;
    transition: opacity 0.16s ease;
}

.khach-hang-the-tai-khoan__avatar i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 18px;
    height: 18px;
    background: currentColor;
    opacity: 0;
    transform: translate(-50%, calc(-50% + 2px));
    transition: opacity 0.16s ease, transform 0.16s ease;
    mask: url("../../icon/pencil-fill.svg") center / contain no-repeat;
    -webkit-mask: url("../../icon/pencil-fill.svg") center / contain no-repeat;
}

.khach-hang-the-tai-khoan__avatar:hover::after,
.khach-hang-the-tai-khoan__avatar:focus-visible::after,
.khach-hang-the-tai-khoan__avatar:hover i,
.khach-hang-the-tai-khoan__avatar:focus-visible i {
    opacity: 1;
}

.khach-hang-the-tai-khoan__avatar:hover i,
.khach-hang-the-tai-khoan__avatar:focus-visible i {
    transform: translate(-50%, -50%);
}

.khach-hang-the-tai-khoan__noi-dung {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.khach-hang-the-tai-khoan__noi-dung strong,
.khach-hang-the-tai-khoan__noi-dung span {
    display: block;
    min-width: 0;
    overflow: hidden;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khach-hang-the-tai-khoan__noi-dung strong {
    color: #4b5563;
    font-size: 14px;
    font-weight: 680;
    text-transform: uppercase;
}

.khach-hang-the-tai-khoan__noi-dung span {
    color: #5f6673;
    font-size: 13px;
    font-weight: 450;
}

.khach-hang-menu-tai-khoan {
    display: grid;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-top: 18px;
    padding-right: 32px;
    padding-left: var(--khach-hang-khoang-cach-cot);
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.khach-hang-menu-tai-khoan a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 30px;
    padding: 0;
    border-radius: 0;
    color: #4b5563;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
    line-height: var(--text-bac-4-line-height);
    text-decoration: none;
}

.khach-hang-bieu-tuong--menu {
    width: 18px;
    height: 18px;
    color: currentColor;
    opacity: 0.72;
}

.khach-hang-menu-tai-khoan a.is-active .khach-hang-bieu-tuong--menu,
.khach-hang-menu-tai-khoan a:hover .khach-hang-bieu-tuong--menu,
.khach-hang-menu-tai-khoan a:focus-visible .khach-hang-bieu-tuong--menu {
    opacity: 1;
}

.khach-hang-menu-tai-khoan a:hover,
.khach-hang-menu-tai-khoan a:focus-visible,
.khach-hang-menu-tai-khoan a.is-active {
    color: #4b5563;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
}

.khach-hang-bo-cuc-don__chi-tiet {
    min-width: 0;
    width: 100%;
    padding-top: 28px;
    padding-left: var(--khach-hang-khoang-cach-cot);
    padding-bottom: var(--khach-hang-khoang-cach-cum);
}

.khach-hang-bo-cuc-don__mo-menu,
.khach-hang-bo-cuc-don__lop-phu {
    display: none;
}

.khach-hang-danh-sach-don {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
}

.khach-hang-danh-sach-don__dau {
    display: grid;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding-right: 32px;
    padding-left: var(--khach-hang-khoang-cach-cot);
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.khach-hang-danh-sach-don__dau h2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #4b5563;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
    line-height: var(--text-bac-4-line-height);
}

.khach-hang-danh-sach-don__dau p {
    display: none;
    margin: -4px 0 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 450;
    line-height: 1.4;
}

.khach-hang-danh-sach-don__nhom,
.khach-hang-danh-sach-don__cum,
.khach-hang-danh-sach-don__luoi {
    display: grid;
    gap: 8px;
}

.khach-hang-danh-sach-don__nhom {
    align-content: start;
    min-height: 0;
    padding-left: calc(var(--khach-hang-khoang-cach-cot) + 14px);
    padding-right: 32px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(95, 102, 115, 0.28) transparent;
}

.khach-hang-danh-sach-don__nhom::-webkit-scrollbar {
    width: 6px;
}

.khach-hang-danh-sach-don__nhom::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(95, 102, 115, 0.24);
}

.khach-hang-danh-sach-don__nhom::-webkit-scrollbar-track {
    background: transparent;
}

.khach-hang-danh-sach-don__cum {
    gap: 6px;
}

.khach-hang-danh-sach-don__luoi {
    grid-template-columns: minmax(0, 1fr);
}

.khach-hang-danh-sach-don__tieu-de-nhom {
    display: block;
}

.khach-hang-danh-sach-don__tieu-de-nhom button {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    cursor: pointer;
}

.khach-hang-danh-sach-don__tieu-de-nhom button:hover,
.khach-hang-danh-sach-don__tieu-de-nhom button:focus-visible,
.khach-hang-danh-sach-don__tieu-de-nhom button:active {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #4b5563;
}

.khach-hang-danh-sach-don__tieu-de-nhom span {
    min-width: 0;
}

.khach-hang-danh-sach-don__tieu-de-nhom i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    color: #5f6673;
    font-style: normal;
}

.khach-hang-danh-sach-don__tieu-de-nhom i::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.16s ease;
}

.khach-hang-danh-sach-don__cum.is-thu-gon .khach-hang-danh-sach-don__tieu-de-nhom i::before {
    transform: rotate(-45deg) translate(-1px, -1px);
}

.khach-hang-danh-sach-don__luoi[hidden] {
    display: none;
}

.khach-hang-danh-sach-don__the {
    --khach-hang-the-don-nen: #ffffff;
    --khach-hang-the-don-vien: rgba(17, 17, 17, 0.05);
    --khach-hang-the-don-bong: 0 10px 22px rgba(20, 28, 40, 0.035);
    --khach-hang-the-don-ma-mau: #111111;
    --khach-hang-the-don-do-mo: 1;
    --khach-hang-the-don-ti-le: 1;
    --khach-hang-the-don-cao-toi-thieu: 66px;
    --khach-hang-the-don-dem: 14px 18px;
    position: relative;
    display: grid;
    gap: 8px;
    align-content: center;
    min-width: 0;
    min-height: var(--khach-hang-the-don-cao-toi-thieu);
    padding: var(--khach-hang-the-don-dem);
    border: 1px solid var(--khach-hang-the-don-vien);
    border-radius: 10px;
    background: var(--khach-hang-the-don-nen);
    box-shadow: var(--khach-hang-the-don-bong);
    color: inherit;
    opacity: var(--khach-hang-the-don-do-mo);
    text-decoration: none;
    transform: scale(var(--khach-hang-the-don-ti-le));
    transform-origin: center top;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
}

.khach-hang-danh-sach-don__the:hover,
.khach-hang-danh-sach-don__the:focus {
    color: inherit;
    text-decoration: none;
}

.khach-hang-danh-sach-don__the.is-dang-xem {
    --khach-hang-the-don-vien: rgba(17, 24, 39, 0.09);
    --khach-hang-the-don-bong: 0 12px 24px rgba(20, 28, 40, 0.055);
    --khach-hang-the-don-ma-mau: #fb5b20;
}

.khach-hang-danh-sach-don__the.is-dang-xem::after {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 0;
    width: 3px;
    height: auto;
    border: 0;
    border-radius: 999px;
    background: #111111;
    box-shadow: none;
}

.khach-hang-danh-sach-don.has-don-dang-xem .khach-hang-danh-sach-don__the:not(.is-dang-xem) {
    --khach-hang-the-don-nen: rgba(255, 255, 255, 0.58);
    --khach-hang-the-don-vien: rgba(17, 17, 17, 0.04);
    --khach-hang-the-don-bong: none;
    --khach-hang-the-don-do-mo: 0.72;
    --khach-hang-the-don-ti-le: 0.96;
    --khach-hang-the-don-cao-toi-thieu: 60px;
    --khach-hang-the-don-dem: 12px 16px;
}

.khach-hang-danh-sach-don__thong-tin {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.khach-hang-danh-sach-don__thong-tin span {
    color: var(--khach-hang-the-don-ma-mau);
    font-size: 13px;
    font-weight: 720;
    line-height: 1.2;
}

.khach-hang-danh-sach-don__thong-tin h3,
.khach-hang-danh-sach-don__thong-tin p {
    margin: 0;
}

.khach-hang-danh-sach-don__thong-tin h3 {
    overflow: hidden;
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khach-hang-danh-sach-don__thong-tin p {
    color: #6b7280;
    font-size: 13px;
    font-weight: 450;
    line-height: 1.35;
}

.khach-hang-danh-sach-don__trong {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 16px;
    background: #ffffff;
}

.khach-hang-danh-sach-don__trong h2,
.khach-hang-danh-sach-don__trong p {
    margin: 0;
}

.khach-hang-ho-so {
    display: grid;
    gap: 18px;
    width: min(100%, 820px);
}

.khach-hang-ho-so__dau {
    display: grid;
    gap: 8px;
}

.khach-hang-ho-so__dau h1 {
    margin: 0;
    color: #111111;
    font-size: var(--text-bac-2-size);
    font-weight: var(--text-bac-2-weight);
    line-height: var(--text-bac-2-line-height);
}

.khach-hang-ho-so__dau p {
    margin: 0;
    color: #667085;
    font-size: var(--text-bac-4-size);
    line-height: 1.55;
}

.khach-hang-ho-so__thong-bao {
    margin: 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #ecfdf3;
    color: #027a48;
    font-size: var(--text-bac-4-size);
    font-weight: 600;
}

.khach-hang-ho-so__thong-bao.is-loi {
    background: #fff0e8;
    color: #b42318;
}

.khach-hang-ho-so__form {
    display: grid;
    gap: 14px;
    padding: 22px;
    border-radius: var(--khach-hang-bo-goc-the);
    background: #ffffff;
    box-shadow: var(--khach-hang-bong-the);
}

.khach-hang-ho-so__cac-nhom {
    display: grid;
    gap: 18px;
}

.khach-hang-ho-so__form-dau {
    display: grid;
    gap: 5px;
}

.khach-hang-ho-so__form-dau h2,
.khach-hang-ho-so__form-dau p {
    margin: 0;
}

.khach-hang-ho-so__form-dau h2 {
    color: #111111;
    font-size: 18px;
    font-weight: 760;
    line-height: 1.25;
}

.khach-hang-ho-so__form-dau p {
    color: #667085;
    font-size: var(--text-bac-4-size);
    line-height: 1.45;
}

.khach-hang-ho-so__truong {
    display: grid;
    gap: 7px;
    margin: 0;
}

.khach-hang-ho-so__truong span {
    color: #4b5563;
    font-size: var(--text-bac-4-size);
    font-weight: 600;
    line-height: 1.3;
}

.khach-hang-ho-so__truong input,
.khach-hang-ho-so__truong textarea {
    display: block;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #d9dde5;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-size: var(--text-bac-3-size);
    line-height: 1.4;
    box-shadow: none;
    appearance: none;
}

.khach-hang-ho-so__truong textarea {
    min-height: 96px;
    resize: vertical;
}

.khach-hang-man-hinh__dau {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--khach-hang-khoang-cach-trong-cum);
    align-items: start;
    justify-content: center;
    margin-bottom: var(--khach-hang-khoang-cach-cum);
}

.khach-hang-dau-don {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 18px;
    align-items: center;
    margin-bottom: 32px;
    min-width: 0;
}

.khach-hang-dau-don__ma {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
}

.khach-hang-dau-don__ma-mobile,
.khach-hang-dau-don__doi-don {
    display: none;
}

.khach-hang-dau-don__ma span {
    color: #60656f;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    line-height: var(--text-bac-4-line-height);
}

.khach-hang-dau-don__ma strong {
    color: #050505;
    font-size: var(--text-bac-2-size);
    font-weight: var(--text-bac-2-weight);
    line-height: var(--text-bac-2-line-height);
    letter-spacing: 0;
}

.khach-hang-dau-don__nut-huy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    min-height: 32px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: var(--khach-hang-mau-icon-dau-don, #69717d);
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    line-height: var(--text-bac-4-line-height);
    text-transform: none;
    cursor: pointer;
    appearance: none;
    transition: background 0.18s ease, color 0.18s ease;
}

.khach-hang-dau-don__nut-huy:hover,
.khach-hang-dau-don__nut-huy:focus-visible,
.khach-hang-dau-don__nut-huy:active {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    color: var(--khach-hang-mau-icon-dau-don-hover, #545c66);
}

.khach-hang-bieu-tuong--huy-don {
    width: 18px;
    height: 18px;
    color: currentColor;
    background: currentColor;
    mask: url("../../icon/trash3.svg") center / contain no-repeat;
    -webkit-mask: url("../../icon/trash3.svg") center / contain no-repeat;
}

.khach-hang-bieu-tuong--doi-don {
    width: 18px;
    height: 18px;
    color: currentColor;
    background: currentColor;
    mask: url("../../icon/swap-horizontal-svgrepo-com.svg") center / contain no-repeat;
    -webkit-mask: url("../../icon/swap-horizontal-svgrepo-com.svg") center / contain no-repeat;
}

.khach-hang-bieu-tuong--huy-don img {
    display: none;
}

.khach-hang-bieu-tuong--doi-don img {
    display: none;
}

.khach-hang-dau-don__nut-huy .khach-hang-bieu-tuong--huy-don img {
    display: none;
}

.khach-hang-dau-don__doi-don .khach-hang-bieu-tuong--doi-don img {
    display: none;
}

.khach-hang-dau-don__nut-huy .khach-hang-bieu-tuong--huy-don,
.khach-hang-dau-don__doi-don .khach-hang-bieu-tuong--doi-don {
    color: currentColor;
    background: currentColor;
    background-color: currentColor;
}

.khach-hang-dau-don__nut-huy:hover .khach-hang-bieu-tuong--huy-don,
.khach-hang-dau-don__nut-huy:focus-visible .khach-hang-bieu-tuong--huy-don,
.khach-hang-dau-don__nut-huy:active .khach-hang-bieu-tuong--huy-don {
    color: currentColor;
    background: currentColor;
    background-color: currentColor;
}

.khach-hang-man-hinh__dau-luoi {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--khach-hang-khoang-cach-cot);
    align-items: stretch;
}

.khach-hang-the-tien-do {
    padding: 16px 24px;
    border-radius: var(--khach-hang-bo-goc-the);
    background: #ffffff;
    box-shadow: var(--khach-hang-bong-the);
}

.khach-hang-ghi-chu-nhanh {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
    padding: 18px 20px;
    border-radius: var(--khach-hang-bo-goc-the);
    background: #ffffff;
    box-shadow: var(--khach-hang-bong-the);
}

.khach-hang-ghi-chu-nhanh__tieu-de {
    margin: 0;
    color: #111111;
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1.25;
}

.khach-hang-ghi-chu-nhanh__noi-dung {
    margin: 0;
    color: #667085;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.55;
}

.khach-hang-ghi-chu-nhanh.is-thong-bao.is-thanh-cong {
    background: #ecfdf3;
}

.khach-hang-ghi-chu-nhanh.is-thong-bao.is-thanh-cong .khach-hang-ghi-chu-nhanh__tieu-de,
.khach-hang-ghi-chu-nhanh.is-thong-bao.is-thanh-cong .khach-hang-ghi-chu-nhanh__noi-dung {
    color: #166534;
}

.khach-hang-ghi-chu-nhanh.is-thong-bao.is-loi {
    background: #fff1f0;
}

.khach-hang-ghi-chu-nhanh.is-thong-bao.is-loi .khach-hang-ghi-chu-nhanh__tieu-de,
.khach-hang-ghi-chu-nhanh.is-thong-bao.is-loi .khach-hang-ghi-chu-nhanh__noi-dung {
    color: #b42318;
}

.khach-hang-thong-bao-tao-don {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: grid;
    place-items: center;
    padding: 18px;
}

.khach-hang-thong-bao-tao-don[hidden] {
    display: none;
}

.khach-hang-thong-bao-tao-don__nen {
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: calc(var(--bang-keo-lop-phu, 1) * 0.48);
    transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.khach-hang-thong-bao-tao-don.is-dang-keo-lop-phu .khach-hang-thong-bao-tao-don__nen {
    transition: none;
}

.khach-hang-thong-bao-tao-don__hop {
    --khach-hang-hop-ngan-rong-toi-da: 460px;
    --khach-hang-hop-ngan-rong-toi-thieu: 50vw;
    position: relative;
    width: min(100%, var(--khach-hang-hop-ngan-rong-toi-da));
    min-width: min(var(--khach-hang-hop-ngan-rong-toi-thieu), calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    border-radius: 22px;
    background: #ffffff;
    color: #111111;
    text-align: center;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.khach-hang-thong-bao-tao-don__noi-dung-bang {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 14px;
    min-height: 496px;
    padding: 46px 54px 32px;
    text-align: center;
}

@keyframes khach-hang-hop-noi-len {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .khach-hang-page [role="dialog"]:not([hidden]) .bang-keo-di-dong,
    .khach-hang-page [aria-modal="true"]:not([hidden]).bang-keo-di-dong,
    .khach-hang-cum-thong-tin__bang-sua:not([hidden]) .bang-keo-di-dong {
        animation: khach-hang-hop-noi-len 160ms cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, opacity;
    }
}

@media (max-width: 560px) and (prefers-reduced-motion: no-preference) {
    .khach-hang-page [role="dialog"]:not([hidden]) .bang-keo-di-dong,
    .khach-hang-page [aria-modal="true"]:not([hidden]).bang-keo-di-dong,
    .khach-hang-cum-thong-tin__bang-sua:not([hidden]) .bang-keo-di-dong {
        animation: bang-keo-di-dong-len 180ms cubic-bezier(0.22, 1, 0.36, 1);
    }
}

.khach-hang-thong-bao-tao-don__dong {
    position: absolute;
    top: 20px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #5f5f5f;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
}

.khach-hang-thong-bao-tao-don__dong img {
    width: 30px;
    height: 30px;
    display: block;
}

.khach-hang-thong-bao-tao-don__icon {
    width: 76px;
    height: 76px;
    display: block;
    background: var(--khach-hang-mau-cam-goc);
    mask: var(--khach-hang-icon-check) center / contain no-repeat;
    -webkit-mask: var(--khach-hang-icon-check) center / contain no-repeat;
}

.khach-hang-thong-bao-tao-don h1 {
    margin: 0;
    color: #050505;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.khach-hang-thong-bao-tao-don__noi-dung {
    width: 100%;
    margin: 0;
    color: #5c5c5c;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.32;
    text-align: center;
}

.khach-hang-thong-bao-tao-don__ma {
    display: inline-flex;
    gap: 5px;
    align-items: baseline;
    justify-content: center;
    margin: 0;
    color: #5c5c5c;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}

.khach-hang-thong-bao-tao-don__ma strong {
    color: #050505;
    font-size: 19px;
    font-weight: 700;
}

.khach-hang-thong-bao-tao-don__goi-y {
    margin: 0;
    color: #5c5c5c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.khach-hang-man-hinh__than {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: var(--khach-hang-khoang-cach-cot);
    row-gap: var(--khach-hang-khoang-cach-cum);
    align-items: stretch;
}

.khach-hang-tien-do {
    --khach-hang-tien-do-khoang-cach: clamp(8px, 1.1vw, 16px);
    --khach-hang-tien-do-buoc-rong-toi-thieu: 96px;
    display: grid;
    grid-template-columns: repeat(6, minmax(var(--khach-hang-tien-do-buoc-rong-toi-thieu), 1fr));
    gap: var(--khach-hang-tien-do-khoang-cach);
    min-height: 0;
    padding: 2px 4px 4px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.khach-hang-tien-do::-webkit-scrollbar {
    display: none;
}

.khach-hang-tien-do__buoc {
    position: relative;
    display: grid;
    grid-template-rows: 22px 32px 24px;
    gap: 5px;
    justify-items: center;
    align-items: center;
    min-width: 0;
    color: #b7b7b7;
}

.khach-hang-tien-do__nhan {
    min-height: 26px;
    padding: 0;
    color: currentColor;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
}

.khach-hang-tien-do__bieu-tuong {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
}

.khach-hang-bieu-tuong--tien-do {
    width: 28px;
    height: 28px;
}

.khach-hang-bieu-tuong--tien-do-hoan-tat {
    position: absolute;
    top: -4px;
    right: -16px;
    width: 17px;
    height: 17px;
    background: var(--khach-hang-mau-cam-goc);
    -webkit-mask: url("../../icon/check-circle-fill.svg") center / contain no-repeat;
    mask: url("../../icon/check-circle-fill.svg") center / contain no-repeat;
}

.khach-hang-tien-do__trang-thai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    min-height: 24px;
    padding: 0;
    color: currentColor;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-5-weight);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.khach-hang-tien-do__buoc--hoan_tat,
.khach-hang-tien-do__buoc--dang_dien_ra {
    color: #111111;
}

.khach-hang-tien-do__buoc--chua_toi .khach-hang-tien-do__nhan {
    color: #c3c6cc;
}

.khach-hang-tien-do__buoc--chua_toi .khach-hang-bieu-tuong--tien-do img {
    opacity: 0.38;
}

.khach-hang-tien-do__buoc--chua_toi .khach-hang-tien-do__trang-thai {
    color: #c8cbd1;
}

.khach-hang-tien-do__buoc--dang_dien_ra .khach-hang-tien-do__trang-thai {
    height: 26px;
    min-height: 0;
    min-width: max-content;
    padding: 0 clamp(8px, 1.1vw, 12px);
    border-radius: 999px;
    background: var(--khach-hang-mau-cam-nen-nhe);
    color: var(--khach-hang-mau-cam-goc);
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-5-weight);
}

.khach-hang-cum-san-pham {
    grid-column: 1 / -1;
    display: grid;
    gap: var(--khach-hang-khoang-cach-trong-cum);
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.khach-hang-cum-san-pham h2 {
    margin: 0;
    color: #5f6670;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
    line-height: var(--text-bac-4-line-height);
}

.khach-hang-tieu-de-khoi {
    margin: 0;
    color: #5f6670;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
    line-height: var(--text-bac-4-line-height);
}

.khach-hang-tieu-de-dong {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 14px;
    align-items: center;
    min-width: 0;
    margin: 0;
}

.khach-hang-nhan-trang-thai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    min-height: 24px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--khach-hang-mau-cam-nen-nhe);
    color: var(--khach-hang-mau-cam-goc);
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-5-weight);
    line-height: 1;
    white-space: nowrap;
}

.khach-hang-nhan-trang-thai--thanh-cong {
    background: #ecfdf3;
    color: #166534;
}

.khach-hang-cum-san-pham__danh-sach {
    display: grid;
    gap: var(--khach-hang-khoang-cach-trong-cum);
}

.khach-hang-cum-thong-tin {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    align-self: stretch;
    align-items: stretch;
    grid-template-rows: max-content max-content minmax(0, 1fr);
    gap: var(--khach-hang-khoang-cach-trong-cum);
    min-width: 0;
}

.khach-hang-cum-thong-tin__chon {
    position: relative;
    display: grid;
    align-self: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    min-width: 0;
    height: auto;
    padding: 4px;
    border-radius: 999px;
    background: #e8eaee;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.khach-hang-cum-thong-tin__thanh-truot {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    z-index: 0;
    width: calc((100% - 8px) / 2);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease;
    pointer-events: none;
}

.khach-hang-cum-thong-tin__chon.is-chon-xuat-hoa-don .khach-hang-cum-thong-tin__thanh-truot {
    transform: translateX(100%);
}

.khach-hang-cum-thong-tin__chon button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 38px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: #60656f;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
}

.khach-hang-cum-thong-tin__chon button.is-active {
    color: #111111;
}

.khach-hang-cum-thong-tin__khung {
    position: relative;
    grid-row: 3;
    align-self: stretch;
    height: auto;
    min-height: 0;
    padding: 18px 28px 20px;
    border-radius: var(--khach-hang-bo-goc-the);
    background: #ffffff;
    box-shadow: var(--khach-hang-bong-the);
}

.khach-hang-cum-thong-tin__panel {
    min-width: 0;
    height: 100%;
}

.khach-hang-cum-thong-tin__form {
    min-width: 0;
    margin: 0;
}

.khach-hang-cum-thong-tin__xem {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 0;
    height: 100%;
    min-width: 0;
    margin: 0;
}

.khach-hang-cum-thong-tin__dau {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    min-width: 0;
}

.khach-hang-cum-thong-tin__tieu-de-sua {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.khach-hang-cum-thong-tin__dau h3 {
    margin: 0;
    color: #111111;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.25;
}

.khach-hang-cum-thong-tin__nut-sua {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 24px;
    min-width: 0;
    min-height: 0;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: none;
    color: #4f5358;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1;
    outline: 0;
    text-transform: none;
    cursor: pointer;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.khach-hang-cum-thong-tin__nut-sua .khach-hang-bieu-tuong {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    background: currentColor;
    mask: url("../../icon/pencil-fill.svg") center / contain no-repeat;
    -webkit-mask: url("../../icon/pencil-fill.svg") center / contain no-repeat;
}

.khach-hang-cum-thong-tin__nut-sua-chu {
    display: none;
}

.khach-hang-cum-thong-tin__nut-sua:hover,
.khach-hang-cum-thong-tin__nut-sua:focus-visible,
.khach-hang-cum-thong-tin__nut-sua:active {
    border-color: transparent;
    background: transparent;
    color: #4f5358;
}

.khach-hang-cum-thong-tin__nut-sua .khach-hang-bieu-tuong img {
    display: none;
}

.khach-hang-cum-thong-tin__noi-dung {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 18px;
    margin: 0;
    transition: opacity 0.16s ease;
}

.khach-hang-cum-thong-tin__noi-dung div {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    align-items: start;
    min-width: 0;
}

.khach-hang-cum-thong-tin__noi-dung div.is-rong {
    grid-column: auto;
}

.khach-hang-cum-thong-tin__noi-dung dt {
    color: #7a7f89;
    font-size: 15px;
    font-weight: var(--text-bac-4-weight);
    line-height: 1.35;
    text-transform: none;
}

.khach-hang-cum-thong-tin__noi-dung dd {
    min-width: 0;
    margin: 0;
    color: #111111;
    font-size: 15px;
    font-weight: var(--text-bac-3-weight);
    line-height: 1.4;
    text-transform: none;
    overflow-wrap: anywhere;
}

.khach-hang-cum-thong-tin__noi-dung dd.is-gia-tri-trong {
    color: #8a93a3;
    font-style: italic;
    font-weight: var(--text-bac-4-weight);
}

.khach-hang-cum-thong-tin__dong {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    color: #657086;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    appearance: none;
}

.khach-hang-cum-thong-tin__luoi-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    min-width: 0;
}

.khach-hang-cum-thong-tin__bang-sua[hidden] {
    display: none;
}

.khach-hang-cum-thong-tin__bang-sua {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 28px;
}

.khach-hang-cum-thong-tin__lop-phu {
    position: absolute;
    inset: 0;
    background: #111111;
    opacity: calc(var(--bang-keo-lop-phu, 1) * 0.58);
    backdrop-filter: blur(6px);
    transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.khach-hang-cum-thong-tin__bang-sua.is-dang-keo-lop-phu .khach-hang-cum-thong-tin__lop-phu {
    transition: none;
}

.khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__form {
    --khach-hang-hop-ngan-rong-toi-da: 680px;
    --khach-hang-hop-ngan-rong-toi-thieu: 50vw;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 680px);
    min-width: min(var(--khach-hang-hop-ngan-rong-toi-thieu), calc(100vw - 56px));
    max-width: calc(100vw - 56px);
    height: auto;
    max-height: calc(100vh - 56px);
    max-height: calc(100dvh - 56px);
    overflow: auto;
    padding: 30px 36px 36px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__dau,
.khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__noi-dung-sua,
.khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__luoi-form {
    grid-column: 1 / -1;
}

.khach-hang-cum-thong-tin__noi-dung-sua {
    display: contents;
}

.khach-hang-cum-thong-tin__truong {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.khach-hang-cum-thong-tin__truong.is-rong {
    grid-column: 1 / -1;
}

.khach-hang-cum-thong-tin__truong span {
    color: #24304a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.khach-hang-cum-thong-tin__truong input:not(.input_box_1),
.khach-hang-cum-thong-tin__truong textarea:not(.input_box_2),
.khach-hang-cum-thong-tin__truong .input_box_1,
.khach-hang-cum-thong-tin__truong .input_box_2 {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #d9dde5;
    border-radius: 22px;
    background: #f2f2f4;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
    color: #111111;
    font-size: 14px;
    line-height: 1.45;
    -webkit-appearance: none;
    appearance: none;
}

.khach-hang-page .khach-hang-cum-thong-tin__truong input[type="text"]:not(.input_box_1),
.khach-hang-page .khach-hang-cum-thong-tin__truong input[type="tel"]:not(.input_box_1),
.khach-hang-page .khach-hang-cum-thong-tin__truong input[type="email"]:not(.input_box_1),
.khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_1,
.khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_2 {
    border: 1px solid #d9dde5;
    border-radius: 22px;
    background: #f2f2f4;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
    -webkit-appearance: none;
    appearance: none;
}

.khach-hang-cum-thong-tin__truong input:not(.input_box_1):focus,
.khach-hang-cum-thong-tin__truong textarea:not(.input_box_2):focus,
.khach-hang-cum-thong-tin__truong .input_box_1:focus,
.khach-hang-cum-thong-tin__truong .input_box_2:focus {
    border-color: #050505;
    background: #ffffff;
    outline: 0;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
}

.khach-hang-page .khach-hang-cum-thong-tin__truong input[type="text"]:not(.input_box_1):focus,
.khach-hang-page .khach-hang-cum-thong-tin__truong input[type="tel"]:not(.input_box_1):focus,
.khach-hang-page .khach-hang-cum-thong-tin__truong input[type="email"]:not(.input_box_1):focus,
.khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_1:focus,
.khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_2:focus {
    border-color: #050505;
    background: #ffffff;
    outline: 0;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
}

.khach-hang-page .khach-hang-cum-thong-tin__truong input:not(.input_box_1):-webkit-autofill,
.khach-hang-page .khach-hang-cum-thong-tin__truong input:not(.input_box_1):-webkit-autofill:hover,
.khach-hang-page .khach-hang-cum-thong-tin__truong input:not(.input_box_1):-webkit-autofill:focus,
.khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_1:-webkit-autofill,
.khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_1:-webkit-autofill:hover,
.khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_1:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset, inset 0 1px 3px rgba(15, 23, 42, 0.08);
    -webkit-text-fill-color: #111111;
}

.khach-hang-cum-thong-tin__truong input:not(.input_box_1)::placeholder,
.khach-hang-cum-thong-tin__truong textarea:not(.input_box_2)::placeholder,
.khach-hang-cum-thong-tin__truong .input_box_1::placeholder,
.khach-hang-cum-thong-tin__truong .input_box_2::placeholder {
    color: #6b7280;
    font-weight: 400;
    opacity: 1;
}

.khach-hang-cum-thong-tin__truong input:not(.input_box_1),
.khach-hang-cum-thong-tin__truong .input_box_1 {
    height: 48px;
}

.khach-hang-cum-thong-tin__truong textarea:not(.input_box_2),
.khach-hang-cum-thong-tin__truong .input_box_2 {
    min-height: 104px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
}

.khach-hang-cum-thong-tin__mac-dinh {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    grid-column: 1;
    gap: 10px;
    align-items: center;
    align-self: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.khach-hang-cum-thong-tin__mac-dinh input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 0;
}

.khach-hang-cum-thong-tin__mac-dinh span {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.khach-hang-cum-thong-tin__mac-dinh strong {
    color: #172032;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.khach-hang-cum-thong-tin__mac-dinh small {
    color: #657086;
    font-size: 13px;
    line-height: 1.4;
}

.khach-hang-cum-thong-tin__hanh-dong {
    display: flex;
    grid-column: 2;
    align-self: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
    padding-top: 4px;
}

.khach-hang-cum-thong-tin__hanh-dong-xem {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    overflow: visible;
}

.khach-hang-cum-thong-tin__hanh-dong .khach-hang-nut-phu,
.khach-hang-cum-thong-tin__hanh-dong .button_phu,
.khach-hang-cum-thong-tin__hanh-dong .khach-hang-nut-chinh,
.khach-hang-cum-thong-tin__hanh-dong .button_chinh {
    box-sizing: border-box;
    width: 150px;
    min-width: 150px;
    height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0 16px;
    line-height: 1.4;
}

.khach-hang-hop-thiet-ke[hidden] {
    display: none;
}

.khach-hang-hop-thiet-ke {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 28px;
}

.khach-hang-hop-thiet-ke__lop-phu {
    position: absolute;
    inset: 0;
    background: #111111;
    opacity: calc(var(--bang-keo-lop-phu, 1) * 0.62);
    backdrop-filter: blur(7px);
    transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.khach-hang-hop-thiet-ke.is-dang-keo-lop-phu .khach-hang-hop-thiet-ke__lop-phu {
    transition: none;
}

.khach-hang-bang-thiet-ke {
    --khach-hang-brief-text-phu-size: 14px;
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0;
    align-content: start;
    width: min(100%, 860px);
    max-height: calc(100vh - 56px);
    max-height: calc(100dvh - 56px);
    overflow: auto;
    padding: 0;
    border: 0;
    border-radius: 24px;
    background: #f7f8fa;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
    scrollbar-width: thin;
    scrollbar-color: rgba(105, 113, 128, 0.35) transparent;
}

.khach-hang-bang-thiet-ke__dong {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #111111;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    appearance: none;
    transition: none;
}

.khach-hang-bang-thiet-ke__dong:hover {
    transform: none;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.khach-hang-bang-thiet-ke > .khach-hang-bang-thiet-ke__dong,
.khach-hang-bang-thiet-ke > .khach-hang-bang-thiet-ke__dong:hover,
.khach-hang-bang-thiet-ke > .khach-hang-bang-thiet-ke__dong:focus {
    color: #111111;
}

.khach-hang-bang-thiet-ke__gioi-thieu {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 22px 48px 18px;
    border-bottom: 1px solid #eceff4;
    background: #f7f8fa;
    box-shadow: none;
}

.khach-hang-bang-thiet-ke__dau {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.khach-hang-bang-thiet-ke__tieu-de {
    display: grid;
    gap: 5px;
    min-width: 0;
    max-width: none;
}

.khach-hang-bang-thiet-ke__hang-phu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    column-gap: 22px;
    min-width: 0;
}

.khach-hang-bang-thiet-ke__hanh-dong-dau {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    grid-column: 2;
    align-self: start;
    flex: 0 0 auto;
    min-width: max-content;
}

.khach-hang-bang-thiet-ke__hang-phu > .khach-hang-bang-thiet-ke__mo-ta {
    grid-column: 1;
    grid-row: 1;
}

.khach-hang-bang-thiet-ke__ten-goi {
    margin: 0;
    color: #111111;
    font-size: var(--text-bac-1-size);
    font-weight: var(--text-bac-1-weight);
    line-height: var(--text-bac-1-line-height);
}

.khach-hang-bang-thiet-ke__nhom h3 {
    margin: 0;
    color: #4b5563;
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-4-weight);
    line-height: var(--text-bac-3-line-height);
}

.khach-hang-bang-thiet-ke__nhom-tieu-de {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.khach-hang-bang-thiet-ke__canh-bao {
    flex: 0 0 auto;
    color: var(--khach-hang-mau-cam-goc);
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.2;
    white-space: nowrap;
}

.khach-hang-bang-thiet-ke__mo-ta,
.khach-hang-bang-thiet-ke__tham-chieu-dau p {
    margin: 0;
    color: #7a7f89;
    font-size: var(--khach-hang-brief-text-phu-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.48;
}

.khach-hang-bang-thiet-ke__gioi-thieu .khach-hang-bang-thiet-ke__mo-ta {
    color: #7a7f89;
}

.khach-hang-bang-thiet-ke__chi-tiet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #333842;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.2;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.khach-hang-bang-thiet-ke__chi-tiet .khach-hang-bieu-tuong {
    align-self: center;
}

.khach-hang-bang-thiet-ke__gioi-thieu .khach-hang-bang-thiet-ke__chi-tiet,
.khach-hang-bang-thiet-ke__gioi-thieu .khach-hang-bieu-tuong {
    color: #111111;
}

.khach-hang-bang-thiet-ke__gioi-thieu .khach-hang-bieu-tuong img {
    filter: brightness(0) saturate(100%);
}

.khach-hang-bang-thiet-ke__chi-tiet:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.khach-hang-bang-thiet-ke__chi-tiet-goi {
    display: grid;
    gap: 10px;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 18px;
    border: 0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #eceff4;
}

.khach-hang-bang-thiet-ke__chi-tiet-goi.is-collapsed {
    display: none;
}

.khach-hang-bang-thiet-ke__chi-tiet-luoi {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 16px;
}

.khach-hang-bang-thiet-ke__chi-tiet-muc {
    display: grid;
    gap: 3px;
    justify-items: center;
    min-width: 0;
    text-align: center;
}

.khach-hang-bang-thiet-ke__chi-tiet-muc span {
    color: #7a7f89;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.35;
}

.khach-hang-bang-thiet-ke__chi-tiet-muc strong {
    color: #111111;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1.35;
}

.khach-hang-bang-thiet-ke__chi-tiet-ghi-chu {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.khach-hang-bang-thiet-ke__chi-tiet-ghi-chu p {
    margin: 0;
    color: #5f6673;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.5;
}

.khach-hang-bang-thiet-ke__chi-tiet-ghi-chu strong {
    color: #333842;
    font-weight: var(--text-bac-3-weight);
}

.khach-hang-bang-thiet-ke__than {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 308px;
    gap: 32px;
    align-items: stretch;
    padding: 30px 36px 24px;
}

.khach-hang-bang-thiet-ke__cot-chinh {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.khach-hang-bang-thiet-ke__cot-phu {
    display: grid;
    min-width: 0;
    align-self: stretch;
}

.khach-hang-bang-thiet-ke__nhom {
    display: grid;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.khach-hang-bang-thiet-ke__nhom--tai-lieu {
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 100%;
}

.khach-hang-bang-thiet-ke__nhom--phu {
    gap: 8px;
}

.khach-hang-bang-thiet-ke__nhom-dau {
    display: grid;
    gap: 9px;
}

.khach-hang-bang-thiet-ke__nhom-dau p {
    margin: 0;
    color: #7a7f89;
    font-size: var(--khach-hang-brief-text-phu-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.48;
}

.khach-hang-bang-thiet-ke__o-noi-dung,
.khach-hang-bang-thiet-ke__o-ghi-chu {
    display: block;
    width: 100%;
    min-height: 240px;
    margin: 0;
    padding: 20px 22px;
    border: 1px solid #e6e9ef;
    border-radius: 16px;
    background: #ffffff;
    color: #111111;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.6;
    resize: none;
    box-shadow: none;
    appearance: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.khach-hang-bang-thiet-ke__o-noi-dung::placeholder,
.khach-hang-bang-thiet-ke__o-ghi-chu::placeholder {
    color: #9ea1a8;
}

.khach-hang-bang-thiet-ke__o-ghi-chu {
    min-height: 0;
}

.khach-hang-bang-thiet-ke__o-noi-dung:focus,
.khach-hang-bang-thiet-ke__o-ghi-chu:focus {
    outline: none;
    border-color: #111111;
    background: #ffffff;
    box-shadow: none;
}

@media (max-width: 767px) {
    .khach-hang-page .khach-hang-bang-thiet-ke__o-noi-dung,
    .khach-hang-page .khach-hang-bang-thiet-ke__o-ghi-chu,
    .khach-hang-page .khach-hang-cum-thong-tin__truong input[type="text"]:not(.input_box_1),
    .khach-hang-page .khach-hang-cum-thong-tin__truong input[type="tel"]:not(.input_box_1),
    .khach-hang-page .khach-hang-cum-thong-tin__truong input[type="email"]:not(.input_box_1),
    .khach-hang-page .khach-hang-cum-thong-tin__truong textarea:not(.input_box_2),
    .khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_1,
    .khach-hang-page .khach-hang-cum-thong-tin__truong .input_box_2,
    .khach-hang-page .khach-hang-o-voucher,
    .khach-hang-page .khach-hang-ho-so__truong input,
    .khach-hang-page .khach-hang-ho-so__truong textarea {
        font-size: 16px;
    }
}

.khach-hang-bang-thiet-ke.is-che-do-xem .khach-hang-bang-thiet-ke__o-noi-dung {
    border-color: #e6e9ef;
    background: #ffffff;
    cursor: default;
}

.khach-hang-bang-thiet-ke__o-noi-dung.is-bao-loi {
    animation: khach-hang-chop-o-bat-buoc 0.72s ease;
}

@keyframes khach-hang-chop-o-bat-buoc {
    0%,
    100% {
        background: #f1f1f3;
        box-shadow: none;
    }

    24%,
    68% {
        background: #ffffff;
        box-shadow: inset 0 0 0 1px #c8ccd4;
    }
}

.khach-hang-bang-thiet-ke__tai-lieu-dau {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 14px;
    align-items: end;
    justify-content: start;
    margin: 0;
}

.khach-hang-bang-thiet-ke__tai-file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 190px;
    min-width: 0;
    min-height: 40px;
    height: 40px;
    margin: 0;
    padding: 0 18px;
    border: 1px dashed #d3d8e1;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: none;
    color: #050505;
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
}

.khach-hang-bang-thiet-ke__tai-file:hover {
    transform: none;
    border-color: #111111;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(20, 28, 40, 0.08);
}

.khach-hang-bang-thiet-ke__tai-file-bieu-tuong {
    display: inline-flex;
    width: 28px;
    height: 22px;
    color: var(--khach-hang-mau-cam-goc);
}

.khach-hang-bang-thiet-ke__tai-file-bieu-tuong::before {
    content: "";
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-mask: url("../../icon/cloud-arrow-up-fill.svg") center / contain no-repeat;
    mask: url("../../icon/cloud-arrow-up-fill.svg") center / contain no-repeat;
}

.khach-hang-bang-thiet-ke__tep-da-tai {
    justify-self: end;
    padding: 0 4px 2px 0;
    color: #111111;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1.2;
    white-space: nowrap;
}

.khach-hang-bang-thiet-ke__tep-da-tai.is-empty {
    color: #9aa1ad;
    font-weight: var(--text-bac-4-weight);
}

.khach-hang-bang-thiet-ke__danh-sach-tep {
    display: grid;
    align-content: start;
    gap: 8px;
    max-height: 226px;
    overflow-y: auto;
    margin: 0;
    padding: 12px;
    border-radius: 18px;
    background: #f7f8fa;
    box-shadow: inset 0 0 0 1px #eceff4;
    scrollbar-width: thin;
    scrollbar-color: rgba(105, 113, 128, 0.35) transparent;
}

.khach-hang-bang-thiet-ke.is-che-do-xem .khach-hang-bang-thiet-ke__them-anh,
.khach-hang-bang-thiet-ke.is-che-do-xem .khach-hang-bang-thiet-ke__tai-file,
.khach-hang-bang-thiet-ke.is-che-do-xem .khach-hang-bang-thiet-ke__tep-xoa,
.khach-hang-bang-thiet-ke.is-che-do-xem .khach-hang-bang-thiet-ke__xoa-anh {
    display: none;
}

.khach-hang-bang-thiet-ke__tep-trong {
    margin: 0;
    padding: 14px 8px;
    color: #7a7f89;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.45;
}

.khach-hang-bang-thiet-ke__tep-loi {
    margin: 0;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff4ef;
    color: #c2411d;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.45;
}

.khach-hang-bang-thiet-ke__tep {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 10px;
    align-items: center;
    min-height: 52px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #eceff4, 0 6px 16px rgba(20, 28, 40, 0.04);
}

.khach-hang-bang-thiet-ke__tep-bieu-tuong {
    position: relative;
    display: block;
    width: 34px;
    height: 42px;
    border: 1px solid #e3e7ef;
    border-radius: 3px 6px 3px 3px;
    background: #ffffff;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 3px 3px 0 rgba(24, 34, 48, 0.1);
}

.khach-hang-bang-thiet-ke__tep-duoi-icon {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    overflow: hidden;
    padding: 0 2px;
    border-radius: 0 0 3px 3px;
    background: #687083;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
    font-size: 8px;
    font-weight: var(--text-bac-3-weight);
    line-height: 15px;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.khach-hang-bang-thiet-ke__tep-bieu-tuong--pdf .khach-hang-bang-thiet-ke__tep-duoi-icon {
    background: #ef233c;
}

.khach-hang-bang-thiet-ke__tep-bieu-tuong--excel .khach-hang-bang-thiet-ke__tep-duoi-icon {
    background: #16884a;
}

.khach-hang-bang-thiet-ke__tep-bieu-tuong--word .khach-hang-bang-thiet-ke__tep-duoi-icon {
    background: #2b63c6;
}

.khach-hang-bang-thiet-ke__tep-bieu-tuong--anh .khach-hang-bang-thiet-ke__tep-duoi-icon {
    background: #2477d4;
}

.khach-hang-bang-thiet-ke__tep-bieu-tuong--ai .khach-hang-bang-thiet-ke__tep-duoi-icon {
    background: #f47b20;
}

.khach-hang-bang-thiet-ke__tep-bieu-tuong--psd .khach-hang-bang-thiet-ke__tep-duoi-icon {
    background: #113c7a;
}

.khach-hang-bang-thiet-ke__tep-thong-tin {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.khach-hang-bang-thiet-ke__tep-thong-tin strong {
    overflow: hidden;
    color: #111111;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-2-weight);
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khach-hang-bang-thiet-ke__tep-thong-tin span {
    color: #111111;
    font-size: 9px;
    font-weight: var(--text-bac-4-weight);
    line-height: 1.1;
    white-space: nowrap;
}

.khach-hang-bang-thiet-ke__tep-dong-phu {
    display: grid;
    grid-template-columns: max-content minmax(48px, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.khach-hang-bang-thiet-ke__tep-tien-do {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #d9dee8;
    overflow: hidden;
}

.khach-hang-bang-thiet-ke__tep-tien-do-thanh {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #ff5a2f;
    transition: width 0.34s ease;
}

.khach-hang-bang-thiet-ke__tep-xoa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #7a7f89;
    cursor: pointer;
    appearance: none;
}

.khach-hang-bang-thiet-ke__tep-xoa::before {
    content: "";
    width: 18px;
    height: 18px;
    background: currentColor;
    -webkit-mask: url("../../icon/trash3.svg") center / contain no-repeat;
    mask: url("../../icon/trash3.svg") center / contain no-repeat;
}

.khach-hang-bang-thiet-ke__tep-xoa:hover {
    color: #4f5560;
}

.khach-hang-bang-thiet-ke__tham-chieu-dau {
    display: grid;
    gap: 0;
}

.khach-hang-bang-thiet-ke__them-anh {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    gap: 9px;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 22px 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #8f949c;
    font-size: 15px;
    font-weight: var(--text-bac-1-weight);
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    appearance: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.khach-hang-bang-thiet-ke__them-anh:hover {
    transform: none;
    box-shadow: none;
}

.khach-hang-bang-thiet-ke__tep-anh,
.khach-hang-bang-thiet-ke__tep-tai-lieu {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    clip-path: inset(50%);
}

.khach-hang-bang-thiet-ke__them-anh-bieu-tuong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--khach-hang-mau-cam-goc);
    font-size: 0;
    line-height: 0;
}

.khach-hang-bang-thiet-ke__them-anh-bieu-tuong::before {
    content: "";
    width: 54px;
    height: 40px;
    background: currentColor;
    -webkit-mask: url("../../icon/cloud-arrow-up-fill.svg") center / contain no-repeat;
    mask: url("../../icon/cloud-arrow-up-fill.svg") center / contain no-repeat;
}

.khach-hang-bang-thiet-ke__them-anh > span:not(.khach-hang-bang-thiet-ke__them-anh-bieu-tuong) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    color: #16181d;
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-2-weight);
    line-height: 1.25;
    text-transform: none;
    white-space: normal;
}

.khach-hang-bang-thiet-ke__them-anh small {
    display: block;
    justify-self: stretch;
    width: 100%;
    margin-top: 0;
    color: #8f949c;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.35;
    text-transform: none;
}

.khach-hang-bang-thiet-ke__khung-anh {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    height: 168px;
    min-height: 168px;
    max-height: 168px;
    padding: 0;
    border: 1px dashed #d3d8e1;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: none;
    overflow: hidden;
}

.khach-hang-bang-thiet-ke__khung-anh.is-filled {
    overflow: hidden;
}

.khach-hang-bang-thiet-ke__thu-vien {
    position: static;
    display: none;
    margin: 0;
    pointer-events: auto;
}

.khach-hang-bang-thiet-ke__khung-anh.is-filled .khach-hang-bang-thiet-ke__them-anh {
    display: none;
}

.khach-hang-bang-thiet-ke__khung-anh.is-filled .khach-hang-bang-thiet-ke__thu-vien {
    position: relative;
    display: block;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

.khach-hang-bang-thiet-ke__the-anh {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1;
    height: 100%;
    min-height: 0;
    padding: 12px;
    border: 1px solid #e5e8ee;
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.96) 0 28px, transparent 29px),
        #fbfbfc;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
    overflow: hidden;
    pointer-events: auto;
}

.khach-hang-bang-thiet-ke__the-anh.is-filled {
    position: relative;
    display: block;
    justify-self: center;
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.khach-hang-bang-thiet-ke__the-anh::before {
    content: none;
}

.khach-hang-bang-thiet-ke__the-anh-trong {
    position: relative;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
        #ffffff;
    box-shadow: 0 12px 24px rgba(24, 34, 48, 0.08);
}

.khach-hang-bang-thiet-ke__the-anh-trong::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: #9aa1ad;
    -webkit-mask: url("../../icon/image.svg") center / contain no-repeat;
    mask: url("../../icon/image.svg") center / contain no-repeat;
}

.khach-hang-bang-thiet-ke__the-anh.is-filled .khach-hang-bang-thiet-ke__the-anh-trong {
    display: none;
}

.khach-hang-bang-thiet-ke__xoa-anh {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.16);
    color: #111111;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    transform: none;
    cursor: pointer;
    appearance: none;
}

.khach-hang-bang-thiet-ke__the-anh.is-filled > .khach-hang-bang-thiet-ke__anh-xem-truoc {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100% !important;
    max-height: none;
    border-radius: 12px;
    background: transparent;
    object-fit: contain !important;
    object-position: center center;
}

.khach-hang-bang-thiet-ke__nhom--phu {
    position: static;
    gap: 8px;
}

.khach-hang-bang-thiet-ke__luu-y {
    display: grid;
    gap: 4px;
    margin: 10px 0 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #eeeeef;
    box-shadow: none;
    color: #111111;
}

.khach-hang-bang-thiet-ke__luu-y strong {
    display: block;
    margin: 0;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-3-weight);
}

.khach-hang-bang-thiet-ke__luu-y p {
    margin: 0;
    color: #5f6268;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.48;
}

.khach-hang-bang-thiet-ke__chan {
    display: grid;
    gap: 12px;
    margin: 10px 0 0;
}

.khach-hang-bang-thiet-ke.is-che-do-sua[data-co-thong-tin-da-gui="1"] .khach-hang-bang-thiet-ke__chan {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.khach-hang-bang-thiet-ke__nut-huy,
.khach-hang-bang-thiet-ke__nut-gui {
    width: 100%;
    min-width: 0;
    min-height: 45px;
    height: 45px;
    margin: 0;
    padding: 0 30px;
    border: 0;
    border-radius: 999px;
    background: #050505;
    box-shadow: none;
    color: #ffffff;
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1;
    cursor: pointer;
    appearance: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.khach-hang-bang-thiet-ke__nut-huy[hidden] {
    display: none;
}

.khach-hang-bang-thiet-ke__nut-huy {
    border: 1px solid #d8dce3;
    background: #ffffff;
    color: #111111;
}

.khach-hang-bang-thiet-ke__nut-gui:hover {
    transform: none;
    box-shadow: none;
}

.khach-hang-bang-thiet-ke__nut-gui.button_phu {
    border: 1px solid #d8dce3;
    background: #ffffff;
    color: #111111;
}

.khach-hang-hop-gui-file[hidden] {
    display: none;
}

.khach-hang-hop-gui-file {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: grid;
    place-items: center;
    padding: 24px;
}

.khach-hang-hop-gui-file__lop-phu {
    position: absolute;
    inset: 0;
    background: #0b0f16;
    opacity: calc(var(--bang-keo-lop-phu, 1) * 0.42);
    transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.khach-hang-hop-gui-file.is-dang-keo-lop-phu .khach-hang-hop-gui-file__lop-phu {
    transition: none;
}

.khach-hang-bang-gui-file {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 18px;
    width: min(520px, 100%);
    min-height: 548px;
    margin: 0;
    padding: 28px;
    border: 0;
    border-radius: 24px;
    background: #f7f8fa;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}

.khach-hang-bang-gui-file__dong {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 0;
    height: 42px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #111111;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-shadow: none;
    cursor: pointer;
    appearance: none;
}

.khach-hang-bang-gui-file__dong:hover {
    transform: none;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.khach-hang-bang-gui-file__dau {
    display: grid;
    gap: 8px;
    padding-right: 42px;
}

.khach-hang-bang-gui-file__dau h3 {
    margin: 0;
    color: #111111;
    font-size: var(--text-bac-1-size);
    font-weight: var(--text-bac-1-weight);
    line-height: var(--text-bac-1-line-height);
}

.khach-hang-bang-gui-file__dem-dau {
    display: block;
    width: 100%;
    height: 12px;
}

.khach-hang-bang-gui-file__than {
    display: grid;
    align-content: start;
    gap: 14px;
}

.khach-hang-bang-gui-file__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    clip-path: inset(50%);
}

.khach-hang-bang-gui-file__chon {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    gap: 9px;
    width: 100%;
    min-width: 0;
    height: 168px;
    min-height: 168px;
    margin: 0;
    padding: 22px 24px;
    border: 1px dashed #d3d8e1;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: none;
    color: #111111;
    font: inherit;
    letter-spacing: normal;
    line-height: 1.35;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    appearance: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.khach-hang-bang-gui-file__chon:hover {
    transform: none;
    border-color: #111111;
    box-shadow: 0 14px 28px rgba(20, 28, 40, 0.08);
}

.khach-hang-bang-gui-file__chon-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--khach-hang-mau-cam-goc);
    font-size: 0;
    line-height: 0;
}

.khach-hang-bang-gui-file__chon-icon::before {
    content: "";
    width: 54px;
    height: 40px;
    background: currentColor;
    -webkit-mask: url("../../icon/cloud-arrow-up-fill.svg") center / contain no-repeat;
    mask: url("../../icon/cloud-arrow-up-fill.svg") center / contain no-repeat;
}

.khach-hang-bang-gui-file__chon > span:not(.khach-hang-bang-gui-file__chon-icon) {
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-3-weight);
}

.khach-hang-bang-gui-file__chon small {
    max-width: 360px;
    color: #8f949c;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-5-weight);
    line-height: 1.45;
}

.khach-hang-bang-gui-file__danh-sach {
    display: grid;
    align-content: start;
    gap: 8px;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
    overflow-y: auto;
    margin: 0;
    padding: 12px;
    border-radius: 18px;
    background: #f7f8fa;
    box-shadow: inset 0 0 0 1px #eceff4;
}

.khach-hang-bang-gui-file__loi {
    min-height: 44px;
    margin: 0;
    padding: 11px 14px;
    border-radius: 8px;
    background: #fff1ea;
    color: #e44a1c;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.35;
}

.khach-hang-bang-gui-file__loi[hidden] {
    display: block;
    visibility: hidden;
}

.khach-hang-bang-gui-file.is-che-do-xem .khach-hang-bang-gui-file__chon {
    display: none;
}

.khach-hang-bang-gui-file.is-che-do-xem [data-xoa-file-da-gui] {
    display: none;
}

.khach-hang-bang-gui-file__nut-huy[hidden] {
    display: none;
}

.khach-hang-bang-gui-file__tep-da-gui {
    cursor: default;
}

.khach-hang-bang-gui-file__chan {
    display: grid;
    gap: 12px;
}

.khach-hang-bang-gui-file.is-che-do-sua[data-co-file-da-gui="1"] .khach-hang-bang-gui-file__chan {
    grid-template-columns: 1fr 1fr;
}

.khach-hang-bang-gui-file__nut-huy {
    width: 100%;
    min-width: 0;
    height: 45px;
    min-height: 45px;
    margin: 0;
    padding: 0 24px;
    line-height: 1;
}

.khach-hang-bang-gui-file__nut-gui {
    width: 100%;
    min-width: 0;
    min-height: 45px;
    height: 45px;
    margin: 0;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #050505;
    box-shadow: none;
    color: #ffffff;
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1;
    text-shadow: none;
    cursor: pointer;
    appearance: none;
}

.khach-hang-bang-gui-file__nut-gui.button_phu {
    border: 1px solid var(--button-phu-vien);
    background: var(--button-phu-nen);
    color: var(--button-phu-chu);
}

.khach-hang-bang-gui-file__nut-gui:disabled,
.khach-hang-bang-gui-file__nut-gui[disabled] {
    background: #050505;
    color: #ffffff;
    opacity: 1;
    cursor: not-allowed;
}

.khach-hang-the-san-pham {
    --khach-hang-cot-hanh-dong: var(--khach-hang-nut-rong-normal);
    --khach-hang-cao-the-san-pham: 132px;
    --khach-hang-the-san-pham-dem-tren: 12px;
    --khach-hang-the-san-pham-dem-phai: 24px;
    --khach-hang-the-san-pham-dem-duoi: 16px;
    --khach-hang-the-san-pham-dem-trai: 16px;
    position: relative;
    display: grid;
    grid-template-columns: var(--khach-hang-cao-the-san-pham) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
    min-width: 0;
    max-width: 100%;
    min-height: calc(var(--khach-hang-cao-the-san-pham) + 28px);
    padding:
        var(--khach-hang-the-san-pham-dem-tren)
        var(--khach-hang-the-san-pham-dem-phai)
        var(--khach-hang-the-san-pham-dem-duoi)
        var(--khach-hang-the-san-pham-dem-trai);
    border: 0;
    border-radius: var(--khach-hang-bo-goc-the);
    background: #ffffff;
    box-shadow: var(--khach-hang-bong-the);
    overflow: hidden;
}

.khach-hang-the-san-pham__anh {
    position: relative;
    align-self: center;
    width: var(--khach-hang-cao-the-san-pham);
    height: var(--khach-hang-cao-the-san-pham);
    min-height: var(--khach-hang-cao-the-san-pham);
    overflow: hidden;
    border-radius: calc(var(--khach-hang-bo-goc-the) - 4px);
    background: #f3f4f8;
}

.khach-hang-the-san-pham__anh img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.khach-hang-the-san-pham__noi-dung {
    box-sizing: border-box;
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: max-content max-content 1fr;
    gap: 4px;
    align-items: stretch;
    justify-self: start;
    min-width: 0;
    width: 100%;
    min-height: var(--khach-hang-cao-the-san-pham);
    padding: 0;
}

.khach-hang-the-san-pham__dau {
    display: contents;
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    align-items: center;
    justify-content: start;
    align-self: start;
}

.khach-hang-the-san-pham__dau h3 {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 1;
    align-items: center;
    justify-self: stretch;
    align-self: stretch;
    margin: 0;
    color: #111111;
    font-size: var(--text-bac-2-size);
    font-weight: var(--text-bac-2-weight);
    line-height: var(--text-bac-2-line-height);
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 34px 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khach-hang-the-san-pham__trang-thai {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    align-self: center;
    margin-right: 0;
}

.khach-hang-the-san-pham__noi-dung > .khach-hang-nut-tuy-chon[type="button"] {
    box-sizing: border-box;
    position: absolute;
    top: var(--khach-hang-the-san-pham-dem-tren);
    right: var(--khach-hang-the-san-pham-dem-phai);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    align-self: center;
    width: 24px;
    height: 24px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    letter-spacing: normal;
    line-height: 0;
    outline: 0;
    text-shadow: none;
    text-transform: none;
    appearance: none;
    -webkit-appearance: none;
}

.khach-hang-the-san-pham__noi-dung > .khach-hang-nut-tuy-chon[type="button"] .khach-hang-bieu-tuong {
    position: absolute;
    inset: 0;
    margin: auto;
    pointer-events: none;
}

.khach-hang-the-san-pham__noi-dung > .khach-hang-nut-tuy-chon[type="button"]:hover,
.khach-hang-the-san-pham__noi-dung > .khach-hang-nut-tuy-chon[type="button"]:focus {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
}

.khach-hang-bieu-tuong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #4f4f4f;
    line-height: 0;
}

.khach-hang-bieu-tuong img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.khach-hang-bieu-tuong--tuy-chon {
    width: 24px;
    height: 24px;
    color: #4f5358;
}

.khach-hang-menu-san-pham {
    position: absolute;
    top: 48px;
    right: 15px;
    z-index: 12;
    display: grid;
    min-width: 238px;
    gap: 2px;
    padding: 10px;
    border: 1px solid #eceef3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(20, 28, 40, 0.16);
}

.khach-hang-menu-san-pham[hidden] {
    display: none;
}

.khach-hang-menu-san-pham button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    color: #111111;
    font: inherit;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    line-height: 1.25;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    appearance: none;
}

.khach-hang-menu-san-pham button:hover,
.khach-hang-menu-san-pham button:focus {
    background: #f5f6f9;
    box-shadow: none;
}

.khach-hang-hop-chi-tiet-san-pham,
.khach-hang-hop-huy-san-pham,
.khach-hang-hop-huy-don {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: grid;
    place-items: center;
    padding: 24px;
    background: transparent;
}

.khach-hang-hop-chi-tiet-san-pham::before,
.khach-hang-hop-huy-san-pham::before,
.khach-hang-hop-huy-don::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #111111;
    opacity: calc(var(--bang-keo-lop-phu, 1) * 0.45);
    transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.khach-hang-hop-chi-tiet-san-pham.is-dang-keo-lop-phu::before,
.khach-hang-hop-huy-san-pham.is-dang-keo-lop-phu::before,
.khach-hang-hop-huy-don.is-dang-keo-lop-phu::before {
    transition: none;
}

.khach-hang-hop-chi-tiet-san-pham[hidden],
.khach-hang-hop-huy-san-pham[hidden],
.khach-hang-hop-huy-don[hidden] {
    display: none;
}

.khach-hang-hop-nho {
    --khach-hang-hop-ngan-rong-toi-da: 420px;
    --khach-hang-hop-ngan-rong-toi-thieu: 50vw;
    position: relative;
    z-index: 1;
    width: min(var(--khach-hang-hop-ngan-rong-toi-da), 100%);
    min-width: min(var(--khach-hang-hop-ngan-rong-toi-thieu), calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(20, 28, 40, 0.22);
}

.khach-hang-hop-nho__dau {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 12px;
    align-items: center;
    padding: 18px 20px 12px;
    border-bottom: 1px solid #eceef3;
}

.khach-hang-hop-nho__dau h3 {
    margin: 0;
    color: #111111;
    font-size: var(--text-bac-2-size);
    font-weight: var(--text-bac-2-weight);
    line-height: 1.25;
}

.khach-hang-hop-nho__dau button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f5f6f9;
    box-shadow: none;
    color: #111111;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho {
    --khach-hang-hop-ngan-rong-toi-da: 494px;
    width: min(var(--khach-hang-hop-ngan-rong-toi-da), 100%);
    border-radius: 24px;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho__dau,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho__dau {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 28px;
    padding: 66px 52px 8px;
    border-bottom: 0;
    text-align: center;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho__dau h3,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho__dau h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.18;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho__dau button,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho__dau button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
}

.khach-hang-hop-nho__canh-bao {
    display: block;
    width: 108px;
    height: 108px;
    background: #ff6422;
    mask: url("../../icon/triangle-alert-fill.svg") center / contain no-repeat;
    -webkit-mask: url("../../icon/triangle-alert-fill.svg") center / contain no-repeat;
}

.khach-hang-hop-nho__canh-bao img {
    display: none;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho__noi-dung,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho__noi-dung {
    gap: 70px;
    justify-items: center;
    padding: 0 42px 42px;
    text-align: center;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho__noi-dung p,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho__noi-dung p {
    width: min(100%, 320px);
    color: #5f6673;
    font-size: 16px;
    line-height: 1.35;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho__noi-dung p strong,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho__noi-dung p strong {
    color: #111111;
    font-weight: 700;
}

.khach-hang-hop-huy-don .khach-hang-hop-nho__noi-dung form,
.khach-hang-hop-huy-san-pham .khach-hang-hop-nho__noi-dung form {
    width: 100%;
    margin: 0;
}

.khach-hang-hop-nho__noi-dung {
    display: grid;
    gap: 14px;
    padding: 18px 20px 20px;
}

.khach-hang-hop-nho__noi-dung p {
    margin: 0;
    color: #667085;
    font-size: var(--text-bac-4-size);
    line-height: 1.5;
}

.khach-hang-chi-tiet-san-pham {
    display: grid;
    gap: 0;
    margin: 0;
}

.khach-hang-chi-tiet-san-pham div {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #eceef3;
}

.khach-hang-chi-tiet-san-pham div:last-child {
    border-bottom: 0;
}

.khach-hang-chi-tiet-san-pham dt,
.khach-hang-chi-tiet-san-pham dd {
    margin: 0;
    font-size: var(--text-bac-4-size);
    line-height: 1.4;
}

.khach-hang-chi-tiet-san-pham dt {
    color: #667085;
}

.khach-hang-chi-tiet-san-pham dd {
    color: #111111;
    font-weight: var(--text-bac-4-weight);
    text-align: right;
}

.khach-hang-hop-nho__hanh-dong {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
    width: 100%;
}

.khach-hang-nut-phu,
.khach-hang-hop-nho__hanh-dong .button_phu,
.khach-hang-hop-nho__hanh-dong .button_chinh,
.khach-hang-nut-nguy-hiem {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    box-shadow: none;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    transition:
        background 0.18s ease,
        color 0.18s ease;
}

.khach-hang-hop-nho__hanh-dong .button_phu,
.khach-hang-hop-nho__hanh-dong .button_chinh {
    justify-self: stretch;
    height: 45px;
    min-height: 45px;
    margin-right: 0;
}

.khach-hang-page .button_phu,
.khach-hang-nut-phu {
    background: var(--button-phu-nen);
    border-color: var(--button-phu-vien);
    color: var(--button-phu-chu);
}

.khach-hang-page .button_phu:hover,
.khach-hang-nut-phu:hover {
    background: var(--button-phu-nen-hover);
    border-color: var(--button-phu-vien-hover);
    box-shadow: none;
}

.khach-hang-page .button_phu:active,
.khach-hang-nut-phu:active {
    background: var(--button-phu-nen-active);
    border-color: var(--button-phu-vien-active);
    box-shadow: none;
}

.khach-hang-page .button_chinh {
    background: #050505;
    border-color: transparent;
    color: #ffffff;
}

.khach-hang-nut-phu-mini {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid var(--button-phu-vien);
    background: var(--button-phu-nen);
    color: var(--button-phu-chu);
    line-height: 1;
    white-space: nowrap;
}

.khach-hang-nut-phu-mini:hover {
    background: var(--button-phu-nen-hover);
    border-color: var(--button-phu-vien-hover);
}

.khach-hang-nut-phu--xem-lai {
    /* Alias theo ngu canh cu; contract kich thuoc nam o khach-hang-nut-phu-mini. */
}

.khach-hang-file-xem-lai {
    display: grid;
    gap: 10px;
}

.khach-hang-file-xem-lai__dong {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid #eceef3;
    border-radius: 12px;
    background: #f8f9fb;
    color: #111111;
    text-decoration: none;
}

.khach-hang-file-xem-lai__dong:hover {
    color: #111111;
    background: #f3f5f8;
}

.khach-hang-file-xem-lai__anh {
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid #eceef3;
    border-radius: 12px;
    background: #f8f9fb;
    color: #111111;
    text-decoration: none;
}

.khach-hang-file-xem-lai__anh:hover {
    color: #111111;
    background: #f3f5f8;
}

.khach-hang-file-xem-lai__anh img {
    display: block;
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    border-radius: 10px;
    background: #ffffff;
}

.khach-hang-file-xem-lai__anh span {
    display: grid;
    gap: 2px;
}

.khach-hang-file-xem-lai__dong span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #ffffff;
    color: var(--khach-hang-mau-cam-goc);
    font-size: 10px;
    font-weight: 800;
}

.khach-hang-file-xem-lai__dong strong,
.khach-hang-file-xem-lai__dong small,
.khach-hang-file-xem-lai__anh strong,
.khach-hang-file-xem-lai__anh small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khach-hang-file-xem-lai__dong strong,
.khach-hang-file-xem-lai__anh strong {
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
}

.khach-hang-file-xem-lai__dong small,
.khach-hang-file-xem-lai__anh small,
.khach-hang-file-xem-lai__trong {
    color: #8a93a3;
    font-size: var(--text-bac-5-size);
}

.khach-hang-thong-tin-da-gui {
    display: grid;
    gap: 8px;
}

.khach-hang-thong-tin-da-gui > span {
    color: #4b5565;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-4-weight);
}

.khach-hang-nut-nguy-hiem {
    background: var(--khach-hang-mau-cam-goc);
    color: #ffffff;
}

.khach-hang-san-pham-trong {
    padding: 22px 24px;
    border-radius: var(--khach-hang-bo-goc-the);
    background: #ffffff;
    box-shadow: var(--khach-hang-bong-the);
    color: #667085;
    font-size: var(--text-bac-4-size);
    line-height: 1.45;
}

.khach-hang-the-san-pham__dong-gia {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 0;
    align-self: start;
    align-content: start;
    padding: 0;
    border-bottom: 0;
}

.khach-hang-the-san-pham__dong-gia div {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) var(--khach-hang-cot-hanh-dong);
    gap: 9px;
    align-items: center;
    min-width: 0;
    color: #111111;
    min-height: 24px;
    padding: 2px 0;
    font-size: var(--text-bac-4-size);
    line-height: var(--text-bac-4-line-height);
}

.khach-hang-the-san-pham__dong-gia span {
    justify-self: start;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    font-weight: var(--text-bac-4-weight);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khach-hang-bieu-tuong--dong-gia {
    justify-self: start;
    width: 18px;
    height: 18px;
}

.khach-hang-the-san-pham__dong-gia strong {
    justify-self: end;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    font-weight: var(--text-bac-4-weight);
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khach-hang-the-san-pham__hanh-dong {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: var(--khach-hang-cot-hanh-dong);
    justify-content: end;
    align-items: stretch;
    align-self: center;
    margin: 0;
}

.khach-hang-the-san-pham__hanh-dong .button_chinh {
    justify-self: stretch;
    width: 100%;
    margin-right: 0;
}

.khach-hang-the-san-pham__hanh-dong .khach-hang-nut-chinh {
    justify-self: stretch;
    width: 100%;
    margin-right: 0;
}

.khach-hang-nut-chinh,
.khach-hang-nut-thanh-toan {
    box-sizing: border-box;
    min-height: 38px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #050505;
    color: #ffffff;
    font-size: var(--text-bac-3-size);
    font-weight: var(--text-bac-3-weight);
    letter-spacing: normal;
    line-height: 1;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    appearance: none;
    transition:
        background 0.18s ease,
        color 0.18s ease;
}

.khach-hang-nut-chinh:hover,
.khach-hang-nut-thanh-toan:hover {
    background: #1b1b1b;
    box-shadow: none;
}

.khach-hang-nut-chinh:active,
.khach-hang-nut-thanh-toan:active {
    background: #111111;
    box-shadow: none;
}

.khach-hang-nut-chinh {
    align-self: center;
    justify-self: end;
    width: max-content;
    min-width: 0;
    min-height: 0;
    height: 40px;
    margin-right: -18px;
    padding: 0 18px;
    font-size: var(--text-bac-3-size);
    letter-spacing: 0;
    white-space: nowrap;
}

.khach-hang-khoi-thanh-toan {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    grid-template-rows: auto auto;
    align-self: stretch;
    gap: var(--khach-hang-khoang-cach-trong-cum);
    min-width: 0;
    width: 100%;
}

.khach-hang-thanh-toan {
    height: auto;
    min-height: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--khach-hang-bo-goc-the);
    background: #ffffff;
    box-shadow: var(--khach-hang-bong-the);
}

.khach-hang-thanh-toan__dau {
    min-height: 0;
    padding: 10px 30px;
    border-bottom: 1px solid #e5e5e7;
}

.khach-hang-thanh-toan__dau > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.khach-hang-thanh-toan__ma-don {
    display: inline-flex;
    align-items: baseline;
    gap: 18px;
    min-width: 0;
}

.khach-hang-thanh-toan__ma-don span {
    display: inline;
    color: #111111;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-5-weight);
    white-space: nowrap;
}

.khach-hang-thanh-toan__ma-don strong {
    display: inline;
    color: #111111;
    font-size: var(--text-bac-2-size);
    font-weight: var(--text-bac-2-weight);
    line-height: var(--text-bac-2-line-height);
    white-space: nowrap;
}

.khach-hang-thanh-toan__trang-thai {
    justify-self: end;
    margin-right: -12px;
}

.khach-hang-thanh-toan__bang {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 16px 30px 20px;
    border-bottom: 1px solid #e5e5e7;
}

.khach-hang-thanh-toan__bang div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    color: #60636a;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
}

.khach-hang-thanh-toan__bang span,
.khach-hang-thanh-toan__bang strong {
    margin: 0;
}

.khach-hang-thanh-toan__bang strong {
    color: #555555;
    font-weight: var(--text-bac-4-weight);
    text-align: right;
}

.khach-hang-thanh-toan__bang [hidden] {
    display: none;
}

.khach-hang-thanh-toan__tong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 30px 24px;
}

.khach-hang-thanh-toan__tong span {
    min-width: 0;
    color: #555b63;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-3-weight);
}

.khach-hang-thanh-toan__tong strong {
    color: var(--khach-hang-mau-cam-goc);
    font-size: 24px;
    font-weight: var(--text-bac-1-weight);
    line-height: 1.05;
    text-align: right;
    white-space: nowrap;
}

.khach-hang-thanh-toan__voucher {
    padding: 24px 30px 20px;
}

.khach-hang-thanh-toan input.khach-hang-o-voucher {
    display: block;
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid #dedfe3;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
    letter-spacing: normal;
    text-transform: none;
}

.khach-hang-thanh-toan input.khach-hang-o-voucher::placeholder {
    color: #b6b9bf;
}

.khach-hang-muc-thanh-toan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 30px 24px;
    color: #60636a;
    font-size: var(--text-bac-4-size);
    font-weight: var(--text-bac-4-weight);
}

.khach-hang-muc-thanh-toan__chon {
    position: relative;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 3px;
    border-radius: 999px;
    background: #e8eaee;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.khach-hang-muc-thanh-toan__thanh-truot {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    z-index: 0;
    width: calc((100% - 6px) / 2);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease;
    pointer-events: none;
}

.khach-hang-muc-thanh-toan__chon.is-chon-100 .khach-hang-muc-thanh-toan__thanh-truot {
    transform: translateX(100%);
}

.khach-hang-muc-thanh-toan__chon button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    min-height: 0;
    height: 28px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: #4b4f56;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-5-weight);
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    appearance: none;
}

.khach-hang-muc-thanh-toan__chon button.is-active {
    color: #111111;
}

.khach-hang-thanh-toan__hanh-dong {
    display: flex;
    justify-content: flex-end;
    padding: 0 26px 24px;
}

.khach-hang-nut-thanh-toan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, var(--khach-hang-nut-rong-wide));
    margin: 0;
    min-height: 0;
    height: 45px;
    font-size: var(--text-bac-3-size);
}

.khach-hang-thanh-toan p {
    margin: -10px 30px 22px;
    color: #a6a8ad;
    font-size: var(--text-bac-5-size);
    font-weight: var(--text-bac-5-weight);
    line-height: var(--text-bac-5-line-height);
    text-align: right;
}

@media (max-width: 959px) {
    .khach-hang-man-hinh {
        --khach-hang-nut-rong-compact: 168px;
        --khach-hang-nut-rong-normal: 240px;
        --khach-hang-nut-rong-wide: 280px;
        grid-template-columns: 1fr;
        padding: 0;
    }

    .khach-hang-man-hinh__noi-dung {
        padding: 14px;
    }

    .khach-hang-bo-cuc-don {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        width: min(calc(100% - 48px), 820px);
        margin: 0 auto;
        padding-right: 0;
    }

    .khach-hang-bo-cuc-don__mo-menu {
        appearance: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        min-height: 38px;
        margin: 0;
        padding: 0 16px;
        border: 1px solid rgba(17, 24, 39, 0.1);
        border-radius: 999px;
        background: #ffffff;
        box-shadow: 0 10px 22px rgba(20, 28, 40, 0.045);
        color: #111111;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-transform: none;
    }

    .khach-hang-bo-cuc-don__lop-phu {
        position: fixed;
        inset: 0;
        z-index: 10010;
        display: block;
        background: rgba(0, 0, 0, 0.36);
        opacity: var(--bang-keo-lop-phu, 1);
        transition: opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .khach-hang-bo-cuc-don__lop-phu[hidden] {
        display: none;
    }

    .khach-hang-bo-cuc-don__cot-menu {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 10020;
        display: flex;
        flex-direction: column;
        width: min(calc(100vw - 32px), 720px);
        height: auto;
        min-height: min(84dvh, max(50dvh, 360px));
        max-height: min(84dvh, 720px);
        max-width: calc(100vw - 32px);
        margin: 0 auto;
        padding: 24px 0 0;
        overflow: hidden;
        overscroll-behavior: contain;
        background: #f5f6f9;
        --bang-keo-di-dong-cao-toi-thieu: 50dvh;
        --bang-keo-di-dong-nen: #f5f6f9;
        border-radius: 24px 24px 0 0;
        box-shadow: none;
        transform: translate3d(0, 100%, 0);
        transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .khach-hang-bo-cuc-don__than-menu {
        flex: 1 1 auto;
        min-height: 0;
        padding: 5px 18px calc(24px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    .khach-hang-the-tai-khoan {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 10px;
        margin-right: 0;
        margin-left: 0;
        padding: 12px;
    }

    .khach-hang-the-tai-khoan__form-avatar,
    .khach-hang-the-tai-khoan__avatar {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }

    .khach-hang-the-tai-khoan__noi-dung strong,
    .khach-hang-the-tai-khoan__noi-dung span {
        font-size: 13px;
    }

    .khach-hang-menu-tai-khoan {
        padding-right: 0;
        padding-left: 0;
    }

    .khach-hang-bo-cuc-don__chi-tiet {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: calc(var(--khach-hang-khoang-cach-cum) + 88px + env(safe-area-inset-bottom));
    }

    .khach-hang-bo-cuc-don.is-mo-danh-sach-don .khach-hang-bo-cuc-don__cot-menu {
        box-shadow: 0 -22px 60px rgba(15, 23, 42, 0.22);
        transform: translate3d(0, 0, 0);
    }

    .khach-hang-danh-sach-don {
        grid-template-rows: auto auto;
        gap: 22px;
        height: auto;
        min-height: 100%;
    }

    .khach-hang-danh-sach-don__dau {
        align-items: start;
        gap: 6px;
        min-height: 38px;
        padding: 0 14px 0 0;
    }

    .khach-hang-danh-sach-don__dau p {
        display: block;
        margin: 0 0 14px;
    }

    .khach-hang-danh-sach-don__nhom {
        padding-left: 0;
        padding-right: 14px;
        overflow: visible;
    }

    .khach-hang-danh-sach-don__luoi {
        grid-template-columns: 1fr;
    }

    .khach-hang-dau-don {
        grid-template-columns: minmax(0, 1fr) max-content max-content;
        gap: 12px;
        align-items: center;
        margin-bottom: 26px;
    }

    .khach-hang-bo-cuc-don__mo-menu {
        display: none;
    }

    .khach-hang-dau-don__ma {
        gap: 7px;
        align-items: baseline;
    }

    .khach-hang-dau-don__ma-pc {
        display: none;
    }

    .khach-hang-dau-don__ma-mobile {
        display: inline;
    }

    .khach-hang-dau-don__ma .khach-hang-dau-don__ma-mobile {
        color: #60656f;
        font-size: var(--text-bac-4-size);
        font-weight: var(--text-bac-4-weight);
        line-height: var(--text-bac-4-line-height);
    }

    .khach-hang-dau-don__ma strong {
        font-size: var(--text-bac-2-size);
        font-weight: var(--text-bac-2-weight);
        line-height: var(--text-bac-2-line-height);
    }

    .khach-hang-dau-don__doi-don {
        appearance: none;
        -webkit-appearance: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        min-width: 34px;
        height: 34px;
        min-height: 34px;
        margin: 0;
        padding: 0;
        border: 1px solid transparent;
        border-radius: 50%;
        background: transparent;
        box-shadow: none;
        color: var(--khach-hang-mau-icon-dau-don, #69717d);
        font-size: 0;
        line-height: 1;
        text-transform: none;
        cursor: pointer;
    }

    .khach-hang-dau-don__doi-don:hover,
    .khach-hang-dau-don__doi-don:focus-visible,
    .khach-hang-dau-don__doi-don:active {
        border-color: transparent;
        background: rgba(255, 255, 255, 0.38);
        box-shadow: none;
        color: var(--khach-hang-mau-icon-dau-don-hover, #545c66);
    }

    .khach-hang-dau-don__doi-don .khach-hang-bieu-tuong--doi-don {
        width: 19px;
        height: 19px;
    }

    .khach-hang-dau-don__nut-huy {
        grid-column: auto;
        justify-self: center;
        gap: 0;
        width: 34px;
        min-width: 34px;
        height: 34px;
        min-height: 34px;
        padding: 0;
        border-radius: 50%;
        color: var(--khach-hang-mau-icon-dau-don, #69717d);
    }

    .khach-hang-dau-don__nut-huy .khach-hang-bieu-tuong--huy-don {
        width: 19px;
        height: 19px;
    }

    .khach-hang-dau-don__nut-huy > span:not(.khach-hang-bieu-tuong) {
        display: none;
    }

    .khach-hang-man-hinh__dau {
        grid-template-columns: 1fr;
        gap: var(--khach-hang-khoang-cach-trong-cum);
    }

    .khach-hang-man-hinh__dau-luoi {
        grid-template-columns: 1fr;
    }

    .khach-hang-man-hinh__than {
        grid-template-columns: 1fr;
        gap: var(--khach-hang-khoang-cach-cum);
    }

    .khach-hang-cum-san-pham {
        grid-column: 1;
        order: 1;
    }

    .khach-hang-khoi-thanh-toan {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        min-width: 0;
        order: 2;
    }

    .khach-hang-cum-thong-tin {
        grid-column: 1;
        grid-row: auto;
        align-self: stretch;
        grid-template-rows: auto;
        order: 3;
    }

    .khach-hang-thanh-toan__bang {
        gap: 12px;
        padding-top: 14px;
        padding-bottom: 16px;
    }

    .khach-hang-thanh-toan__voucher {
        padding-top: 18px;
    }

    .khach-hang-tien-do {
        --khach-hang-tien-do-buoc-rong-toi-thieu: 96px;
        gap: 10px;
        min-height: 96px;
        padding: 2px 0 4px;
    }

    .khach-hang-tien-do__buoc {
        grid-template-rows: 20px 30px 22px;
        gap: 5px;
        min-width: 0;
    }

    .khach-hang-tien-do__nhan {
        font-size: var(--text-bac-4-size);
    }

    .khach-hang-bieu-tuong--tien-do {
        width: 26px;
        height: 26px;
    }

    .khach-hang-bieu-tuong--tien-do-hoan-tat {
        top: -4px;
        right: -15px;
        width: 16px;
        height: 16px;
    }

    .khach-hang-tien-do__trang-thai {
        font-size: var(--text-bac-5-size);
    }

    .khach-hang-tien-do__buoc--dang_dien_ra .khach-hang-tien-do__trang-thai {
        height: 26px;
        min-height: 0;
        padding: 0 12px;
    }

    .khach-hang-cum-san-pham {
        min-height: auto;
        padding: 0;
        border-radius: 0;
        width: 100%;
        min-width: 0;
    }

    .khach-hang-hop-thiet-ke {
        padding: 20px;
    }

    .khach-hang-bang-thiet-ke {
        width: min(100%, 760px);
        max-height: calc(100vh - 40px);
        max-height: calc(100dvh - 40px);
        padding: 0;
    }

    .khach-hang-bang-thiet-ke__gioi-thieu {
        padding: 18px 18px 16px;
    }

    .khach-hang-bang-thiet-ke__than {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px 24px;
    }

    .khach-hang-bang-thiet-ke__dau {
        padding-right: 0;
    }

    .khach-hang-bang-thiet-ke__chi-tiet {
        justify-self: end;
    }

    .khach-hang-bang-thiet-ke__chi-tiet-goi {
        margin: 10px 0 0;
    }

    .khach-hang-bang-thiet-ke__nhom {
        padding: 0;
        border-radius: 0;
    }

    .khach-hang-bang-thiet-ke__o-noi-dung,
    .khach-hang-bang-thiet-ke__o-ghi-chu {
        min-height: 180px;
        padding: 16px 26px 16px 18px;
        border-radius: 16px;
    }

    .khach-hang-bang-thiet-ke__tai-lieu-dau {
        grid-template-columns: max-content minmax(0, 1fr);
    }

    .khach-hang-bang-thiet-ke__them-anh {
        width: 100%;
        min-width: 0;
        justify-self: stretch;
    }

    .khach-hang-bang-thiet-ke__khung-anh {
        height: 168px;
        min-height: 168px;
        max-height: 168px;
    }

    .khach-hang-bang-thiet-ke__nhom--phu {
        position: static;
    }

    .khach-hang-the-san-pham {
        --khach-hang-cao-the-san-pham: 132px;
        --khach-hang-cot-hanh-dong: var(--khach-hang-nut-rong-normal);
        --khach-hang-the-san-pham-dem-tren: 12px;
        --khach-hang-the-san-pham-dem-phai: 16px;
        --khach-hang-the-san-pham-dem-duoi: 16px;
        --khach-hang-the-san-pham-dem-trai: 16px;
        grid-template-columns: var(--khach-hang-cao-the-san-pham) minmax(0, 1fr);
        gap: 20px;
        min-height: calc(var(--khach-hang-cao-the-san-pham) + 28px);
    }

    .khach-hang-cum-thong-tin__khung {
        padding: 18px 28px 20px;
    }

    .khach-hang-cum-thong-tin__panel,
    .khach-hang-cum-thong-tin__xem {
        height: auto;
    }

    .khach-hang-cum-thong-tin__hanh-dong-xem {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .khach-hang-cum-thong-tin__dau,
    .khach-hang-cum-thong-tin__luoi-form {
        grid-template-columns: 1fr;
    }

    .khach-hang-cum-thong-tin__hanh-dong {
        justify-content: stretch;
    }

    .khach-hang-cum-thong-tin__hanh-dong .khach-hang-nut-phu,
    .khach-hang-cum-thong-tin__hanh-dong .button_phu,
    .khach-hang-cum-thong-tin__hanh-dong .khach-hang-nut-chinh,
    .khach-hang-cum-thong-tin__hanh-dong .button_chinh {
        width: 100%;
        min-width: 0;
    }

    .khach-hang-cum-thong-tin__bang-sua {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
    }

    .khach-hang-page .bang-keo-di-dong.bang-keo-di-dong--ngan {
        display: flex;
        flex-direction: column;
        --bang-keo-di-dong-cao-toi-thieu: 50dvh;
        max-height: 90dvh;
        padding-top: 24px;
        overflow: hidden;
    }

    .khach-hang-page .bang-keo-di-dong--ngan .khach-hang-hop-nho__dau {
        flex: 1 1 auto;
        align-content: center;
        min-height: 0;
    }

    .khach-hang-page .bang-keo-di-dong--ngan .khach-hang-hop-nho__noi-dung {
        display: flex;
        flex: 0 1 auto;
        flex-direction: column;
        align-items: center;
        min-height: 0;
        overflow-y: auto;
    }

    .khach-hang-page .bang-keo-di-dong.bang-keo-di-dong--dai {
        display: flex;
        flex-direction: column;
        max-height: 90dvh;
        padding-top: 24px;
        overflow: hidden;
    }

    .khach-hang-page .khach-hang-bo-cuc-don__cot-menu.bang-keo-di-dong--dai {
        max-height: min(84dvh, 720px);
        padding: 24px 0 0;
    }

    .khach-hang-bo-cuc-don__cot-menu > .tay-nam-bang {
        position: absolute;
        top: 8px;
        left: 50%;
        z-index: 3;
        display: block;
        width: 56px;
        height: 5px;
        margin: 0;
        border-radius: 999px;
        background: #d2d6dc;
        transform: translateX(-50%);
        pointer-events: none;
        touch-action: none;
    }

    .khach-hang-page .bang-keo-di-dong--ngan .bang-keo-di-dong__than,
    .khach-hang-page .bang-keo-di-dong--dai .bang-keo-di-dong__than {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .khach-hang-page .bang-keo-di-dong--ngan .bang-keo-di-dong__mac-dinh,
    .khach-hang-page .bang-keo-di-dong--ngan .bang-keo-di-dong__hanh-dong {
        flex: 0 0 auto;
    }

    .khach-hang-hop-huy-don,
    .khach-hang-hop-huy-san-pham {
        place-items: end center;
        padding: 0;
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho.bang-keo-di-dong--ngan,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho.bang-keo-di-dong--ngan {
        width: 100%;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -18px 60px rgba(15, 23, 42, 0.22);
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho__dau,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__dau {
        gap: 18px;
        padding: 28px 32px 8px;
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho__dau h3,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__dau h3 {
        font-size: 21px;
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho__dau button,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__dau button {
        display: none;
    }

    .khach-hang-hop-nho__canh-bao {
        width: 84px;
        height: 84px;
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho__noi-dung,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__noi-dung {
        gap: 42px;
        padding: 0 32px 32px;
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho__noi-dung p,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__noi-dung p {
        font-size: 14px;
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho__hanh-dong,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__hanh-dong {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .khach-hang-hop-huy-don .khach-hang-hop-nho__hanh-dong .button_phu,
    .khach-hang-hop-huy-don .khach-hang-hop-nho__hanh-dong .button_chinh,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__hanh-dong .button_phu,
    .khach-hang-hop-huy-san-pham .khach-hang-hop-nho__hanh-dong .button_chinh {
        width: 100%;
        min-width: 0;
        height: 45px;
        min-height: 45px;
        margin: 0;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__form {
        gap: 0;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        border-radius: 22px 22px 0 0;
        box-shadow: none;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__noi-dung-sua {
        display: grid;
        gap: 10px;
        padding-bottom: 2px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__dau {
        padding: 0 24px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__dau h3 {
        font-size: 17px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__luoi-form {
        display: grid;
        gap: 14px;
        padding: 0 24px 2px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__dong {
        display: none;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__truong {
        gap: 7px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__truong input,
    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__truong textarea {
        font-size: 16px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__truong input:focus,
    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__truong textarea:focus {
        border-color: #050505;
        background: #ffffff;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__truong input:not(.input_box_1) {
        height: 48px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__truong textarea:not(.input_box_2) {
        min-height: 86px;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__mac-dinh {
        align-self: stretch;
        margin: 0;
        padding: 8px 24px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(6px);
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__hanh-dong {
        align-self: stretch;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 18px 36px calc(22px + env(safe-area-inset-bottom));
        border-top: 1px solid #eceff4;
        background: #ffffff;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__hanh-dong .khach-hang-nut-phu,
    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__hanh-dong .button_phu {
        display: none;
    }

    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__hanh-dong .khach-hang-nut-chinh,
    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__hanh-dong .button_chinh {
        justify-self: stretch;
        width: 100%;
        min-width: 0;
        height: 45px;
        min-height: 45px;
        margin: 0;
        border-radius: 999px;
        background: #050505;
        color: #ffffff;
    }

    .khach-hang-the-san-pham__anh {
        width: var(--khach-hang-cao-the-san-pham);
        height: var(--khach-hang-cao-the-san-pham);
        min-height: var(--khach-hang-cao-the-san-pham);
    }

    .khach-hang-the-san-pham__noi-dung {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: max-content minmax(0, 1fr) 40px;
        width: 100%;
        min-height: var(--khach-hang-cao-the-san-pham);
    }

    .khach-hang-the-san-pham__dau h3 {
        font-size: var(--text-bac-2-size);
        padding: 0;
    }

    .khach-hang-the-san-pham__dong-gia div {
        grid-template-columns: 20px minmax(0, 1fr) var(--khach-hang-cot-hanh-dong);
        gap: 10px;
        font-size: var(--text-bac-4-size);
        line-height: var(--text-bac-4-line-height);
    }

    .khach-hang-the-san-pham__hanh-dong {
        grid-template-columns: var(--khach-hang-cot-hanh-dong);
        justify-content: end;
    }

    .khach-hang-nut-chinh {
        justify-self: end;
        width: max-content;
        min-width: 0;
        margin-right: -18px;
        white-space: nowrap;
    }
}

@media (max-width: 560px) {
    .khach-hang-bo-cuc-don__cot-menu {
        width: 100vw;
        max-width: 100vw;
    }

    .khach-hang-thong-bao-tao-don__hop,
    .khach-hang-page .bang-keo-di-dong--ngan,
    .khach-hang-hop-nho,
    .khach-hang-cum-thong-tin__bang-sua .khach-hang-cum-thong-tin__form {
        min-width: 0;
        max-width: 100%;
    }

    .khach-hang-man-hinh__noi-dung:not(.khach-hang-man-hinh__noi-dung--don) {
        padding: 10px 12px;
    }

    .khach-hang-dau-don {
        grid-template-columns: minmax(0, 1fr) max-content max-content;
        gap: 10px;
        align-items: center;
        margin-bottom: 22px;
    }

    .khach-hang-dau-don__nut-huy {
        grid-column: auto;
        justify-self: center;
        min-width: 0;
        min-height: 34px;
        padding: 0;
    }

    .khach-hang-man-hinh__dau {
        margin-bottom: var(--khach-hang-khoang-cach-cum);
    }

    .khach-hang-the-tien-do {
        padding: 14px;
    }

    .khach-hang-ghi-chu-nhanh {
        padding: 16px;
    }

    .khach-hang-thong-bao-tao-don {
        place-items: end center;
        padding: 72px 0 0;
    }

    .khach-hang-thong-bao-tao-don__hop {
        width: 100%;
        border-radius: 26px 26px 0 0;
    }

    .khach-hang-thong-bao-tao-don .bang-keo-di-dong--ngan,
    .khach-hang-hop-thiet-ke .bang-keo-di-dong--dai,
    .khach-hang-hop-gui-file .bang-keo-di-dong--dai {
        max-height: 90dvh;
    }

    .khach-hang-thong-bao-tao-don__hop .tay-nam-bang {
        background: #d2cec8;
    }

    .khach-hang-thong-bao-tao-don__noi-dung-bang {
        gap: 12px;
        min-height: min(496px, calc(100dvh - 120px));
        padding: 32px 32px 28px;
    }

    .khach-hang-thong-bao-tao-don__icon {
        width: 64px;
        height: 64px;
    }

    .khach-hang-thong-bao-tao-don h1 {
        padding: 0 32px;
    }

    .khach-hang-thong-bao-tao-don__goi-y {
        padding: 0 32px;
    }

    .khach-hang-thong-bao-tao-don__dong {
        display: none;
    }

    .khach-hang-thong-bao-tao-don__noi-dung {
        width: min(100%, 320px);
        padding: 0 32px;
        font-size: 16px;
        line-height: 1.28;
    }

    .khach-hang-hop-thiet-ke {
        align-items: end;
        justify-items: center;
        padding: 72px 0 0;
    }

    .khach-hang-bang-thiet-ke {
        padding: 0;
        border-radius: 26px 26px 0 0;
    }

    .khach-hang-bang-thiet-ke__dau {
        padding: 0;
        border-radius: 0;
    }

    .khach-hang-bang-thiet-ke__gioi-thieu {
        padding: 24px 24px 16px;
    }

    .khach-hang-bang-thiet-ke__than {
        padding: 24px 24px 28px;
    }

    .khach-hang-bang-thiet-ke__hang-phu {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        row-gap: 4px;
        min-width: 0;
    }

    .khach-hang-bang-thiet-ke__hang-phu::after {
        content: none;
    }

    .khach-hang-bang-thiet-ke__hanh-dong-dau {
        float: none;
        grid-column: 1;
        grid-row: 2;
        justify-self: start;
        margin: 0;
        justify-content: flex-start;
        align-self: start;
    }

    .khach-hang-bang-thiet-ke__nhom {
        padding: 0;
        border-radius: 0;
    }

    .khach-hang-bang-thiet-ke__chi-tiet {
        height: auto;
        padding: 0;
    }

    .khach-hang-bang-thiet-ke__chi-tiet-luoi {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .khach-hang-bang-thiet-ke__nhom-dau {
        gap: 6px;
    }

    .khach-hang-bang-thiet-ke__tai-lieu-dau {
        grid-template-columns: max-content minmax(0, 1fr);
        gap: 10px;
        align-items: end;
    }

    .khach-hang-bang-thiet-ke__tai-file {
        justify-self: start;
    }

    .khach-hang-bang-thiet-ke__tep-da-tai {
        padding: 0;
    }

    .khach-hang-bang-thiet-ke__tep {
        grid-template-columns: 34px minmax(0, 1fr) 20px;
        gap: 8px;
        padding: 6px 8px;
    }

    .khach-hang-bang-thiet-ke__danh-sach-tep {
        max-height: none;
        overflow-y: visible;
    }

    .khach-hang-bang-thiet-ke__tep-bieu-tuong {
        width: 32px;
        height: 32px;
    }

    .khach-hang-bang-thiet-ke__them-anh {
        padding: 0 18px;
    }

    .khach-hang-bang-thiet-ke__khung-anh {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
        height: 136px;
        min-height: 136px;
        max-height: 136px;
    }

    .khach-hang-bang-thiet-ke__them-anh > span:not(.khach-hang-bang-thiet-ke__them-anh-bieu-tuong) {
        font-size: var(--text-bac-4-size);
        line-height: 1.25;
    }

    .khach-hang-bang-thiet-ke__them-anh small {
        font-size: 11px;
        line-height: 1.28;
    }

    .khach-hang-bang-thiet-ke__them-anh-bieu-tuong {
        width: 46px;
        height: 34px;
        border-radius: 0;
    }

    .khach-hang-bang-thiet-ke__the-anh {
        max-width: none;
    }

    .khach-hang-bang-thiet-ke__khung-anh.is-filled {
        height: 136px;
        min-height: 136px;
        max-height: 136px;
    }

    .khach-hang-bang-thiet-ke__xoa-anh {
        top: 8px;
        right: 8px;
        width: 28px;
        height: 28px;
        font-size: 22px;
    }

    .khach-hang-bang-thiet-ke__dong {
        display: none;
    }

    .khach-hang-bang-thiet-ke__nut-gui {
        width: 100%;
        min-width: 0;
    }

    .khach-hang-hop-gui-file {
        align-items: end;
        justify-items: center;
        padding: 72px 0 0;
    }

    .khach-hang-bang-gui-file {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        min-height: 0;
        padding: 0;
        border-radius: 26px 26px 0 0;
    }

    .khach-hang-bang-gui-file > .bang-keo-di-dong__than {
        display: grid;
        gap: 18px;
    }

    .khach-hang-bang-gui-file__dong {
        display: none;
    }

    .khach-hang-bang-gui-file__dau {
        padding: 0 24px;
    }

    .khach-hang-bang-gui-file__than {
        padding: 0 24px;
    }

    .khach-hang-bang-gui-file__chan {
        padding: 0 24px 28px;
    }

    .khach-hang-bang-gui-file__chon {
        height: 136px;
        min-height: 136px;
        padding: 0 18px;
    }

    .khach-hang-bang-gui-file__chon-icon,
    .khach-hang-bang-gui-file__chon-icon::before {
        width: 46px;
        height: 34px;
    }

    .khach-hang-bang-gui-file__chon > span:not(.khach-hang-bang-gui-file__chon-icon) {
        font-size: var(--text-bac-4-size);
        line-height: 1.25;
    }

    .khach-hang-bang-gui-file__chon small {
        font-size: 11px;
        line-height: 1.28;
    }

    .khach-hang-tien-do {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 24px;
        column-gap: 10px;
        min-height: auto;
        padding: 2px 0 4px;
        overflow: visible;
    }

    .khach-hang-tien-do__buoc {
        grid-template-rows: 20px 32px 22px;
        gap: 5px;
    }

    .khach-hang-bieu-tuong--tien-do-hoan-tat {
        right: -16px;
    }

    .khach-hang-the-san-pham {
        --khach-hang-cao-the-san-pham: clamp(92px, 30vw, 112px);
        --khach-hang-cot-hanh-dong: clamp(86px, 32%, 108px);
        --khach-hang-the-san-pham-dem-tren: 16px;
        --khach-hang-the-san-pham-dem-phai: 16px;
        --khach-hang-the-san-pham-dem-duoi: 16px;
        --khach-hang-the-san-pham-dem-trai: 16px;
        grid-template-columns: var(--khach-hang-cao-the-san-pham) minmax(0, 1fr);
        grid-template-rows: var(--khach-hang-cao-the-san-pham) auto auto;
        gap: 12px 10px;
    }

    .khach-hang-the-san-pham__anh {
        grid-column: 1;
        grid-row: 1;
        width: var(--khach-hang-cao-the-san-pham);
        height: var(--khach-hang-cao-the-san-pham);
        min-height: var(--khach-hang-cao-the-san-pham);
        aspect-ratio: 1;
    }

    .khach-hang-the-san-pham__noi-dung {
        display: contents;
    }

    .khach-hang-the-san-pham__dau {
        display: grid;
        grid-column: 2;
        grid-row: 1;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: max-content max-content;
        align-content: start;
        align-self: start;
        row-gap: 4px;
        padding: 0 24px 0 0;
        border-bottom: 0;
    }

    .khach-hang-the-san-pham__trang-thai {
        justify-self: start;
        margin-right: 0;
    }

    .khach-hang-the-san-pham__dau h3 {
        font-size: var(--text-bac-2-size);
        padding: 0;
    }

    .khach-hang-the-san-pham__dong-gia {
        grid-column: 1 / -1;
        grid-row: 2;
        gap: 9px;
        padding: 13px 0 0;
        border-top: 1px solid #d6d8de;
    }

    .khach-hang-the-san-pham__dong-gia div {
        grid-template-columns: 18px minmax(0, 1fr) var(--khach-hang-cot-hanh-dong);
        gap: 7px;
        align-items: start;
        font-size: var(--text-bac-4-size);
        line-height: var(--text-bac-4-line-height);
    }

    .khach-hang-the-san-pham__dong-gia span {
        line-height: var(--text-bac-4-line-height);
    }

    .khach-hang-the-san-pham__dong-gia strong {
        white-space: nowrap;
    }

    .khach-hang-bieu-tuong--dong-gia {
        width: 18px;
        height: 18px;
    }

    .khach-hang-the-san-pham__hanh-dong {
        display: contents;
    }

    .khach-hang-nut-chinh {
        grid-column: 1 / -1;
        grid-row: 3;
        justify-self: stretch;
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: 40px;
        margin-right: 0;
        margin-top: 4px;
        padding: 0 14px;
        font-size: var(--text-bac-3-size);
    }

    .khach-hang-the-san-pham__hanh-dong .khach-hang-nut-phu-mini {
        grid-column: 1 / -1;
        grid-row: 3;
        justify-self: stretch;
        width: 100%;
        min-width: 0;
        height: 40px;
        margin-top: 4px;
        padding: 0 16px;
    }

    .khach-hang-thanh-toan__tong strong {
        font-size: 22px;
    }

    .khach-hang-thanh-toan__dau,
    .khach-hang-thanh-toan__bang,
    .khach-hang-thanh-toan__tong,
    .khach-hang-thanh-toan__voucher,
    .khach-hang-muc-thanh-toan {
        padding-left: 22px;
        padding-right: 22px;
    }

    .khach-hang-thanh-toan__trang-thai {
        margin-right: 0;
    }

    .khach-hang-thanh-toan__bang div {
        grid-template-columns: minmax(0, 1fr) minmax(96px, 46%);
        gap: 10px;
        align-items: start;
    }

    .khach-hang-thanh-toan__bang strong {
        justify-self: end;
        max-width: 100%;
        text-align: right;
        white-space: normal;
    }

    .khach-hang-thanh-toan__tong {
        gap: 12px;
    }

    .khach-hang-thanh-toan__voucher {
        padding-bottom: 22px;
    }

    .khach-hang-thanh-toan__hanh-dong {
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 18px;
    }

    .khach-hang-nut-thanh-toan {
        width: min(100%, var(--khach-hang-nut-rong-wide));
    }

    .khach-hang-thanh-toan p {
        margin-left: 18px;
        margin-right: 18px;
    }

    .khach-hang-man-hinh {
        --khach-hang-nut-rong-normal: 100%;
        --khach-hang-nut-rong-wide: 100%;
    }

    .khach-hang-bo-cuc-don {
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .khach-hang-thanh-toan__hanh-dong {
        justify-content: center;
    }
}

@media (max-width: 390px) {
    .khach-hang-bang-thiet-ke__khung-anh {
        grid-template-columns: 1fr;
    }

    .khach-hang-bang-thiet-ke__khung-anh {
        height: 140px;
        min-height: 140px;
        max-height: 140px;
    }

    .khach-hang-bang-thiet-ke__khung-anh.is-filled {
        height: 140px;
        min-height: 140px;
        max-height: 140px;
    }
}
