* {
    font-family: "Gilroy", sans-serif;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

th,
td {
    vertical-align: middle !important;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.overflow-2 {
    -webkit-line-clamp: 2;
}

.overflow-3 {
    -webkit-line-clamp: 3;
}

.overflow-4 {
    -webkit-line-clamp: 4;
}

.overflow-5 {
    -webkit-line-clamp: 5;
}

.f-shadow {
    text-shadow: 2px 2px 4px #000000;
}

/* Color Theme */
.btn-danger,
.bg-danger {
    background-color: #D13138 !important;
}

.btn-dark,
.bg-dark {
    background-color: #333333 !important;
}

.text-danger {
    color: #D13138 !important;
}

.text-dark {
    color: #333333 !important;
}

/* Color Theme */

body {
    background-color: #F8F8F8;
    height: 100vh;
}

div#page {
    width: 100vw;
}

div#page.bg-sign-up {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

div#page.bg-create-new-account {
    position: relative;
    font-size: 16px;
}

div#page.bg-create-new-account .row {
    margin: 2rem 0;
}

div#page.bg-sign-up img.focus-point {
    width: 100%;
    height: 5vh;
    object-fit: contain;
    object-position: center;
}

div#page.bg-login {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

div#page.bg-login img.focus-point {
    width: 100%;
    height: 5vh;
    object-fit: contain;
    object-position: center;
}

.card-sign-up {
    background-color: white;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -8px 36px #00000022;
    padding: 30px 40px;
    text-align: center;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -25px;
    height: calc(100% - 315px);
}

.card-sign-up h1 {
    font-size: 16px;
    font-weight: 400;
}

.card-sign-up .btn-signup-mobile-number {
    background-color: #D13138;
    width: 100%;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13.5px;
    margin: 25px 0;
    font-weight: bold;
}

.card-sign-up .social-login-buttons {
    margin: 20px 0;
}

.card-sign-up .signup-icon.spacing {
    margin: 0 2rem;
}

.card-sign-up .signup-icon>img {
    height: 8vh;

    object-fit: contain;
    object-position: center;

    -o-object-fit: contain;
    -o-object-position: center;
}

.card-create-new-account {
    background-color: white;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -8px 36px #00000022;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 90px);
}

.card-create-new-account label>* {
    color: black;
}

.card-create-new-account label.label-input-account {
    margin-bottom: 1rem;
}

.card-create-new-account input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
}

.card-create-new-account input::placeholder {
    color: #BEBABA;
    opacity: 1;
    /* Firefox */
}

.card-create-new-account input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #BEBABA;
}

.card-create-new-account div.input-group input {
    width: 75%;
}

.card-create-new-account select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    width: fit-content;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-right: 25px;
    /* Adjust as needed */
}

.card-create-new-account .select-arrow {
    position: absolute;
    top: 30%;
    left: 19%;
}

.card-create-new-account .form-check-input:checked[type=radio] {
    background-image: radial-gradient(red 0%, red 50%, white 50%);
}

.card-create-new-account input.form-check-input {
    border: solid #D13138 1px;
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.card-create-new-account label.form-check-label {
    width: 90%;
    line-height: 16px;
    font-weight: normal;
}

.card-create-new-account label.label-checkbox-account {
    margin-left: 1rem;
}

.card-create-new-account label.label-input-link,
.card-create-new-account div.checkbox-agreement {
    margin-bottom: 1.5rem;
}

.card-create-new-account .btn-create-account-next {
    background-color: #D13138;
    width: 100%;
    height: fit-content;
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.card-phone-verification {
    background-color: white;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -8px 36px #00000022;
    padding: 30px 20px;
    height: calc(100% - 90px);
    display: flex;
    flex-direction: column;
}

.card-phone-verification .col-3 {
    display: flex;
    justify-content: center;
}

.card-phone-verification .btn-create-account-next {
    background-color: #D13138;
    width: 100%;
    height: fit-content;
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.card-phone-verification span {
    font-size: 15px;
    line-height: 22px;
}

.card-phone-verification input {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: none;
    background-color: #ECECEF;
    text-align: center;
    font-size: 25px;
}

.card-phone-verification small {
    font-size: 11px;
    line-height: 15px;
}

.card-create-password {
    background-color: white;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -8px 36px #00000022;
    padding: 30px 20px;
    height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
}

.card-create-password .btn-create-account-next {
    background-color: #D13138;
    width: 100%;
    height: fit-content;
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.card-create-password span {
    font-size: 15px;
    line-height: 22px;
}

.card-create-password label>* {
    color: black;
    font-weight: 600;
}

.card-create-password input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    width: 85%;
}

.card-create-password button,
.card-create-password button:focus,
.card-create-password button:active {
    border-bottom: solid #BEBABA 1px;
}

.card-create-password input::placeholder {
    color: #BEBABA;
    opacity: 1;
    /* Firefox */
}

.card-create-password input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #BEBABA;
}

.main-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.main-popup-backdrop .main-popup {
    background-color: white;
    width: 90%;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center
}

.main-popup-backdrop .main-popup button#CloseAccountActivationPopup,
.main-popup-backdrop .main-popup button#CloseForgotPasswordPopup,
.main-popup-backdrop .main-popup button#CloseConfirmPhonePopup,
.main-popup-backdrop .main-popup button#CloseConfirmEmailPopup {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-left: auto;
    margin-bottom: 1rem;
}

.main-popup-backdrop .main-popup h1 {
    color: black;
    margin-bottom: 1rem;
}

.main-popup-backdrop .main-popup img {
    height: 100px;
    margin-bottom: 1rem;
}


.main-popup-backdrop .main-popup input {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: black;
    font-size: 13px;
}

.main-popup-backdrop .main-popup .label-confirm-phone select,
.label-confirm-phone select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    width: fit-content;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-right: 20px;
    font-size: 13px;
    /* Adjust as needed */
}

.main-popup-backdrop .main-popup .label-confirm-phone input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
}

.main-popup-backdrop .main-popup .label-confirm-phone .select-arrow {
    position: absolute;
    top: 22%;
    left: 18%;
}

.main-popup-backdrop .main-popup .btn-popup-main {
    background-color: #D13138;
    width: 100%;
    height: fit-content;
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.main-popup-backdrop .main-popup .btn-popup-sub {
    background-color: #ECECEF;
    color: #707070;
    width: 100%;
    height: fit-content;
    margin-top: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.card-complete-profile {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 90px);
    border-radius: 2rem;
    padding: 2rem 1.5rem;
}

.card-complete-profile label {
    position: relative;
}

.card-complete-profile label select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-right: 25px;
    padding-left: 0;
    font-size: 13px;
}

.card-complete-profile label .select-arrow {
    position: absolute;
    top: 58%;
    right: 0;
}

.card-complete-profile h5 {
    margin-bottom: 2rem;
    color: black;
}

.card-complete-profile p {
    color: black;
    margin-bottom: 0.5rem;
}

.card-complete-profile .form-check-input:checked[type=radio] {
    background-image: radial-gradient(red 0%, red 50%, white 50%);
}

.card-complete-profile .form-check-input[type='radio'] {
    border: solid #D13138 1px;
}

