/* Minification failed. Returning unminified contents.
(581,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(587,26): run-time error CSS1039: Token not allowed after unary operator: '-f'
(588,60): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,47): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,81): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,103): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,114): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,135): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,168): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,197): run-time error CSS1039: Token not allowed after unary operator: '-f'
(589,247): run-time error CSS1039: Token not allowed after unary operator: '-f'
 */
@import url("https://fonts.googleapis.com/css?family=Modak");

@font-face {
    font-family: Boris;
    src: url('/Content/webfonts/DFVN_Boris.otf') format('opentype') /* Modern Browsers */
}

@font-face {
    font-family: Kage;
    src: url('/Content/webfonts/KagePro-Regular.otf') format('opentype') /* Modern Browsers */
}

@font-face {
    font-family: Blenda;
    src: url('/Content/webfonts/1FTV-blenda-script.otf') format('opentype') /* Modern Browsers */
}

@font-face {
    font-family: Orange;
    src: url('/Content/webfonts/1FTV-Orange-Squash-1.otf') format('opentype') /* Modern Browsers */
}

@font-face {
    font-family: Wolfers;
    src: url('/Content/webfonts/1FTV-Wolfers.regular.otf') format('opentype') /* Modern Browsers */
}

@font-face {
    font-family: Paula;
    src: url('/Content/webfonts/SVN-Paula Natalie.otf') format('opentype') /* Modern Browsers */
}

@font-face {
    font-family: Bartex;
    src: url('/Content/webfonts/KK7-Bartex.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: Gladolia;
    src: url('/Content/webfonts/VN-Gladolia-Regular.otf.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: Cool;
    src: url('/Content/webfonts/SVN-Be Cool.otf') format('opentype') /* Modern Browsers */
}

@font-face {
    font-family: Gesco;
    src: url('/Content/webfonts/1FTV-HF-Gesco.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: Sofia;
    src: url('/Content/webfonts/UVF-Sofia-Regular.ttf') format('truetype') /* Modern Browsers */
}

@font-face {
    font-family: Love;
    src: url('/Content/webfonts/UVF-RixLoveFool.ttf') format('truetype') /* Modern Browsers */
}

body {
    background: url('/Content/images/theme/school_1.png') no-repeat center center fixed !important;
}

.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#selectFontTitle, #selectFontSubTitle {
    font-size: 1.2rem;
}

li {
    list-style: none;
}

.div-step1,
.div-step2,
.div-step3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-top: 0rem !important;
}

.div-step4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    padding-top: 0rem !important;
}

.div-step-header {
    padding: 1.6rem;
}

.div-option-header {
    height: 10px;
}

.icon-option-new {
    width: 70px;
    height: 70px;
}

.option-title {
    font-size: 0.9rem !important;
}

#txtMemoryTitle {
    font-size: 1.8rem;
}

.div-option-card {
    border: 3px solid white;
    box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.23),0 10px 5px -2px rgba(0,0,0,.04) !important;
    transition: all ease 0.1s;
    background-size: cover;
}

    .div-option-card .option-detail {
        color: #c8bebe !important;
        transition: all ease 0.5s;
    }

    .div-option-card:not(.selected) img {
        opacity: 0.7;
        transition: all ease 0.5s;
    }

    .div-option-card:hover {
        cursor: pointer;
        transform: translateY(-1px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2) !important;
    }

        .div-option-card:hover .option-detail {
            color: gray !important;
        }

        .div-option-card:hover img {
            opacity: 1;
        }

.selected {
    border: solid 3px #09d947d6;
}

.text-color-title {
    color: #7b7b7b;
}

.suggest-name {
    padding: .45em .85em !important;
    font-size: .75em !important;
    font-weight: 600 !important;
    margin-top: .45em;
    transition: all ease 0.5s;
}

    .suggest-name:hover {
        cursor: pointer;
        background-color: #f4d087 !important;
    }

.btn-badge-primary {
    transition: all ease 0.5s;
}

    .btn-badge-primary:hover {
        cursor: pointer;
        background-color: #e1eaf9 !important;
    }

