﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato/Lato-Regular.ttf') format('truetype');
}

html {
    overscroll-behavior-x: none;
}

body {
    overscroll-behavior-x: none;
    font-family: 'Lato' !important;
    background-color: #FDF9F7 !important;
    user-select: none !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* ALL */

.modal-backdrop.show {
    opacity: 0.7 !important;
}

.btn-radius {
    border-radius: 100px !important;
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).hover,
.btn:not([disabled]):not(.disabled):hover,
.btn:not([disabled]):not(.disabled).focus,
.btn:not([disabled]):not(.disabled):focus {
    color: var(--bs-btn-color) !important;
    background-color: var(--bs-btn-bg) !important;
    border-color: var(--bs-btn-color) !important;
    box-shadow: var(--bs-btn-box-shadow) !important;
}

.btn {
    padding: 23px 35px !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
}

    .btn :: {
        padding: 23px 35px !important;
        font-weight: 900 !important;
        font-size: 20px !important;
        line-height: 24px !important;
        text-transform: uppercase !important;
    }

.btn-primary {
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.14);
}

.btn-circle {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50% !important;
    padding: 0 !important;
    font-size: inherit !important;
}

.grayed {
    filter: grayscale(1);
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #b31828;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b31828;
    }

.footer-back-button {
    width: 58px;
    height: 58px;
    background-color: #FFFFFF !important;
    color: #363539;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.25);
}

.error-card-lower-text {
    margin-top: 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #363539;
}


.timer-card-buttons {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

    .timer-card-buttons > button {
        margin-left: 15px;
        margin-right: 15px;
    }

/* STEP */
.step-card-badge {
    position: absolute;
    top: 0;
    right: 0;
}

.step-card-badge-promo {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #363539;
    border-radius: 0 30px;
    background: #FFD5AE;
    /*margin-top: -3px;
    margin-right: -3px;*/
}

.step-card-badge-loyalty {
    height: 72px;
    width: 140px;
    padding-left: 50px;
    border-radius: 0 28px;
    padding-top: 10px;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: #B20E1C;
}

.box-step-divider {
    width: 60px;
    height: 0px;
    border: 3px solid #66564F;
}

    .box-step-divider:last-child {
        display: none;
    }

/* ROW STEP */
.rowstep-container {
    margin-left: 70px;
    margin-right: 70px;
}

.rowstep-items-container {
    overflow-x: auto;
    gap: 30px;
}

    .rowstep-items-container > div {
        width: 165px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.rowstep-title {
    width: 160px;
    margin-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #363539;
}

/* PAGED STEP */
.pagedstep-title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #363539;
}

.pagedstep-item-container {
    width: 218px;
}

    .pagedstep-item-container .simplecard {
        padding: 15px 10px 30px 10px !important;
    }

        .pagedstep-item-container .simplecard .card-text {
            min-height: 60px;
        }

/* FOOTER DETAIL */
.footer-detail-price {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #363539;
}

/* loyalty */
.loyalty-banner {
    border-radius: 20px;
    padding: 65px 20px 20px 20px;
    margin-bottom: 24px;
}

.loyalty-banner-img-left {
    border-radius: 20px 0px 0px 20px;
    height: 235px;
}

.loyalty-banner-img-right {
    border-radius: 0px 20px 20px 0px;
    height: 235px;
}

.loyalty-banner-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #363539;
    padding-bottom: 16px;
}

.logged-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 60px;
    gap: 30px;
    border-radius: 20px;
}

.logged-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 298px;
    height: 96px;
    flex: none;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    order: 0;
    flex-grow: 0;
}

.offers-logged {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 218px;
    height: 165px;
    background: #FFFFFF;
    border-radius: 10px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.rewards-logged {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 218px;
    height: 165px;
    background: #FFFFFF;
    border-radius: 10px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

/* HERO */

.hero-cart-banner {
    height: 113px;
    border-radius: 20px;
    padding-right: 24px;
}

.hero-cart-banner-imagesx {
    height: 113px;
    width: 190px;
    border-radius: 20px 0 0 20px;
}

.hero-cart-banner-imagedx {
    font-weight: 900;
    font-size: 45.6px;
    line-height: 55px;
    letter-spacing: 0.1rem;
    color: #FFFFFF;
    text-shadow: 3px 0 #B20E1C, -3px 0 #B20E1C, 0 3px #B20E1C, 0 -3px #B20E1C, 1.5px 1.5px #B20E1C, -1.5px -1.5px #B20E1C, 1.5px -1.5px #B20E1C, -1.5px 1.5px #B20E1C;
}

.hero-cart-banner-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    padding-top: 13px;
}

.hero-cart-banner-subtitle {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    padding-top: 4px;
}

.hero-cart-banner-small {
    padding-top: 7px;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: right;
}

/* CROSS SELLING */
.crossselling-conatiner .pagedstep-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #363539;
    text-align: start !important;
}

    .crossselling-conatiner .pagedstep-title:first-child {
        margin-top: 0;
    }