.card-complete-profile label {
    margin-bottom: 1.5rem;
}

.card-complete-profile label p {
    color: black;
    margin-bottom: 0rem;
}

.card-complete-profile label input::placeholder,
.card-complete-profile label input::-ms-input-placeholder {
    color: #BEBABA !important;
}

.card-complete-profile label input {
    color: #BEBABA;
    font-size: 13px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.card-complete-profile .btn-complete-profile {
    background-color: #D13138;
    width: 100%;
    height: fit-content;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.card-login {
    background-color: white;
    width: 100%;
    /* border-radius: 30px 30px 0px 0px; */
    box-shadow: 0px -8px 36px #00000022;
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: ease 0.3s;
    position: relative;
}

.card-login .btn-signup-mobile-number {
    background-color: #D13138;
    width: 100%;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    margin: 15px 0;
    font-weight: 500;
}

.card-login .signup-icon>img {
    height: 50px;
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
}

.card-login label>* {
    color: black;
}

.card-login input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    width: 85%;
    height: 38px;
    font-size: 12px;
}

.card-login button,
.card-login button:focus,
.card-login button:active {
    border-bottom: solid #BEBABA 1px;
}

.card-login input::placeholder {
    color: #BEBABA;
    opacity: 1;
    /* Firefox */
}

.card-login input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #BEBABA;
}

.card-login div.input-group input#LoginPhone {
    width: 77%;
}

.card-login div.input-group input#LoginInputPassword {
    width: 85%;
}

.card-login select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    width: fit-content;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-right: 25px;
    /* Adjust as needed */
}

.card-login .select-arrow {
    position: absolute;
    top: 22%;
    left: 17%;
}

.card-login .btn-login-tabs {
    position: absolute;
    width: 100%;
    top: -42px;
    display: flex;
    left: 0;
}

.card-login .btn-login-tab {
    color: white;
    border-radius: 30px 30px 0px 0px;
    background-color: transparent;
    padding: 12px 0;
    width: 50%;
    display: inline;
    cursor: pointer;
    font-weight: 600;
}

.card-login .btn-login-tab.active {
    color: #D13138;
    background-color: white;
}

.sidebar-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.7;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 80%;
    height: 100%;
    background-color: white;
    border-radius: 0px 13px 13px 0px;
    padding: 25px 0;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    transition: ease 0.3s;
    transform: translateX(-100%);
}

.sidebar-menu.active {
    transform: translateX(0);
}

.sidebar-menu li {
    border-bottom: solid #9a9a9a2f 1px;
    padding: 12px 15px;
}

.sidebar-menu .sidebar-menu-icon {
    height: 17px;
    width: 17px;
    object-fit: contain;
    object-position: center;
}

.sidebar-menu .sidebar-menu-text {
    color: black;
    font-size: 12px;
    margin-left: 8px;
}

.header-home-logo {
    height: 35px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

img#HeaderGlasses {
    width: 100%;
    display: block;
    margin-top: 3px;
}

span#BellNotification {
    font-size: 12px;
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-notification {
    font-size: 20px;
}

div#HeaderHome {
    box-shadow: 0px 8px 12px #0000000D;
    border-radius: 0px 0px 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #F8F8F8;
    width: 100%;
    padding: 20px 0;
}

div.home-header-slide div.carousel {
    margin-top: 40px;
}

div.home-header-slide div.carousel .carousel-indicators {
    margin-bottom: 2rem;
}

div.home-header-slide div.carousel .carousel-indicators [data-bs-target] {
    transition: ease 0.3s;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    border: unset;
}

div.home-header-slide div.carousel .carousel-indicators .active {
    background-color: #D13138;
    width: 32px;
    border-radius: 50rem;
}

div.home-header-slide div.carousel .carousel-item>img {
    border-radius: 0 0 10px 10px;
}

.welcome-member {
    background-color: white;
    padding: 15px 0;
    background-image: url("../images/app/index/welcome-side-bg.png"), url("../images/app/index/welcome-side-bg.png");
    background-position: -3% center, 103% center;
    background-size: auto 70%;
    background-repeat: no-repeat;
}

.home-body {
    background-color: #F8F8F8;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
}

.home-body .reward-tabs .reward-logo {
    height: 40px;
    width: 100%;
    border-bottom: solid #BEBABA 1px;
    transition: ease 0.3s;
    object-fit: contain;
}

.home-body .reward-tabs .reward-logo.active {
    border-bottom: solid #D13138 1px;
}

.home-body .reward-list {
    padding: 0 15px;
}

