@font-face {
  font-family: "Outfit-Regular"; 
  src: url("../fonts/Outfit-Regular.ttf");
}

@font-face {
  font-family: "Outfit-SemiBold"; 
  src: url("../fonts/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: "Outfit-Medium"; 
  src: url("../fonts/Outfit-Medium.ttf");
}

@font-face {
  font-family: "Outfit-Variable"; 
  src: url("../fonts/Outfit-VariableFont_wght.ttf");
}

html {
  scroll-behavior: smooth;
}

* {
    font-family: "Outfit-Variable";
    margin: 0;
    padding: 0;
    line-height: 16px;
    letter-spacing: -0.56px;
}

a {text-decoration: none;}

h1,h2,h3,h4,h5,h6 {display: block;}

span.gradient-text, .balances-bullets .balance-bullet.ready-balance .value  {
    background: linear-gradient(90deg, rgba(68, 156, 236, 1) 0%, rgba(246, 60, 158, 1) 50%, rgba(255, 95, 43, 1) 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan-bullet .bullet-value {
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white-section {
    background-color: #fff;
    padding: 75px 0 50px;
}

.grey-section {
    background-color: #eaeaea;
    padding: 50px 0;
    border-radius: 30px;
}

h3.section-title.small {
    font-size: 24px !important;
}

/*--------------- HEADER ------------------*/

a.head-logo {margin-top: -5px;}

header {
    border-bottom: 0.5px solid #dcdcdc;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

header nav.main-menu a.menu-item {
    color: #121212;
    text-decoration: none;
    padding: 5px 15px;
    margin: 12px 0;
    opacity: 0.7;
    position: relative;
    white-space: nowrap;
}

.header-row>nav {
    flex: 0 0 40%;
}

.header-row>.head-logo {
    flex: 0 0 20%;
}

.header-row>.signin-box {
    flex: 0 0 40%;
}

.header-row>a.head-logo {
    text-align: center;
}

.signin-box {
    display: flex;
    justify-content: end;
}

a.signin-btn {
    border-radius: 15px;
    border: 0.5px solid #DCDCDC;
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.56px;
    padding: 8px 16px;
    font-family: "Outfit-SemiBold";
}

header nav.main-menu a.menu-item:hover,
header nav.main-menu a.menu-item:hover::after {
    opacity: 1;
    transition: opacity .2s 80ms;
}

header nav.main-menu a.menu-item:hover::after {
    width: 100%;
    transition: width .4s 80ms;
}

header nav.main-menu a.menu-item:nth-child(2) {
    border-left: 0.5px solid #DCDCDC;
    border-right: 0.5px solid #DCDCDC;
}

header nav.main-menu a.menu-item>span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    transition: background-image .2s 80ms;
}

header .mobile-menu .mobile-menu-list a.menu-item>span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    transition: background-image .2s 80ms;
}

header nav.main-menu a.menu-item>span.online {background-image: url(../images/icons/bag.svg);}
header nav.main-menu a.menu-item>span.local {background-image: url(../images/icons/geo.svg);}
header nav.main-menu a.menu-item>span.hotels {background-image: url(../images/icons/globe.svg);}

header nav.main-menu a.menu-item:hover>span.online {background-image: url(../images/icons/bag-hover.svg);}
header nav.main-menu a.menu-item:hover>span.local {background-image: url(../images/icons/geo-hover.svg);}
header nav.main-menu a.menu-item:hover>span.hotels {background-image: url(../images/icons/globe-hover.svg);}

header .mobile-menu .mobile-menu-list a.menu-item>span.online {background-image: url(../images/icons/bag.svg);}
header .mobile-menu .mobile-menu-list a.menu-item>span.local {background-image: url(../images/icons/geo.svg);}
header .mobile-menu .mobile-menu-list a.menu-item>span.hotels {background-image: url(../images/icons/globe.svg);}

header .mobile-menu .mobile-menu-list a.menu-item:hover>span.online {background-image: url(../images/icons/bag-hover.svg);}
header .mobile-menu .mobile-menu-list a.menu-item:hover>span.local {background-image: url(../images/icons/geo-hover.svg);}
header .mobile-menu .mobile-menu-list a.menu-item:hover>span.hotels {background-image: url(../images/icons/globe-hover.svg);}

.icon-arrow-down {background-image: url(../images/icons/arrow-down.svg);}
.dropbtn.active>.icon-arrow-down {transform: rotate(180deg);}

.icon-heart {background-image: url(../images/icons/heart.svg);}

.icon.icon-pencil {background-image: url(../images/icons/pencil-grey.svg);}
.icon.icon-pencil:hover {background-image: url(../images/icons/pencil-gradient.svg);}
.icon.icon-save {background-image: url(../images/icons/save.svg);}

.icon.icon-delete {background-image: url(../images/icons/trash-grey.svg);}
.icon.icon-delete:hover {background-image: url(../images/icons/trash-hover.svg);}

.icon.icon-map {background-image: url(../images/icons/local-map.svg);}

.icon.icon-back {background-image: url(../images/icons/arrow-left-grey.svg);}
.icon.icon-w-plus {background-image: url(../images/icons/dot-cyrcle-plus-white.svg);}

.icon.icon-cart {background-image: url(../images/icons/cart-white.svg); background-size: 20px 20px;}

header nav.main-menu a.menu-item::after {
    content:"";
    background: linear-gradient(90deg,rgba(68, 156, 236, 1) 0%, rgba(246, 60, 158, 1) 50%, rgba(255, 95, 43, 1) 100%);
    position: absolute;
    width:0;
    height: 1px;
    left:0;
    bottom: -12.5px;
    opacity: 0;
}

form#head-search {
    position: relative;
    margin-right: 30px;
    width: 300px;
}

form#head-search .form-control {
    background: #eaeaea;
    border-radius: 15px;
    border: 0.5px solid #dcdcdc;
    padding: 8px;
    font-size: 14px;
    height: 30px;
}

form#head-search .form-control::placeholder {
  color: rgb(18,18,18,.30);
}

form#head-search button[type="submit"] {
    position: absolute;
    top: 3px;
    right: 3px;
    background: linear-gradient(90deg, rgba(68, 156, 236, 1) 0%, rgba(246, 60, 158, 1) 50%, rgba(255, 95, 43, 1) 100%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    text-align: center;
}

form#head-search button[type="submit"]:hover {
    background: #fff;
}

form#head-search button[type="submit"]::after {
    content: "";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icons/lupe.svg);
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

form#head-search button[type="submit"]:hover::after {
    background-image: url(../images/icons/lupe-hover.svg);
}

.form-control:focus {
    color: #121212;
    background-color: #eaeaea;
    border-color: #dcdcdc;
    outline: 0;
    box-shadow: none;
}

nav.drop-nav button, nav.drop-nav a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    text-align: center;
}

    nav.drop-nav button > img, nav.drop-nav a > img {
        position: relative;
        background-color: #eaeaea;
        border-radius: 50%;
        padding: 4px;
    }

    nav.drop-nav button.around, nav.drop-nav a.around {
        width: 30px;
        height: 30px;
        background-color: #fff;
    }


.notification-btn {
    background: #eaeaea;
}

.header-balance {
    border-radius: 15px;
    border: 0.5px solid #DCDCDC;
    background: #EAEAEA;
    width: 230px;
    margin-right: 30px;
}

.balance-title {
    padding: 5px 8px;
    opacity: .5;
}

.tooltip.custom-tooltip {
    z-index: 5;
    margin-top: 15px !important;
}

.balance-value {
    display: flex;
    align-items: center;
   /* background-image: url(../images/rew-mini-logo.svg);*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    background-position: right center;
   /* padding-right: 20px;*/
}

/* ------------ SLIDER --------------- */

#slider {
    padding-top: 50px;
    background-color: #eaeaea;
}

#main-carousel .carousel-caption {
    position: absolute;
    left: 1%;
    top: 15%;
    bottom: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #121212;
    text-align: left;
    width: 30vw;
}

#main-carousel .carousel-caption h5 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    line-height: 44px;
    font-family: "Outfit-SemiBold"; 
}

