:root {
    /* Primary palette */
    --color-primary-main: #1976d2; 
    --color-primary-light: #42a5f5; 
    --color-primary-dark: #1565c0; 
    --color-primary-contrastText: #ffffff; 
  
    /* Secondary palette */
    --color-secondary-main: #9E9E9E; 
    --color-secondary-light: #BDBDBD; 
    --color-secondary-dark: #616161; 
    --color-secondary-contrastText: #ffffff; 
  
    /* Error palette */
    --color-error-main: #d32f2f; 
    --color-error-light: #ef5350; 
    --color-error-dark: #c62828; 
    --color-error-contrastText: #ffffff; 
  
    /* Warning palette */
    --color-warning-main: #ed6c02; 
    --color-warning-light: #ff9800; 
    --color-warning-dark: #e65100; 
    --color-warning-contrastText: #ffffff; 
  
    /* Info palette */
    --color-info-main: #0288d1; 
    --color-info-light: #03a9f4; 
    --color-info-dark: #01579b; 
    --color-info-contrastText: #ffffff; 
  
    /* Success palette */
    --color-success-main: #2e7d32; 
    --color-success-light: #66bb6a; 
    --color-success-dark: #1b5e20; 
    --color-success-contrastText: #ffffff; 

    /* Accent colors */
    --color-accent-main: #6CFBCE;
    --color-accent-light: #9CFDE1;
    --color-accent-dark: #39C8A6;
    --color-accent-contrastText: #000000;
  
    /* Background colors */
    --color-background-default: #373737; 
    --color-background-dark: #303030; 
    --color-background-dark-2: #1c1c1c; 
    --color-background-dark-3: #000000; 
    --color-background-module: #0000002e; 
    --color-background-light: #737373; 
    --color-background-contrast: #e0e0e0; 
  
    /* Text colors */
    --color-text-primary: #212121; 
    --color-text-secondary: #757575; 
    --color-text-light: #ffffff; 
    --color-text-disabled: #bdbdbd; 
    
    /* Border colors */
    --color-divider: #e0e0e0; 

    /* Social Icons Colors */
  --color-social-facebook: #3b5998; 
  --color-social-twitter: #1da1f2; 
  --color-social-instagram-gradient: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
  --color-social-instagram: #E1306C;
  --color-social-linkedin: #0077b5; 
  --color-social-youtube: #ff0000; 
  --color-social-whatsapp: #25d366; 
  --color-social-tiktok: #000000;
  --color-social-telegram: #0088cc;
  }


  
* {
	font-family: 'Raleway', sans-serif;
}
body {
    background-color: #fff !important;
    color: #000 !important;
}
.description, p {
    line-height: 1.3em;
  }
.image-rounded {
   border-radius: 20px;
}
.ratio-16-9-xs {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}
@media screen and (min-width: 768px) {
    .ratio-46-9-md {
        width: 100%;
        aspect-ratio: 46/9;
        object-fit: cover;
    }
}
.hero-header .title {
    position: absolute;
    color: white;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 20px 61px;
} 