.home-body .reward-list a.view-all {
    font-size: 9px;
    font-weight: 500;
    line-height: 2;
    padding-right: 8px;
    background-image: url("../images/app/index/reward-list/red-dot.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10%;
}

.home-body .reward-list .reward-list-info div.row {
    margin-top: 10px;
}

.home-body .reward-list .reward-list-info p.text-date {
    color: #9A9A9A;
    font-size: 10px;
}

.home-body .reward-list .reward-list-info span.reward-type {
    border-radius: 0.3rem;
    font-size: 6px;
    display: block;
    padding: 1.5px 8px;
}

.home-body .reward-list .reward-list-info span.reward-type.hot-items {
    border: solid #D13138 1px;
    color: #D13138;
}

.home-body .reward-list .reward-list-info span.reward-type.end-soon {
    border: solid #E2B756 1px;
    color: #E2B756;
}

.home-body .reward-list .reward-list-info p.text-details {
    font-size: 11px;
    border-bottom: solid #70707054 0.5px;
    height: calc(100% - 26px);
    display: flex;
    align-items: center;
    justify-content: center;
}

div.reward-slideshow div.carousel .carousel-indicators {
    margin-bottom: 2rem;
    margin-top: 1rem;
    position: relative;
}

div.reward-slideshow div.carousel .carousel-indicators [data-bs-target] {
    transition: ease 0.3s;
    background-color: #D9D9E2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    border: unset;
}

div.reward-slideshow div.carousel .carousel-indicators .active {
    background-color: #D13138;
    width: 32px;
    border-radius: 50rem;
}

div.row.first-brand {
    margin-bottom: 12px;
}

footer.fireworks {
    background-image: url('../images/app/index/footer-bg.png');
    background-position: center 12vh;
    background-size: 100%;
    background-color: #333333;
    background-repeat: no-repeat;
    height: 35vh;
    padding: 40px 30px;
    margin-bottom: 60px;
}

footer.fireworks .footer-icon {
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

footer.fireworks div.fireworks-logo img {
    width: 30%;
}

.bottom-menubar {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 12%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 100%);
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.bottom-menubar .menubar-icon {
    width: 100%;
    height: 9vw;
    object-fit: contain;
    object-position: center;
}

.bottom-menubar .menubar-icon.menu-center-icon {
    height: 18vw;
}

.card-rewards {
    background-color: white;
    width: 100%;
    height: calc(100vh - 135px);
    position: relative;
    margin-top: 45px;
}

.card-rewards .btn-rewards-tabs {
    position: absolute;
    width: 100%;
    top: -44px;
    display: flex;
    left: 0;
    text-align: center;
}

.card-rewards .btn-rewards-tab {
    color: black;
    border-radius: 30px 30px 0px 0px;
    background-color: transparent;
    padding: 12px 0;
    width: 50%;
    display: inline;
    cursor: pointer;
    font-weight: 600;
    transition: ease 0.3s;
}

.card-rewards .btn-rewards-tab.active {
    color: #D13138;
    background-color: white;
}

.card-rewards .reward-list-tab {
    padding: 10px 15px;
    max-height: 100%;
    overflow-y: scroll;
}

.card-rewards .reward-list-tab .reward-list-info div.row {
    margin-top: 10px;
}

.card-rewards .reward-list-tab .reward-list-info p.text-date {
    color: #9A9A9A;
    font-size: 10px;
}

.card-rewards .reward-list-tab .reward-list-info span.reward-type {
    border-radius: 50rem;
    font-size: 6px;
    display: block;
    padding: 3px 8px;
    line-height: 1;
}

.card-rewards .reward-list-tab .reward-list-info span.reward-type.hot-items {
    border: solid #D13138 1px;
    color: #D13138;
}

.card-rewards .reward-list-tab .reward-list-info span.reward-type.end-soon {
    border: solid #E2B756 1px;
    color: #E2B756;
}

.card-rewards .reward-list-tab .reward-list-info p.text-details {
    font-size: 11px;
    border-bottom: solid #70707054 0.5px;
    height: calc(100% - 26px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    z-index: 2000;
    background-color: white;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px -7px 14px #00000029;
    transition: ease 0.3s;
}

.bottom-bar.active {
    transform: translateY(0%);
}

.bottom-bar li {
    border-bottom: solid rgba(0, 0, 0, 0.164) 1px;
    padding: 10px 0;
}

.bottom-bar li a {
    color: black;
}

.area-bar {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: white;
    transition: ease 0.3s;
}

.area-bar.active {
    left: 0;
}

.area-bar ul {
    max-height: 93vh;
    overflow-y: scroll;
}

.area-bar li {
    border-bottom: solid rgba(0, 0, 0, 0.164) 1px;
    padding: 10px 0;
    background-image: url('../images/app/reward-listing/arrow.png');
    background-position: right center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    color: black;
}

.state-bar {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: white;
    transition: ease 0.3s;
}

.state-bar.active {
    left: 0;
}

.state-bar ul {
    max-height: 80vh;
    overflow-y: scroll;
}

.state-bar li.area-list-state,
.state-bar li.area-list-state-all {
    border-bottom: solid rgba(0, 0, 0, 0.164) 1px;
    padding: 10px 0;
    background-image: url('../images/app/reward-listing/uncheck.png');
    background-position: right center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    color: black;
}

.state-bar li.area-list-state.checked,
.state-bar li.area-list-state-all.checked {
    background-image: url('../images/app/reward-listing/checked.png');
}

.state-bar .menu-state {
    position: absolute;
    background-color: #ececec;
    box-shadow: 0px -3px 12px #0000001C;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
}

.state-bar .menu-state>a.btn {
    font-size: 12px;
    font-weight: 600;
}

.outlet-bar {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: white;
    transition: ease 0.3s;
}

.outlet-bar.active {
    left: 0;
}

.outlet-bar ul {
    max-height: 93vh;
    overflow-y: scroll;
}

.outlet-bar li.state-select-outlet .select2-container {
    width: 100% !important;
    z-index: 9999;
}

.select2-container {
    z-index: 9999;
}

.outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple {
    background-image: url('../images/app/reward-listing/search.png');
    background-position: 96% center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white;
    border: 1px solid black;
    border-radius: 50rem;
    padding: 3px 15px 3px 7px;
    margin: 3px;
    font-size: 8px;
    width: 85px;
}

.outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    color: #D13138;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    left: 75%;
    top: -2px;
    width: fit-content;
}

.outlet-bar li.outlet-list,
.outlet-bar li.state-select-outlet {
    border-bottom: solid rgba(0, 0, 0, 0.164) 1px;
    padding: 10px 0;
}

.outlet-bar li.outlet-list h5 {
    color: black;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0px;
}

.outlet-bar li.outlet-list p {
    color: black;
    font-weight: normal;
    font-size: 8px;
}

.outlet-bar .select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.page-opp>.container {
    padding-left: 25px;
    padding-right: 25px;
}

.card-opp {
    background-color: white;
    width: 100%;
    height: calc(100vh - 92px);
    border-radius: 30px 30px 0 0;
    padding: 40px 25px;
}

.card-opp .opp-list {
    border-bottom: solid rgba(0, 0, 0, 0.164) 1px;
}

.card-opp .opp-list .opp-list-info h5 {
    color: black;
    font-size: 12px;
}

.card-opp .opp-list .opp-list-info p {
    color: black;
    font-size: 9px;
}

.card-opp .opp-list button {
    font-size: 9px;
    border-radius: 5px;
    line-height: 10px;
    padding-top: 2px;
    padding-bottom: 3px;
    font-weight: 600;
    border-width: 0.5px;
}

.card-promotions {
    background-color: white;
    width: 100%;
    height: calc(100vh - 90px);
}

.card-promotions .header-filter {
    border-bottom: solid rgba(0, 0, 0, 0.1) 1px;
    padding-bottom: 0.5rem;
}

.card-promotions .promotions-list-tab {
    padding: 10px 15px;
    max-height: 100%;
    overflow-y: scroll;
}

.card-promotions .promotions-list-tab .promotions-list-info div.row {
    margin-top: 10px;
}

.card-promotions .promotions-list-tab .promotions-list-info p.text-date {
    color: #9A9A9A;
    font-size: 10px;
}

.card-promotions .promotions-list-tab .promotions-list-info span.promotions-type {
    border-radius: 50rem;
    font-size: 6px;
    display: block;
    padding: 3px 8px;
    line-height: 1;
}

.card-promotions .promotions-list-tab .promotions-list-info span.promotions-type.hot-items {
    border: solid #D13138 1px;
    color: #D13138;
}

.card-promotions .promotions-list-tab .promotions-list-info span.promotions-type.end-soon {
    border: solid #E2B756 1px;
    color: #E2B756;
}

.card-promotions .promotions-list-tab .promotions-list-info p.text-details {
    font-size: 11px;
/*    border-bottom: solid #70707054 0.5px;*/
    height: calc(100% - 26px);
    display: flex;
    align-items: center;
}

.card-promotion-details {
    background-color: white;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 90px);
    padding: 1.5rem 0.5rem 80px 0.5rem;
}

.card-promotion-details img {
    margin-bottom: 1.5rem;
}

.card-promotion-details h1 {
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 1rem;
}

.card-promotion-details ul>li {
    background-size: auto 90%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 1.7rem;
    margin: 0.5rem 0;
    color: black;
    font-weight: normal;
}

.card-promotion-details ul>li.list-calendar {
    background-image: url("../images/app/promotions/date-line.png");
}

.card-promotion-details ul>li.list-marker {
    background-image: url("../images/app/promotions/location.png");
}

.card-promotion-details p {
    font-size: 12px;
    color: #9A9696;
}

div.btn-share-promotion {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: white;
    padding: 1.5rem 1rem;
}

div.btn-share-promotion button {
    font-size: 12px;
}

.card-reward-details {
    background-color: white;
    width: 100%;
    height: calc(95vh - 90px);
    padding: 1.5rem 0.5rem 80px 0.5rem;
    overflow-y: scroll;
}

.card-reward-details img {
    margin-bottom: 1.5rem;
}

.card-reward-details h1 {
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 1rem;
}

.card-reward-details ul>li {
    background-size: auto 90%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 1.7rem;
    margin: 0.5rem 0;
    color: black;
    font-weight: normal;
}

.card-reward-details ul>li.list-calendar {
    background-image: url("../images/app/promotions/date-line.png");
}

.card-reward-details ul>li.list-marker {
    background-image: url("../images/app/promotions/location.png");
}

.card-reward-details p {
    font-size: 12px;
    color: #9A9696;
}

.card-reward-details .card-style.select-redeem-location {
    background-color: transparent;
}

.card-reward-details .card-style.select-redeem-location .list-custom-small {
    background-color: #F8F8F8;
}

.card-reward-details .card-style.select-redeem-location .list-custom-small a i:last-child {
    opacity: 1;
}

.card-reward-details .card-style.select-redeem-location #CollapseRedeemLocation {
    background-color: #F8F8F8;
    border-top: solid #b4b4b423 2px;
    padding: 1rem;
}