.carousel-label {
    background: linear-gradient(90deg, rgb(246,60,158,.3) 0%,  rgb(255,95,43,.3) 100%);
    width: fit-content;
    padding: 4px 10px 5px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.carousel-label span, .bottom-message span, .fire-gradient-text {
    background: var(--Text-linear, linear-gradient(180deg,#F63C9E 0%, #FF5F2B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.carousel-item h5 span {
    font-family: "Outfit-SemiBold"; 
}

#main-carousel .carousel-caption p {
    font-size: 18px;
    width: 69%;
    line-height: 21px;
    margin-bottom: 5rem;
}

a.carousel-btn,
.get-extension a, .get-online a, .get-hotels a, .get-gift-cards-parent a {
    background: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 1;
}
a.carousel-btn span,
.get-extension a span, .get-online a span, .get-hotels a span, .get-gift-cards-parent a span {
    font-family: "Outfit-SemiBold"; 
    font-size: 18px;
}

/* section  #top-merchants*/

h3.section-title {
    margin-bottom: 0;
    color: #121212;
    font-family: "Outfit-SemiBold"; 
    line-height: 22px;
    letter-spacing: -0.96px;
}

h3.section-title span.gradient-text {
    font-family: "Outfit-SemiBold";
}

.white-section h3.section-title {
    font-size: 24px;
}

.grey-section h3.section-title {
    font-size: 48px;
    line-height: 46px;
}

.sub-title-link {
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
    display: block;
    width: fit-content;
}

.merchant-list {
    row-gap: 30px;
    column-gap: 25px;
}

.highest-marchants {
    background: linear-gradient(160deg,rgba(0, 125, 195, .15) 0%, rgba(246, 60, 158, .15) 50%, rgba(255, 95, 43, .15) 100%);
    padding: 25px;
    border-radius: 30px;
}

.highest-marchants-list {
    row-gap: 30px;
    column-gap: 15px;
}

.main-all-stores {padding-top: 25px;}

/*---- merchant item ----*/

.highest-marchants-list .merchant-item {
    background-color: #fff;
}

.merchant-item {
    background-color: #eaeaea;
    border-radius: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}

.merchant-item .centered-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 120px;
    background: #fff;
    border-radius: 15px;
    margin-top: 15px;
}

.merchant-list .merchant-item {
    flex: 0 0 calc(25% - 20px);
}

.highest-marchants-list .merchant-item {
    flex: 0 0 calc(50% - 10px);
}

.merchant-item p>b {
    font-size: 24px;
    opacity: 1;
    color: #121212;
    display: block;
    margin-bottom: 2px;
}

.merchant-item p {
    font-size: 14px;
    color: rgba(18, 18, 18, .3);
    padding: 10px 25px 20px;
    margin-bottom: 0;
}

/* --------- Popular item ----------- */
.popular-box {
    width:calc(100%/6);
    margin-top: 20px;
    position: relative;
}

.popular-item {
    display: block;
    width: 110px;
    background: #fff;
    border: 0.5px solid #DCDCDC;
    padding: 5px 5px 15px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.popular-img {
    border: 0.5px solid #DCDCDC;
    margin: 0 auto 10px;
    max-width: 100px;
    border-radius: 25px;
    width: 99px;
    height: 100px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}

.popular-img .centered-logo {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
}

.popular-item-cb {
    background: linear-gradient(90deg, rgb(68, 156, 236, .2) 0%, rgb(246, 60, 158, .2) 50%, rgb(255, 95, 43, .2) 100%);
    border-radius: 50px;
    padding: 5px;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

.popular-box::after {
    position: absolute;
    top: 40%;
    right: 2.5vw;
    font-size: 100px;
    z-index: 1;
    color: #DCDCDC;
}

.popular-box:nth-child(1)::after {content:"1";}
.popular-box:nth-child(2)::after {content:"2";}
.popular-box:nth-child(3)::after {content:"3";}
.popular-box:nth-child(4)::after {content:"4";}
.popular-box:nth-child(5)::after {content:"5";}
.popular-box:nth-child(6)::after {content:"6";}

.worked-browsers-col {
    display: flex;
    flex-wrap: wrap;
    width: 24px;
    align-items: baseline;
    gap: 10px;
    height: 100px;
}

.extension-feature-description {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
    background-image: url(../images/icons/rewarda-w-logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.get-extension-parent {
    background: linear-gradient(71deg,#449CEC 0%, #8244EC 100%);
    padding: 3px 0 0 3px;
    border-radius: 30px;
}

.get-extension {
    background: linear-gradient(71deg,#449CEC 0%, #8244EC 100%);
    border-radius: 30px;
    color:#fff;
    padding: 30px;
    height: 100%;
    background-image: url(../images/ext-screen.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 85%;
    background-position-y: 30px;
}

.call-to-action {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 15px;
}

.get-extension h2, .get-online h2, .get-hotels h2, .get-gift-cards-parent h2 {
    font-size: 48px;
    line-height: 46px;
}

.gap30 {gap:30px}

.get-extension-parent {
    width: 100% !important;
    flex: 0 0 100%;
}

.get-extension h2 {
    margin-bottom: 30px;
}

.get-hotels-parent {
    flex: 0 0 50%;
    max-width: 50%;
}

.get-online-parent,
.get-gift-cards-parent {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}

.get-extension-parent, .get-hotels-parent, .get-gift-cards-parent {
    height: 360px;
}

.info-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.get-extension a, .get-online a, .get-hotels a, .get-gift-cards-parent a {
    width: fit-content;
    display: block;
}

.get-online-parent {
    background: linear-gradient(71deg, #449CEC 0%, #8244EC 100%);
    padding: 3px 0px 0px 3px;
    border-radius: 30px;
}

.get-online {
    background: linear-gradient(71deg, #449CEC 0%, #8244EC 100%);
    border-radius: 30px;
    color:#fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.get-hotels-parent {
    background: linear-gradient(90deg,rgba(88, 60, 246, 1) 0%, rgba(246, 60, 158, 1) 100%);
    padding: 3px 0px 0px 3px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.get-hotels {
    background: linear-gradient(90deg,rgba(88, 60, 246, 1) 0%, rgba(246, 60, 158, 1) 100%);
    border-radius: 30px;
    color:#fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#animationContainer {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
}

.get-gift-cards-parent {
    background: linear-gradient(90deg,rgba(246, 60, 158, 1) 0%, rgba(255, 95, 43, 1) 100%);
    padding: 3px 0px 0px 3px;
    border-radius: 30px;
}

.get-gift-cards {
    background: linear-gradient(90deg,rgba(246, 60, 158, 1) 0%, rgba(255, 95, 43, 1) 100%);
    border-radius: 30px;
    color:#fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.get-extension .info-box > #auto-link-gen,
.get-online > .get-box-link,
.get-hotels > .get-box-link,
.get-gift-cards > .get-box-link {
    margin-top: auto;
}

.top6-row {margin-bottom: 50px}

.w100 {width: 100%}

#map {
    padding-bottom: 0;
}

.travel-bonus-description {
    width: 50%;
    font-size: 16px;
    margin-top: 15px;
    line-height: 18px;
}

.online-bonus-description, .gift-bonus-description {
    font-size: 16px;
    margin-top: 15px;
    line-height: 18px;
}

#map iframe {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    margin-top: 30px;
}

p.map-sub-title {
    font-family: "Outfit-SemiBold";
    margin-bottom: 50px;
}

footer {
    background: #121212;
    padding: 30px 0;
    border-radius: 30px 30px 0 0;
}

i.icon.icon-stak {
    background: url(../images/icons/stack.svg);
    width: 16px;
    height: 16px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: center;
}

footer button.btn.btn-secondary.dropdown-toggle {
    background: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 30px;
    padding: 8px 15px;
    width: 160px;
    text-align: left;
}

footer .dropup .dropdown-toggle::after {
    position: absolute;
    top: calc(50% - 0.15em);
    right: 15px;
}

footer .icon {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav.footer-nav {
    gap:30px;
    display: flex;
}

nav.footer-nav a {
    color: rgba(255, 255, 255, .5);
    text-decoration: underline;
}

.icon-x {background: url(../images/icons/socials/social-x.png);}
.icon-linkedin {background: url(../images/icons/socials/social-linkedin.png);}
.icon-instagram {background: url(../images/icons/socials/social-instagram.png);}
.icon-facebook {background: url(../images/icons/socials/social-facebook.png);}

nav.socials {
    gap: 3px;
    justify-self: right;
}

nav.socials a {
    display: block;
    width: 24px;
    height: 24px;
}

/* .footer-left-side, .footer-right-side {width:50%;} */

.footer-right-side {
    padding-top: 5px;
}


/*         AUTH         */

#auth-body {
    background-image: url(../images/auth-bg.png);
    width:100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.relative {position: relative;}

.callCategory {
    position: absolute;
    top: 1.5em;
    background: linear-gradient(90deg, rgba(246, 60, 158, .2) 0%, rgba(255, 95, 43, .2) 100%);
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 24px;
    font-family: "Outfit-Medium";
    line-height: 20px;
}

span.gradient-span-pink-orange {
    background: linear-gradient(90deg, #F63C9E 0%, #FF5F2B 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.callbox h2 {
    font-size: 48px;
    font-family: "Outfit-SemiBold"; 
    line-height: 46px;
    font-weight: 600;
}

#auth-box {
    border-radius: 35px;
    background: #f5f5f5;
}

.body-section {
    padding: 81px 0 30px;
    min-height: 100vh;
}

.body-section-sub-header {
    padding: 51px 0 30px;
    min-height: 100vh;
}

.online-filter-box {
    padding: 25px 15px;
    background: #eaeaea;
    border-radius: 30px;
    width: 20%;
    height: fit-content;
}

.online-filter-box .section-title {
    margin-bottom: 20px;
    margin-left: 10px;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox input[type="checkbox"] + .checkmark {
    width: 24px;
    height: 24px;
    background: #fff;  
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border: 1px solid #dcdcdc;
}


.checkmark::after {
    content:"";
    display:block;
    top: -2px;
    position: relative;
    width:12px;
    height:6px;
    border-left: solid white;
    border-bottom: solid white;
    transform: rotate(-45deg) scale(0);
    opacity:0;
    transition: opacity .3s ease, transform .3s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background: linear-gradient(90deg, rgba(68, 156, 236, 1) 0%, rgba(246, 60, 158, 1) 50%, rgba(255, 95, 43, 1) 100%);  
}


.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    opacity:1;
    transform: rotate(-45deg) scale(1);
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-check {
    margin: 5px;
}

.filter-row:hover {
    background: #fff;
    border-radius: 50px;
}

.checkbox-label {
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#online-search {
    position: relative;
    width: 100%;
}

.stores-search-box {
    width: 50%;
}

.stores-sort-box {
    width: calc(50% - 90px);
}

#online-search .form-control {
    background: #fff;
    border-radius: 50px;
    border: 0.5px solid #dcdcdc;
    padding: 8px 15px;
    font-size: 18px;
}

#online-search .form-control::placeholder {
  color: rgb(18,18,18,.30);
}

#online-search button[type="button"] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    text-align: center;
}

#online-search button[type="button"]:hover {
    background: #fff;
}

#online-search button[type="button"]::after {
    content: "";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icons/search.png);
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

#online-search button[type="button"]:hover::after {
    background-image: url(../images/icons/lupe-hover.svg);
}

#online-search .form-control:focus {
    color: #121212;
    background-color: #eaeaea;
    border-color: #dcdcdc;
    outline: 0;
    box-shadow: none;
}

.sort {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    background: #fff;
    border: 0.5px solid #eaeaea;
    padding: 10px;
}

.sort-title {
    opacity: .3;
    font-size: 16px;
    line-height: 10px;
}

.sort-value {
    font-size: 16px;
    line-height: 14px;
    font-weight: 600;
}

.sort-text {
    margin-right: 15px;
    z-index: 22;
    display: flex;
    align-items: anchor-center;
    gap: 10px;
}

.dropbtn {
    width: 24px;
    height: 24px;
    border: none;
    box-shadow: none;
    background: #D9D9D9;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    z-index: 22;
}

.dropbtn.active>.icon-arrow-down {
    transform: rotate(180deg);
}

.sort-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 20;
    left: 0;
    top: 60%;
    padding: 15px 0;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    border-left: 0.5px solid #eaeaea;
    border-right: 0.5px solid #eaeaea;
    border-bottom: 0.5px solid #eaeaea;
}

.sort-content a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 7.5px;
}

.sort-content a:first-child {
    border-top: 0.5px solid rgba(0, 0, 0, .1);
}

.sort-content a:hover {
    background-color: #ddd;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width:16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn.btn-favorite {
    width: 44px;
    height: 44px;
    border: 0.5px solid #dcdcdc;
    border-radius: 50%;
}

.btn.btn-favorite.active .icon-heart {
    background-image: url(../images/icons/heart.svg);
}

.store-list-section {
    width: 100%;
}

.online-merchants-list {
    margin: 30px 0;
}

.online-merchant-item  .merchant-logo  img {
    width:80%
}

.online-merchant-item {
    border-radius: 30px;
    background: #fff;
    flex: 0 0 calc(100% / 3 - 15px);
    position: relative;
    overflow: hidden;
}

.cashback-rates {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    bottom: -100%;
    transition: 1s;
}

.cashback-rates.displayed {
    bottom: 0;
}

.cashback-rates h4 {
    font-size: 18px;
}

.cashback-rates>div {
    overflow-y: scroll;
    height: 70%;
    font-size: 14px;
}

button.close-link {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: underline;
    transition: .3s;
}

button.close-link:hover {
    text-decoration: none;
}

.merchant-logo {
    border: 0.5px solid #dcdcdc;
    border-radius: 25px;
    margin: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 120px;
    overflow: hidden;
}

.merchant-logo .img-fluid {
    max-height: 100%;
}

.merchant-data {
    margin: 10px 10px 10px 0;
    width: calc(100% - 180px);
}

.merchant-actions {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: end;
}

.merchant-actions a {
    padding: 15px 0;
    border: 0.5px solid #dcdcdc;
    border-radius: 25px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.cashback-value {
    font-size: 20px;
    line-height: 22px;
    font-family: "Outfit-Medium";
}

.cashback-value p {
    opacity: .3;
    font-size: 14px;
    margin: 0;
}

.cashback-rates-row {
    padding: 10px 0 15px;
    background: #EAEAEA;
    border-radius: 0 0 30px 30px;
}

.cashback-rates-row a {
    color: rgba(0, 0, 0, .3);
    font-size: 18px;
    text-align: center;
    display: block;
    text-decoration: underline;
}

.online-merchants-list {
    margin: 30px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.merchant-logo .btn.btn-favorite {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
}

.gap70 {
    gap: 70px;
}

.btn.btn-favorite:hover {
    background-color: #eaeaea;
}

.btn.btn-favorite.active>.icon-heart {
    background-image: url(../images/icons/heart-active.svg);
}

.btn.btn-favorite:active {
    border-color: #dcdcdc;
}

#local-main-map {
    border-radius: 0 0 50px 50px;
    position: relative;
    margin-bottom: 30px;
}


#local-main-map iframe {
    height: 500px;
    position: relative;
    z-index: 1;
}


/* Local Dining Page Styles */

#local-main-map .search-filter-section .sort{
    padding: 14px !important;
}

/* Search and Filter Section */
.search-filter-section {
    padding: 20px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

.location-input .input-group,
.search-input .input-group {
    background: #fff;
    border: 0.5px solid #dcdcdc;
    border-radius: 50px;
    overflow: hidden;
}

.location-input .input-group-text,
.search-input .input-group-text {
    background: transparent;
    border: none;
    padding: 12px 15px;
}

.location-input .form-control,
.search-input .form-control {
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 15px;
    color: #121212;
}

.location-input .form-control:focus,
.search-input .form-control:focus {
    box-shadow: none;
    outline: none;
}

.search-input .btn {
    background: #fff;
    border: none;
    padding: 12px 15px;
    border-radius: 50%;
    margin-right: 5px;
}

.sort-dropdown .dropdown {
    width: 100%;
}

.sort-dropdown .btn {
    background: #fff;
    border: 0.5px solid #dcdcdc;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #121212;
}

.sort-dropdown .sort-label {
    opacity: 0.3;
    font-size: 16px;
    margin-right: 10px;
}

.sort-dropdown .sort-value {
    font-size: 16px;
    font-weight: 600;
}

.filter-btn {
    background: #fff;
    border: 0.5px solid #dcdcdc;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.filter-btn:hover {
    background: #dedede;
}

/* Restaurant Cards */
.restaurants-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.restaurant-list {
    gap: 30px;
    flex-wrap: wrap;
}

.restaurant-card {
    background: #fff;
    border: 0.5px solid #dcdcdc;
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 3 - 20px);
}

.restaurant-card-top {
    display: flex;
}

.cashback-data {
    margin: 0 10px 10px;
    width: 100%;
}

a.local-gc-buy-btn {
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: "Outfit-Regular"; 
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    display: block;
    width: 100%;
    padding: 25px 10px;
    border-radius: 50px;
}

.restaurant-image {
    position: relative;
    min-width: 130px;
    height: 100px;
    border-radius: 25px;
    margin: 10px;
    overflow: hidden;
}

.restaurant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant-category {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 3px 5px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
}

.restaurant-info {
    padding: 10px 10px 10px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.restaurant-name {
    font-size: 24px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 10px;
    line-height: 0.83;
    letter-spacing: -0.96px;
    
}

.restaurant-meta {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}

.location-info {
    display: flex;
    align-items: center;
    gap: 2px;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.15) 0%, rgba(246, 60, 158, 0.15) 50%, rgba(255, 95, 43, 0.15) 100%);
    padding: 3px 5px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 1px;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.15) 0%, rgba(246, 60, 158, 0.15) 50%, rgba(255, 95, 43, 0.15) 100%);
    padding: 4px 5px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
}