.crossselling-conatiner .page-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .crossselling-conatiner .page-container .grid {
        --bs-gap: 15px !important;
    }

.crossselling-conatiner .pagedstep-item-container {
    width: 183px;
}

    .crossselling-conatiner .pagedstep-item-container .simplecard {
        padding: 16px 9px !important;
    }


        .crossselling-conatiner .pagedstep-item-container .simplecard .card-text {
            text-align: start !important;
        }

        .crossselling-conatiner .pagedstep-item-container .simplecard img {
            width: 165px;
            height: 165px;
        }

/* CUSTOMIZE */

.customize-impasto {
    height: 320px;
}

    .customize-impasto .card {
        justify-content: center;
    }

    .customize-impasto .impasto-image {
        width: 130px;
        height: 130px;
    }

.impasto-text {
    min-height: 40px;
}

/* FILTERS */
.filter-body {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    padding: 60px;
    z-index: 1000;
    background-color: #efe5df;
}

.filter-title {
    margin-top: 80px;
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #66564F;
}

.filter-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter-categories-conatiner {
    overflow-y: auto;
}

    .filter-categories-conatiner > hr {
        width: 100%;
        border: 2px solid #FFFFFF;
    }

        .filter-categories-conatiner > hr:last-child {
            display: none;
        }

.filter-category-conatiner {
    gap: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
}

    .filter-category-conatiner:first-child {
        margin-top: 0;
    }

    .filter-category-conatiner:last-child {
        margin-bottom: 0;
    }

.filter-category-title {
    width: 163px;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #66564F;
}

.filter-caption {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #66564F;
}

.filter-category-items-conatiner {
    gap: 15px;
}

.filter-cell {
    width: 117px;
    min-height: 117px;
}

.filter-image-container {
    height: 60px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #FFFFFF;
}

/* FILTER NO RESULTS */
.filter-none-container {
    padding-left: 85px;
    padding-right: 85px;
}

.filter-none-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #B20E1C;
}

.filter-none-image {
    width: 310px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
}

.filter-none-body {
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #363539;
}

.filter-none-buttons {
    display: flex;
    flex-direction: column;
    width: 284px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

.disabled-filter-none-buttons {
    display: flex;
    flex-direction: row;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

/* UPSELLING */
.upselling-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #363539;
}

/* ERROR MODAL */
.error-card-container {
    width: 796px;
    padding: 60px 80px;
}

.error-card-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #B20E1C;
}

.error-card-image {
    margin-top: 40px;
}

.error-card-body {
    margin-top: 60px;
    color: #363539;
}

.error-card-body1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}

.error-card-body2 {
    margin-top: 30px;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}

.error-card-buttons {
    margin-top: 60px;
    gap: 30px;
}

/* OFFLINE */
.offline-card {
    width: 800px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
}

.offline-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
    color: #B20E1C;
}

.offline-subtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #363539;
    margin-top: 30px;
    margin-bottom: 60px;
}

.offline-body {
    margin-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #363539;
}

.offline-lower-text {
    margin-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #363539;
}

.offline-error-message {
    font-size: 20px;
    line-height: 25px;
    color: #B20E1C;
}

/* CARD */


.home-card-badge {
    position: absolute;
    max-width: 50%;
}

.disabled-home-card-badge {
    position: absolute;
    max-width: 60%;
}

.home-card-badge-info {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    background: #EFE5DF;
}


.home-card-badge-new {
    top: 20px;
    right: 20px;
    padding: 5px 11px;
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 100px;
    background: #363539;
}

.home-card-badge-promo {
    top: 0;
    right: 0;
    padding: 15px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    color: #363539;
    border-radius: 0 35px;
    background: #fed4ae;
}