.card-reward-details .card-style.select-redeem-location #CollapseRedeemLocation .input-group input,
.card-reward-details .card-style.select-redeem-location #CollapseRedeemLocation .input-group span {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    font-size: 13px;
    border-color: black;
}

.card-reward-details .card-style.select-redeem-location #CollapseRedeemLocation .form-check-input {
    border: solid black 1px;
}

.card-reward-details .card-style.select-redeem-location #CollapseRedeemLocation .form-check-input:checked[type=radio] {
    background-image: radial-gradient(red 0%, red 40%, white 40%);
}

.card-reward-details #RewardMoreDetails {
    cursor: pointer;
}

.card-reward-details ul {
    list-style-type: '- ';
    padding-left: 10px;
}

.card-reward-details p.redeem-info {
    background-color: #F8F8F8;
    padding: 1rem;
    font-size: 13px;
}

.card-reward-details p.redeem-info.first {
    border-radius: 10px 10px 0 0;
}

.card-reward-details p.redeem-info.second {
    border-top: solid #b4b4b423 3px;
    border-radius: 0 0 10px 10px;
}

.redeeming-reward {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 4000;
    padding: 1.5rem;
    border-radius: 20px 20px 0 0;
    transition: ease 2s;
    transform: translateY(100%);
}

.redeeming-reward button {
    font-size: 12px;
}

.redeeming-reward.active {
    transform: translateY(0%);
}

.main-popup-backdrop .redeeming-reward button#CloseRedeemPopup {
    background-color: #D13138;
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: auto;
    margin-bottom: 1rem;
}

.card-reward-details.give {
    padding: 1.5rem 0.5rem 140px 0.5rem;
}

.card-reward-details.landing {
    height: 100vh;
}

.landing-scan-qr-code {
    padding: 2rem;
    margin-top: -5rem;
}

.landing-welcome {
    padding: 2rem;
    margin-top: -3rem;
}

.btn-welcome.login {
    background-color: #D13138;
    color: white;
}

.btn-welcome.sign-up {
    background-color: #ECECEF;
    color: #707070;
}

.card-profile {
    background-color: white;
    width: 100%;
    min-height: calc(100vh - 90px);
    border-radius: 30px 30px 0 0;
    padding: 40px 25px;
}

.card-profile #MemberCard {
    position: relative;
}

.card-profile #MemberCard .MemberCardContainer {
    position: absolute;
    bottom: 1.5rem;
    right: calc((var(--bs-gutter-x) * 0.5) + 1.5rem);
    font-size: 17px;
    min-height: 40px;
}

.card-profile .profile-details {
    background-color: #F8F8F8;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.card-profile .profile-details table,
.card-profile .profile-details table td {
    background-color: transparent !important;
    padding: 0.7rem 0.5rem;
}

.card-profile .profile-details table tr.separate {
    border-bottom: solid #b4b4b423 2px;
}

.card-profile .profile-menu {
    padding-bottom: 2rem;
}

.card-profile .profile-menu li {
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.card-profile .profile-menu li a {
    display: block;
    font-weight: 600;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card-profile .profile-menu li.menu-edit {
    background-image: url('../images/app/profile/edit.png'), url('../images/app/arrow-right-circle.png');
    border-bottom: solid #b4b4b423 2px;
}

.card-profile .profile-menu li.menu-password {
    background-image: url('../images/app/profile/password.png'), url('../images/app/arrow-right-circle.png');
    border-bottom: solid #b4b4b423 2px;
}

.card-profile .profile-menu li.menu-transaction {
    background-image: url('../images/app/profile/transaction.png'), url('../images/app/arrow-right-circle.png');
    border-bottom: solid #b4b4b423 2px;
}

.card-profile .profile-menu li.menu-rewards {
    background-image: url('../images/app/profile/reward.png'), url('../images/app/arrow-right-circle.png');
    border-bottom: solid #b4b4b423 2px;
}

.card-profile .profile-menu li.menu-setting {
    background-image: url('../images/app/profile/settings.png'), url('../images/app/arrow-right-circle.png');
}

.card-profile .profile-menu {
    padding-bottom: 2rem;
}

#MemberCardDetails .card-info {
    margin-left: 0.5rem;
}

#MemberCardDetails .card-info li {
    font-weight: 600;
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
}

#MemberCardDetails .card-info li.card-number {
    background-image: url('../images/app/profile/card-number.png');
    border-bottom: solid #b4b4b46e 1px;
}

#MemberCardDetails .card-info li.card-name {
    background-image: url('../images/app/profile/card-name.png');
    border-bottom: solid #b4b4b46e 1px;
}

#MemberCardDetails .card-info li.card-point {
    background-image: url('../images/app/profile/card-point.png');
    border-bottom: solid #b4b4b46e 1px;
}

#MemberCardDetails .card-info li.card-date {
    background-image: url('../images/app/profile/card-date.png');
}

.card-profile-edit {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    min-height: calc(100vh - 90px);
    padding: 2rem 1.5rem 82px 1.5rem;
}

.card-profile-edit label {
    margin-bottom: 1rem;
    display: block;
}

.card-profile-edit label>span {
    display: block;
}

.card-profile-edit label>* {
    color: black;
}

.card-profile-edit input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    font-size: 1em;
    padding-left: 0;
}

.card-profile-edit input::placeholder {
    color: #BEBABA;
    opacity: 1;
    /* Firefox */
}

.card-profile-edit input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #BEBABA;
}

.card-profile-edit div.input-group input {
    width: 78%;
}

.card-profile-edit select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-left: 0;
    font-size: 1em;
    border-radius: 0;
    /* Adjust as needed */
}

.card-profile-edit .select-arrow {
    position: absolute;
    top: 30%;
    left: 17%;
}

.card-profile-edit .select-have-arrow {
    position: relative;
}

.card-profile-edit .select-have-arrow .select-arrow {
    position: absolute;
    top: 50%;
    right: 0%;
    left: auto;
}

