html {
    font-size: 14px;
}
.h1,
.h1-bold {
    font-family: Lato, "Open Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -2%;
    font-size: 38px;
    line-height: 43px;
    font-weight: 600;
}
.h2,
.h2-bold {
    font-family: Lato, "Open Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -1%;
    font-size: 28px;
    line-height: 33.6px;
}
.h3,
.h3-bold {
    font-family: Lato, "Open Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -2%;
    font-size: 20px;
    line-height: 24px;
}
.h1-bold,
.h2-bold,
.h3-bold {
    font-weight: 600;
}
.subh1,
.subh1-bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -2%;
    font-size: 18px;
    line-height: 21.78px;
}
.subh2,
.subh2-bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -1%;
    font-size: 16px;
    line-height: 19.36px;
}
.subh1-bold,
.subh2-bold {
    font-weight: 600;
}
.description {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 12px;
    line-height: 14.52px;
}
.bold {
    font-weight: 600;
}
.error {
    color: #ba1600;
}
.text,
input {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
}
html {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    background-color: #f5f5f5;
    color: #232122;
    font-size: 14px;
    line-height: 20px;
}
body {
    padding: 0;
    margin: 0;
}
.input-prefix-icon {
    padding: 12px 12px 12px 40px;
    border: 1px solid #c7c4ca;
    background-color: #f5f5f5;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
}
.input-prefix-icon.success {
    border-color: #06960d;
}
.input-prefix-icon.error {
    color: #ba1600;
    border-color: #ba1600;
}
.input-prefix-icon.error + svg {
    stroke: #ba1600;
}
.input-prefix-icon + svg {
    display: block;
    padding: 12px;
    margin-top: -45px;
    z-index: 888;
    stroke: #808080;
}
input:not(:placeholder-shown) + svg {
    stroke: #232122;
}
.error-message {
    color: #ba1600;
    text-align: right;
    margin-top: 6px;
}
.logo-container {
    margin-left: 16px;
    font-family: Gabarito;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8c7dee;
}
.navbar-icon {
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 999;
}
label.icon-button {
    position: absolute;
    z-index: 1002;
    top: 0;
    justify-content: end;
}
.icon-button {
    padding: 16px;
    display: flex;
    align-items: center;
}
.button-text,
a {
    padding: 0;
    color: #8c7dee;
    font-weight: 600;
    border: 0;
    background-color: transparent;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.button-text.error,
a.error {
    color: #ba1600;
}
.icon-button-round {
    border: 0;
    display: inline-block;
    padding: 8px;
    align-items: center;
    border-radius: 104px;
    background-color: transparent;
}
.icon-button-round.distinct {
    background-color: rgba(255, 255, 255, 0.90);
}
.navbar-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
}
#menu-main-overlay {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
}
.navbar-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 87%;
    background-color: #f5f5f5;
    transition: transform 0.15s ease-in-out;
    transform: translateX(120%);
    box-shadow: 0 0 10px 2px #00000099;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    z-index: 999;
    height: 100vh;
}
.navbar-register {
    margin: 24px 16px 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.navbar-copyright {
    padding: 16px 0;
    text-align: center;
    color: #808080;
}
.navbar-delete-personals {
    text-align: center;
    width: 100%;
    padding: 8px 0;
}
.navbar-logged-avatar {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-logged-avatar img {
    border-radius: 50px;
    overflow: hidden;
}
.navbar-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.menu-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.menu {
    margin-top: 40px;
}
.menu-label {
    padding-left: 16px;
    color: #808080;
}
.menu-item {
    color: #232122;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    border-bottom: 1px solid #ededed;
}
.menu-item > div:nth-of-type(2) {
    display: flex;
}
.menu-item svg.dot {
    fill: #cac7c4;
}
.menu-item.selected {
    color: #574aae;
}
.menu-item.selected .menu-item-title svg {
    stroke: #574aae;
    fill: transparent;
}
.menu-item.selected svg {
    fill: #574aae;
}
.menu-item-language svg {
    fill: none;
    stroke: #232122;
}
.menu .menu-item:nth-last-of-type(1) {
    border-bottom: 0;
}
.menu-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.menu-item-title-text {
    line-height: 14px;
}
.socials-wrapper {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.section {
    margin: 0 16px;
}
.home-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 56px 0 82px;
}
.home-page .main-header-wrapper {
    display: flex;
    justify-content: end;
    position: absolute;
}
.home-page .section.register {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.home-page .section.register .tile {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home-page .section.loyalty-programs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home-page .section.loyalty-programs .h3 {
    color: #8c7dee;
}
.section.loyalty-card {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.section.loyalty-card .qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.section.loyalty-card .qr-desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.section.loyalty-card .desc {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
.section.loyalty-card .desc .visits,
.section.loyalty-card .desc .businesses {
    padding: 12px;
    flex: 1;
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section.loyalty-card .show-businesses {
    margin-top: 16px;
}
.tile {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 8px;
}
.button-social {
    flex: 1;
    background-color: #ffffff;
    display: flex;
    border: 0;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    padding: 12px;
    justify-content: center;
    align-items: center;
}
.button-default {
    font-size: 14px;
    border-radius: 1000px;
    padding: 20px;
    border: 1px solid #232122;
    background-color: #f5f5f5;
    backdrop-filter: blur(10px);
    width: 100%;
    font-weight: 600;
}
.button-default.selected {
    background-color: #efeefb;
    color: #ffffff;
}
.button-default:disabled {
    background-color: #232122;
    color: #ffffff;
    opacity: 0.5;
}
.button-default-medium {
    padding: 12px 20px;
}
.button-primary {
    background: #232122;
    color: #ffffff;
}
.button-secondary {
    border: 1px solid #cac7c4;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    background-color: transparent;
}
.button-nav {
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 56px;
    border: 0;
    white-space: nowrap;
    background-color: transparent;
    color: #808080;
}
.button-nav.selected {
    font-weight: 600;
    background-color: #8c7dee;
    color:white;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 16px 10px 16px;
    gap: 20px;
}
.footer-content-item {
    flex: 1;
    display: flex;
    justify-content: center;
}
.footer .button {
    display: flex;
    min-width: 44px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1000px;
    border: 0;
    width: 100%;
    background-color: transparent;
    color: #232122;
    font-weight: 600;
}
.footer .button svg {
    display: block;
    stroke: #232122;
}
.footer .button .button-label {
    display: none;
}
.footer .button.selected {
    background-color: #efeefb;
    color: #8c7dee;
    font-weight: 600;
}
.footer .button.selected svg {
    stroke: #8c7dee;
}
.footer .button.selected .button-label {
    display: block;
}
.language-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 16px 16px 0 0;
    padding-top: 8px;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
    z-index: 1006;
}
.language-content .menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.language-content .menu:first-of-type {
    margin-top: 0;
}
.language-content .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language-content .menu-label {
    padding: 16px;
}
.language-overlay {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1005;
}
.language-content .menu-items {
    max-height: 400px;
    overflow-y: scroll;
}
.businesses .searchnav {
    display: flex;
    margin: 16px 0 0 16px;
}
.businesses .nav-button {
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.businesses .search-wrapper {
    flex: 1 1 0%;
}
.businesses input.search {
    background-color: #ffffff;
    border-radius: 12px;
    border: 0;
    height: 48px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
    width: calc(100% - 110px);
    display: flex;
}
.businesses input.search::placeholder {
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.businesses .search + img {
    display: block;
    padding: 12px;
    position: relative;
    margin-top: -48px;
    z-index: 888;
}
.businesses .scanner {
    margin: 16px 16px 0 16px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23cac7c4' stroke-width='1' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    display: flex;
    padding: 52px 0 8px 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 52px;
}
.businesses .scanner-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.businesses .scanner-content .h2-bold {
    text-align: center;
}
.businesses .scanner-button.button-default {
    background-color: #ffffff;
    width: calc(100% - 16px);
    border: 0;
}
.businesses .section.last-visited {
    margin: 24px 16px 0 16px;
}
.businesses .section.all-businesses {
    margin: 24px 16px 72px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.business-item-offers {
    padding: 0 0 102px;
}
.business-item-offers .header-image-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    height: 237px;
}
.business-item-offers .header-image .h2-bold {
    margin-left: 16px;
    color: #ffffff;
}
.business-item-offers .header-image-nav {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.business-item-offers .header-image-nav .icon-button-round {
    height: 25px;
    margin: 16px 8px 8px 16px;
    background-color: #ffffffaa;
    box-shadow: 0 0 5px #00000069;
}
.business-item-offers .business-item-nav {
    margin: 16px 0;
    display: flex;
    gap: 4px;
    overflow: scroll;
    scrollbar-width: none;
}
.business-item-offers .business-item-nav::-webkit-scrollbar {
    display: none;
}
.business-item-offers .business-item-nav > :first-child {
    margin-left: 16px;
}
.business-item-offers .business-item-nav > :last-child {
    margin-right: 16px;
}
.business-item-offers .credits-box {
    padding: 16px;
    position: relative;
    display: flex;
    align-items: center;
}
.business-item-offers .credits-box-value {
    color: #FFF;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.8px;
    position: absolute;
    top: 45%;
    left: 8%;
    transform: translateY(-75%);
    font-size: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: start;
}
.business-item-offers .credits-box-value.points {
    top: 63%;
}
.business-item-offers .credits-box-qr.points {
    top: 67%;
}
.business-item-offers .credits-box-label {
    opacity: 0.5;
}
.business-item-offers .credits-box-qr {
    background-color: #ffffff;
    position: absolute;
    top: 48%;
    margin-top: -30px;
    right: 8%;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-item-offers .credits-box-qr svg {
    fill: #232122;
}
.business-item-offers .tickets-container {
    display: flex;
    gap: 10px;
    overflow: scroll hidden;
    scrollbar-width: none;
}
.business-item-offers .tickets-container::-webkit-scrollbar {
    display: none;
}
.business-item-offers .tickets-container > :first-child {
    margin-left: 16px;
}
.business-item-offers .tickets-container > :last-child {
    margin-right: 16px;
}
.business-item-offers .tickets-title {
    margin: 16px;
}
.business-item-offers .ticket {
    margin: 6px 0 4px;
}
.business-item-offers .ticket:last-of-type {
    margin-right: 16px;
}
.business-item-offers .ticket-content {
    width: 287px;
    height: 88px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 1px 5px 10px -6px #ccc;
}
.business-item-offers .ticket-content::before {
    content: '';
    left: 62px;
    top: -22px;
    width: 37px;
    height: 37px;
    border-radius: 37px;
    background: #f5f5f5;
    display: block;
    position: relative;
    box-shadow: inset 0 0 6px 2px #f0f0f0;
    margin-top: -6px;
}
.business-item-offers .ticket-content::after {
    content: '';
    width: 37px;
    height: 37px;
    border-radius: 37px;
    background: #f5f5f5;
    left: 62px;
    bottom: 37px;
    display: block;
    position: relative;
    box-shadow: inset 0 0 3px 1px #E5E5E5;
}
.business-item-offers .ticket-inner {
    height: 88px;
    margin-top: -37px;
}
.business-item-offers .ticket-inner::after {
    content: '';
    display: block;
    height: 47px;
    width: 3px;
    margin-left: 80px;
    margin-top: 23px;
    background: repeating-linear-gradient(to bottom, #f5f5f5 0px, #f5f5f5 5px, transparent 5px, transparent 10px);
}
.business-item-offers .ticket-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 88px;
    border-radius: 16px 0 0 16px;
    position: relative;
    margin-top: -88px;
}
.business-item-offers .ticket-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 180px;
    height: 88px;
    margin-top: -88px;
    margin-left: 96px;
    text-align: left;
}
.business-item-offers .ticket-desc .h3-bold {
    margin-right: 20px;
}
.business-item-offers .ticket-desc .desc {
    color: #808080;
}
.business-item-offers .coupon-title {
    margin: 24px 16px 16px;
}
.business-item-offers .coupon-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.business-item-offers .coupon-bubble {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)) drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.05)) drop-shadow(0px 4px 1px rgba(0, 0, 0, 0.01)) drop-shadow(0px 6px 2px rgba(0, 0, 0, 0));
    margin: 0 16px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.business-item-offers .coupon-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.business-item-offers .coupon-bubble-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 43px;
    min-height: 43px;
    border-radius: 48px;
    background-color: #ededed;
    margin-right: 16px;
}
.business-item-offers .coupon-bubble-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.business-item-offers .coupon-bubble-content .desc {
    opacity: 0.6;
}
.business-item-offers .coupon-usage {
    background-color: #f5f5f5;
    border-radius: 100px;
    justify-content: space-between;
    padding: 0;
}
.business-item-offers .coupon-usage-used {
    padding: 6px 12px;
    border-radius: 100px;
    width: 25%;
    min-width: 80px;
    white-space: nowrap;
    color: white;
    background-color: #8c7dee;
    border: 2px solid #f5f5f5;
}
.business-item-offers .coupon-usage-remaining {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.business-item-offers .coupon-nothing {
    font-style: italic;
    color: #808080;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.h3-history {
    text-align: left;
    padding: 0 16px;
    margin: 40px 0 0;
    font-weight: normal;
    font-size: 20px;
}
.history-item {
    border-bottom: 1px solid #ededed;
    padding: 16px 0 12px;
    margin: 0 16px;
}
.history-item a {
    text-align: left;
    color: #232122;
    font-weight: normal;
}
.history-item:last-of-type {
    border-bottom: 0;
}
.history-item-content {
    display: flex;
    flex-direction: column;
}
.history-item-image div {
    border-radius: 14px;
    background-color: #8c7dee;
    width: 56px;
    height: 56px;
}
.history-item-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.history-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-item-date {
    margin-top: 4px;
    color: #808080;
}
.history-item-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.history-item-chip {
    background-color: #ffffff;
    padding: 5px 10px;
    align-items: center;
    display: flex;
    gap: 8px;
    border-radius: 48px;
}
.history-item-chip-label {
    color: #808080;
}
.history-item-prelink {
    margin-right: -16px;
}
.camera {
    position: fixed;
    display: flex;
    width: 56px;
    height: 56px;
    bottom: 70px;
    right: 10px;
    border-radius: 56px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #8c7dee;
    z-index: 995;
}
.camera svg {
    fill: white;
}
.popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1050;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup-overlay {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1049;
    transition: opacity 0.2s ease-in-out;
}
.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    align-items: center;
    width: 100%;
    color: #ffffff;
    text-align: center;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}
.popup-square .img {
    border-radius: 16px;
    margin: 0 24px;
}
.popup-square .img img {
    width: 100%;
    min-width: 280px;
    height: 100%;
    border-radius: 16px;
    background: white;
    aspect-ratio: 1 / 1;
    display: block;
    padding: 16px;
    box-sizing: border-box;
}
.popup-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding: 0 24px;
}
.popup-desc p {
    margin: 0;
}
.popup svg.chevron {
    stroke: #ffffff;
}
.popup-bottom {
    padding: 0 24px 0;
}
.popup-square {
    margin-bottom: 48px;
}
.modal {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2150;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    text-align: center;
    align-items: center;
    opacity: 0;
    transform: scale(25%);
    transition: all 0.4s ease-in-out;
}
.modal-overlay {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2055;
    transition: opacity 0.2s ease-in-out;
}
.modal-block {
    background-color: #ffffff;
    border-radius: 16px;
    margin: 16px;
    max-width: 400px;
    min-width: 260px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}
.modal-header {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-header-desc {
    color: #808080;
}
.modal-block .button-default {
    background-color: #232122;
    color: #ffffff;
}
.modal-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
}
.modal-desc-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
}
.modal-desc-items-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.modal-desc-items-item-label {
    color: #808080;
}
.modal-hr {
    background-color: #ededed;
    width: 100%;
    height: 1px;
}
.profile {
    margin-bottom: 70px;
}
.profile-logged-user {
    display: flex;
    flex-direction: column;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0 40px;
}
.profile-logged-user > div {
    width: 100%;
    text-align: center;
}
.profile-logged-user .button-default {
    width: 240px;
    margin-top: 16px;
    color: #232122;
}
.profile-logged-user-email {
    text-align: center;
    width: 100%;
    display: block;
}
.profile-edit {
    margin-bottom: 70px;
    width: 100%;
}
.profile-edit-title {
    margin: 0 0 40px;
    text-align: center;
}
.profile-edit-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
}
.profile-edit-section {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.profile-edit-section .description {
    color: #808080;
}
.profile-edit-nav .icon-button-round {
    height: 25px;
    margin: 16px 8px 8px 16px;
}
.profile-edit-switch {
    display: flex;
    justify-content: start;
    flex-direction: row;
}
#switch:checked ~ #switch_on {
    display: block;
}
#switch:checked ~ #switch_off {
    display: none;
}
#switch:checked + label svg#switch_on {
    display: block;
}
#switch:checked + label svg#switch_off {
    display: none;
}
#switch:not(:checked) + label svg#switch_on {
    display: none;
}
#switch:not(:checked) + label svg#switch_off {
    display: block;
}
.login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 80px;
    gap: 40px;
    height: calc(100% - 130px);
}
.login-header {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 16px 16px 24px;
}
.login-form {
    display: flex;
    gap: 12px;
    margin: 0 16px;
    flex-direction: column;
}
.login-header .h2-bold {
    margin: 0;
}
.login-header-description {
    color: #808080;
}
.login-footer {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.login-button {
    border-radius: 1000px;
    opacity: 0.5;
    background: #232122;
    backdrop-filter: blur(10px);
    color: #ffffff;
}
.login-footer-no-account {
    text-align: center;
}
.alert {
    margin: 16px;
    padding: 10px;
    border-radius: 16px;
    color: #000000;
    text-align: center;
}
.alert-success {
     background: #CAF3D0;
     border: 1px solid #7dee8c;
     text-align: center;
 }
.alert-warning {
    background: #f3e3ca;
    border: 1px solid #eeb97d;
    text-align: center;
}
.desktop-view {
    width: 400px;
    height: 700px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -200px;
    border: 8px solid black;
    border-radius: 30px;
    display: flex;
}
.desktop-view .camera {
    margin-left: 334px;
    margin-top: 270px;
    right: auto;
    bottom: auto;
}
.desktop-view .home-page {
    border-radius: 30px 30px 0 0;
}
.desktop-view .navbar .navbar-icon {
    border-radius: 0 30px 0 16px;
}
.desktop-view #footer-bar {
    border-radius: 0 0 20px 20px;
}
.desktop-view #page-content {
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 0;
    scrollbar-width: none;
    border-radius: 20px;
}
.desktop-view .home-page::-webkit-scrollbar {
    width: 2px; /* thinner */
}
.desktop-view .home-page::-webkit-scrollbar-track {
    background: transparent;
}
.desktop-view .home-page::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 4px;
}
.desktop-view .tab-inner {
    min-height: 395px;
}
.desktop-view .tab-content {
    min-width: 400px;
}
.user-image {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #8c7dee;
}
.input-prefix-icon:focus, .input-prefix-icon:focus-visible {
    outline: 2px solid #8c7dee;
    border-color: #8c7dee;
}
.input-prefix-icon:focus + svg, .input-prefix-icon:focus-visible + svg {
    stroke: #8c7dee;
}
#preview video {
    height: 336px;
}
a.spot {
    box-shadow: 0 0 10px -8px #00000050;
    margin-bottom: 20px;
    border-radius: 16px;
}
a.spot > .inner {
    border-radius: 16px 16px 0 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    background: white;
    background-size: 100%;
    background-position-y: 50%;
}
a.spot > .outer {
    background: white;
    padding: 16px;
    border-radius: 0 0 16px 16px;
}
a.spot h2 {
    text-align: left;
    color: #232122;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
a.spot p {
    text-align: left;
    color: #808080;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 100;
    line-height: 13px;
    margin-top: 4px;
}
a.spot .badge {
    align-self: start;
    color: #232122;
    border-radius: 20px;
    padding: 6px 12px;
    margin-bottom: 80px;
    font-weight: normal;
    box-shadow: 0 0 15px -8px #00000050;
}
a.spot .badge .text {
    color: black;
    font-size: 12px;
}
#business-headline::after {
    content: '';
    background: linear-gradient(#00000000, #000000cc);
    width: calc(100% + 16px);
    display: block;
    height: 80px;
    position: relative;
    margin-top: -90px;
    left: -16px;
    z-index: 0;
    bottom: -24px;
}
#business-headline span {
    z-index: 2;
    position: relative;
}
.tab-container {
    overflow: hidden;
}
.tab-inner {
    display: flex;
    min-height: calc(100vh - 410px);
}
.tab-content {
    transform: translateX(100%);
    width: 100%;
    min-width: 100vw;
    height: auto;
    transition: all 0.4s ease-in-out;
}
.tab-content.active {
    display: block !important;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #232122;
}
.wallets {
    text-align: center;
    margin-top: 20px;
}
.occasion_valentine {
    background-color: hotpink !important;
}
.occasion_womens_day {
    background-color: mediumvioletred !important;
}
.occasion_mothers_day {
    background-color: mediumvioletred !important;
}
.occasion_halloween {
    background-color: #EB6123 !important;
}
.points-offer {
    display: flex;
    flex-direction: column;
}
.points-item {
    display: flex;
    flex-direction: row;
    background: white;
    border-radius: 16px;
    color: black;
    padding: 16px;
    margin-bottom: 10px;
    text-align: left;
    gap: 10px;
    align-items: center;
}
.points-item img {
    width: 50px !important;
    min-width: 50px !important;
    padding: 0 !important;
}
.points-item .button-default {
    width: auto;
    padding: 10px 20px;
    height: 40px;
    margin-left: auto;
}
.points-item h4 {
    margin: 0;
    font-weight: 600;
}
.points-item p {
    margin: 0;
}
.pointsPopup-overlay {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1109;
    transition: opacity 0.2s ease-in-out;
}
#pointsPopup {
    z-index: 1110;
}
.popup-content .popup-square {
    overflow-y: scroll;
    scrollbar-width: none;
    max-height: 80vh;
}
.coupon-bubble-icon img {
    max-width: 30px;
}