#btnNextStep3 {
    background: #7fd8584f;
}

.div-option-card-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.div-option-card-content-2 {
    display: flex !important;
    align-items: flex-start !important;
}

/*TEMPLATE*/
.flexy-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.flexy-column {
    flex-direction: column;
}

    .flexy-column.reverse {
        flex-direction: column-reverse;
    }

.flexy-item_child {
    flex: 1 0 100%;
}

.pure-steps {
    /*display: inline-block;*/
    /*width: 20em;*/
    /*color: white;*/
    /*margin-bottom: 3em;*/
}

    .pure-steps strong {
        /*color: #b2ff41;*/
        font-weight: 300;
    }

    .pure-steps .pure-steps_group {
        position: relative;
        min-height: 39em;
        border-radius: 0.4em;
        overflow: hidden;
        box-shadow: 0 1.7em 5.5em -0.94em rgba(0, 0, 0, .3), 0 2em 3em 0.5em rgba(0, 0, 0, .1), 0 1.8em 2em -1.5em rgba(0, 0, 0, .2);
        /*background-image: linear-gradient(-120deg, #26e289 0, #1a5fa2 100%, red 200%);*/
        /*background-image: linear-gradient(113.5deg,#fff 22.3%,#c9ffd9 56.6%,#f1d6ad 90.9%);*/
        background: url('/Content/images/memory_start/memory_start_bg_2.png') no-repeat center center;
        /*background-color: white;*/
        background-position: 0 0;
        /*background-size: 300%;*/
        background-size: cover;
        will-change: background, box-shadow;
        transition: all 0.3s ease-out;
    }

        .pure-steps .pure-steps_group .pure-steps_group-step {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            transform: translate(100%);
            opacity: 0;
            will-change: transform, opacity;
            transition: all 0.6s ease-in-out;
            text-align: left;
        }

            .pure-steps .pure-steps_group .pure-steps_group-step:last-child {
                text-align: center;
            }

            .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_legend {
                font-size: 1.5em;
                font-weight: 700;
                /*padding: 1.6rem;*/
                line-height: 1em;
                position: relative;
                display: inline-flex;
                align-items: center;
            }

            .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item {
                padding: 0 2em 1em;
            }

                .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item label {
                    font-size: 0.8em;
                    display: block;
                    opacity: 0.6;
                }

                .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input {
                    font-size: 1em;
                    box-sizing: border-box;
                    width: 100%;
                    border: 0;
                    line-height: 1.5em;
                    background-color: transparent;
                    background-image: linear-gradient(0deg, transparent 0, #e5e5e5 1px), linear-gradient(0deg, transparent 0, #b2ff41 1px);
                    background-size: 100% 1px, 0% 1px;
                    background-repeat: no-repeat;
                    outline: none;
                    will-change: background;
                    transition: background 0.3s ease-in-out;
                    color: white;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 300;
                }

                    .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:focus {
                        color: white;
                        background-size: 0% 1px, 100% 1px;
                    }

                        .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:focus + label {
                            opacity: 1;
                            color: #b2ff41;
                        }

                    .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input::-webkit-input-placeholder {
                        color: rgba(255, 255, 255, .6);
                    }

                    .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:-moz-placeholder {
                        /* Firefox 18- */
                        color: rgba(255, 255, 255, .6);
                    }

                    .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input::-moz-placeholder {
                        /* Firefox 19+ */
                        color: rgba(255, 255, 255, .6);
                    }

                    .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:-ms-input-placeholder {
                        color: rgba(255, 255, 255, .6);
                    }

    .pure-steps .pure-steps_radio {
        display: none;
    }

    .pure-steps .pure-steps_group-triggers {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        /*height: 63px;*/
        border-radius: 0 0 0.4em 0.4em;
        background-color: rgb(255, 219, 197);
        will-change: opacity;
        transition: opacity 0.3s ease-in-out;
    }

        .pure-steps .pure-steps_group-triggers:before {
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            width: 0%;
            height: 0.2em;
            background: rgba(234, 110, 110, 0.4);
            will-change: width;
            transition: width 0.6s ease-in-out;
        }

        .pure-steps .pure-steps_group-triggers .pure-steps_group-triggers_item {
            display: none;
        }

            .pure-steps .pure-steps_group-triggers .pure-steps_group-triggers_item label {
                display: block;
                padding: 15px;
                color: #4fb325;
                width: 100%;
                transition: all ease 0.5s;
            }

                .pure-steps .pure-steps_group-triggers .pure-steps_group-triggers_item label:hover {
                    cursor: pointer;
                    color: #40951d;
                    background: #ffffff26;
                }

    .pure-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group {
        background-position: 25% 0;
    }

        .pure-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
            width: 33.333%;
        }

        .pure-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(2) {
            display: block;
        }

        .pure-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(1) {
            opacity: 1;
            transform: translate(0);
        }

    .pure-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group {
        background-position: 50% 0;
    }

        .pure-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
            width: 66.666%;
        }

        .pure-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(3) {
            display: block;
        }

        .pure-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(2) {
            opacity: 1;
            transform: translate(0);
        }

    .pure-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group {
        background-position: 75% 0;
    }

        .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers {
            opacity: 0;
            transition-delay: 0.6s;
        }

        .pure-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-step {
            align-items: center;
            height: 100%;
        }

    /* PRELOAD CHUYỂN QUA STEP 4 */
    .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step {
        align-items: center;
        height: 100%;
    }

        .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload {
            display: block;
            height: 0.1em;
            width: 100%;
            margin: 0 2em;
            background-image: linear-gradient(0deg,rgba(20,153,35,0.4) 0%,rgba(227,187,105,0.4) 50%,rgba(22,236,55,0.4) 100%);
            background-size: 0 10em;
            background-position: top center;
            background-repeat: no-repeat;
            animation: preloadLine 1s ease-out forwards;
        }

            .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload svg {
                font-size: 1.2em;
                height: 1em;
                padding: 1em;
                border-radius: 2em;
                background-color: #5bd670;
                fill: white;
                margin-top: -1.5em;
                transform: scale(0);
                animation: preloadTic 0.8s linear forwards;
                animation-delay: 1s;
            }

                .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step .pure-steps_preload svg {
                    font-size: 1.2em;
                    width: auto;
                    height: 1em;
                    padding: 1em;
                    border-radius: 2em;
                    background-color: #5bd670;
                    fill: white;
                    margin-top: -1.5em;
                    transform: scale(0);
                    animation: preloadTic 0.8s linear forwards;
                    animation-delay: 1s;
                    box-sizing: content-box;
                }

        .pure-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
            width: 99.999%;
        }

        .pure-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(4) {
            display: block;
        }

        .pure-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(3) {
            opacity: 1;
            transform: translate(0);
        }

    /* STEP 4 (nth-child(4)) */
    .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group {
        background-position: 100% 0;
    }

        .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
            width: 100%;
        }

        .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers .pure-steps_group-triggers_item:nth-child(5) {
            display: block;
        }

        /* HIỂN THỊ STEP 4 */
        .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-step:nth-child(4) {
            opacity: 1;
            transform: translate(0);
        }

    /* STEP 1 → 25% */
    .pure-steps .pure-steps_radio:nth-child(1):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 25%;
    }

    /* STEP 2 → 50% */
    .pure-steps .pure-steps_radio:nth-child(2):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 50%;
    }

    /* STEP 3 → 75% */
    .pure-steps .pure-steps_radio:nth-child(3):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 75%;
    }

    /* STEP 4 → 100% */
    .pure-steps .pure-steps_radio:nth-child(4):checked ~ .pure-steps_group .pure-steps_group-triggers:before {
        width: 100%;
    }