.card-profile-edit .form-check-input:checked[type=radio] {
    background-image: radial-gradient(red 0%, red 50%, white 50%);
}

.card-profile-edit input.form-check-input {
    border: solid #D13138 1px;
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.card-profile-edit label.form-check-label {
    width: 90%;
    line-height: 16px;
    font-weight: normal;
}

.card-profile-edit label.label-checkbox-account {
    margin-left: 1rem;
}

div.btn-profile-save {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: white;
    padding: 1.5rem 1rem;
}

div.btn-profile-save button {
    font-size: 1em;
}

.show-more-less {
    width: 100%;
    background-image: linear-gradient(to right, black 0%, black 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.show-more-less>button,
.show-more-less>button:focus,
.show-more-less>button:active,
.show-more-less>button:active:hover,
.show-more-less>button:hover {
    background-color: white;
    border: solid black 1px;
    opacity: 1;
}

.card-profile-password {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 100%;
    padding: 2rem 1.5rem 82px 1.5rem;
}

.card-profile-password .profile-menu {
    padding-bottom: 2rem;
}

.card-profile-password .profile-menu li {
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/app/arrow-right-circle.png');
    border-bottom: solid #b4b4b423 2px;
}

.card-profile-password .profile-menu li a {
    display: block;
    font-weight: 600;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card-profile-settings {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    min-height: calc(100vh - 90px);
    padding: 2rem 1.5rem 82px 1.5rem;
}

.card-profile-settings .form-switch .form-check-input:checked {
    background-position: right center, 15% center;
    background-image: url('../images/app/profile/switch-on.png'), url('../images/app/profile/text-on.png');
    background-color: #D13138;
    border-color: #D13138;
}

.card-profile-settings .form-switch .form-check-input {
    width: 3em;
    background-size: contain, auto 60%;
    height: 1.5em;
    margin-left: -2.5em;
    background-image: url('../images/app/profile/switch-off.png'), url('../images/app/profile/text-off.png');
    background-position: left center, 85% center;
    transition: background-position 0.15s ease-in-out;
    background-color: #808080;
    border-color: #808080;
}

.transaction-filter {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.transaction-filter .card-body {
    padding: 0.5rem 0;
}

.card-profile-transactions {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    height: calc(100vh - 156px);
    padding: 0 1.5rem;
    overflow-y: scroll;
}

.card-profile-transactions .profile-transactions li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid #b4b4b423 2px;
}

.card-profile-transactions .profile-transactions li a {
    display: block;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.5rem;
    background-image: url('../images/app/profile/giftbox.png');
}

.card-profile-transaction-details {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    padding: 2rem 1.5rem 82px 1.5rem;
}

.card-profile-transaction-details td {
    background-color: white !important;
    color: #636363;
    text-align: right;
}

.card-profile-transaction-details th {
    background-color: white !important;
    color: black;
}

.card-profile-transaction-details td,
.card-profile-transaction-details th {
    padding: 0.25rem 0;
}

.card-profile-transaction-details table> :not(caption)>*>*,
.card-profile-transaction-details table,
.card-profile-transaction-details table * {
    border: none !important;
    box-shadow: none !important;
    background-color: white !important;
}

.input-password-protect {
    border: 0;
    border-radius: 10px;
    background-color: #F4F4F4 !important;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}

.card-opp-pdf {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    min-height: calc(100vh - 90px);
    padding: 2rem 1.5rem 82px 1.5rem;
}

.card-opp-pdf object {
    width: 100%;
    height: 100%;
}

#GeneralNotificationsList,
#PrivateNotificationsList {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    height: 78vh;
    bottom: 0;
    position: absolute;
    z-index: 1;
    padding: 0;
    overflow-y: scroll;
}

.notifications-list li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid #b4b4b423 2px;
}

.card-notification-details {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    min-height: calc(100vh - 90px);
    padding: 2rem 1.5rem 82px 1.5rem;
}

.card-customer-support {
    border-radius: 30px 30px 0 0;
    background-color: white;
    width: 100%;
    min-height: calc(100vh - 90px);
    padding: 2rem 1.5rem 82px 1.5rem;
}

.card-customer-support .customer-support-menu {
    padding-bottom: 2rem;
}

.card-customer-support .customer-support-menu li {
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/app/arrow-right-circle.png');
    border-bottom: solid #b4b4b423 2px;
}

.card-customer-support .customer-support-menu li a {
    display: block;
    font-weight: 600;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.contact-text {
    font-size: 16px;
    border-bottom: solid #b4b4b423 2px;
}

.card-customer-support label {
    margin-bottom: 1rem;
    display: block;
}

.card-customer-support label>span {
    display: block;
}

.card-customer-support label>* {
    color: black;
}

.card-customer-support input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    font-size: 1em;
    padding-left: 0;
}

.card-customer-support input::placeholder {
    color: #BEBABA;
    opacity: 1;
    /* Firefox */
}

.card-customer-support input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #BEBABA;
}

.card-customer-support div.input-group input {
    width: 82%;
}

.card-customer-support select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-left: 0;
    font-size: 1em;
    border-radius: 0;
    /* Adjust as needed */
}

.card-customer-support select#IssuePhoneCountry {
    padding-right: 1.75rem;
}

.card-customer-support .select-arrow {
    position: absolute;
    top: 30%;
    left: 13%;
}

.card-customer-support .select-have-arrow {
    position: relative;
}

.card-customer-support .select-have-arrow .select-arrow {
    position: absolute;
    top: 50%;
    right: 0%;
    left: auto;
}

.card-customer-support .form-check-input:checked[type=radio] {
    background-image: radial-gradient(red 0%, red 50%, white 50%);
}

.card-customer-support input.form-check-input {
    border: solid #D13138 1px;
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.card-customer-support label.form-check-label {
    width: 90%;
    line-height: 16px;
    font-weight: normal;
}

.card-customer-support label.label-checkbox-account {
    margin-left: 1rem;
}

.card-customer-support textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #BEBABA 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding-left: 0;
    font-size: 1em;
    border-radius: 0;
}

.card-customer-support .accordion .accordion-item {
    background-color: #F8F8F8;
    border: none;
    border-radius: 7px;
}

.card-customer-support .accordion .accordion-item .accordion-button {
    font-size: 15px;
    background-color: #F8F8F8;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 7px;
}

.card-customer-support .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: black;
    border-bottom: solid #D13138 2px;
    border-radius: 7px 7px 0 0;
}

.card-customer-support .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.card-customer-support .accordion .accordion-item .accordion-button::after {
    background-image: url('../images/app/faq/arrow.png');
    background-size: contain;
    background-position: center;
    width: 0.75rem;
    height: 0.75rem;
}