.hero-header-row {
/* border-radius: 20px; */
overflow: hidden;
}
.hero-header-row::after {
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7231093120842087) 0%, rgba(0,0,0,0.36456589471726186) 19%, rgba(0,0,0,0) 100%); 
    width: 100%;
    bottom: 0;
    left: 0;
}
.relative {
    position: relative;
}
body[act="public/espositore"] .sponsor-image {
    width: 80px;
  aspect-ratio: 1;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  position: relative;
  margin-left: 0;
  margin-right: 4px;
}
body[act="public/espositore"] .grid-item .inner {
    background: #fff3;
    border-radius: 20px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #F2F2F2;
}
body[act="public/espositore"] .grid-item .inner .sponsor-padiglione, body[act="public/espositore"] .grid-item .inner .sponsor-coesposto-da {
    font-weight: 100;
    font-size: 13px;
}
body[act="public/espositore"] .grid-item .inner .sponsor-coesposto-da {
    display: flex;
    align-items: center;
    margin-top: 3px;
}
body[act="public/espositore"] .grid-item .inner .sponsor-coesposto-da .sponsor-image {
    width: 30px;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 4px;
}
body[act="public/espositore"] .icon-btn,
body[act="public/evento"] .icon-btn  {
    display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

body[act="public/espositore"] .cerca-btn:focus,
body[act="public/evento"] .cerca-btn:focus {
    outline: none;
}

@media screen and (max-width: 768px) {
    body[act="public/espositore"] .cerca-btn,
    body[act="public/evento"] .cerca-btn {
        width: 100%;
    }
}

body[act="public/evento"] .icon-btn svg,
body[act="public/espositore"] .icon-btn svg {
    height: 20px;
    width: 20px;
    fill: #000;
}
body[act="public/espositore"] .icon-btn.filter-btn,
body[act="public/evento"] .icon-btn.filter-btn {
    position: relative;
}
body[act="public/espositore"] .icon-btn.filter-btn select,
body[act="public/evento"] .icon-btn.filter-btn select{
    padding-right: 50px;
    padding-left: 20px;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

body[act="public/espositore"] .icon-btn.filter-btn select:focus,
body[act="public/evento"] .icon-btn.filter-btn select:focus {
    outline: none;
}
body[act="public/evento"] .icon-btn.filter-btn svg,
body[act="public/espositore"] .icon-btn.filter-btn svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}
body[act="public/evento"] .btn-outline,
body[act="public/espositore"] .btn-outline {
    border: 0;
    padding: 15px 20px;
    border-radius: 5px;
    color: #000;
    overflow: hidden;
    background-color: #f2f2f2;
}
body[act="public/espositore"] .btn-outline select,
body[act="public/evento"] .btn-outline select {
    appearance: none;
    background-color: #f2f2f2;
    /* color: var(--color-background-contrast); */
}
body[act="public/espositore"] .btn-outline select,
body[act="public/evento"] .btn-outline select {
    border: none;
}
body[act="public/espositore"] .btn-outline select::placeholder,
body[act="public/evento"] .btn-outline select::placeholder {
   color: #808080;
}
body[act="public/espositore"] .btn-outline.cerca-btn::placeholder,
body[act="public/evento"] .btn-outline.cerca-btn::placeholder {
   color: #808080;
   opacity: 1;
}
body[act="public/evento"]{
    height: auto;
}
body[act="public/evento"] .tabs-giorni-container-wrapper {
    background-color: #fff;
    position: sticky;
    top: 70px;
    z-index: 2;
}
body[act="public/evento"] .tabs-giorni {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;

}
body[act="public/evento"] .tabs-giorni .nav-link.active{
    background-color: #38245A !important;
    color: #ffffff !important;
}
body[act="public/evento"] .tabs-giorni .nav-link {
    flex-shrink: 0;
    background: #f2f2f2;
    color: #000;
    border-radius: 5px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    cursor: pointer;
}
body[act="public/evento"] .tabs-giorni .nav-link:hover {
    background-color: #c9c9c9;
}
body[act="public/evento"] .tabs-giorni .nav-link p {
    font-size: 11px;
    margin-bottom: 0;
}
body[act="public/evento"] .tabs-giorni .nav-link label {
    font-size: 25px;
}
body[act="public/evento"] .ora-wrapper:nth-child(even) {
    background: #f2f2f2;
    padding-top: 10px;
}
body[act="public/evento"] .evento-wrapper {
    background-color: #00000000;
    border: 1px solid #F2F2F2;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
body[act="public/evento"] .ora-wrapper:nth-child(even) .evento-wrapper {
    border: 1px solid #dfdfdf;
}
body[act="public/evento"] .evento-wrapper img.evento-img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body[act="public/evento"] .evento-wrapper .evento-text {
    padding: 10px 20px;
}

body[act="public/evento"] .time {
    text-align: center;
    font-weight: bold;
    background-color: #00000040;
    width: max-content;
    margin: auto;
    border-radius: 200px;
    padding: 0px 40px;
    font-size: 25px;
    margin-bottom: 35px;
    margin-top: 26px;
    color: white;
    position: sticky;
    top: 185px;
    backdrop-filter: blur(3px);
    z-index: 1;
}
body[act="public/evento"] .evento-wrapper .tag  {
    background-color: var(--color-background-dark);
    width: max-content;
    padding: 2px 12px;
    border-radius: 18px;
    line-height: 1.9;
    font-size: 12px;
    font-weight: 100;
}
body[act="public/evento"] .img-speaker {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    border-radius: 100px;
    aspect-ratio: 1;
    object-fit: cover;
  }

#login-header {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(224, 224, 224);
    width: 100%;
    padding: 10px 0;
    color: black !important;
    position: sticky;
    top: 0;
    z-index: 9;
}
#login-header ul {
    margin-right: auto;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    gap: 10px;
    border-left: 1px solid #9b9b9b;
    padding-left: 15px;
    margin-left: 20px;
}
#login-header img {
    height: 50px;
    width: auto;
}
#login-header .icon-hamburger-menu {
    display: none;
}
#login-header .nav-menu {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #login-header .nav-menu {
        position: absolute;
        background-color: #fff;
        top: 70px;
        left: 0;
        right: 0;
        margin: 0 0 0 0;
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 20px;
        gap: 40px;
    }

    #login-header .nav-menu.active {
        display: flex;
    }

    #login-header .icon-hamburger-menu {
        display: block;
    }

    #login-header li:has(#login-button) {
        margin: 0 0 0 0 !important;
    }
}

