* {
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-callout: none;
    -webkit-touch-callout: none;
}

.gm-tilt {
    display: none !important
}

input,
textarea {
    -webkit-user-select: text;
    -webkit-user-callout: default;
    -webkit-touch-callout: default;
}

.blur-content-3 {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.blur-content-6 {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.progressbar,
.progressbar-infinite {
    background: rgba(0, 0, 0, 0.2);
    height: 2px;
}

.progressbar-infinite:after,
.progressbar-infinite:before {
    background-color: rgba(255, 255, 255, 0.7);
}

#form-login .list .item-input-with-value .item-floating-label,
#form-login .list .item-input-focused .item-floating-label,
#form-signup .list .item-input-with-value .item-floating-label,
#form-signup .list .item-input-focused .item-floating-label,
.form-smartpark .list .item-input-with-value .item-floating-label,
.form-smartpark .list .item-input-focused .item-floating-label {
    color: #777777 !important;
    font-size: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: 10px;
}

#form-login .list .item-floating-label,
#form-signup .list .item-floating-label,
.form-smartpark .list .item-floating-label {
    color: #000;
    z-index: 1;
    margin-left: 25px;
    margin-top: 19px;
    padding-top: 10px;
}

#form-login .item-input-wrap,
#form-signup .item-input-wrap,
.form-smartpark .item-input-wrap {
    width: calc(100% - 17px);
    background-color: #f2f2f2;
    border-radius: 36px;
    padding-left: 17px;
}

.search-bar {
    /*padding: 0 20px;*/
    padding: 0;
}

.search-bar #search-results .search-parks-cta {
    position: relative;
    top: -27px;
    width: 55vw;
    margin: 0 auto;
}

.search-bar.form-smartpark .item-input-wrap {
    background-color: #484848;
}

.search-bar.form-smartpark input,
.search-bar.form-smartpark input::placeholder,
.search-bar.form-smartpark .item-title {
    color: #aaaaaa;
}

.form-smartpark .item-input-wrap-textarea {
    border-radius: 18px !important
}

#form-login .item-input:not(.item-input-outline) .item-input-wrap:after,
#form-signup .item-input:not(.item-input-outline) .item-input-wrap:after,
.form-smartpark .item-input:not(.item-input-outline) .item-input-wrap:after {
    background-color: transparent !important;
    transform: none !important;
    display: none !important;
}

#form-login .checkbox i:after,
.icon-checkbox:after,
#form-signup .checkbox i:after,
.icon-checkbox:after,
.form-smartpark .checkbox i:after,
.icon-checkbox:after {
    color: #0b8a7e !important;
}

.search-parco-mappa-concettuale .item-after {
    top: -19px;
}

.smart-select-page .navbar {
    background-color: #00904d !important;
}

#mappa-smartpark,
#mappa-esperienza {
    width: 100vw;
    height: calc(100vh - 93px - var(--f7-safe-area-bottom));
    border-radius: 30px;
}

.page-agenda #center-map-parchi {
    position: absolute;
    bottom: 5px;
    right: 10px;
}


/*.page-esperienza #center-map-parchi {
    position: absolute;
    bottom: 8vh;
    right: 1vw;
}
.page-esperienza #ar-map-parchi {
    position: absolute;
    bottom: 16px;
    left: calc(10vw - 27.5px);
}

.page-esperienza #percorso-map-parchi {
    position: absolute;
    top: 1vh;
    right: 1vh;
}

.page-esperienza #marketplace-parchi {
    position: absolute;
    bottom: 16px;
    left: calc(33vw - 33px);
    margin-left: -32.5px;
}

.page-esperienza #satellite-map {
    position: absolute;
    bottom: 16px;
    left: calc(30vw - 27.5px);
}

.page-esperienza #filtri-map {
    position: absolute;
    bottom: 16px;
    left: calc(70vw - 27.5px);
}*/

