.not-front .section-banner .member-wrap {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
}
.member-wrap .display {
    margin: 10px 0px !important;
    text-align: start !important;
    display: flex;
    gap: 10px;
    
    .column-1, .column-2 {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .welcome {
        display: flex;
        align-items: center;
        color: white;
        font-weight: 900;
    }
    .point {
        display: flex;
        align-items: center;
        color: limegreen;
        font-weight: 900;
    }
    .refresh {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-left: 50px;
        color: orange;
        font-weight: 700;
    }
    .btn-history {
        color: white;
        font-weight: 700;
    }
}

.page-redemption {
    .container {
        height: auto;
    }
    .game-list {
        display: flex !important;
        margin: 0px;
        flex-wrap: wrap;

        .each {
            width: calc(30% - 26px);
            margin: 15px;
            display: flex;
            /*min-height: 160px;*/
            background-color: #fff;
            flex-direction: row;

            .cover {
                width: 40%;
                background-color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .content {
                height: 100% !important;
                width: 60%;
                display: flex;
                justify-content: space-around !important;
                flex-direction: column;
                font-weight: bold;
                text-transform: uppercase;
                background-color: #225073;
                padding: 12px;

                .title {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 35px;
                    color: gold;

                    .points {
                        font-size: 10px;
                    }
                }

                .divider {
                    width: 100%;
                    height: 1px;
                    background: gold;
                    opacity: .2;
                    margin-top: 8px;
                    margin-bottom: 8px;
                }

                .product {
                    margin-bottom: 12px;

                    .product-title {
                        font-size: 12px;
                        color: white;
                    }

                    .details {
                        font-size: 8px;
                        color: white;
                        line-height: 12px;
                        opacity: .5;
                    }
                }

                button {
                    width: fit-content;
                    display: flex;
                    align-items: flex-start;
                    color: white;
                    padding: 5px 10px;
                    border-radius: 10px;
                   
                    background-color: rgb(95, 201, 95);
                    cursor: pointer;

                    &:disabled {
                        cursor: default;
                        background-color: rgba(0, 0, 0, 0.2);
                    }
                }
            }
        }
    }

    .container {
        h1 {
            font-size: 36px !important;
            padding: 15px 15px 8px !important;
            color: white;
        }

        .wrapper {
            @media (max-width: 991px) {
                max-width: none;
            }
        }
    }
}

@media (max-width: 1200px) {
    .page-redemption {
        .game-list {
            margin: -10px;

            .each {
                width: 100%;
                margin: 10px;
                flex-direction: column;

                .cover,
                .content {
                    width: 100%;
                }

                .content {
                    padding: 15px !important;

                    .title {
                        font-size: 20px;

                        .points {
                            font-size: 15px;
                        }
                    }

                    .divider {
                        margin-top: 10px;
                        margin-bottom: 20px;
                    }

                    .product {
                        margin: 10px 0;
                        .product-title {
                            text-align: center;
                            font-size: 20px;
                            margin-bottom: 10px;
                        }

                        .details {
                            font-size: 18px;
                            text-align: center;
                        }
                    }

                    .button {
                        margin-left: 0;
                        justify-content: center;
                        .disable {
                            padding: 5px 15px;
                        }

                        .enable {
                            padding: 5px 15px;
                        }
                    }
                }
            }
        }

        .container h1 {
            font-size: 26px !important;
            padding: 10px 10px 5px !important;
        }
    }
}

/* marquees */
.section-marquees {
    display: flex;
    width: 1366px;
    align-items: center;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    background-color: #1b1d23;
}
@media (max-width: 1169px) {
    .section-marquees {
        width: 100%;
        max-width: none;
        margin: 0;
    }
}
.section-marquees label {
    font-size: 18px;
    line-height: 100%;
    padding: 0 2px 0 15px;
    margin: 0;
}
.section-marquees marquee {
    height: 40px;
    font-size: 14px;
}
.section-marquees marquee div {
    display: inline-block;
    line-height: 40px;
    margin-right: 100px;
}

.section-banner {
    display: flex;
    width: 1366px;
    max-width: calc(100% - 30px);
    margin: 50px auto 0;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (max-width: 1169px) {
    .section-banner {
        width: 100%;
        flex-direction: column;
        max-width: none;
        margin: 50px 0 0;
    }
}
.section-banner .section-left {
    width: calc(100% - 450px);
    min-width: 60%;
    flex-grow: 1;
}
@media (max-width: 1169px) {
    .section-banner .section-left {
        width: 100%;
    }
}
.section-banner .section-right {
    display: flex;
    flex-wrap: wrap;
    width: 450px;
    flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 1169px) {
    .section-banner .section-right {
        flex-wrap: nowrap;
    }
}
@media (max-width: 1169px) {
    .section-banner .section-right {
        width: 100%;
    }
}
.section-banner .member-wrap {
    width: 450px;
    max-width: 100%;
    background: #0a202f;
    background: -moz-linear-gradient(left, #0a202f 0%, #225073 50%, #0a202f 100%);
    background: -webkit-linear-gradient(
            left,
            #0a202f 0%,
            #225073 50%,
            #0a202f 100%
    );
    background: linear-gradient(to right, #0a202f 0%, #225073 50%, #0a202f 100%);
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-banner .member-wrap:last-child {
    width: 100%;
}
@media (max-width: 1169px) {
    .section-banner .member-wrap {
        width: 50%;
    }
}
@media (max-width: 767px) {
    
    .not-front .section-banner .member-wrap{
        padding: 2px 30px;
        .display {
            justify-content: space-between;
        }
    }
}

/* not front banner*/

@media (min-width: 768px) and (max-width: 1169px) {
    .not-front .section-banner {
        flex-direction: row;
    }
    .not-front .section-banner .section-left,
    .not-front .section-banner .section-right {
        width: 50%;
        min-width: auto;
    }
}