#login-header .nav-menu a{
   color: black;
   text-decoration: none;
   position: relative;
}
#login-header .nav-menu li:not(.active) a{
 opacity: 0.6;
}
#login-header .nav-menu li.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #38245A;
    position: absolute;
    bottom: -5px;
    left: 0;

}
.lf-btn {
    background: #38245A;
    border-radius: 60px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: max-content;
    padding: 7px 29px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
#login-button {
    background: #38245A;
    border-radius: 60px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: max-content;
    padding: 7px 29px;
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
    opacity: 1 !important;
}
#login-header li:has(#login-button) {
    margin: 0 0 0 auto;
}
.background-index, body {
    /* background: transparent !important; */
}
* {
    box-sizing: border-box;
}
.tab-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow-y: scroll;
/*    transition: 0.3s;*/
}
.background-index {
    z-index: -999 !important;
}
.bg-transparent {
    background: transparent !important;
}   

.landing-drawer {
    background-color: #fff !important;
    color: #000 !important;
}



body[act="public/mapbox"] #map-detail {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999999;
    overflow-y: scroll;
/*    transition: 0.3s;*/
    background-color: #fff;
    border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body[act="public/mapbox"] #map-detail.active {
    bottom:0;
}
body[act="public/mapbox"] #map-detail .name {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
body[act="public/mapbox"] #map-detail .close {
    position: absolute;
  right: 10px;
  top: 6px;
  font-size: 40px;
  line-height: 0.8;
  background: #ffffff36;
  vertical-align: middle;
  border-radius: 100px;
  overflow: hidden;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 9px;
  padding-right: 9px;
  cursor: pointer;
}
body[act="public/mapbox"] #map-detail .navigate svg {
    width: 16px;
    fill: white;
}
body[act="public/mapbox"] #map-detail .directions svg {
    width: 16px;
    fill: white;
}
body[act="public/mapbox"] #map-detail .map-btn {
    width: max-content;
  background: #38245A;
  color: #ffffff !important;
  padding: 14px 37px;
  border-radius: 70px;
  text-align: center;
}
body[act="public/mapbox"] #map-detail svg {
    fill: #ffffff !important;
}
body[act="public/mapbox"] .marker-lf {
    background-image: url('/assets/img/landing/marker.svg');
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
            
}
body[act="public/mapbox"] .marker-highlight {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #00abff;
    z-index: 0;
    background: #009fff38;
}
body[act="public/mapbox"] #search-wrapper {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;

}
body[act="public/mapbox"]:not(:has(#login-header)) #search-wrapper {
    top: 30px;
}
body[act="public/mapbox"] #search-wrapper #search-results {
    background: white;
  color: black;
  list-style: none;
  padding-left: 0;
  max-height: 100%;
  overflow: auto;
  margin-bottom: 0;
}
body[act="public/mapbox"] #search-wrapper #search-results li {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid lightgray;
    padding: 15px 10px;
}