.page-esperienza #legenda-mappa {
    position: absolute;
    /*bottom: 15px;*/
    bottom: 0px;
    /*left: 15px;*/
    left: 0px;
    /*padding: 15px;*/
    padding: 15px 10px;
    /*width: calc( 100vw - 30px - 30px );*/
    width: calc(100vw - 20px);
    height: calc(56px - 30px);
    background-color: rgba(255, 255, 255, 0.8);
}

#container-informazioni {}

#tutorial-welcome {
    font-size: 18px;
    font-style: italic;
}

#tutorial-testo {
    font-size: 18px;
    margin-top: 50px;
}

#tutorial-logo {
    font-size: 18px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.tutorial-first-page-elems {
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.profile-sub-menu .profile-sub-menu-item .tab-link {
    font-weight: bold;
    font-size: 11px;
    color: #777;
    width: 100%;
    padding: 5px 10px;
}

.profile-sub-menu .profile-sub-menu-item .tab-link-active {
    color: #00904d;
    border-bottom: 6px solid #00904d;
    padding: 5px 10px;
}

.profile-statistics .progressbar {
    height: 0px !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.profile-statistics .progressbar span {
    background-color: #FFF !important;
}

#tab-4 .profile-detail {
    /* height: 140px; */
    overflow: hidden;
    padding-bottom: 16px;
    opacity: 1;
    /* margin: 60px 5vw 5vw 5vw; */
    transition: height .5s linear, opacity .5s linear;
    -moz-transition: height .5s linear, opacity .5s linear;
    -webkit-transition: height .5s linear, opacity .5s linear;
}

#tab-4 .profile-detail.collapsed {
    height: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    opacity: 0;
}

#tab-4 #profile-schede-collezionate {
    /*height: calc( 100vh - 342px - var(--f7-safe-area-top) - var(--f7-safe-area-bottom) );*/
    /*height: calc( 100vh - 13px - 35px - var(--f7-safe-area-top) - 45px - var(--f7-safe-area-bottom) - 93px );*/
    /*overflow-y: auto;*/
    /*padding: 66px 0 0 0;*/
    padding: 0;

    transition: height .5s linear;
    -moz-transition: height .5s linear;
    -webkit-transition: height .5s linear;
}

#tab-4 #profile-parchi-collezionati,
#tab-4 #profile-community,
#tab-4 #profile-news {
    /*height: calc( 100vh - 276px - var(--f7-safe-area-top) - var(--f7-safe-area-bottom) );*/
    /*height: calc( 100vh - 13px - 35px - var(--f7-safe-area-top) - 45px - var(--f7-safe-area-bottom) - 27px );*/
    /*overflow-y: auto;*/

    transition: height .5s linear;
    -moz-transition: height .5s linear;
    -webkit-transition: height .5s linear;
}

#tab-4 #profile-schede-collezionate.expanded {
    /*height: calc( 100vh - 306px + 120px - var(--f7-safe-area-top) - var(--f7-safe-area-bottom) );*/
}

#tab-4 #profile-parchi-collezionati.expanded,
#tab-4 #profile-community.expanded,
#tab-4 #profile-news.expanded {
    /*height: calc( 100vh - 276px + 120px - var(--f7-safe-area-top) - var(--f7-safe-area-bottom) );*/
}

.dialog {
    font-size: 15px !important;
    line-height: 20px !important;
    border-radius: 20px !important;
}

.dialog-buttons {
    padding: 0px !important;
}

.right-popup-park-button {
    width: 50%;
    padding: 7px !important;
    height: 100%;
    border-top: 1px solid #e0e0e0 !important;
    /*border-left: 1px solid #e0e0e0;*/
    border-radius: unset !important;
    color: #0bc295;
    margin-left: 0px !important;
}

.left-popup-park-button {
    width: 50%;
    padding: 7px !important;
    height: 100%;
    border-top: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
    border-radius: unset !important;
    color: #b1b1b1;
}

.top-popup-park-button {
    width: 100%;
    padding: 7px !important;
    height: 100%;
    border-top: 1px solid #e0e0e0 !important;
    border-right: 0px solid #e0e0e0 !important;
    border-radius: unset !important;
    margin-top: 48px;
    position: absolute;
    background: #25c8a0;
    z-index: 1;
    color: white;
}