@media only screen and (min-width: 414px) {
    .redeeming-reward button {
        font-size: 1rem;
    }

    div#page.bg-sign-up img.focus-point {
        top: 48%;
    }

    .card-rewards .reward-list-tab .reward-list-info p.text-date {
        color: #9A9A9A;
        font-size: 14px;
    }

    .card-phone-verification {
        border-radius: 40px 40px 0px 0px;
        padding: 40px 30px;
    }

    .card-rewards .reward-list-tab .reward-list-info p.text-details {
        font-size: 15px;
        height: calc(100% - 32px);
    }

    .card-opp .opp-list button {
        font-size: 10px;
        padding-top: 5px;
        padding-bottom: 6px;
    }

    .card-opp .opp-list .opp-list-info h5 {
        font-size: 14px;
    }

    .card-rewards .reward-list-tab .reward-list-info span.reward-type {
        font-size: 10px;
        padding: 5px 12px;
    }

    .card-opp .opp-list .opp-list-info p {
        font-size: 11px;
    }

    div.row.first-brand {
        margin-bottom: 16px;
    }

    button.btn-notification {
        font-size: 22px;
    }

    span#BellNotification {
        font-size: 14px;
        height: 22px;
        width: 22px;
    }

    .card-opp .opp-list .opp-list-info p {
        font-size: 11px;
        line-height: 15px;
    }

    .home-body .reward-list a.view-all {
        font-size: 11px;
    }

    .home-body .reward-list .reward-list-info p.text-date {
        font-size: 12px;
    }

    .home-body .reward-list .reward-list-info span.reward-type {
        font-size: 8px;
        padding: 3px 10px;
    }

    .home-body .reward-list .reward-list-info p.text-details {
        font-size: 13px;
        height: calc(100% - 32px);
    }

    div#page.bg-login img.focus-point {
        top: 28%;
    }

    .card-login div.input-group input#LoginInputPassword {
        width: 87.8%;
    }

    /* .card-login {
        min-height: 56.5vh;
    } */

    .card-sign-up {
        min-height: 42vh;
    }

    .card-sign-up .btn-signup-mobile-number {
        margin: 30px 0;
    }

    .card-sign-up .social-login-buttons {
        margin: 30px 0;
    }

    .card-promotion-details {
        height: 88vh;
        padding: 1.5rem 0.5rem 80px 0.5rem;
    }

    div#page.bg-create-new-account .row {
        margin: 3rem 0;
    }

    div#page.bg-create-new-account {
        font-size: 20px;
    }

    .card-promotion-details h1 {
        font-size: 17px;
        line-height: 20px;
    }

    body {
        font-size: 16px;
    }

    .card-promotion-details ul>li {
        padding-left: 2rem;
        margin: 0.3rem 0;
    }

    .card-promotion-details p {
        font-size: 14px;
    }

    div.btn-share-promotion button {
        font-size: 14px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-date {
        font-size: 14px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info span.promotions-type {
        font-size: 10px;
        padding: 5px 12px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-details {
        font-size: 15px;
    }

    .sidebar-menu .sidebar-menu-text {
        font-size: 16px;
    }

    .sidebar-menu .sidebar-menu-icon {
        height: 22px;
        width: 22px;
    }

    .outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 12px;
        width: 115px;
    }

    .outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        font-size: 20px;
        left: 82%;
        top: -3px;
    }

    .outlet-bar li.outlet-list h5 {
        font-size: 16px;
    }

    .outlet-bar li.outlet-list p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 828px) {
    .bottom-menubar .menubar-icon {
        height: 7vw;
    }

    .bottom-menubar .menubar-icon.menu-center-icon {
        height: 14vw;
    }

    .card-sign-up h1 {
        font-size: 44px;
    }

    .card-sign-up .btn-signup-mobile-number {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 36px;
        margin: 60px 0;
    }

    .outlet-bar,
    .card-promotions .promotions-list-tab,
    div#page,
    .area-bar,
    .state-bar {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .card-phone-verification {
        border-radius: 80px 80px 0px 0px;
        padding: 80px 60px;
    }

    .card-rewards .reward-list-tab {
        padding: 15px 2.5rem;
    }

    .reward-list-tab .reward-list-info {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .page-opp>.container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .card-phone-verification input {
        width: 124px;
        height: 124px;
        font-size: 54px;
    }

    .bottom-bar li {
        padding: 25px 0;
    }

    .bottom-bar {
/*        bottom: -340px;*/
        border-radius: 40px 40px 0px 0px;
    }

    div#page.bg-create-new-account .row {
        margin: 3.5rem 0;
    }

    div#page.bg-create-new-account .row {
        margin: 5rem 0;
    }

    .card-phone-verification span {
        font-size: 32px;
        line-height: 48px;
    }

    .card-phone-verification small {
        font-size: 24px;
        line-height: 30px;
    }

    .card-rewards .reward-list-tab .reward-list-info p.text-date {
        font-size: 28px;
    }

    .card-phone-verification .btn-create-account-next {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 32px;
    }

    .card-rewards .btn-rewards-tabs {
        top: -78px;
    }

    .card-opp {
        height: 90vh;
        border-radius: 50px 50px 0 0;
        padding: 40px calc(25px + 2.5rem);
    }

    .card-opp>div.opp-list {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .card-rewards .reward-list-tab .reward-list-info p.text-details {
        font-size: 30px;
        height: calc(100% - 54px);
    }

    .card-rewards .reward-list-tab .reward-list-info span.reward-type {
        font-size: 20px;
        padding: 10px 24px;
    }

    .card-opp .opp-list button {
        font-size: 20px;
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 12px;
    }

    .card-login input {
        width: 85%;
        font-size: 32px;
        padding: 15px 0;
        height: 79px;
    }

    .card-opp .opp-list .opp-list-info h5 {
        font-size: 25px;
        line-height: 28px;
    }

    .card-opp .opp-list .opp-list-info p {
        font-size: 19px;
        line-height: 25px;
    }

    .card-login select {
        font-size: 2rem;
    }

    .card-login select>option {
        font-size: 1rem;
    }

    div.row.first-brand {
        margin-bottom: 32px;
    }

    div#HeaderHome {
        padding: 40px 30px;
        border-radius: 0px 0px 40px 40px;
    }

    .welcome-member {
        padding: 50px 0;
    }

    .home-body .reward-tabs .reward-logo {
        height: 105px;
        border-bottom: solid #BEBABA 3px;
    }

    .card-login {
        padding: 50px;
    }

    .card-login .btn-login-tabs {
        top: -78px;
    }

    .card-login .btn-signup-mobile-number {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 32px;
        margin: 30px 0;
    }

    .card-login .signup-icon>img {
        height: 150px;
    }

    .card-login button,
    .card-login button:focus,
    .card-login button:active {
        font-size: 2rem;
    }

    .home-body .reward-tabs .reward-logo.active {
        border-bottom: solid #D13138 3px;
    }

    .card-login div.input-group input#LoginInputPassword {
        width: 91.6%;
    }

    h4 {
        font-size: 40px;
        line-height: 50px;
    }

    footer.fireworks {
        padding: 90px;
    }

    .home-body .reward-list a.view-all {
        font-size: 25px;
        padding-right: 20px;
    }

    .reward-list-tab>.my-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    footer.fireworks .footer-icon {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .home-body .reward-list .reward-list-info p.text-details {
        font-size: 30px;
        height: calc(100% - 54px);
    }

    .home-body .reward-list .reward-list-info p.text-date {
        font-size: 28px;
    }

    .home-body .reward-list .reward-list-info span.reward-type {
        font-size: 20px;
        padding: 6px 26px;
        border-radius: 0.7rem;
    }

    .home-body .reward-list {
        padding: 60px 45px;
    }

    div.home-header-slide div.carousel .carousel-indicators [data-bs-target] {
        width: 20px;
        height: 20px;
        margin-left: 9px;
        margin-right: 9px;
    }

    h1 {
        font-size: 60px;
        line-height: 70px;
    }

    div.home-header-slide div.carousel .carousel-indicators .active {
        width: 64px;
    }

    div.home-header-slide div.carousel .carousel-indicators {
        margin-bottom: 4rem;
    }

    div.home-header-slide div.carousel .carousel-item>img {
        border-radius: 0 0 20px 20px;
    }

    .header-home-logo {
        height: 50px;
    }

    button.btn-notification {
        font-size: 36px;
    }

    span#BellNotification {
        font-size: 20px;
        height: 32px;
        width: 32px;
    }

    .card-create-password {
        padding: 40px;
    }

    .card-create-password input {
        width: 94%;
    }

    .card-create-password label {
        margin-bottom: 2rem !important;
    }

    .card-create-password input {
        font-size: 32px;
    }

    .card-create-password span {
        font-size: 32px;
        line-height: 36px;
    }

    .card-create-password span.mb-4 {
        margin-bottom: 2rem !important;
    }

    .card-create-password .btn-create-account-next {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 32px;
    }

    div#page.bg-create-new-account {
        font-size: 42px;
    }

    .card-promotion-details h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .card-promotion-details ul>li {
        padding-left: 4.5rem;
        margin: 0.3rem 0;
        font-size: 36px;
    }

    .card-promotion-details img {
        margin-bottom: 2.5rem;
    }

    .card-promotion-details h1 {
        margin-bottom: 2.5rem;
    }

    .card-promotion-details ul.list-unstyled {
        margin-bottom: 2.5rem;
    }

    .card-promotion-details p {
        font-size: 26px;
    }

    div.btn-share-promotion button {
        font-size: 36px;
    }

    .card-promotion-details {
        padding: 3.5rem 2.5rem 180px 2.5rem;
    }

    div.btn-share-promotion {
        padding: 3.5rem 3rem;
    }

    body {
        font-size: 36px;
    }

    .outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 24px;
        width: 200px;
        margin: 6px;
    }

    .outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        font-size: 28px;
        left: 84%;
        top: -1px;
    }

    .outlet-bar li.outlet-list h5 {
        font-size: 32px;
        margin-bottom: 1rem;
    }

    .outlet-bar li.outlet-list p {
        font-size: 24px;
    }

    .area-bar li,
    .state-bar li.area-list-state,
    .state-bar li.area-list-state-all {
        padding: 25px 0;
    }

    .card-promotions .promotions-list-tab,
    div#page,
    .area-bar,
    .state-bar {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    button#AreaStateNext {
        font-size: 36px;
    }

    .state-bar .menu-state {
        padding: 30px 40px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-date {
        font-size: 26px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info span.promotions-type {
        font-size: 20px;
        padding: 10px 24px;
    }

    .promotions-list-tab>.row {
        margin: 3rem 0 !important;
    }

    .card-promotions .header-filter {
        padding-bottom: 1.5rem;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-details {
        font-size: 24px;
        height: calc(100% - 54px);
    }

    .sidebar-menu .sidebar-menu-text {
        font-size: 32px;
        margin-left: 16px;
    }

    .sidebar-menu .sidebar-menu-icon {
        height: 42px;
        width: 42px;
    }

    .card-create-new-account input.form-check-input {
        width: 40px;
        height: 40px;
        margin-top: 6px;
    }

    .card-create-new-account select {
        font-size: 2rem;
    }

    .card-create-new-account select>option {
        font-size: 1rem;
    }

    .card-create-new-account label.form-check-label {
        line-height: 46px;
    }

    .card-create-new-account label.label-input-account {
        margin-bottom: 3rem;
    }

    .card-create-new-account label.label-checkbox-account {
        margin-left: 2rem;
    }

    .card-create-new-account div.input-group input {
        width: 82%;
    }

    .card-create-new-account .select-arrow {
        top: 20%;
        left: 13%;
    }

    .card-create-new-account {
        padding: 40px;
        font-size: 32px;
    }

    .card-create-new-account .btn-create-account-next {
        font-size: 36px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media only screen and (min-width: 1170px) {
    .card-sign-up h1 {
        font-size: 56px;
    }

    .card-sign-up .btn-signup-mobile-number {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 44px;
        margin: 80px 0;
    }

    .card-phone-verification {
        border-radius: 70px 70px 0px 0px;
        padding: 70px 60px;
        height: 90%;
    }

    .card-sign-up .social-login-buttons {
        margin: 60px 0;
    }

    .bottom-bar {
/*        bottom: -435px;*/
    }

    .reward-list-tab .reward-list-info {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .card-rewards .btn-rewards-tabs {
        top: -108px;
    }

    .card-rewards .reward-list-tab .reward-list-info p.text-date {
        font-size: 36px;
    }

    .card-rewards .reward-list-tab .reward-list-info span.reward-type {
        font-size: 26px;
        padding: 14px 30px;
    }

    .card-rewards .reward-list-tab .reward-list-info p.text-details {
        font-size: 36px;
        height: calc(100% - 68px);
    }

    .card-phone-verification>div.row.my-4 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .card-phone-verification>.mb-4 {
        margin-bottom: 4rem !important;
    }

    .card-opp .opp-list button {
        font-size: 32px;
        padding-top: 26px;
        padding-bottom: 26px;
        border-radius: 18px;
    }

    .card-phone-verification input {
        width: 170px;
        height: 170px;
        font-size: 70px;
    }

    .card-phone-verification small {
        font-size: 32px;
        line-height: 40px;
    }

    .card-phone-verification span {
        font-size: 40px;
        line-height: 60px;
    }

    .card-phone-verification .btn-create-account-next {
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 40px;
    }

    .card-opp .opp-list .opp-list-info h5 {
        font-size: 34px;
        line-height: 40px;
    }

    .card-opp .opp-list .opp-list-info p {
        font-size: 27px;
        line-height: 35px;
    }

    div#page.bg-create-new-account .row {
        margin: 4.5rem 0;
    }

    h4 {
        font-size: 50px;
        line-height: 60px;
    }

    .home-body .reward-list a.view-all {
        font-size: 35px;
        padding-right: 30px;
    }

    .home-body .reward-list .reward-list-info p.text-date {
        font-size: 36px;
    }

    .home-body .reward-list .reward-list-info span.reward-type {
        font-size: 24px;
        padding: 6px 26px;
        border-radius: 1rem;
    }

    .home-body .reward-tabs .reward-logo {
        height: 140px;
        border-bottom: solid #BEBABA 3px;
    }

    .card-login .btn-login-tab {
        border-radius: 60px 60px 0px 0px;
        padding: 24px 0;
    }

    .welcome-member {
        padding: 70px 0;
    }

    .card-login .btn-signup-mobile-number {
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 42px;
        margin: 42px 0;
    }

    .card-login div.input-group input#LoginInputPassword {
        width: 93.9%;
    }

    .card-login input {
        width: 85%;
        font-size: 35px;
        height: 83.5px;
    }

    .card-login {
        padding: 80px;
        font-size: 40px;
    }

    .card-login .btn-login-tabs {
        top: -106px;
    }

    .header-home-logo {
        height: 100px;
    }

    button.btn-notification {
        font-size: 60px;
    }

    div.home-header-slide div.carousel .carousel-indicators {
        margin-bottom: 5rem;
    }

    div#HeaderHome {
        padding: 50px 40px;
        border-radius: 0px 0px 50px 50px;
    }

    span#BellNotification {
        font-size: 26px;
        height: 40px;
        width: 40px;
    }

    .home-body .reward-list .reward-list-info p.text-details {
        font-size: 40px;
        height: calc(100% - 68px);
    }

    div.welcome-member>p {
        font-size: 32px;
    }

    div.row.first-brand {
        margin-bottom: 36px;
    }

    .card-create-password {
        padding: 60px;
    }

    .card-create-password span {
        font-size: 36px;
        line-height: 42px;
    }

    .card-create-password span.mb-4 {
        margin-bottom: 3rem !important;
    }

    .card-create-password input {
        font-size: 36px;
    }

    .card-promotion-details {
        height: 90vh;
        padding: 5rem 3.5rem 180px 3.5rem;
    }

    .card-promotion-details h1 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 3.5rem;
    }

    .card-promotion-details ul>li {
        padding-left: 5.5rem;
        margin: 0.7rem 0;
        font-size: 40px;
    }

    .card-promotion-details p {
        font-size: 36px;
    }

    .card-promotion-details img {
        margin-bottom: 3.5rem;
    }

    div.btn-share-promotion button {
        font-size: 42px;
    }

    div#page.bg-create-new-account {
        font-size: 56px;
    }

    .card-promotions {
        height: 90vh;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-date {
        font-size: 36px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-details {
        font-size: 32px;
        height: calc(100% - 65px);
    }

    body {
        font-size: 56px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info span.promotions-type {
        font-size: 24px;
        padding: 14px 30px;
    }

    .outlet-bar,
    .card-promotions .promotions-list-tab,
    div#page,
    .area-bar,
    .state-bar {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    button#AreaStateNext {
        font-size: 46px;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    .state-bar .menu-state {
        padding: 45px 60px;
    }

    .outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 32px;
        width: 270px;
        padding: 3px 15px 3px 15px;
        margin: 9px;
    }

    .outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        font-size: 36px;
        left: 84%;
        top: -1px;
    }

    .outlet-bar li.outlet-list h5 {
        font-size: 42px;
        margin-bottom: 2rem;
    }

    .outlet-bar li.outlet-list p {
        font-size: 30px;
    }

    .outlet-bar li.outlet-list,
    .outlet-bar li.state-select-outlet {
        padding: 30px 0;
    }

    .sidebar-menu .sidebar-menu-text {
        font-size: 42px;
        margin-left: 18px;
    }

    .sidebar-menu .sidebar-menu-icon {
        height: 50px;
        width: 50px;
    }

    .sidebar-menu li {
        padding: 18px 30px;
    }

    .card-create-new-account {
        padding: 60px;
        font-size: 36px;
    }

    .card-create-new-account label.label-input-link,
    .card-create-new-account div.checkbox-agreement {
        margin-bottom: 3rem;
    }

    .card-create-new-account .btn-create-account-next {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 36px;
    }

    .card-login div.my-4,
    .card-login>span {
        margin-top: 0;
        margin-bottom: 3rem !important;
    }

    .card-login a.btn-signup-mobile-number {
        margin-bottom: 5rem !important;
    }
}

@media only screen and (min-width: 1290px) {
    .outlet-bar li.state-select-outlet .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin: 12px;
    }

    .card-sign-up h1 {
        font-size: 65px;
    }

    .card-login select {
        font-size: 2.5rem;
    }

    div#page.bg-create-new-account .row {
        margin: 5rem 0;
    }

    .card-login {
        font-size: 44px;
    }

    div.row.first-brand {
        margin-bottom: 39px;
    }

    .card-login input {
        font-size: 38px;
        height: 88px;
    }

    .card-opp .opp-list .opp-list-info h5 {
        font-size: 38px;
        line-height: 46px;
    }

    .card-opp .opp-list .opp-list-info p {
        font-size: 30px;
        line-height: 40px;
    }

    .card-create-password .btn-create-account-next {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 42px;
    }

    .card-create-password span {
        font-size: 42px;
        line-height: 50px;
    }

    .card-create-password input {
        font-size: 42px;
    }

    .card-create-password span.mb-4 {
        margin-bottom: 4rem !important;
    }

    .card-login div.input-group input#LoginInputPassword {
        width: 94.6%;
    }

    .card-login .btn-signup-mobile-number {
        padding-top: 36px;
        padding-bottom: 36px;
        font-size: 44px;
    }

    .card-login div.my-4,
    .card-login>span {
        margin-top: 0;
        margin-bottom: 4rem !important;
    }

    .card-login a.btn-signup-mobile-number {
        margin-bottom: 6rem !important;
    }

    div#page.bg-create-new-account {
        font-size: 60px;
    }

    .card-promotion-details {
        padding: 5rem 4rem 180px 4rem;
    }

    .card-promotion-details img {
        margin-bottom: 4.5rem;
    }

    .card-promotion-details h1 {
        margin-bottom: 4.5rem;
    }

    .card-promotion-details p {
        font-size: 38px;
    }

    div.btn-share-promotion button {
        font-size: 46px;
    }

    .sidebar-menu li {
        padding: 22px 34px;
    }

    .sidebar-menu .sidebar-menu-icon {
        height: 60px;
        width: 60px;
    }

    .sidebar-menu .sidebar-menu-text {
        font-size: 46px;
        margin-left: 28px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-date {
        font-size: 42px;
    }

    .card-promotions .promotions-list-tab .promotions-list-info p.text-details {
        font-size: 36px;
        height: calc(100% - 72px);
    }

    .card-promotions .promotions-list-tab .promotions-list-info span.promotions-type {
        font-size: 28px;
        padding: 16px 34px;
    }

    .card-create-new-account {
        padding: 80px;
        font-size: 42px;
    }

    .card-create-new-account .btn-create-account-next {
        font-size: 42px;
    }

    .card-create-new-account select {
        font-size: 2.5rem;
    }

    .card-create-new-account select>option {
        font-size: 1.5rem;
    }
}

/* Standalone */
.bottom-menubar.standalone {
    padding-bottom: 20px;
}

div#HeaderHome.standalone {
    padding-top: 60px;
}

div#page.standalone {
    padding-top: 40px;
}

.card-phone-verification.standalone,
.card-create-new-account.standalone, 
.card-profile-transaction-details.standalone,
.card-create-password.standalone {
    height: calc(100% - 160px);
}

.card-sign-up.standalone {
    height: calc(100% - 380px);
}

.card-profile-transactions.standalone {
    height: calc(100% - 230px);
}

.card-customer-support.standalone, 
.card-profile-settings.standalone {
    min-height: calc(100% - 160px);
}

.bg-sign-up.standalone, 
.bg-login.standalone {
    margin-top: -40px;
}

div#carouselHomeHeaderSlideIndicators.standalone {
    margin-top: 100px;
}