body[act="public/mapbox"] .search-field {
    border: none;
    width: 100%;
  height: 100%;
  padding: 20px 0 20px 22px;
  outline: none;
}
body[act="public/mapbox"] .search-field-wrapper {
    border-radius: 57px;
    padding: 0 16px;
    margin: 10px 0 0 0;
    background: white;
    position: relative;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-shrink: 0;
  transition: 0.3s;
  width: 100%;
}
body[act="public/mapbox"] .search-field-wrapper i {
    color: black;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
}

body[act="public/mapbox"] #search-wrapper.active {
    background-color: white;
}
body[act="public/mapbox"] .search-inputs {
    display: flex;
    padding: 0 10px;
}
body[act="public/mapbox"] .close-search {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    width: 0;
    opacity: 0;
    transition: 0.3s;
}
body[act="public/mapbox"] #search-wrapper.active .close-search {
    width: 15%;
    opacity: 1;
}
body[act="public/mapbox"] #search-wrapper.active .close-search i {
    font-size: 25px;
}
body[act="public/mapbox"] #search-wrapper.active .search-field-wrapper {
    width: 85%;
}
body[act="public/mapbox"] #search-wrapper .search-inputs.from {
   display: none;
}

body[act="public/mapbox"] #search-wrapper.from .search-inputs.from {
display: block;
}
body[act="public/mapbox"] #navigation-indicator {
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3px 3px;
  z-index: 9;
    display: none;
}
body[act="public/mapbox"] #navigation-indicator.active {
    display: block;
}
body[act="public/mapbox"] .navigation-indicator-inner {
    padding: 30px 10px;
    background: black;
    border-radius: 12px;
    color: white;
}
body[act="public/mapbox"] .navigation-indicator-inner .close {
    position: absolute;
    top: 9px;
    right: 9px;
}

body[act="public/mapbox"] .navigation-indicator-inner .close i {
    font-size: 20px;
    text-align: center;
    background: rgb(79, 79, 79);
    border-radius: 100px;
    padding: 5px;
    display: block;
    aspect-ratio: 1;
    height: 30px;
}

.evento-text .sala {
    font-weight: 200;
    font-size: 0.8rem;
}
@media (min-width: 1200px) {
    .evento-text h3 {
      font-size: 1.05rem;
    }
}
body[act="public/evento"][embed] .tabs-giorni-container-wrapper {
    top: 0;
}

#app-dashboard {
    background-color: #fff !important;
    color: #000 !important;
}

#app-dashboard a{
    color: var(--color-text-light);
}
#app-dashboard .login-hero {
    aspect-ratio: 1;
    object-fit: contain;
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    width: 50%;
    height: calc(100% - 90px);
    transform: translate(-50%, -50%);
    z-index: 1;
}


#app-dashboard .dashboard-header-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    padding: 13px;
    max-width: 340px;
}

#app-dashboard .dashboard-header-badge-inner {
    background: #38245A;
    color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
#app-dashboard .descrizione {
    margin-top: 30px;
    padding-top: 20px;
}