.card__background {
    height: 100px;
    background-size: cover !important;
}

.card__background__img_1 {
    background: url('/Content/images/memory_bg_main_thumb/memory_bg_main_1.png') no-repeat center center;
    background-size: cover;
}

.card__background__img_2 {
    background: url('/Content/images/memory_bg_main_thumb/memory_bg_main_3.png') no-repeat center center;
    background-size: cover;
}

.card__background__img_3 {
    background: url('/Content/images/memory_bg_main_thumb/memory_bg_main_4.png') no-repeat center center;
    background-size: cover;
}

.card__background__img_4 {
    background: url('/Content/images/memory_bg_main_thumb/memory_bg_main_5.png') no-repeat center center;
    background-size: cover;
}

.card__background__img_5 {
    background: url('/Content/images/memory_bg_main_thumb/memory_bg_main_6.png') no-repeat center center;
    background-size: cover;
}

.card__background__img_6 {
    background: url('/Content/images/memory_bg_main_thumb/memory_bg_main_7.png') no-repeat center center;

}

.text-title-color {
    color: #e8726a !important;
}

.text-sub-title-color {
    color: #e8726a !important;
}

.form-check-label {
    font-size: 0.8rem;
    margin-right: 10px;
    color: #2b9709;
    font-weight: bold;
}