.rating-yelp {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 10px;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 5px;
    border: 0.5px solid #dcdcdc;
    border-radius: 15px;
}

.distance-check {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
}

.cashback-info {
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.15) 0%, rgba(246, 60, 158, 0.15) 50%, rgba(255, 95, 43, 0.15) 100%);
    border-radius: 50px;
    padding: 21px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cashback-action-section {
    display: block;
    width: 100%;
}

.cashback-value.local {
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.15) 0%, rgba(246, 60, 158, 0.15) 50%, rgba(255, 95, 43, 0.15) 100%);
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.cashback-value.gift-card-btn {
    margin: 10px;
}

.cashback-value.gift-card-btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Outfit-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    border-radius: 25px;
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    padding: 15px;
    transition: .3s ease-in-out;
}

.cashback-value.gift-card-btn a:hover {
    opacity: .7;
    transition: .3s;
}

.cashback-value.local>span:first-child {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    opacity: 0.3;
    padding: 15px;
}

.cashback-value.local>span:last-child {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
}

.cashback-value.gift-card-btn.both .cashback-value.local {
    margin: 0;
    background: none !important;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    min-width: 130px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cashback-value.gift-card-btn.both {
    margin: 10px;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}

.cashback-value.gift-card-btn.both a {
    padding: 8px 15px;
}

.cashback-value.gift-card-btn.both .cashback-value.local span {
    background: linear-gradient(90deg, rgba(68, 156, 236, 1) 0%, rgba(246, 60, 158, 1) 50%, rgba(255, 95, 43, 1) 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0
}

.cashback-value.gift-card-btn.both .cashback-value.local>span:first-child {
    font-size: 14px;
    opacity: .7;
}

.cashback-value.gift-card-btn.both a>span {
    display: block;
}

.cashback-value.gift-card-btn.both a>span:last-child {
    font-size: 14px;
    font-weight: 400;
}

.cashback-info.gift-only {
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    justify-content: center;
}

.cashback-info.gift-only .cashback-value {
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-align: center;
}

.cashback-options {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.cashback-option {
    border-radius: 25px;
    padding: 10px;
    flex: 1;
    text-align: center;
}

.cashback-option.primary {
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
}

.cashback-option.secondary {
    background: transparent;
    border: 1px solid transparent;
}

.cashback-percentage {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.cashback-option.secondary .cashback-percentage {
    color: #121212;
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cashback-note {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.cashback-option.secondary .cashback-note {
    color: #121212;
    opacity: 0.7;
}

.cashback-data.both-option-cashback {
    display: flex;
}

.cashback-data.both-option-cashback .cashback-info {
    flex: 1 1 100%;
    margin-right: 15px;
    padding: 10px;
    flex-wrap: wrap;
}

.cashback-data.both-option-cashback .cashback-info .cashback-value {
    text-align: center;
    width: 100%;
}

.cashback-data.both-option-cashback .cashback-info .cashback-value.sm-font {
    font-family: "Outfit-Regular"; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    
}

.cashback-data.both-option-cashback a.local-gc-buy-btn {
    font-weight: 500;
    line-height: 16px;
    padding: 15px;
}





.form-section .form-title {
    margin-bottom: 20px;
}

.field-container {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 calc(50% - 10px);
    flex-wrap: wrap;
}

.field-container label {
    display: block;
    flex: 0 0 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    opacity: .65;
    margin-bottom: 2px;
}

.input-row {
    position: relative;
    width: 100%;
}

.field-container input[type="text"],
.field-container input[type="email"],
.field-container input[type="password"],
.field-container input[type="number"],
.field-container textarea {
    width: 100%;
    padding: 10px 30px 12px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    border: none;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0;
    background-color: transparent;
    transition: .4s;
    color: #000;
}

.field-container input[type="text"]:disabled {
    background-color: transparent;
    cursor: not-allowed;
    transition: .4s;
    padding-left: 0;
}

.field-container .icon-btn {
    position: absolute;
    top: calc(50% - 8px);
    right: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #555;
    user-select: none;
    padding: 2px;
    transition: color 0.2s;
}

.field-container input[type="text"]:focus,
.field-container input[type="text"]:active,
.field-container input[type="email"]:focus,
.field-container input[type="email"]:active,
.field-container input[type="password"]:focus,
.field-container input[type="password"]:active,
.field-container input[type="number"]:focus,
.field-container input[type="number"]:active,
.field-container textarea:active,
.field-container textarea:focus {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: none;
}

.field-container .icon-btn:hover {
    color: #000;
}

.field-container.area-container {
    flex: 0 0 100%;
}

aside.profile-sidebar {
    flex: 0 0 25%;
}

main.profile-worksection {
    flex: 0 0 calc(75% - 70px);
}

.profile-balance-box {
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.20) 0%, rgba(246, 60, 158, 0.20) 50%, rgba(255, 95, 43, 0.20) 100%);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.profile-balance .balance-title {
    padding: 0;
    margin-bottom: 2px;
}

.profile-balance .balance-value {
    font-size: 18px;
    font-weight: 500;
}

.profile-nav a.profile-nav-item {
    display: block;
    padding: 25px 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 0.5px solid #DCDCDC;
    background: #EAEAEA;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.72px;
    background-repeat: no-repeat;
    background-position: 93% center;
    transition: 0.3s;
}

.profile-nav a.profile-nav-item:hover,
.profile-nav a.profile-nav-item.active {
    background-color: #fff;
}

.profile-nav a.profile-nav-item.profile {background-image: url(../images/icons/profile-grey.svg);}
.profile-nav a.profile-nav-item.profile:hover,
.profile-nav a.profile-nav-item.profile.active {background-image: url(../images/icons/profile-hover.svg) !important;}

.profile-nav a.profile-nav-item.subscription {background-image: url(../images/icons/subscription-grey.svg);}
.profile-nav a.profile-nav-item.subscription:hover,
.profile-nav a.profile-nav-item.subscription.active {background-image: url(../images/icons/subscription-hover.svg) !important;}

.profile-nav a.profile-nav-item.esa {background-image: url(../images/icons/destination-grey.svg);}
.profile-nav a.profile-nav-item.esa:hover,
.profile-nav a.profile-nav-item.esa.active {background-image: url(../images/icons/destination-hover.svg) !important;}

.profile-nav a.profile-nav-item.t-history {background-image: url(../images/icons/history-grey.svg);}
.profile-nav a.profile-nav-item.t-history:hover,
.profile-nav a.profile-nav-item.t-history.active {background-image: url(../images/icons/history-hover.svg) !important;}

.profile-nav a.profile-nav-item.logout {background-image: url(../images/icons/logout-grey.svg);}
.profile-nav a.profile-nav-item.logout:hover,
.profile-nav a.profile-nav-item.logout.active {background-image: url(../images/icons/logout-hover.svg) !important;}

.profile-nav a.profile-nav-item.support {background-image: url(../images/icons/support-grey.svg);}
.profile-nav a.profile-nav-item.support:hover,
.profile-nav a.profile-nav-item.support.active {background-image: url(../images/icons/support-hover.svg) !important;}

.form-section {
    border-radius: 30px;
    border: 0.5px solid #DCDCDC;
    background: #EAEAEA;
    padding: 20px;
    margin-bottom: 10px;
}

.gap20 {gap: 20px;}

button.btn.modal-trigger {
    border-radius: 50px;
    background: #FFF;
    width: 100%;
    font-size: 18px;
    font-family: "Outfit-SemiBold";
    padding: 15px;
    line-height: 14px;
    transition: .3s;
}

button.btn.modal-trigger:hover {
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.10) 0%, rgba(246, 60, 158, 0.10) 50%, rgba(255, 95, 43, 0.10) 100%);
}


button.btn.link-card-btn {
    border-radius: 25px;
    border: 0.5px solid #DCDCDC;
    background: linear-gradient(109deg, #EAEAEA 0%, #FFF 4.26%, #EAEAEA 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    height: 130px;
    flex: 0 0 calc(100% / 3 - 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: .3s;
}

button.btn.link-card-btn .new-card-icon {
    border-radius: 15px;
    border: 0.5px solid #DCDCDC;
    background: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    background-image: url(../images/icons/link-grey.svg);
    width: 44px;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}

button.btn.link-card-btn span {
    display: block;
    flex: 0 0 100%;
    font-size: 18px;
    color: #000;
    opacity: 0.3;
    transition: .3s;
}

button.btn.link-card-btn:hover>.new-card-icon {
    background-image: url(../images/icons/link-hover.svg);
}

button.btn.link-card-btn:hover>span {
    opacity: 1;
}

.linked-card-box {
    border-radius: 25px;
    border: 0.5px solid #DCDCDC;
    background: linear-gradient(109deg, #EAEAEA 0%, #FFF 4.26%, #EAEAEA 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    height: 130px;
    flex: 0 0 calc(100% / 3 - 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.sub-active-icon {
    position: absolute;
    background-image: url(../images/icons/subscription-hover.svg);
    width: 44px;
    height: 44px;
    border-radius: 15px;
    border: 0.5px solid #DCDCDC;
    bottom: 20px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}

.linked-card-payment-system {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    border: 0.5px solid #DCDCDC;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.linked-card-payment-system>div {
    width: 30px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.linked-card-payment-system .mastercard {background-image: url(../images/icons/mastercard.svg);}
.linked-card-payment-system .visa {background-image: url(../images/icons/visa.svg);}
.linked-card-payment-system .amerexpress {background-image: url(../images/icons/amerexpress.svg);}

.linked-card-details {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.linked-card-details .last4 {
    flex: 0 0 100%;
}

button.linked-card.delete {
    border: none;
    height: 16px;
    transition: .3s;
}

.merchant-item .img-fluid {
    max-height: 100%;
    padding: 10px;
}

.btn-main {
    border-radius: 22px;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.80) 0%, rgba(246, 60, 158, 0.80) 50%, rgba(255, 95, 43, 0.80) 100%);
    color: #fff;
    padding: 15px;
    display: block;
    flex: 0 0 100%;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    transition: .3s;
    border: none;
    line-height: 14px;
}

.field-container textarea {
    min-height: 100px;
}

.btn-main:hover {
    border-radius: 22px;
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    color:#fff;
}

.local-on-map a, .local-on-map button {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.15) 0%, rgba(246, 60, 158, 0.15) 50%, rgba(255, 95, 43, 0.15) 100%);
    padding: 4px;
    border-radius: 50%;
}

.btn2-row>.btn {flex: 0 0 calc(50% - 10px) !important;}

.modal-header {
    flex-wrap: wrap;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .modal-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    color: #121212;
    margin-bottom: 10px;
}

.modal-header p.modal-subtitle {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
}

.modal-form-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.modal-body .field-container input[type="text"], .modal-body .field-container input[type="email"], .modal-body .field-container textarea, .modal-body .field-container input[type="password"] {
    padding: 10px 0;
}

.custom-check label {opacity: 1 !important;}

.modal .checkbox-label {
    white-space: normal;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.modal-content {
    border-radius: 30px;
    background: #FFF;
    padding: 15px;
}

.btn.btn-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn.btn-icon .icon {
    background-size: contain;
    width: 18px;
    height: 18px;
}

.btn.btn-secondary {
    border-radius: 22px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 15px;
    flex: 0 0 100%;
    line-height: 14px;
}

.modal-footer {
    border: none;
}

.modal-password-requierements-container {
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(68, 156, 236, .15) 0%, rgb(246, 60, 158, .15) 50%, rgb(255, 95, 43, .15) 100%);
    padding: 20px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.56px;
}

.modal-password-requierements-container .password-requieredment-row.error {
    color: #d92525;
}

.modal-form-password .field-container{
    flex: 0 0 100%
}

.modal-form-password, .modal-password-requierements-container {
    flex: 0 0 calc(50% - 10px);
}

.password-requieredment-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}

.password-requieredment-row .req-num {
    opacity: .3;
    width: 20px;
}

.form-section.white-profile-section {
    background: #fff;
}

.modal-password-requierements-container h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 20px;
}

.history-item {
    border-radius: 30px;
    border: 0.5px solid #DCDCDC;
    background: #FFF;
    padding: 10px 20px;
    display: flex;
    gap: 5%;
    margin-bottom: 5px;
}

.history-item .date {
    flex: 0 0 21%;
}

.history-item .amount {
    flex: 0 0 12%;
}

.history-item .comment {
    flex: 0 0 40%;
}

.history-item .status {
    flex: 0 0 13%;
}

.history-item .merchant {
    flex: 0 0 25%;
}

.history-item .title {
    opacity: .3;
    margin-bottom: 5px;
}

.history-item .value {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 8px;
}

.history-item .amount .value {
   /* background-image: url(../images/rew-mini-logo.svg);*/
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 14px;
    /*padding-right: 20px;*/
    width: fit-content;
}

    .history-item .value.processing,
    .history-item .value.pending
    {
        color: rgba(0, 0, 0, .5)
    }
.history-item .value.completed, .plan-coast {
    background: linear-gradient(71deg, #449CEC 0%, #8244EC 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
    .history-item .value.rejected,
    .history-item .value.canceled,
    .history-item .value.failed 
    {
        background: linear-gradient(90deg, #F63C9E 0%, #FF5F2B 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.profile-worksection .checkbox-label {white-space: normal;}

.plan-dropbox .dropdown-toggle::after {
    display: none;
}

.current-plan-container, .payment-item, .add-method {
    border-radius: 30px;
    border: 0.5px solid #DCDCDC;
    background: #FFF;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-action-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan-dropbox .btn, .payment-item .btn {
    width: 46px;
    font-size: 22px;
}

.current-plan-details {
    background-image: url(../images/rew-mini-logo.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 60px;
    background-size: 30px 30px;
}

.current-plan-details .title, .payment_card-number .value, .payment_card-expired .value {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.current-plan-details .period, .payment_card-number .title, .payment_card-expired .title {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    opacity: .3;
}

.payment-system {
    margin-left: 10px;
}

.payment_card-number, .payment_card-expired {
    display: flex;
    gap: 20px;
    align-items: center;
}

.payment_card-number .value, .payment_card-expired .value, .payment_card-number .title, .payment_card-expired .title {
    font-size: 18px;
}

.payment-method-list {
    margin-bottom: 40px;
}

.add-method {
    padding: 20px;
}

.additional_exp-cvc {
    display: flex;
    width: calc(50% - 10px);
    gap: 10px;
}

.add-method .field-container input[type="text"], .field-container input[type="password"] {
    padding-left: 0
}

#changeSubscription .modal-footer {justify-content: space-between;}

#changeSubscription .modal-footer .btn {
    flex: 0 0 45%;
}

.modal-footer>div {
    text-align: center;
    opacity: .3;
    font-weight: 600;
}

.subscription-bullets {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.subscription-bullet-item {
    padding: 20px;
    flex: 0 0 calc(50% - 5px);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    font-size: 18px;
}

.bullet-text {
    line-height: 16px;
}

.subscription-bullet-item img {
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
}

.subscription-bullet-item:nth-child(odd) {
    text-align: left
}

.subscription-bullet-item:nth-child(even) {
    text-align: right
}

.subscription-bullet-item:nth-child(1) {background-image: url(../images/bg-bullet-1.png);}
.subscription-bullet-item:nth-child(2) {background-image: url(../images/bg-bullet-2.png);}
.subscription-bullet-item:nth-child(3) {background-image: url(../images/bg-bullet-3.png);}
.subscription-bullet-item:nth-child(4) {background-image: url(../images/bg-bullet-4.png);}

#bonusBanner {
    background-image: url(../images/hotels-bg-b.png);
    background-size: 100%;
    padding: 30px;
    position: relative;
    z-index: 9998;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-radius: 30px;
    width: 1295px;
    transition: 
        padding 1s ease-in-out,
        width 1s ease-in-out,
        top 1s ease-in-out;
    margin: 0 auto;
    top: 0;
}

#bonusBanner.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 0 auto;
}

#bonusBanner.hidden {
    display: none;
}

.hotels-bonus-box .title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.96px;
    margin-bottom: 5px;
}

.hotels-bonus-box p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.hotels-bonus-box .btn-close-banner {
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: rgba(255,255,255,.5);
    font-size: 20px;
    padding: 14px 13px;
    transition: .3s;
}

.hotels-bonus-box .btn-close-banner:hover {
    border: 1px solid rgba(255,255,255,.7);
    color: rgba(255,255,255,1);
    background: rgba(255,255,255,.2);
}

.subscription-plans-list {
    gap: 30px;
    flex-wrap: wrap;
}

.subscription-plan-item {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 30px;
    margin: 20px 0;
    flex: 0 0 calc(100% / 3 - 30px);
}

.subscription-plan-item h4 {
    margin: 10px 10px 0;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

.subscription-plan-item.monthly h4.gradient {
    background: linear-gradient(71deg, #449CEC 0%, #8244EC 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subscription-plan-item.free h4,
.subscription-plan-item.free p {
    color: #fff;
}

.subscription-plan-item.annually h4.gradient {
    background: linear-gradient(90deg, #F63C9E 0%, #FF5F2B 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subscription-plan-item p {
    margin: 0 10px 15px;
}

.subscription-plan-item.free {
    background: linear-gradient(150deg, #449CEC -0.49%, #F63C9E 49.47%, #FF5F2B 100.41%);
}

.subscription-bullet .bullet-content{
    border-radius: 20px;
    padding: 20px 50px;
    margin-bottom: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.subscription-plan-item.free .subscription-bullet .bullet-content {
    background-color: rgba(255, 255, 255, .1);
    background-image: url(../images/icons/rewarda-w-logo.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: rgba(255, 255, 255, 0.7);
}

.subscription-plan-item.monthly .subscription-bullet .bullet-content,
.subscription-plan-item.annually .subscription-bullet .bullet-content {
    background-image: url(../images/rew-mini-logo.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
}

.subscription-bullet b {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.72px;
}

.subscription-plan-item.free .subscription-bullet b {
    color: #fff;
}

.btn-subscription {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-weight: 600 !important;
    padding: 16px;
}

a.btn.btn-secondary.btn-subscription {
    justify-content: center;
}

.subscription-bullet {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.subscription-plan-item.monthly .subscription-bullet:nth-child(1) {background-image: url(../images/l-1.png);}
.subscription-plan-item.monthly .subscription-bullet:nth-child(2) {background-image: url(../images/l-2.png);}
.subscription-plan-item.monthly .subscription-bullet:nth-child(3) {background-image: url(../images/l-3.png);}
.subscription-plan-item.monthly .subscription-bullet:nth-child(4) {background-image: url(../images/l-4.png);}

.subscription-plan-item.annually .subscription-bullet:nth-child(1) {background-image: url(../images/r-1.png);}
.subscription-plan-item.annually .subscription-bullet:nth-child(2) {background-image: url(../images/r-2.png);}
.subscription-plan-item.annually .subscription-bullet:nth-child(3) {background-image: url(../images/r-3.png);}
.subscription-plan-item.annually .subscription-bullet:nth-child(4) {background-image: url(../images/r-4.png);}

.welcome-bonus-info {
    border-radius: 30px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    background-image: url(../images/sub-bonus-info-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.welcome-bonus-info>.content {padding: 30px;}

.welcome-bonus-info>.content>.content {
    line-height: 20px;
}

.welcome-bonus-info .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}

.welcome-bonus-info .title span {
    background: linear-gradient(71deg, #449CEC 0%, #8244EC 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome-bonus-info .coin-up {
    flex: 0 0 200px;
}

.welcome-bonus-info .coin-up video {
    width: 100%;
}

.subscription-block {
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.shareLinkBox {
    width: 260px;
    margin: 0 auto;;
}

.shareLinkBox .form-control {
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
}

.shareLinkBox .btn {text-align: center; display: block;} 

.mobile-profile-menu {
    display: none;
}



.header-consumer-link {
    color: #121212;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.gradient-contact-btn {
    border-radius: 15px;
    background: linear-gradient(90deg, rgb(68, 156, 236,.2) 0%, rgb(246, 60, 158,.2) 50%, rgb(255, 95, 43,.2) 100%);
    padding: 8px 10px;
}

.top-section {
    padding: 90px 0;
}

.top-section .top-message {
    color: #121212;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.96px;
    flex: 0 0 100%;
}

.top-section .bottom-message {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.92px;
    width: 70%;
}

.btns-box {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    padding: 30px;
    height: 445px;
    position: relative;
}

.btns-box a.btn {
    flex: 0 0 calc(50% - 15px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    z-index: 2;
}

.big-img-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.big-img-block .content-box {
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.big-img-block .content-box,
.big-img-block .btns-box {
    flex: 0 0 100%;
}

.employers-bg {
    background: url(../images/fst-screen-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.employers-video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 1;
    border-radius: 30px;
}

.bonus-description {
    padding: 100px 0;
}

.bonus-description .flex-title-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 30px;
}

.bonus-description .flex-title-row h3.section-title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -1.92px;
}

.opacity-sub-title {
    display: block;
    opacity: 0.15;
    line-height: 42px;
}

.flex-title-row h3.section-title,
.flex-title-row .section-description {
    flex: 0 0 calc(50% - 15px)
}

.section-description {
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.72px;
}

.bonus-section-bullets-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 30px;
    margin: 50px 0 100px;
}

.bonus-section-bullets-row .bullet {
    padding: 30px;
    height: 200px;
    display: flex;
    align-items: end;
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.96px;
    background-size: 100% 100%;
    flex: 0 0 calc(100% / 3 - 15px);
}

.bonus-section-bullets-row .bullet:nth-child(1) {background-image: url(../images/bonus-bullet-bg-1.png);}
.bonus-section-bullets-row .bullet:nth-child(2) {background-image: url(../images/bonus-bullet-bg-2.png);}
.bonus-section-bullets-row .bullet:nth-child(3) {background-image: url(../images/bonus-bullet-bg-3.png);}

.employees-receives {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.receives-title-row {
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
}

.receives-title-row h3.section-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.92px;
}

.receives-title-row a.btn.btn-secondary.icon-right {
    flex: 0 0 calc(100% / 3 - 15px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.receives-left-side {
    display: flex;
    flex: 0 0 calc(100% / 3 * 2 - 15px);
    gap: 30px;
    flex-wrap: wrap;
}

.receives-right-side {
    flex: 0 0 calc(100% / 3 - 15px);
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.receives-bullet {
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    height: 190px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.receives-bullet .top-content {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.96px;
    flex: 0 0 100%;
}

.receives-bullet .bottom-content {
    color: #121212;
    opacity: .7;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.72px;
    flex: 0 0 100%;
}

.receives-bullet.short {
    flex: 0 0 calc(50% - 15px);
}

.receives-bullet.long {
    flex: 0 0 100%;
}

.sub-bullets-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}

.sub-bullet {
    padding: 20px;
    border-radius: 30px;
    background: #F5F5F5;
    flex: 1;
    min-width: 0;
}

.sub-bullet:nth-child(2) {
    flex: 0 0 50%;
}

.sub-bullet span {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.96px;
    margin-bottom: 5px;
    display: block;
} 

.sub-bullet>div {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.72px;
}

.receives-bullet-title {
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
}

.sub-bullets-row-destinations {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bullet-icon {
    flex: 0 0 calc(50% - 5px);
    border-radius: 30px;
    background: #F5F5F5;
    padding: 10px;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.destination-name {
    flex: 0 0 65%;
    color: #121212;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.72px;
}

section.employers-plans {
    border-radius: 30px;
    background: #EAEAEA;
    padding: 100px 0;
}

.employers-plans h3.section-title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.92px;
}

.employer-plan {
    border-radius: 30px;
    background: #F5F5F5;
    padding: 20px;
    flex: 1;
}

.plan-name {
    color: rgba(0, 0, 0, 0.70);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.96px;
    margin-bottom: 10px;
}

.plan-coast {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -2.4px;
    margin-bottom: 20px;
}

.plan-bullet {
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.10) 0%, rgba(246, 60, 158, 0.20) 100%);
    margin-bottom: 5px;
    border-radius: 20px;
}

.bullet-bg {
    padding: 15px 15px 15px 40px;
    background-image: url(../images/rew-mini-logo.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
}

.plan-bullet .bullet-option {
    color: rgba(0, 0, 0, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.72px;
    margin-bottom: 5px;
}

.plan-bullet .bullet-value {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.96px;
    font-family: "Outfit-SemiBold";
}

.employer-plan .btn.btn-main {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.employers-plans-list {
    margin: 50px auto 0;
    gap: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.plan-bullet.bullet-disabled {
    background: #EAEAEA;
}

.plan-bullet.bullet-disabled .bullet-value {
    color: #000000;
    -webkit-text-fill-color: #000;
}

.employer-reviews {
    margin-top: 50px;
}

.reviews-list {
    display: flex;
    gap: 30px;
    height: 190px;
    margin-top: 50px;
}

.review-item {
    padding: 30px;
    border-radius: 30px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex: 0 0 calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.review-item:nth-child(1) {background-image: url(../images/review-bg-1.png);}
.review-item:nth-child(2) {background-image: url(../images/review-bg-2.png);}

.review-body {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.96px;
    margin-bottom: 10px;
    flex: 0 0 100%;
    font-family: "Outfit-Medium";
}

.reviewer-name {
    color: rgba(0, 0, 0, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.72px;
    flex: 0 0 100%;
}

section.about-rewarda {
    padding-top: 100px;
    padding-bottom: 50px;
}

.title-logo {
    display: flex;
    align-items: end;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.72px;
    gap: 5px;
    justify-content: center;
    margin-bottom: 50px;
}

.about-rewarda .first-call {
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: 96px;
    letter-spacing: -3.84px;
    text-align: right;
}

.about-rewarda .first-call span {
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 90%, #FF5F2B 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-rewarda .second-call {
    color: #000;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: 96px;
    letter-spacing: -3.84px;
}

.about-rewarda .second-call span {
    background: linear-gradient(90deg, #F63C9E 0%, #FF5F2B 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-bullets {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin: 50px auto 100px;
}

.about-bullet {
    border-radius: 30px;
    background: #EAEAEA;
    padding: 30px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 91.667% */
    letter-spacing: -0.48px;
}

.about-bullet.left-box {
    flex: 0 0 60%;
}

.about-rewarda .section-title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.92px;
    margin-bottom: 15px;
}

.about-rewarda .sub-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.48px;
    margin-bottom: 30px;
}

.short-description-plan {
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    width: 100%;
}

.short-description-plans-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.short-plan-item {
    flex: 1;
    text-align: center;
}

.short-description-plan .plan-bullet {
    text-align: left;
    margin-top: 30px;
}

.peculiarity {
    margin: 15px auto 0;
}

.short-plan-item .btn {
    width: 100%;
    padding: 10px 15px;
    margin-top: 15px;
}

.short-plan-item:nth-child(2) .btn {
    margin-top: 45px;
    padding: 16px 15px;
}

.short-plan-item .btn.btn-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


button.notification-btn {
    display: none;
}

.input-row.error-value input, .input-row.error-value textarea {
    border-bottom: 2px solid #c73c3c;
}

.error-description {
    position: absolute;
    font-size: 14px;
    bottom: -15px;
    right: 5px;
    color: #c73c3c;
}

.payment-item {
    margin-bottom: 5px;
}

h5.form-title {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.72px;
    opacity: .3;
    margin: 20px 0;
}

.payment-item {
    min-height: 64px;
}

.plan-dropbox {
    width: 46px;
}

.payment-method-list .payment-item:first-child {
    background-image: url(../images/primary-method-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
}

#onboarding-page {
    background: #F5F5F5 url(../images/onboarding.png) center top no-repeat;
    background-size: 100%;
}

#onboarding-page-employer {
    background: #F5F5F5 url(../images/onboarding-mobile.png) center top no-repeat;
    background-size: 100%;
}

.onboarding-header {
    position: relative;
    border: none;
    background: transparent;
    padding-top: 50px;
}

header.onboarding-header .head-logo,
header.onboarding-header .btn {
    flex: 0 0 auto;
}

header.onboarding-header .btn {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
}

h3.page-title {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.92px;
    margin-bottom: 2em;
}

h3.page-title p {
    line-height: 44px;
    margin-bottom: 0;
}

.onboarding-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.onboarding-message {
    flex: 0 0 calc(50% - 15px);
}

.onboarding-side {
    flex: 0 0 calc(50% - 15px);
}

.onboarding-side.btn-box {
    display: flex;
    flex-direction: column;
    width: 100%; 
    margin-top: 10px;
}

.onboarding-side .form-section {
    background: #FFF;
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.onboarding-side .form-title {
    flex: 0 0 100%;
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.96px;
}

.field-container.short-container {
    flex: 0 0 25%;
}

.choosen-user-plan-block {
    padding: 9px;
    flex: 0 0 calc(75% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    font-weight: 500;
}

.payment-moneyback-message {
    flex: 0 0 100%;
    border-radius: 25px;
    background: #F5F5F5;
    padding: 16px;
    color: rgba(0, 0, 0, .3);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.56px;
}

.onboarding-side.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.onboarding-side.payment-info .form-section {
    margin-bottom: 0;
}

.onboarding-message {
    margin-bottom: 30px;
}

#onboarding-page .body-section {
    padding: 50px 0;
    min-height: 90vh;
}

.choosen-user-plan-block span {
    line-height: 24px;
}
.text-danger {
    font-size: 12px;
}

.btn.btn-cart {
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    z-index: 1;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.20) 0%, rgba(246, 60, 158, 0.20) 50%, rgba(255, 95, 43, 0.20) 100%);
}

.btn.btn-cart::before {
    opacity: 0.5;
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
    filter: blur(15px);
    content:'';
    border-radius: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left:0;
    top:0;
}

.btn.btn-cart.cart-empty::before {
    content:'';
    border-radius: 50px;
    opacity: 0.5;
    background: #AAA;
    filter: blur(15px);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left:0;
    top:0;
} 

.btn.btn-cart.cart-empty {
    border: 0.5px solid rgba(170, 170, 170, 0.40);
    background: rgba(170, 170, 170, 0.20);
}

.btn.btn-cart span.static-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.72px;
    opacity: .6;
    z-index: 3;
}

.btn.btn-cart span.cart-item-counter {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.72px;
    opacity: 0.8;
    z-index: 3;
}

.btn.btn-cart:hover {
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.60) 0%, rgba(246, 60, 158, 0.60) 50%, rgba(255, 95, 43, 0.60) 100%);
}

.btn.btn-cart.cart-empty:hover {
    border: 0.5px solid rgba(170, 170, 170, 1);
    background: rgba(170, 170, 170, 0.40);
}

.btn.btn-cart:hover span.cart-item-counter {
    opacity: 1;
    z-index: 3;
}

.btn.btn-cart span.cart-icon {
    z-index: 3;
    opacity: .8;
}

.btn.btn-cart:hover span.cart-icon {
    opacity: 1;
}

.giftcards-merchant-detales {
    width: 25%;
}

.giftcards-merchant-detales .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 10px;
}

.giftcards-merchant-back .btn {
    padding: 10px 15px 10px 10px;
}

.table-responsive {
    margin-top: 20px;
}

.giftcards-merchant-detales .merchant-logo {
    width: 100%;
    height: 160px;
    margin: 30px 0 15px;
    padding: 25px;
}

.merchant-site-link {
    text-align: center;
    margin-bottom: 5px;;
}

.merchant-site-link a {
    color: #121212;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.56px;
    opacity: .5;
}

.giftcards-merchant-detales .merchant-name,
.giftcards-merchant-back .merchant-name{
    color: #121212;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.96px;
}

.gift-cards-list {
    background: transparent !important;
    --bs-table-bg: none;
    border: none;
    border-color: transparent;
}

.gift-cards-list tbody tr {
    border-bottom: 1px dotted #DCDCDC;
}

.gift-cards-list tbody tr td {
    vertical-align: middle;
}

.gift-cards-list tr th,
.gift-cards-list tr td {
    padding: 15px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.72px;
}

.gift-cards-list thead tr th:nth-child(4) {
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.15) 0%, rgba(246, 60, 158, 0.15) 50%, rgba(255, 95, 43, 0.15) 100%);
    border-radius: 30px 30px 0 0;
}

.gift-cards-list tbody tr td:nth-child(4) {
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.15) 0%, rgba(246, 60, 158, 0.15) 50%, rgba(255, 95, 43, 0.15) 100%);
}

.gift-cards-list tbody tr:last-child {
    border-bottom: none;
    border-color: transparent;
}

.gift-cards-list tbody tr:last-child td:nth-child(4) {
    border-radius: 0 0 30px 30px;
}

table.gift-cards-list.table {
    white-space: nowrap;
}

.giftcards-merchant-back .merchant-name {
    text-overflow: ellipsis;
    width: fit-content;
    overflow: hidden;
    padding: 5px 0;
}

a.btn.btn-secondary.whis-icon {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.checkout-cart-container, .checkout_payment-method-container {
    border-radius: 30px;
    background: #EAEAEA;
    padding: 10px;
    margin-bottom: 15px;
}

.checkout_payment-method-container {
    padding: 25px;
}

.checkout-cart-container h4.form-title {
    margin: 15px;
}

.checkout-cart-container-item {
    border-radius: 20px;
    background: #FFF;
    padding: 10px;
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    position: relative;
}

.cart-item-logo {
    flex: 0 0 80px;
    align-self: center;
}

.cart-item-logo {
    flex: 0 0 80px;
}

.checkout-cart-container-item .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.56px;
    opacity: .3;
    flex: 0 0 100%;
}

.checkout-cart-container-item .value {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.72px;
    flex: 0 0 100%;
}

.checkout-cart-container-item .cart-item-merchantname,
.checkout-cart-container-item .cart-item-amount,
.checkout-cart-container-item .cart-item-quantity,
.checkout-cart-container-item .cart-item-cashback,
.checkout-cart-container-item .cart-item-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: space-around;
    flex: 1;
}

.quantity-counter {
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    gap: 7px;
}

button.quantity-btn {
    border-radius: 20px;
    background: #EAEAEA;
    border: none;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #aaa;
    font-size: 20px;
}

button.quantity-btn.plus-btn {
    padding-top: 1px;
}

.quantity-value {
    border-radius: 20px;
    background: #EAEAEA;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.72px;
    padding: 3px;
    width: 45px;
}

button.cart-item-delete {
    border: none;
    background: transparent;
}

.cart-item-delete {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-dropdown-label {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.72px;
}

.payment-method-dropdown {
    position: relative;
    width: calc(50% - 10px);
}

.dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: none;
    border-radius: 22px;
    background: #FFF;
    cursor: pointer;
    user-select: none;
}

.dropdown-header:hover {
    border-color: #888;
}

.selected-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.72px;
}

.payment-method-dropdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.current-payment-method .field-container.short-container {
    flex: 0 0 calc(25% - 20px);
}

.current-payment-method .custom-check ~ .checkbox-label {
    white-space: normal;
}

.current-payment-method {
    margin-top: 20px;
}


.dropdown-arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.dropdown-options.show {
    display: block;
}

.dropdown-option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dropdown-option:hover {
    background-color: #f5f5f5;
}

.dropdown-option.selected {
    background-color: #e9ecef;
    font-weight: bold;
}

.active-form {
    display: block;
}

.hidden-form {
    display: none;
}

.order-container {
    border-radius: 30px;
    background: #FFF;
    padding: 10px;
}

.order-container h4.form-title {
    margin: 15px;
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.96px;
}

.order-amount-detales {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.order-detale-row {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.56px;
    padding: 10px 0;
}

.order-detale-row:nth-child(odd) {
    border-bottom: 1px dotted #DCDCDC;
}

.order-detale-row .title {
    opacity: .3;
}

.order-cashback-detales {
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(68, 156, 236,.15) 0%, rgb(246, 60, 158,.15) 50%, rgb(255, 95, 43, .15) 100%);
    padding: 5px 15px;
}

.total-order-amount {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.56px;
}

.total-order-amount {
    margin: 15px;
}

.order-detale-row,.total-order-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-area {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.checkout-left-side {
    flex: 0 0 calc(80% - 7em);
}

.checkout-right-side {
    flex: 0 0 20%;
}

.order-container .btn {
    width: 100%;
}

.current-payment-method.bank-account img {
    margin: 20px 0;
}

.pagination {
    gap: 4px;
    width: 100%;
    justify-content: center;
}

.pagination .btn-prev .icon.icon-arrow-down {transform: rotate(90deg);}
.pagination .btn-next .icon.icon-arrow-down {transform: rotate(-90deg);}

.pagination .btn-prev,
.pagination .btn-next,
.pagination .btn-page {
    background: #EAEAEA;
    border: 1px solid #DCDCDC;
    text-decoration: none;
    color: rgba(0, 0, 0, .3);
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.pagination .btn-page.active {
    color: rgba(0, 0, 0, 1);
    background: #dcdcdc !important;
}

.map-merchant-item {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 50px;
}

.map-merchant-item button.lvndmark {
    background: transparent url(../images/icons/lvndmark.svg) center top no-repeat;
    background-size: contain;
    width: 40px;
    height: 50px;
    border: none;
    box-shadow: none;
}

.map-item-tooltip {
    position: absolute;
    bottom: 55px;
    left: 20px;
}

.map-item-tooltip .restaurant-card {
    width: 100%;
    border-radius: 30px 30px 30px 0;
}

.restaurant-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hide-maptooltip {
    width: 24px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
}

#paginationDiv {
    display: flex;
    justify-content: center;
}

#morePage {
    width: fit-content;
    flex: 0 0 auto;
}

.history-item .check_amount {
    flex: 0 0 9%;
}


.success-payment-page {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.success-title p {
    color: #121212;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -1.92px;
    margin: 30px 0 15px;
}

.success-subtitle p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}

.success-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.success-nav a {
    flex: 0 0 255px ! IMPORTANT;
    display: flex;
    justify-content: space-between;
}

.alert.alert-warning {
    border-radius: 25px;
    background: linear-gradient(90deg, rgba(68, 156, 236, 0.20) 0%, rgba(246, 60, 158, 0.20) 50%, rgba(255, 95, 43, 0.20) 100%);
    border: none;
    padding: 20px;
}

.alert.alert-warning .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin-bottom: 5px;
}

.alert.alert-warning .text-body {
    color: #000;
    font-size: 14px;
    opacity: .6;
    font-weight: 500;
}

.alert.alert-warning .notEnoughFunds-icon {
    margin-right: 20px;
}

.alert.alert-warning ul {
    margin: 0;
}

.balance-bullet.ready-balance,
.balance-bullet.pending-balance {
    border-radius: 30px;
    border: 0.5px solid #DCDCDC;
    background: #EAEAEA;
}

.balance-bullet.bonus-balance {
    border-radius: 30px;
    border: 0.5px solid #DCDCDC;
    background: linear-gradient(90deg, #449CEC 0%, #F63C9E 50%, #FF5F2B 100%);
}

.balances-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.balances-bullets .balance-bullet {
    flex: 1;
}

.balances-bullets .balance-bullet .title {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.56px;
    opacity: .5;
    margin-bottom: 2px;
}

.balances-bullets .balance-bullet .value {
    font-size: 18px;
    font-weight: 500;
}

.balances-bullets .balance-bullet {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.balances-bullets .balance-bullet.bonus-balance .value {
    color: #fff;
}

.balances-bullets .balance-bullet .info-btn {
    background: url(../images/icons/circle-question-grey.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    box-shadow: none;
}

#explaneReadyToRedeemModal.modal .modal-footer,
#explanePendingModal.modal .modal-footer {
    justify-content: center;
}

#mobile-first-screen {
    display: none;
}

.field-container.third-container {
    flex: 0 0 calc(100% / 3 - 15px);
}

.form-section.three-containers {
    justify-content: space-between;
}

.field-container.big-container {
    flex: 1;
    gap: 15px;
}

.field-container.big-container .plan-bullet {
    flex: 1 1;
    margin-bottom: 0;
}

.field-container.big-container .plan-bullet .bullet-bg {
    padding: 10px 15px 10px 40px;
}

.field-container.third-container>.btn-main {
    padding: 28px;
}

.field-container .input-row input::placeholder {
    opacity: .35;
}

.employer-onboarding-radio-box {
    display: flex;
    gap: 24px;
    background: transparent;
    padding: 8px;
    border-radius: 30px;
    box-shadow: none;
}

.radio-group {
    display: flex;
    gap: 5px;
}

 .radio-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.radio-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none;
}

.radio-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 30px;
    background: transparent;
    transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    backdrop-filter: blur(2px);
    font-family: inherit;
    white-space: nowrap;
    background: linear-gradient(90deg, rgb(68, 156, 236, .15) 0%, rgb(246, 60, 158, .15) 50%,rgb(255, 95, 43, .15) 100%);
    width: 150px;
}

.radio-option input:checked + .radio-label {
    box-shadow: none;
    background: linear-gradient(90deg, rgb(68, 156, 236, .5) 0%, rgb(246, 60, 158, .5) 50%,rgb(255, 95, 43, .5) 100%)
}

.status-note {
    text-align: center;
    margin-top: 28px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #3c5a7d;
    background: rgba(255, 255, 255, 0.6);
    padding: 8px 16px;
    border-radius: 40px;
    backdrop-filter: blur(4px);
    transition: all 0.2s;
}

.status-note span {
    font-weight: 700;
    color: #0f2b3f;
    background: #eef3fc;
    padding: 4px 12px;
    border-radius: 32px;
    margin-left: 8px;
    display: inline-block;
}

.onboarding-row .form-section {
    margin-bottom: 20px;
}

.balance-bullet.bonus-balance .bullet-structure .title {
    color: rgba(255, 255, 255, .6);
}