.popup-dettaglio-elemento-app .contenuti-elemento p {
    margin: 0px 0px 1em 0px !important;
    font-size: 4.5vw;
    line-height: 6.5vw;
}

.ar-elem {
    transition-property: left, height, width;
    transition-duration: 0.80s, 0.60s, 0.60s;
    transition-timing-function: cubic-bezier(.65, .65, .45, 1), linear, linear;
    /*transition-timing-function: cubic-bezier(.95,.95,.65,1),linear,linear;*/
    /*transition-timing-function: ease-out,linear,linear;*/
}

#augmented-reality {
    transition-property: background-position;
    transition-duration: 0.80s;
    transition-timing-function: cubic-bezier(.65, .65, .45, 1);
}

.ar-elem p {
    margin: 0px;
    font-size: 3.5vh;
}

.popup-send-picture-app .text-editor-toolbar {
    display: none !important;
}


.page-agenda #bottom-toolbar {
    background-color: #f8f8f8;
}

.page-esperienza #bottom-toolbar {
    background-color: #ffffff;
}

.page-esperienza #bottom-toolbar .toolbar-inner {
    width: 85%;
    margin: 0 auto;
    position: relative;
    top: 14px;
}

.page-agenda #bottom-toolbar .tab-link-highlight,
.page-esperienza #bottom-toolbar .tab-link-highlight {
    background: #FFF;
}

.page-agenda #bottom-toolbar .tab-link img,
.page-esperienza #bottom-toolbar .tab-link img {
    /* opacity: 0.5; */
}

.page-agenda #bottom-toolbar .tab-link.tab-link-active img,
.page-esperienza #bottom-toolbar .tab-link.tab-link-active img {
    opacity: 1;
}

.no-background {
    background: none !important;
    background-color: transparent !important;
}

/* FOR ANDROID */
/*.centerbutton i{
    margin-top: 5px !important;
}

.more-content,
#login-button span,
#login-button i,
#register-button span,
#register-button i,
#reset-password-button span,
#reset-password-button i,
#esperto-search-button span,
#interpello-send-button span,
#esperto-send-button span {
    margin-top: 6px !important;
}*/
/***************/

.popup-content p,
.popup-content i {
    max-width: 100%;
    word-break: break-word;
}

.view-main .page-content>.navbar {
    /*margin-top: 5px;*/
    background-color: #f8f8f8;
    position: sticky;
    top: 0px;
}

.card,
#bottom-toolbar,
.avatar-image {
    box-shadow: 0 0.125rem 0.45rem rgba(0, 0, 0, 0.13) !important;
}

.faq-question p {
    font-size: 13px;
    margin: 0px 0px 10px;
    font-weight: 700;
}

.faq-answer p {
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
}

#home-evidenza-news .swiper-slide,
#home-evidenza-articoli .swiper-slide {
    /*width: calc(100% - 30px) !important;*/
    /*padding: 0 15px 0 0 !important;*/
}

.page.light {
    background-color: #f8f8f8;
    background-image: none;
}

.navbar .left i {
    font-size: 26px;
}

.navbar .right i {
    font-size: 32px;
    margin-top: 1px;;
}

.navbar .right a.icon-only {
    width: 71px !important;
    /*margin: 0 16px;*/
}

.new-notification {
    top: 12px;
    right: 5px;
}

.fullwidth {
    padding-left: 0px;
    padding-right: 0px;
}

.fullwidth .small-slide .swiper-slide {
    /*padding-right: 0px;
    padding-left: 15px;*/
}

.navbar {
    /*height: calc(60px + var(--f7-safe-area-top));*/
    height: calc(80px + var(--f7-safe-area-top));
}

.toolbar {
    height: calc(100px + var(--f7-safe-area-bottom));
    background-color: rgba(255, 255, 255, 1);
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0px -30px 45px -10px #00000040 !important;
}

