:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h5,h5 {
    font-size: 1.25rem
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    width: 100%;
    height: auto
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.rounded-circle {
    border-radius: 50%!important
}

.d-none {
    display: none!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.p-0 {
    padding: 0!important
}

.text-left {
    text-align: left!important
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-sm>.form-control{
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
html {
    background: #efeff6;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #68758c;
    background: #efeff6;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    margin: 0;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a, a:hover {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

#layout-wrapper {
    padding-bottom: 150px;
}

.box-profile {
    background: #6446a2;
    background: linear-gradient(0deg, #6446a2 0%, #963e9b 100%);
    border-radius: 5px;
    padding: 25px 18px;
    display: grid;
    grid-template-columns: 200px auto 355px;
    grid-column-gap: 20px;
    margin-bottom: 30px;
}

.box-profile .prf-img {
    width: 185px;
    height: 185px;
    margin: auto;
    border: 3px solid #ffffff60;
    border-radius: 200px;
    position: relative;
    padding: 4px;
}

.box-profile .prf-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prf-name-bar {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.box-profile .prf-name {
    display: inline-block;
    font-size: 22px;
    color: #f7efff;
    font-weight: 800;
}

.box-profile .prf-social {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    margin-left: 12px;
}

.prf-social li {
    font-size: 13px;
    color: #e7d6f7;
    padding: 0 6px;
    line-height: 1;
}

.prf-social .prf-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}

.lazyloaded .prf-icon.icon-ytb-circle {
    background-image: url(../../../images/icon/youtube.svg);
}

.lazyloaded .prf-icon.icon-fb-circle {
    background-image: url(../../../images/icon/facebook.svg);
}

.lazyloaded .prf-icon.icon-ins-circle {
    background-image: url(../../../images/icon/instagram.svg);
}

.lazyloaded .prf-icon.icon-ttk-circle {
    background-image: url(../../../images/icon/tiktok.svg);
}

.prf-info {
    font-size: 14px;
    color: #e8ceff;
    line-height: 20px;
    position: relative;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.main-ft {
    text-align: center;
    font-size: 15px;
    color: #60606d;
    font-weight: 500;
    background: #dddde7;
    padding: 18px 0;
    margin-top: 110px;
}

.search-chart {
    width: 40%;
}

@media (max-width: 767px) {
    .box-profile .prf-social {
        justify-content: center !important;
    }

    input:not([type="radio"]):not([type="checkbox"]), button, select, textarea {
        -webkit-appearance: none;
    }

    #layout-wrapper {
        overflow: hidden;
    }

    .main-ft {
        padding: 12px 0;
        margin-top: 20px;
        font-size: 13px;
        font-weight: 700;
        color: #8a8aa5;
    }

    .box-profile {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .prf-name-bar {
        display: block !important;
        text-align: center;
    }

    .box-profile .prf-social {
        margin-left: 0;
        -ms-flex-pack: distribute!important;
        /*justify-content: space-around!important;*/
        margin-top: 5px;
    }

    .prf-info {
        text-align: center;
    }

    .prf-info > p {
        margin-top: 10px;
    }
}

.text-left {
    text-align: left !important;
}
/* Voucher Platform Styles */
.voucher-platform-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 1.25rem;
    color: white;
    padding: 1.5625rem;
    margin-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
}

.voucher-platform-container::before {
    content: '✦';
    position: absolute;
    top: 0.9375rem;
    left: 1.25rem;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    transform: rotate(15deg);
}

.voucher-platform-container::after {
    content: '✦';
    position: absolute;
    top: 1.5625rem;
    left: 2.1875rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
    transform: rotate(-15deg);
}

.voucher-platform-title {
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0;
    text-align: center;
    letter-spacing: 0.0625rem;
    position: relative;
}

.voucher-platform-title::before {
    content: '✦';
    position: absolute;
    top: -0.625rem;
    right: 6.25rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
}

.voucher-platform-title::after {
    content: '✦';
    position: absolute;
    bottom: -0.3125rem;
    left: 1.875rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    transform: rotate(-30deg);
}

.voucher-platform-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.9375rem;
}

.voucher-item {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0.9375rem;
    padding: 1.125rem 1.25rem;
    display: flex;
    flex: 2;
    justify-content: space-between;
    align-items: center;
    border: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.voucher-content {
    display: flex;
    align-items: center;
    flex: 2;
    gap: 0.9375rem;
    color: white;
}

.voucher-type {
    font-size: 1rem;
    min-width: 120px;
    font-weight: 500;
}

.voucher-discount {
    font-size: 1rem;
    font-weight: 500;
}

.separator {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.8;
    margin: 0 0.5rem;
}

.voucher-brand {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    color: white;
}

.voucher-brand .voucher-brand-name,
.voucher-brand span {
    font-size: 14px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 0.9375rem;
    border-radius: 1.25rem;
    text-align: center;
    min-width: 120px;
    max-width: 200px;
}

.check-btn {
    background: transparent;
    color: white;
    border: none;
    font-size: 1.125rem;
    cursor: pointer;
    padding: 0.3125rem;
}

.check-btn:hover {
    color: white;
    text-decoration: none;
}

.check-btn:hover {
    transform: translateX(0.1875rem);
}

.voucher-platform-grid .voucher-item {
    background: white;
    color: #333;
    border: 1px solid #e0e0e0;
    margin-bottom: 0.625rem;
}

.voucher-platform-grid .voucher-content {
    color: #333;
}

.voucher-platform-grid .check-btn {
    background: #2B5CE6;
    color: white;
    border-radius: 1.25rem;
    padding: 0.5rem 0.9375rem;
    font-size: 0.75rem;
}

@media (max-width: 767px) {
    .voucher-platform-container {
        padding: 10px;
        margin-bottom: 10px;
    }

    .voucher-platform-title {
        font-size: 14px;
    }

    .voucher-item {
        padding: 8px 10px;
        align-items: center;
    }

    .voucher-content {
        gap: 1px;
    }

    .voucher-type,
    .voucher-discount {
        min-width: 75px;
        max-width: 95px;
        font-size: 10px;
    }

    .separator {
        font-size: 0.875rem;
        margin: 0 0.25rem;
    }

    .voucher-brand .voucher-brand-name,
    .voucher-brand span{
        font-size: 8px;
        padding: 4px 8px;
        min-width: 60px;
        max-width: 120px;
    }

    .check-btn {
        font-size: 10px;
        padding: 3px;
    }
}

.page-profile {
    position: relative;
}

.page-profile:before {
    position: absolute;
    content: "";
    background: #ef8714;
    background: linear-gradient(90deg, #ef8714 0%, #eb7d23 20%, #9b3e9b 80%, #5847a3 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

.page-profile-banner::before {
    height: 200px;
}

.page-profile--main {
    max-width: 870px;
    margin: auto;
    position: relative;
}

.page-profile--logo {
    text-align: center;
    padding: 20px 0 30px;
}

.page-profile--logo img {
    height: 75px;
}

.page-profile--body {
    background: #fff;
    padding: 40px 30px !important;
    border-radius: 5px;
}

.page-profile--header .box-profile {
    background: transparent;
    padding: 0;
    grid-template-columns: 160px auto;
    grid-column-gap: 35px;
}

.page-profile--header .prf-img {
    width: 160px;
    height: 160px;
    border: none;
    border-radius: 200px;
    padding: 3px;
    background: #ef8714;
    background: linear-gradient(-30deg, #ef8714 0%, #eb7d23 20%, #9b3e9b 80%, #5847a3 100%);
}

.page-profile--header .prf-img img {
    border: 4px solid #fff;
}

.page-profile--header .prf-name-bar {
    display: block !important;
}

.page-profile--header .box-profile .prf-social {
    margin-left: -6px;
}

.page-profile--header .box-profile .prf-social li {
    font-size: 15px;
    color: #4c4a4e;
    padding: 0 6px;
    line-height: 3.5;
    font-weight: 800;
}

.page-profile--header .box-profile .prf-social .prf-icon {
    position: relative;
    top: -1px;
}

.page-profile--header .box-profile .prf-info {
    font-size: 0.92rem;
    color: #585858;
    line-height: 20px;
    margin-top: 8px;
}

.page-profile--header .box-profile .prf-name {
    font-size: 24px;
    color: #5847a3;
    display: block;
}

#profile-tabs--link {
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px dotted #dbdbdb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

#profile-tabs--link.nav-tabs .nav-item {
    margin-bottom: -1px;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

#profile-tabs--link.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: #8e8e8e;
    letter-spacing: 0.6px;
    padding: .7rem 1rem .6rem;
    font-size: 13px;
}

#profile-tabs--link.nav-tabs .nav-item.show .nav-link, #profile-tabs--link.nav-tabs .nav-link.active, #profile-tabs--link.nav-tabs .nav-link:focus, #profile-tabs--link.nav-tabs .nav-link:hover {
    border-bottom-color: #6C5CE7;
    color: #6C5CE7;
}

.profile-tabs--listgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    margin-top: 18px;
}

.tabs--listgrid-item {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
    background: #efeff68c;
    height: 100%;
}

.tabs--listgrid-item .img-fluid {
    height: 195px;
}

.listgrid--link {
    display: block;
    /*border: 1px solid transparent;*/
}

.listgrid--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.listgrid--linkbody {
    background: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
}

.listgrid--linktitle {
    padding: .5rem;
    overflow: hidden;
    height: 35%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.listgrid--linktitle .title {
    font-size: 13px;
    line-height: 18px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: -0.2px;
}

.profile-tabs--desp {
    padding: 0 20px;
}

.profile-tabs--desp ul {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin: 15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-tabs--desp ul li {
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
    background-color: transparent !important;
}

.profile-tabs--desp ul li > a {
    display: block;
    padding: 2px 12px;
    background: #ececec;
    border-radius: 3px;
    margin: 0 4px;
    font-weight: 700;
    color: #6d6b71;
    position: relative;
}

.profile-tabs--desp ul li.active > a, .profile-tabs--desp ul li:hover > a {
    background: #5847a3;
    color: #fff;
}

.profile-tabs--group {
    padding: 0 20px;
}

.profile-tabs--group .search-chart {
    width: 50%;
    margin: 0 auto -5px;
}

.product-hot--linktitle .title {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: -0.2px;
}

.product-hot--linktitle {
    padding: .5rem;
    overflow: hidden;
    background: #fff;
    height: 45%;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lazyloaded .product-hot {
    background-image: url("../../../images/landingpage/bg-product-hot.png");
}

.product-hot {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 16px 25px;
    margin: 0 0 20px;
    position: relative;
}

.wrapper--prdHot {
    width: auto !important;
    height: auto !important;
}

.product-hot--header {
    background: #FFF;
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #121212;
}

.product-hot--link {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 10%);
    border: 1px solid transparent;
    cursor: pointer;
    height: 100%;
}

.product-hot--linkbody {
    position: relative;
    /* background: transparent; */
    display: grid;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    /* height: 100%; */
    background: #fff;
}

.product-hot--linkbody .product-hot--img {
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    object-fit: contain;
    height: 220px;
}

.product-hot--linkfooter {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 100px;
    background: linear-gradient(rgba(22, 24, 35, 0) 2.92%, rgba(22, 24, 35, 0.5) 98.99%);
    padding: 78px 8px 5px;
    box-sizing: border-box;
}

.reset-scroll {
    overflow-x: unset;
}

.enable-scroll {
    flex-wrap: nowrap !important;
    justify-content: unset !important;
    overflow-x: scroll;
    padding: 10px 0;
    cursor: pointer;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.profile-tabs--desp ul {
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-profile--header .box-profile .prf-social li {
    line-height: 2.5;
}

.page-profile--header .box-profile .prf-social li {
    font-size: 13px;
}

.page-profile--header .box-profile .prf-info {
    font-size: 14px;
    line-height: 18px;
}

.profile-tabs--desp ul li > a {
    font-weight: 600;
    font-size: 13px;
}

.enable-scroll::-webkit-scrollbar {
    display: none;
}

.header-background {
    background: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, .25);
    box-shadow: 0 2px 2px rgba(255, 255, 255, .25);
    padding-bottom: 50px;
}

.banner-slide .box-profile-left {
    transform: translateY(-80px);
    position: absolute;
    left: 30px;
    z-index: 10;
}

.banner-slide {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.mySwiper {
    border-radius: 10px 10px 5px 5px;
}

.background-banner {
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}

.background-banner img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.ml-box-profile {
    margin-left: 210px;
}

.voucher-btn {
    border-radius: 30px;
    border: none;
    background-color: none;
    padding: 0px;
    width: 120px;
    cursor: pointer;
    margin: 0.1rem 0 0 1rem;
}

.list-grid--tiktok {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 0px;
    align-items: center;
    justify-items: center;
}

.list-grid--tiktok .tiktok-video--item {
    width: 325px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #F5F5F9;
}

.tiktok-video--item .tiktok-ratio {
    position: relative;
    width: 100%;
}

.tiktok-video--item .tiktok-ratio-container {
    padding-top: 172.65%;
}

.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card {
    border-radius: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: #F5F5F9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card .video-card {
    position: relative;
    width: 100%;
    height: 100%;
}


.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card .tiktok-video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    padding: 10px 30px;
    width: 100%;
    overflow: hidden;
    cursor: default;
    background-color: #F5F5F9;
    color: #585858;
}

.tiktok-video--item .tiktok-ratio-container .tiktok-ratio-wrapper .image-card .tiktok-video-title .title {
    font-size: 13px;
    line-height: 18px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
    letter-spacing: -0.2px;
}

.image-card .video-card .video-player {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -30px;
    -webkit-transform: scaleY(0.90);
}

@media (max-width: 767px) {
    .page-profile--body {
        padding: 20px 8px;
        margin: 0 5px;
    }

    .page-profile--logo {
        text-align: center;
        padding: 8px 0 0px;
    }

    .page-profile--logo .img-fluid {
        height: 40px;
        width: 60%;
    }

    .page-profile--header .box-profile {
        grid-template-columns: 1fr;
        margin-bottom: 12px;
    }

    .page-profile--header .box-profile .prf-img {
        width: 96px;
        height: 96px;
        padding: 2px;
    }

    .page-profile--header .box-profile .prf-img img {
        border: 3px solid #fff;
    }

    .page-profile--header .box-profile .prf-name {
        font-size: 21px;
        line-height: 23px;
    }

    .profile-tabs--desp ul {
        margin-bottom: 20px;
    }

    #profile-tabs--link.nav-tabs .nav-link {
        letter-spacing: -0.5px;
        padding: .7rem 0.2rem .6rem;
        font-size: 12px;
        font-weight: 800;
    }

    .list-grid--3, .profile-tabs--listgrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-tabs--group .search-chart {
        width: 90%;
    }

    .profile-tabs--desp {
        display: block !important;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
    }

    .swiper-pagination {
        text-align: right !important;
    }

    .disable-background {
        background: unset;
    }

    .banner-slide .box-profile-left {
        transform: translateY(-48px);
    }

    .banner-slide .prf-name-bar {
        text-align: left;
    }

    .ml-box-profile {
        margin-left: 140px;
    }

    .banner-slide.box-profile .prf-social {
        justify-content: flex-start !important;
    }

    .product-hot--header {
        width: 200px;
        height: 35px;
        font-size: 12px;
        font-weight: 800;
    }

    .tabs--listgrid-item .img-fluid {
        height: auto;
    }

    .product-hot--linkbody .product-hot--img {
        max-height: 140px;
    }

    .mobile-title-center {
        justify-content: center;
    }

    .voucher-btn {
        width: 90%;
        margin: 0.1rem 0 0 1rem;
    }

    .page-profile--body {
        padding: 20px 8px !important;
        margin: 0 5px;
    }
    .p-0 {
        padding: 0 8px !important;
    }

    .profile-tabs--group .list-grid--tiktok {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 15px;
        grid-column-gap: 0px;
        align-items: center;
        justify-items: center;
    }

    .list-grid--3 {
        margin-top: 0;
    }
}

.content-background {
    background: #fff;
    max-width: 0 5px;
    padding: 8px 0px;
}

.nav-tabs-banner {
    background: #fff;
}

.swiper-wrapper, .swiper-slide {
    height: unset !important;
}

.prf-name-bar i {
    color: #1877F2;
    font-size: 18px;
}

.prf-name-bar--title {
    margin-top: 8px;
}

.max-with-100 {
    max-width: 100%;
}

.atEQPOIVFSDFSDG-dealact-copy {
    white-space: nowrap;
    margin-right: 15px;
}

.tabs--listgrid-item .container-voucher-btn {
    width: 100%;
    padding: 0px 8px;
    cursor: pointer;
    margin-top: 0 !important;
}

span.vouher-badge {
    color: #5649B8;
    font-family: Google Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.btn-custom-color, .btn-custom-color:hover, .btn-custom-color:active, .btn-custom-color:visited {
    background-color: #6C5CE7 !important;
    color: white !important;
    border-color: #6C5CE7 !important;
}
.bg-color-btn-search{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
input[type=search].form-control{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
input[type=search].form-control:focus{
    box-shadow: inset 0 0px 0 #6C5CE7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal {
    /*max-height: 100%;*/
    overflow: scroll;
    padding: 0 !important;
}

#msDonateDetailModal {
    overflow: hidden;
}

.slide-wrap {
    height: 175px;
}

.slider {
    width: 100%;
    height: 225px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -webkit-scroll-snap-points-x: repeat(225px);
    -ms-scroll-snap-points-x: repeat(225px);
    scroll-snap-points-x: repeat(225px);
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    /*scrollbar-width: none*/
}

.modal {
    overflow-y: auto;
}

.slider::-webkit-scrollbar {
    /*display: none !important;*/
}

.bg-mg-img {
    /*background-attachment: fixed;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    background-blend-mode: multiply;
}

.text-white {
    color: #fff;
}

.slides > div:target {
    transform: scale(0.8);
}

.slide {
    width: 120px;
    flex-shrink: 0;
    height: 100%;
}

.ms-donate {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*padding: 20px;*/
}

.txt-ms-donate {
    color: #6C5CE7;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.fs-16 {
    font-size: 14px;
}

.ms-donate-height {
    height: 250px;
}

.hiden-scroll-ms-donate {
    height: 300px;
    overflow: scroll;
}

.ms-donate-img {
    width: 100%;
    display: grid;
    border: 1px solid rgba(116, 123, 126, 0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}
.ms-donate-img img {
    width: 100%;
    object-fit: contain;
}


.ms-donate-btn-back {
    left: 0;
    top: 17px;
}

.brd-8 {
    border-radius: 8px;
}

.w-200p {
    width: 450px;
}

.bg-ms-donate {
    background-color: #6C5CE7;
}

.pb-200 {
    /*padding-bottom: 200px;*/
}

.ms-black {
    color: #2f3133;
}

.btn-donate {
    font-size: 12px;
}

.f-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.text-center {
    text-align: center !important
}

.w-100 {
    width: 100% !important
}

.out-line-0 {
    outline: 0;
}

.ms-title{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #393E40;
    height: auto !important;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    overflow: auto;
}

@media (max-width: 320px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .m-auto {
        margin: 0 !important;
    }

    .ms-donate-height {
        height: 200px;
    }

    .modal {
        max-height: 100%;
        overflow: scroll;
    }

    .modal-fullscreen {
        width: 100vw;
        max-width: none;
        /*height: 120%;*/
        margin: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

    #msDonateModal {
        padding: 0 !important;
    }

    .modal-fullscreen {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
}

@media (max-width: 480px) {
    /* smartphones, Android phones, landscape iPhone */
    #msDonateModal {
        padding: 0 !important;
    }

    .m-auto {
        margin: 0 !important;
    }

    .modal {
        max-height: 100%;
        overflow: scroll;
    }

    .ms-donate-height {
        height: 200px;
    }

    .modal-fullscreen {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

    .modal {
        max-height: 100%;
    }

    .msDonateModal {
        padding: 0 15px !important;
    }
}

.fs-18 {
    font-size: 18px;
    padding: 5px;
    font-weight: 600;
}

/* Header fixed to the top of the modal */
.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}
.card {
    border-radius: 0 !important;
}
.card .card-header {
    background-color: unset;
    border-bottom: none;
}
.card .card-body {
    padding: 15px !important;
}

.cash-bonus {
    color: #E84493;
    font-size: 14px;
    font-weight: 700;
}
.cash-bonus i {
    margin-right: 7px;
    color: #FB7DBA;
}

.box-donate {
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}
@media (min-width: 525px) {
    .box-donate {
        background: url('../../assets/images/donate/banner-donate-desktop.png') center center;
        height: 82px;
    }
}
@media (max-width: 524px) {
    .box-donate {
        background: url('../../assets/images/donate/banner-donate-mobile.png') center center;
        height: 124px;
    }
}

.contents .content-item.content-bg-green .content-item__icon {
    background-color: #e6fcf0;
}
.contents .content-item.content-bg-green .content-item__icon i {
    color: #12b76a;
}
.contents .content-item.content-bg-green .content-item__detail {
    background-color: #e6fcf0;
}
.contents .content-item.content-bg-green .content-item__detail .content-item__title {
    color: #008241;
}
.contents .content-item.content-bg-green .content-item__detail .content-item__desc {
    color: #12b76a;
}
.contents .content-item.content-bg-green .content-item__detail::after {
    background: linear-gradient(180deg, #b8f4d6 0%, rgba(184, 244, 214, 0) 100%);
}
.contents .content-item.content-bg-pink .content-item__icon {
    background-color: #ffe8f4;
}
.contents .content-item.content-bg-pink .content-item__icon i {
    color: #e84493;
}
.contents .content-item.content-bg-pink .content-item__detail {
    background-color: #ffe8f4;
}
.contents .content-item.content-bg-pink .content-item__detail .content-item__title {
    color: #991558;
}
.contents .content-item.content-bg-pink .content-item__detail .content-item__desc {
    color: #e84493;
}
.contents .content-item.content-bg-pink .content-item__detail::after {
    background: linear-gradient(180deg, #ffc2e0 0%, rgba(255, 194, 224, 0) 100%);
}
@media (max-width: 677px) {
    .contents .content-item {
        position: relative;
        display: flex;
        align-items: center;
    }
    .contents .content-item .content-item__icon {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contents .content-item .content-item__icon i {
        font-size: 20px;
        color: #12b76a;
    }
    .contents .content-item .content-item__detail {
        position: relative;
        overflow: hidden;
        flex: 1;
        padding: 10px 25px 10px 10px;
        border-radius: 8px;
    }
    .contents .content-item .content-item__detail .content-item__title {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .contents .content-item .content-item__detail .content-item__desc {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
    }
    .contents .content-item .content-item__detail::after {
        content: '';
        position: absolute;
        right: -13px;
        top: 10px;
        width: 42px;
        height: 42px;
        border-radius: 42px;
        background: linear-gradient(180deg, #b8f4d6 0%, rgba(184, 244, 214, 0) 100%);
    }
    .contents .content-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .contents .content-item:not(:last-child):after {
        content: '';
        position: absolute;
        left: 19px;
        bottom: -26px;
        width: 2px;
        height: 50%;
        background: #dddedf;
        border-radius: 2px;
    }
}
@media (min-width: 678px) {
    .contents {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .contents .content-item {
        width: 48%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contents .content-item .content-item__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contents .content-item .content-item__icon i {
        font-size: 20px;
        color: #12b76a;
    }
    .contents .content-item .content-item__detail {
        width: 100%;
        position: relative;
        overflow: hidden;
        flex: 1;
        padding: 15px 10px;
        border-radius: 8px;
        text-align: center;
    }
    .contents .content-item .content-item__detail .content-item__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .contents .content-item .content-item__detail .content-item__desc {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
    }
    .contents .content-item .content-item__detail::after {
        content: '';
        position: absolute;
        right: -13px;
        top: 10px;
        width: 42px;
        height: 42px;
        border-radius: 42px;
        background: linear-gradient(180deg, #b8f4d6 0%, rgba(184, 244, 214, 0) 100%);
    }
}

.modal-dialog {
    max-width: 872px !important;
}
#ms-d-img {
    width: 104px;
    height: 104px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid rgba(116, 123, 126, 0.1);
}
.donate-item {
    cursor: pointer;
}
.card-header-title {
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    color: #393E40;
}
@media (min-width: 678px) {
    .card-header-title {
        font-size: 18px;
    }
}
@media (max-width: 677px) {
    .card-header-title {
        font-size: 16px;
    }
}



.brand-bonus-title {
    font-weight: 600;
    color: #101828;
    font-size: 18px;
    line-height: 28px;
}

.brand-list {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
}

.brand-item {
    flex: 0 0 auto;
    text-align: center;
    /* margin-right: 32px; */
    cursor: pointer;
    width: 150px;
}

.brand-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center;
}

.brand-name {
    font-weight: 600;
    color: #101828;
    font-size: 14px;
    line-height: 20px;
}

.btn-more {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
