*::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


/* CARDS */

.sp-card {
    flex-shrink: 0;
    border-radius: 22px;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.40);
    width: calc(100% - 40px);

    padding: 20px;
}

.card-my-smartpark {
    border-radius: 12px;
    background: linear-gradient(270deg, #D9D9D9 0%, rgba(217, 217, 217, 0.00) 100%);
}

.card-tematica {
    margin: 26px;
    min-height: 160px;
    flex-shrink: 0;
    border-radius: 22px;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.40);
    background-size: cover;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-tematica .text {
    width: 240px;
    height: 32px;
    flex-grow: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 63.9px 57.6px 63.9px 43.4px;

}

.search-parks {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 30px -10px rgba(22, 96, 88, 0.40);
    margin-bottom: 25px
}

.search-parks-box {
    padding: 15px 20px
}


.search-parks-distance,
.popup-navigate-park-distance {
    color: #0584FF;
    font-family: Montserrat;
    font-size: 1.00em;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 19px;
}

.park-cover {
    width: 100%;
    height: 35vh;
    flex-shrink: 0;
    border-radius: 12px 12px 0px 0px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}

/* POPUP */

.sp-popup {
    background-color: #f5f5f5;
}

.popup-enter-park {
    position: sticky;
    bottom: 0px;
    width: 100%;
    min-height: 395px;
    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 35px;
}

.popup-enter-park .sp-text {
    font-size: 1.00em; line-height: 19px;
}


.popup-element-bottom {
    position: sticky;
    bottom: 0px;
    width: 100%;
    min-height: 230px;
    max-height: 25vh;
    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;
}

.button-enter-park {
    background: var(--Accent-Color, #FF7A00);
}

.button-organize-visit {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: linear-gradient(90deg, #063E3F 0%, #00904d 100%);
}
.button-organize-visit-2 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: linear-gradient(90deg, #063E3F 0%, #00904d 100%);
}

.button-park-detail {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: var(--NAV, #0584FF);
}

.button-start-tour {
    margin-top: -60px;
    margin-bottom: 30px;
}


.popup-navigate-park {
    position: sticky;
    bottom: 0px;
    width: 100%;
    min-height: 395px;
    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 35px;
}

.popup-navigate-park .sp-text {
    font-size: 1.00em; line-height: 19px;
}

.button-navigate-park {
    width: 35px !important;
    height: 35px !important;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--NAV, #0584FF);
    width: 100%;
    padding: 10px !important;
    margin-right: 10px;
}

.card-eventi,.card-eventi-dettaglio{
    border-radius: 12px;
    background: #FFF;
    /* box-shadow: 0px 20px 30px -10px rgba(22, 96, 88, 0.40); */
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.40);
    margin-top: 20px;
}

.card-eventi .sp-title-small,.card-eventi-dettaglio .sp-title-small {
    font-size: 17px;
    line-height: 22px;
}

.card-eventi .sp-text,.card-eventi-dettaglio {
    font-size: 13px;
    line-height: 18px;
}

.eventi-box {
    padding: 15px 20px;
}

.eventi-box .sp-text {
    font-size: 1.17em; line-height: 19px;
}

.evento-cover {
    width: 100%;
    height: 15vh;
    flex-shrink: 0;
    border-radius: 12px 12px 0px 0px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    background-position: center center;
    background-size: cover;
}


.card-organization {
    margin-top: 20px;
    width: 100%;
    /* height: 15vh; */
    height: calc(((100vh - 120px) / 3) - 20px);
    min-height: 150px;
    flex-shrink: 0;
    border-radius: 22px;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.40);
    background-size: cover;
    background-position-y: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-esperienza .card-organization {
    height: calc(((100vh - 230px) / 3) - 20px);
}

.organization-text {
    color: #FFF;
    margin-left: 20px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 108.333% */
}

/* TYPOGRAPHY */

.sp-title-small {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.sp-title-xsmall {
    color: #000;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

#search-results .sp-title-small {
    font-size: 17px;
}

.sp-title-medium {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.sp-text {
    display: inline-block;
    color: #858585;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.sp-text-white {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.1%;
}

.sp-text-black {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.1%;
}

/* BUTTONS */

.sp-button {
    border-radius: 30px;
    height: 55px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    border: none !important;
}

/* INPUTS */

.sp-input {
    height: 52px;
    border-radius: 30px;
    background-color: #FFF;
}

.sp-input input {
    width: 90%;
    margin: 8px;
}

.sp-page-rounded-top {
    border-radius: 30px 30px 0px 0px;
}

.popup-close-intro {
    float: right;
    width: 44px;
    height: 44px;
    background-color: #d9d9d9;
    border-radius: 44px;
    margin-top: -27px;
    margin-right: -30px;
}

.popup-close-intro i {
    font-size: 34px;
    color: #ffffff;
}

.map-bottom-bar {
    border-radius: 40px 40px 0px 0px;
    background: #FFF;
    box-shadow: 0px -30px 45px -10px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 10vh;
    position: absolute;
    bottom: -20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.map-bottom-bar-icons {
    height: 58px;
    width: 58px;
    position: relative;
}

.map-bottom-bar-icons::before {
    content: '';
    display: block;
    background-color: #00904d;
    /* DA SETTARE IN BASE ALLA TEMATICA */
    width: 58px;
    height: 58px;
    transform: scale(0.98);
    border-radius: 50%;
}

.map-bottom-bar-icons.parco::before {
    background-color: #00904d;
}

.map-bottom-bar-icons.borgo::before {
    background-color: #dc775a;
}

.map-bottom-bar-icons.orto::before {
    background-color: #935BBB;
}

.map-bottom-bar-icons img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.map-top-bar {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.map-top-bar-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 3vw;
    top: 3vw;

}

.map-top-bar-icons {
    height: 7vh;
    border-radius: 100px;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.15);
    margin-left: 2vw;
}

.sp-rounded-dropdown {
    height: 35vh;
    position: absolute;
    background-color: white;
    width: 7vh;
    top: 0px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: end;
    transition: height 0.5s ease-in;
}



.sp-rounded-dropdown-closed {
    height: 7vh;
    transition: height 0.5s ease-out;
    position: absolute;
    background-color: white;
    width: 7vh;
    top: 0px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: end;
}

.sp-rounded-dropdown .dropdown-open{
    display: inline;
}

.sp-rounded-dropdown .dropdown-closed{
    display: none;
}

.sp-rounded-dropdown-closed .dropdown-open{
    display: none;
}

.sp-rounded-dropdown-closed .dropdown-closed{
    display: inline;
}

.sp-dropdown img {
    /* margin: 0.5vh 0.5vh 0 0.5vh; */
    margin: 5px 5px 0px;
    z-index: 1;
}

.sp-element-cover {
    width: 66vw;
    height: 18vh;
    border-radius: 14px;
    box-shadow: 0px 30px 45px -10px rgba(0, 0, 0, 0.20);
}



.sp-swiper {
    width: 100%;
    width: 82.5vw;
    background-color: white;
}

.percorso-select {
    display: inline;
    position: absolute;
    bottom: -500px;
    transition: bottom 1s ease 0s;
}

.percorso-select[active='true'] {
    display: inline;
    position: absolute;
    bottom: 0px;
    transition: bottom 1s ease 0s;
}

.percorso-card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 30px 45px -10px rgba(0, 0, 0, 0.20);
    width: 80vw;
    margin: 0 0 110px 2vh;
    max-width: 400px;
}

.percorso-box {
    padding: 15px 20px
}

.percorso-cover {
    height: 10vh;
    border-radius: 12px 12px 0px 0px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.tab-link.tab-link-active .tab-active {
    display: inline;
}

.tab-link.tab-link-active .tab-inactive {
    display: none;
}

.tab-link:not(.tab-link-active) .tab-active {
    display: none;
}

.tab-link:not(.tab-link-active) .tab-inactive {
    display: inline;
}

.element-card{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.20);
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}


.card-servizi {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.40);
    margin-top: 20px;
}

.card-servizi .sp-title-small {
    font-size: 17px;
    line-height: 22px;
}

.card-servizi .sp-text {
    font-size: 13px;
    line-height: 18px;
}

.servizio-box {
    padding: 15px 20px;
}

.servizio-box .sp-text {
    font-size: 1.17em; line-height: 19px;
}

.servizio-cover {
    width: 100%;
    height: 15vh;
    flex-shrink: 0;
    border-radius: 12px 12px 0px 0px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    background-position: center;
    background-size: cover;
}

.descrizione-evento {
    text-align: justify;
}

.popup-cosa-vedere {
    overflow: visible;
    position: absolute;
    bottom: -100vh;
    top: auto;
    width: 100%;
    height: 0px;
    flex-shrink: 0;
    border-radius: 44px 44px 0px 0px;
    background: #FFF;
    box-shadow: 0px 30px 30px -10px rgba(0, 0, 0, 0.20);
    padding: 30px 30px;
    transition: min-height 0.5s ease; /* Transition effect */
    z-index: 12000;
  }

  .popup-cosa-vedere .lista-elementi {
    overflow-y: scroll;
    padding-bottom: 50px;
    height: 35vh;
  }

.popup-full {
    min-height: calc(100vh - 30px);
}

.button-park-link {
    position: fixed;
    bottom: 10px;
    background-color: #5F75FC;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.immagine-elemento-zoom {
    width: auto;
    height: 80vh;
    background-size: cover;
    margin-top: 80px;
    border-radius: 25px;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.40);
}

.popup-immagine {
    z-index: 12300;
}

.popup-dettaglio-elemento-app {
    z-index: 12100;
}