.loader-screen {
    background-color: #004e9c;
}

.logo-load-screen {
    width: 90vw;
    max-width: 500px;
}

.md .tabbar-label {
    line-height: 1.9;
    font-size: 7px;
}

.smartpark-app .harley-dikkinson.right-image {
    position: absolute;
    z-index: 0;
    right: 0;
    top: auto;
    bottom: 0px;
    height: auto;
    width: 105%;
    margin-right: 0px;
    max-width: 600px;
}

.smartpark-app .harley-dikkinson.logo-small {
    width: 230px;
}

.smartpark-app #calendar table,
.smartpark-app #calendar tr {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

#calendar .fc-unthemed .fc-content,
#calendar .fc-unthemed .fc-divider,
#calendar .fc-unthemed .fc-list-heading td,
#calendar .fc-unthemed .fc-list-view,
#calendar .fc-unthemed .fc-popover,
#calendar .fc-unthemed .fc-row,
#calendar .fc-unthemed tbody,
#calendar .fc-unthemed td,
#calendar .fc-unthemed th,
#calendar .fc-unthemed thead {
    border-color: transparent;
}

.smartpark-app #calendar .fc-head th {
    border-top: 2px solid #e3eaf1;
    border-bottom: 0px solid #e3eaf1;
    border-left: 2px solid #e3eaf1;
    border-right: 2px solid #e3eaf1;
    border-collapse: separate;
    border-spacing: 0;
}

.smartpark-app #calendar .fc-body td {
    border-top: 0px solid #e3eaf1;
    /*border-bottom: 2px solid #e3eaf1;*/
    border-left: 2px solid #e3eaf1;
    border-right: 2px solid #e3eaf1;
    border-collapse: separate;
    border-spacing: 0;
}

.smartpark-app #calendar th {
    border-radius: 10px 10px 0 0;
}

.smartpark-app #calendar .fc-body td.fc-day {
    border-radius: 0 0 10px 10px;
}


.new-notification {
    background-color: #d41111;
}

.small-slide.personale .swiper-slide .small-slide-right {
    max-height: 35%;
    margin-right: -10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 15px;
}

.work-group .small-slide.personale .swiper-slide .small-slide-right {
    max-height: 53px;
    margin-right: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0px;
}

.smart-select-page .item-title {
    /*color: var(--f7-theme-color);*/
    color: #000;
}

.smart-select-page .title,
.smart-select-page .icon-back,
.popup .title,
.popup .popup-close {
    color: #fff;
}

.popup-beacon {
    overflow: auto;
}

.smart-select-page .navbar-bg {
    /*padding-bottom: 12px;*/
    padding-bottom: 0px;
}

#mappa {
    width: 100%;
}

.popup .page-content {
    /*background-color: #f5f5f5;*/
    background-color: transparent;
}

.popup .navbar {
    background-color: var(--f7-theme-color);
}

.popup-content form {
    margin: 0px;
}

.popup .list ul:after {
    background-color: transparent;
}

.picker-sheet .toolbar-inner {
    background-color: var(--f7-theme-color);
}

.picker-sheet .toolbar-inner .right a.popover-close {
    color: #FFF;
}

/*.popup .popup-form-save-button {
    margin-top: 10px;
    padding: 8px;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}*/

.popup-content ul li:last-child {
    margin-bottom: 50px;
}

.preloader-modal {
    background-color: var(--f7-theme-color);
}

.toolbar i.material-icons {
    /*font-size: 28px;*/
}

.tabbar .tab-link {
    /*width: calc(100vw / 7);*/
}

.accordion-item .item-title {
    color: #000;
}

.popup-content #form-attivita .accordion-item-content {
    background-color: rgba(0, 150, 136, 0.11);
}

.popup-content #form-attivita .accordion-item-content .block,
.popup-content #form-attivita .accordion-item-content .block ul {
    background-color: transparent;
}

.popup-content #form-attivita .accordion-item-content .block ul .icon.icon-checkbox {
    /*background-color: #FFF;*/
}