#app-dashboard .card-section .title {
    font-size: 1.3rem;
    font-weight: 600;
}
#app-dashboard .card-section .relative {
    padding-right: 64px;
}
#app-dashboard .guest-app-dashboard-image-box {
    aspect-ratio: 4.6/3;
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px -0.2px 15px -3px rgba(0,0,0,0.14);
    margin-top: 15px;
}
#app-dashboard .card-section {
    /* background-color: var(--color-background-dark); */
    border-radius: 20px;
    border: 1px solid #F2F2F2;
    margin-top: 15px;
    padding: 19px 18px;
    padding-top: 15px;
}
#app-dashboard .card-section .cta {
    font-weight: 600;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 5px;
    text-align: center;
    display: none;
}
#app-dashboard .card-section .icon {
    width: 37px;
    color: #38245A;
    fill: #38245A;
    margin-bottom: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.btn-round {
    background: var(--color-background-contrast);
    color: var(--color-text-secondary);
    border-radius: 60px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    height: max-content;
    padding: 7px 29px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
body[act="public/totem"] #login-header {
    display: none;
}
body[act="public/totem"] .top-left-banner {
    aspect-ratio: 1728/440;
     background: red;
    width: 780px;
}
body[act="public/totem"] .top-left-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body[act="public/totem"] .top-right-banner {
    flex: 1;
    background: blue;
    width: 300px;
}
body[act="public/totem"] .top-central-banner {
height: 100px;
background: #fff;
}
body[act="public/totem"] .bottom-left-banner {
    aspect-ratio: 1728/440;
   width: 780px;
}
body[act="public/totem"] .bottom-left-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body[act="public/totem"] .bottom-right-banner {
   flex: 1;
}
body[act="public/totem"] .bottom-right-banner .bottom-section {
    border-top: 1px solid rgba(255, 255, 255, 0.503);
}
body[act="public/totem"] .bottom-bar {
    background: white;
    color: black;
    text-align: center;
}
body[act="public/totem"] .bottom-bar-item.active {
    background: #38245A;
    color: #ffffff;
}
body[act="public/totem"] .bottom-bar .bottom-bar-item {
   padding: 30px;
   flex: 1;
   font-size: 20px;
   font-weight: bold;
}
body[act="public/totem"] .bottom-bar .bottom-bar-item svg {
   height: 40px;
   fill: black;
   stroke: black;
   color: black
}
body[act="public/totem"] .bottom-bar .bottom-bar-item.active svg {
   fill: white;
   stroke: white;
   color: white
}
body[act="public/totem"] .logo-top-right {
    aspect-ratio: 600/220;
    background:white;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body[act="public/totem"] .icon-accessibility {
    background: red;
    border-radius: 4px;
    padding:4px;
}
body[act="public/totem"] .totem-tab-header {
    background: #38245A;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

body[act="public/totem"] .info-module-preview img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
}

body[act="public/totem"] .info-card {
    background-color: rgba(255, 255, 255, 0.249);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}


body[act="public/totem"] #screensaver {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
}
body[act="public/totem"] .tabs-content {
    overflow: hidden;
}
body[act="public/totem"] .tabs-content,
body[act="public/totem"] .bottom-bar {
    transition: 0.3s;
}
body[act="public/totem"].accessibility-on .tabs-content {
    height: 50% !important;
    margin-top: auto;
}

body[act="public/totem"].accessibility-on .bottom-bar {
    margin-top: 0 !important;
}

body[act="public/totem"].accessibility-on .icon-accessibility {
    background: white;
    color: red;
    stroke: red;
}
body[act="public/totem"] .landing-drawer {
    top: 274px;
    bottom: 329px;
    height: auto;
    display: flex;
    flex-direction: column;
}
body[act="public/totem"] .letz-drawer-header {
    order: 9;
    background-color: rgba(255, 255, 255, 0.37);
}
body[act="public/totem"] .totem-infopage-header img {
    aspect-ratio: 2160/470;
    height: auto;
    width: 100%;
    object-fit: cover;
}
body[act="public/totem"] .totem-tab-header {
    position: sticky;
    top: 0;
}
.splide img {
    object-fit: cover;
}
body[act="public/totem"].screensaver-on .icon-accessibility {
    display: none;
}
#KioskBoard-VirtualKeyboard .kioskboard-row span[class^="kioskboard-key"] {
    padding: 10px 23px !important;
}
#KioskBoard-VirtualKeyboard.kioskboard-with-animation.kioskboard-placement-bottom.kioskboard-slide {
    animation-duration: 360ms;
    bottom: unset !important;
    top: 20%;
    width: 90%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.btn-totem-start {
    width: max-content;
    padding: 18px 87px;
    border-radius: 70px;
    text-align: center;
    background: #38245A !important;
    color: #ffffff !important;

 }
 #espositori-filtra-btn-padiglione {
    min-width: 340px;
 }
 .filter-reset {
    pointer-events: all !important;
  }
  body[act="public/espositore"] .btn-outline {
    min-width: 40%;
  }