.home-card-badge-promo-title {
    color: var(--Piada-Bright-Red, #B20E1C);
    text-align: right;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.disabled-home-card-badge-promo-title {
    color: var(--Piada-Bright-Red, #B20E1C);
    text-align: right;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    padding-bottom: 4px;
}

.disabled-home-card-badge-promo {
    top: 0;
    right: 0;
    padding: 14px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #363539;
    border-radius: 0 35px;
    background: #fed4ae;
}

.home-card-badge-loyalty {
    height: 113px;
    top: 0;
    right: 0;
    border-radius: 0 35px;
}

.home-card-badge-loyalty-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: #B20E1C;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 16px 32px 3px 16px;
}

.disabled-home-card-badge-loyalty-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #B20E1C;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 12px 8px 3px 9px;
}

.home-card-badge-loyalty-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #363539;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 0px 32px 18px 16px;
}

.disabled-home-card-badge-loyalty-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #363539;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    padding: 0px 16px 18px 16px;
}

.card-text {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #363539;
}

.listitem-container .simplecard .card-text {
    color: #66564F;
}

.simplecard {
    position: relative !important;
    background: #FFFFFF;
    border-radius: 30px !important;
    border: 3px solid transparent;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .simplecard.border-primary {
        border-width: 3px !important;
        box-shadow: 0px 3px 10px rgba(143, 0, 41, 0.22) !important;
    }

    .simplecard .card-text {
        margin-top: 12px;
        font-weight: 900;
        font-size: 18px;
        line-height: 20px;
    }

    .simplecard.border-primary .card-text {
        color: #B20E1C !important;
    }

    .simplecard .card-select-button {
        margin-top: auto;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #B20E1C;
    }

.simplecard-badge {
    position: absolute;
}

.simplecard-badge-promo {
    top: -3px;
    right: -3px;
    padding: 10px 16px;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #B20E1C;
    border-radius: 0 30px;
    background: #F8DFA0;
}

.payment-error-card-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #B20E1C;
}

.home-addbutton {
    padding: 13px 25px !important;
}

.home-addbutton {
    padding: 13px 25px !important;
}

/* DUPLICATE IN CHECKOUT.RAZOR.CSS PERCHE' PD NON LE PUBBLICAVA */
.objects-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    max-height: 1450px;
}

.disabled-objects-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    max-height: 780px;
}

.py-4-5 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
}

/* Custom Styles */

.oversize-label {
    font-family: Lato;
    font-size: 25px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
}

.oversize-sidetext {
    font-family: Lato;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    color: #B20E1C;
}

.banner-over {
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 30px;
    font-weight: 900;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    transform: translateY(-67%);
}

.subtitle-text {
    font-family: Lato;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.impasto-image-container {
    min-height: 120px;
}

/* HEADER */

.header-back {
    margin-left: 30px !important;
    margin-right: 30px !important;
    height: 160px;
}

    .header > div:first-child, .header-back > div:first-child {
        padding-left: 0 !important;
    }

    .header > div:last-child, .header-back > div:last-child {
        padding-right: 0 !important;
    }

.header-back-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #363539;
}

.header-back-button {
    width: 58px;
    height: 58px;
    background-color: #363539 !important;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.14);
}

/* SUGGESTIONS */
.suggestion-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}

.suggestion-subtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
}

.suggestion-price {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

.suggestion-component-image-background {
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 220px;
    padding-left: 300px;
    padding-right: 90px;
}

.suggestion-component-container {
    margin: 30px 0;
}

.hidden-placeholder {
    visibility: hidden; /* Nasconde il contenuto ma conserva lo spazio */
    pointer-events: none; /* Disabilita click e interazioni */
}

/* INITIAL LOGIN TODO DELETE */
.splash-footer {
    height: 96px;
}

.header-container {
    padding-top: 400px;
}

.header-title {
    font-weight: 900;
    font-size: 100px;
    line-height: 105px;
    letter-spacing: 0%;
    text-align: center;
}

.header-subtitle {
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: 0%;
    text-align: center;
}

.header-description {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 2rem 0;
}

.card-section {
    padding: 2rem;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.section-description {
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
}

.qr-code-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.qr-code {
    max-width: 200px;
    height: auto;
    border-radius: 20px;
}


.login-image {
    max-width: 300px;
    height: auto;
}

.buttons-section {
    text-align: center;
    margin-top: 35px;
}