.popup-content #form-attivita ul.attivita-addetti-squadra li:last-child {
    margin-bottom: 10px;
}

.popup img {
    max-width: 100%;
}

.smart-select .item-title {
    color: #000;
}

.smart-select-page .list {
    margin: 0;
}

.calendar-year-picker-item,
.calendar-month-picker-item {
    color: var(--f7-theme-color);
}

.item-input-note:not(.fullsize),
.item-input-note:not(.fullsize) .text-editor {
    max-height: 120px;
}

.item-input-note .text-editor-content {
    max-height: 80px;
}

.swiper-pagination-bullet-active {
    /*background: #004e9c;*/
    background: #FFFFFF;
}

.swiper-pagination-bullet {
    /*background: #004e9c;*/
    background: #bbbbbb;
}

.popup-aggiungi-attivita .text-editor-content {
    background-color: #FFF;
}

.tutorial-slide img {
    /*max-width: 60%;
    max-height: 49vh;*/
}

.tutorial-slide .tutorial-text,
.tutorial-slide li {
    font-size: 15px;
    line-height: normal;
}

.tutorial-slide .tutorial-text i {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: normal;
}

.smart-select-page .navbar {
    background-color: var(--f7-theme-color);
}

.smart-select-page .page-content {
    background-color: #FFF;
}

#home-chi-siamo img {
    max-width: 100%;
}

.popup-with-vr .dialog-buttons {
    height: 96px !important;
}

#virtual-tour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('img/ar/SmartPark_AR_LayerQuadrati-01.svg');
    background-position-x: 0px;
    background-position-y: center;
    background-repeat: repeat-x;
    background-size: cover;
    z-index: 99999999999999;
}

#virtual-tour .close-vr {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999999999999;
}

#virtual-tour i {
    font-size: 30px;
}

#virtual-tour iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
}