.required {
    background-color: #ffeaa7 !important;
}

.ribbon {
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.ribbon {
    --f: 0.5em; /* phần gấp nhỏ hơn */
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.5;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#00000026 0 0) 51% / var(--f);
    clip-path: polygon( 100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px) );
    transform: translate(calc((1 - cos(45deg)) * 100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background: linear-gradient(to right, #FFA726, #F2D4AD);
    z-index: 10;
}

.note-hint {
    background: linear-gradient(to right, #FFF3E0, #FFECB3);
    border-left: 4px solid #FFA726;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    color: #6D4C41;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    display: block;
    align-items: flex-start;
}

    .note-hint i {
        color: #FFA726;
        flex-shrink: 0;
        font-size: 1.1rem;
        margin-top: 0.15rem;
    }

.vip-title {
    color: #2b9709;
    font-weight: bold;
}

.vip-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.44);
    /*backdrop-filter: blur(0.5px);*/
    z-index: 9;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

/*.vip-header {
    background: linear-gradient(to right, #FFF3E0, #FFE0B2);
    border-left: 5px solid #FFA726;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
}*/

.text-highlight {
    color: white;
    font-weight: 800;
    font-size: 1.2em;
    letter-spacing: 0.5px;
}

/* Hộp hướng dẫn VIP */
.vip-guide-box {
    background: rgba(255, 230, 150, 0.12);
    border-radius: 14px !important;
    padding: 18px 20px;
    border: 2px solid transparent;
    /* Gradient VIP border */
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #ffeeb0, #ffc943, #ffb037);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 2px 8px rgba(255, 180, 40, 0.25);
}

/*#txtVipTrialCode {
    background: #ffff4a42;
}
*/
/* Header vùng hướng dẫn */
.vip-guide-header {
    font-weight: 700;
    font-size: 1rem;
    color: #d28a00;
    display: flex;
    align-items: center;
}

    .vip-guide-header i {
        font-size: 1.2rem;
        color: #ffb037;
    }

/* Nội dung */
.vip-guide-body {
    font-size: 0.9rem;
    color: #6a4a00;
    line-height: 1.45;
}

/* Danh sách đẹp hơn */
.vip-list {
    list-style: none;
    padding-left: 0;
}

    .vip-list li {
        margin-bottom: 4px;
        padding-left: 20px;
        position: relative;
    }

        .vip-list li:before {
            content: "★";
            color: #ffb037;
            position: absolute;
            left: 0;
            top: 1px;
            font-size: 0.75rem;
        }

/* Ghi chú */
.vip-note {
    background: #fff8e5;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 0.85rem;
    color: #a06700;
    /*border-left: 3px solid #ffc943;*/
}

.vip-alert-require {
    background: rgba(255, 180, 0, 0.15);
    border-left: 4px solid #ffb037;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.92rem;
    color: #8a5a00;
    line-height: 1.45;
    font-weight: 500;
    font-size:0.8rem;
    /*display: flex;*/
    /*align-items: center;*/
}

    .vip-alert-require i {
        color: #ff9800;
        font-size: 1.2rem;
    }

@keyframes preloadLine {
    0% {
        background-position: bottom center;
        background-size: 0 10em;
    }

    100% {
        background-position: top center;
        background-size: 100% 10em;
    }
}

@keyframes preloadTic {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(0.2);
        animation-timing-function: ease-out;
    }

    50% {
        transform: scale(1.3);
        animation-timing-function: ease-in;
    }

    65% {
        transform: scale(0.9);
        animation-timing-function: ease-out;
    }

    80%, 100% {
        transform: scale(1);
    }
}

.vip-click {
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 999px;
    transition: all 0.25s ease;
    position: relative;
    white-space: nowrap;

    background: linear-gradient(to right, #FFE082, #FFCA28);
    box-shadow: 0 2px 6px rgba(255, 180, 40, 0.35);
    text-decoration: none;
    font-size: 80%;
    margin-left: 5px;
    margin-right: 5px;
}

    .vip-click i {
        opacity: 0.8;
        font-size: 70%;
    }

.vip-arrow {
    margin-right: 4px;
    animation: vipMoveRight 1.2s ease-in-out infinite;
}

@keyframes vipMoveRight {
    0% {
        transform: translateX(0);
        opacity: 0.4;
    }

    50% {
        transform: translateX(6px);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 0.4;
    }
}

/* ====== DESKTOP TUNING ====== */
#tblHistoryFoodSession td {
    vertical-align: middle;
}

.history-row:hover {
    background: #fff8e1 !important;
}

/* ====== MOBILE RESPONSIVE → DẠNG CARD ====== */
@media (max-width: 768px) {

    #tblHistoryFoodSession thead {
        display: none;
    }

    #tblHistoryFoodSession,
    #tblHistoryFoodSession tbody,
    #tblHistoryFoodSession tr,
    #tblHistoryFoodSession td {
        display: block;
        width: 100%;
    }

        #tblHistoryFoodSession tr {
            background: #ffffff;
            margin-bottom: 12px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            padding: 1px;
        }

        #tblHistoryFoodSession td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 0;
            border: none;
            font-size: 0.9rem;
        }

            #tblHistoryFoodSession td::before {
                content: attr(data-label);
                font-weight: 600;
                color: #888;
                margin-right: 10px;
            }

            #tblHistoryFoodSession td:last-child {
                margin-top: 8px;
            }

        #tblHistoryFoodSession .btnViewMemory {
            width: 100%;
            font-weight: 600;
        }
}