.modal .modal-content,
.modal-categoie .modal-content {
    background-color: #fff !important;
    color: #000 !important;
}

.modal .modal-content button {
    color: #ffffff !important;
	background: #38245A !important;
}

.modal ul li {
	list-style-type: none;
    margin-top: 10px;
  
}
.modal ul li:not(.last-level) {
    background: #ffffff1c;
    border-radius: 6px;
    padding: 12px 25px;
    margin-bottom: 10px;
}
.modal ul {
    padding-left: 0;
}

#modal-categorie-content > ul  li {
    background: none !important;
    cursor: pointer;
}
#modal-categorie-content > ul > li div[data-bs-toggle="collapse"] {
    text-transform: uppercase;
}

#modal-categorie-content > ul > li div[data-bs-toggle="collapse"]::before {
    content: '►';
    display: inline-block;
    margin: 0 10px 0 5px;
    transition: transform 0.2s linear;
   
}

#modal-categorie-content > ul > li div[data-bs-toggle="collapse"][aria-expanded="true"]::before {
    transform: rotate(90deg);
}

body[act="public/espositore"] .icon-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

body[act="public/espositore"] .icon-btn .counter-selected-categories {
    background-color: #27A745;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    font-size: 0.7em;
    border-radius: 100px;
    font-weight: bold;
}

.ellipsis-descrizione {
	display: -webkit-box;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.ellipsis-descrizione[linee="1"] {
	-webkit-line-clamp: 1;
}
.ellipsis-descrizione[linee="2"] {
	-webkit-line-clamp: 2;
}
.ellipsis-descrizione[linee="3"] {
	-webkit-line-clamp: 3;
}
.ellipsis-descrizione[linee="4"] {
	-webkit-line-clamp: 4;
}

body[act="public/mapbox"] #map-detail > div > ul {
    padding-left: 0;
}


body[act="public/mapbox"] #map-detail .map-modal-content {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: calc(80vh - 224px);
    display: flex;
    flex-direction: column;
}
body[act="public/mapbox"] #map-detail .map-modal-intestazione  {
    font-weight: 900;
}
body[act="public/mapbox"] .additional-exhibitors {
    overflow: auto;
}
body[act="public/mapbox"] .additional-exhibitor {
    background: #0000000f;
    border-radius: 7px;
    padding: 7px 4px;
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
}
body[act="public/mapbox"] #map-detail {
    max-height: 70vh;
}

body[act="public/mapbox"] #map-detail .additional-exhibitors::after {
    content: "";
    position: sticky;
    bottom: 0;
    height: 50px;
    width: 100%;
    display: flex;
    z-index: 999999;
    background: linear-gradient(0deg, var(--color-background-default) 0%, rgba(255,255,255,0) 100%);
    justify-content: center;
  }

body[act="public/mapbox"]  .mapboxgl-ctrl-top-right a {
    text-decoration: none;
}
body[act="public/mapbox"]  .mapboxgl-ctrl-top-right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

body > footer {
	background: white;
    backdrop-filter: blur(3px);
    color: black;
	height: auto;
	text-align: center;
	padding-bottom: 5px !important;
    font-size: 10px;
  }

.landing-eventi__tag {
    background-color: #38245A !important;
    color: #ffffff !important;
}

#leg-prev, #leg-next {
    background: #ffffff4f;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
#leg-prev.disabled, #leg-next.disabled {
   opacity: 0.5;
}

.btn.btn-outline.filter {
    background-color: #fff;
    border: 1px solid #38245A;
    color: #38245A;
}

.btn-check:checked + .btn.filter {
    background-color: #38245A;
    color: #ffffff;
}

.btn-check + .btn.filter:hover {
background-color: #38245A80;
color: #ffffff;
}