@media only screen and (orientation: landscape) and (min-height: 700px) {
    .tutorial-slide img {
        max-width: 95%;
        max-height: 92vh;
    }

    .tutorial-slide .tutorial-text,
    .tutorial-slide li {
        font-size: 27px;
        line-height: normal;
    }

    .tutorial-slide .tutorial-text i {
        font-size: 29px;
        line-height: normal;
        margin-bottom: 10px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 699px) {
    .tutorial-slide img {
        max-width: 95%;
        max-height: 92vh;
    }
}

.tutorial-arrow {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
}

.tutorial-arrow-up {
    transform-origin: bottom;
    animation-name: bounce-up;
    animation-timing-function: ease;
}

.tutorial-arrow-down {
    transform-origin: bottom;
    animation-name: bounce-down;
    animation-timing-function: ease;
}

.tutorial-arrow-left {
    transform-origin: center;
    animation-name: bounce-left;
    animation-timing-function: ease;
}

.tutorial-arrow-right {
    transform-origin: center;
    animation-name: bounce-right;
    animation-timing-function: ease;
}

@keyframes bounce-up {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    50% {
        transform: scale(.9, .9) translateY(+100px);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes bounce-down {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    50% {
        transform: scale(.9, .9) translateY(-100px);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes bounce-right {
    0% {
        transform: scale(1, 1) translateX(0);
    }

    50% {
        transform: scale(.9, .9) translateX(-100px);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes bounce-left {
    0% {
        transform: scale(1, 1) translateX(0);
    }

    50% {
        transform: scale(.9, .9) translateX(+100px);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

.pulsating-circle {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid white;
    margin: 50px auto;
}

.pulsating-circle:before,
.pulsating-circle:after,
.pulsating-circle span {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    box-shadow: 0 0 15px #ffffff;
    animation: glow-grow 3s ease-out infinite;
}

.pulsating-circle:after {
    animation-delay: .66s;
}

.pulsating-circle span {
    animation-delay: 1.33s;
}

.popup-dettaglio-elemento-app .page-content img {
    display: block;
}

@keyframes glow-grow {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* LOADER APP */
.copyright, .app-version {
    font-family: Montserrat;
    font-weight: 300;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
}
.copyright.black {
    color: #858585;
}

.app-version {
    color: #000000;
}

/* LEFT MENU */
.smartpark-left-menu-list a {
    border-bottom: 1px solid #dcdcdc;
    border-collapse: collapse;
    padding-left: 0px;
    margin-left: calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-left) + 10px);
}
.smartpark-left-menu-list li:first-child a {
    border-top: 1px solid #dcdcdc;
}

.smartpark-left-menu-list a:before {
    font-weight: 700;
    color: #000;
    right: 3px;
}

/* HEADER */
.header-action {
    font-weight: bolder;
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.sp-button.tour-disabled {
    background-color: #d9d9d9;
    border: none;
}

.sp-button.tour-enabled {
    background-color: #00904d;
    border: none;
}

.md .input-clear-button:after {
    line-height: 36px;
}

.popup-login {
    position: sticky;
    bottom: 0px;
    width: 100%;
    min-height: 90vh;
    /* height: auto; */
    flex-shrink: 0;
    /* border-radius: 44px 44px 0px 0px; */
    /* background: #FFF; */
    box-shadow: 0px 30px 45px -10px rgba(0, 0, 0, 0.20);
    /* padding: 30px; */
}

.popup-signup-confirmation .title {
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 31px;
}

.popup-signup-confirmation .text {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 22px;
}

.card-profile-details {
    /* margin: 36px 26px 36px; */
    height: 100px;
    flex-shrink: 0;
    border-radius: 22px;
    /* box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.40); */
    background-size: cover;
    /* background: linear-gradient(270deg, rgb(217, 217, 217) 0%, rgba(217, 217, 217, 0) 100%); */
    background: linear-gradient(270deg, rgb(217, 217, 217) 0%, rgba(217, 217, 217, 0) 100%);
}

.popup-dettaglio-elemento-app .sezione,
.popup-dettaglio-elemento-app .sezione i {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Montserrat';
    font-style: normal;
}


.popup-dettaglio-elemento-app .sezione p {
    font-size: 1.17em;
    line-height: 19px;
}

.popup-dettaglio-elemento-app .sezione iframe {
    border-radius: 22px;
}

.back-to-map {
    display: none;
}

.swiper-container:not(.swiper-container-tematiche) .swiper-wrapper {
    margin-bottom: 10px;
}

.favourite-elem i {
    color: #d9d9d9;
}

.favourite-elem i.active {
    color: #ec2215;
}

.popup-dettaglio-news-app .page-content {
    color: #000000;
    background-color: #ffffff;
    padding: 0 26px;
}
.popup-dettaglio-news-app .page-content i {
    color: #000000;
}

.popup-dettaglio-news-app img {
    border-radius: 22px;
}

.container-elem-ar {
    width: 130px;
    height: 60px;
    padding: 2px;
    background-color: #FFF;
    border-radius: 10px;
    display: block;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.container-img-ar {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    /* display: inline-block; */
    background-position: center center;
    background-size: cover !important;
    float: left;
}

.container-info-ar {
    width: 70px;
    height: 60px;
    border-radius: 8px;
    display: inline-block;
}

    .container-info-ar .pin {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .container-info-ar .distanza {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        color: #000000;
    }
    .container-info-ar .text {
        width: 100%;
        text-align: center;
        font-size: 10px;
        line-height: 16px;
        color: #000000;
    }

.container-decoration-ar {
    height: 32px;
    margin-left: 21px;
    margin-top: 2px;
}

.blink-me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
}

.top-popup-park-button-2 {
    width: 100%;
    padding: 7px !important;
    height: 100%;
    border-top: 1px solid #e0e0e0 !important;
    border-right: 0px solid #e0e0e0 !important;
    border-radius: unset !important;
    margin-top: 0px;
    position: absolute;
    background: #25c8a0;
    z-index: 1;
    color: white;
}

#benvenuto-text br{
    display:none;
}