.btn-pastel-normal,
.btn-pastel-vip {
    width: 160px;
    padding: 4px 4px;
    border-radius: 5px;
    font-weight: 600;
    border: 1.5px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

/* ===== PASTEL THƯỜNG ===== */
.btn-pastel-normal {
    background-image: linear-gradient(#f2f5f9, #f2f5f9), linear-gradient(135deg, #d9e2ec, #eef3f8);
    color: #3b4452;
}

    .btn-pastel-normal:hover {
        background-image: linear-gradient(#e8edf3, #e8edf3), linear-gradient(135deg, #cfd9e3, #e3ebf3);
        transform: translateY(-1px);
    }

/* ===== PASTEL VIP ===== */
.btn-pastel-vip {
    background-image: linear-gradient(#fff4cf, #fff4cf), linear-gradient(135deg, #ffe7a3, #ffd36a);
    color: #7a5200;
}

    .btn-pastel-vip:hover {
        background-image: linear-gradient(#ffeebe, #ffeebe), linear-gradient(135deg, #ffd97a, #ffcc52);
        transform: translateY(-1px);
    }

/* ===== LIGHT SWEEP ANIMATION FOR VIP BORDER ===== */
.btn-pastel-vip {
    position: relative;
    overflow: hidden; /* để ánh sáng không tràn ra ngoài */
}

    /* Dải ánh sáng */
    .btn-pastel-vip::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -150%;
        width: 60%;
        height: 200%;
        background: linear-gradient( 120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.35) 50%, rgba(255,255,255,0) 70% );
        transform: rotate(15deg);
        animation: vipBorderSweep 2.8s ease-in-out infinite;
        pointer-events: none;
    }

/* Keyframes ánh sáng lướt */
@keyframes vipBorderSweep {
    0% {
        left: -150%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        left: 120%;
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        left: 120%;
        opacity: 0;
    }
}


@media (max-width: 576px) {
    #popupHistoryMemory .modal-footer {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }

    #selectFilterWishCount {
        width: 100%;
    }
}

@media only screen and (max-width: 768px), (max-width: 992px) {
    body {
        background: #edeff3 no-repeat center center fixed;
        overflow: hidden;
    }

    .container-center {
        display: unset;
        justify-content: unset;
        align-items: unset;
        height: unset;
        margin: unset;
    }

    #txtMemoryTitle {
        font-size: 1.6rem;
    }

    .card-body {
        text-align: center !important;
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .div-step-header {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .div-option-card-content {
        display: unset !important;
        justify-content: unset !important;
        align-items: unset !important;
        text-align: center;
    }

    .div-option-card-content-2 {
        display: unset !important;
        align-items: unset !important;
        text-align: center;
    }

    .card-find-session_container {
        padding: 0px !important;
        border-radius: 0px !important;
    }

    .new-card-top__padding-top {
        padding-top: 38px !important;
    }

    .pure-steps .pure-steps_group {
        border-radius: 0px !important;
    }

    .pure-steps .pure-steps_group-triggers {
        border-radius: 0px !important;
        position: fixed !important;
    }

    .pure-steps_group {
        height: 100vh !important;
    }

    .pure-steps .pure-steps_group-triggers .pure-steps_group-triggers_item label {
        padding: 12px;
    }

    #txtFoodSessionName {
        font-size: 1.5rem !important;
    }

    .option-title {
        font-size: .8rem !important;
    }


    .div-step1,
    .div-step2,
    .div-step3 {
        overflow: auto;
        padding-bottom: 0px !important;
        /*height: calc(100vh - 172px);*/
    }

    .pure-steps_group {
        /*height: calc(100vh - 90px);*/
    }

    .pure-steps .pure-steps_group {
        box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.23),0 10px 20px -2px rgba(0,0,0,.04);
        /*min-height: 18em !important;*/
        /*min-height: unset !important;*/
        /*overflow: unset !important;*/
    }

    .icon-option-new {
        width: 100px;
        height: 100px;
    }

    .div-option-card {
        margin-top: 10px !important;
    }

    .pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_legend {
        font-size: 1.3em;
    }

    tbody#bodyTableHistoryMemory td {
        display: block;
    }

    tbody#bodyTableHistoryMemory tr td:last-child {
        text-align: right !important;
        border-bottom: 2px solid gray;
    }

    #tblHistoryFoodSession thead tr th:nth-child(2) {
        display: none;
    }
    #tblHistoryFoodSession thead tr th:nth-child(3) {
        display: none;
    }
    #tblHistoryFoodSession thead tr th:nth-child(4) {
        display: none;
    }
}

/* MOBILE OPTIMIZE FOOTER */
@media (max-width: 576px) {

    .modal-footer {
        flex-direction: column !important;
        text-align: center;
        gap: 10px;
    }

    /* Nút "Không áp mã – tạo luôn" thành 1 dòng riêng */
    #btnSkipVipTrial {
        width: 100%;
        margin-bottom: 6px;
    }

    /* Nhóm nút áp mã + hủy xếp thành 1 hàng */
    .modal-footer > div {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    /* Hai nút trong nhóm giữ kích thước đều */
    #btnApplyVipTrialCode,
    .modal-footer .btn-secondary {
        flex: 1;
        padding: 10px 0;
    }
}

