
:root {
    --color-background-default: #fcfcfc !important; 
    --color-background-light: #BB4130 !important; 
    /* --color-background-dark: #A03123 !important;  */
    --color-background-dark: #e9e9e9 !important; 
    --color-background-dark-2: #334991 !important; 
    --color-background-dark-3: #3c549e !important; 
    --color-secondary-main: #A03123 !important; 
    --color-text-light: black !important; 
    --color-background-contrast: black !important; 

    --color-background-dark: #e4e3e3 !important;
    --color-background-default: #f5f5f5 !important;
  }
  .module-numeri-container {
    background-color: unset;
  }
  .hero-header-row::after {
    background: linear-gradient(0deg, rgba(84, 100, 164, 0.72) 0%, rgba(255, 253, 253, 0.19) 19%, rgba(0, 0, 0, 0) 100%);
  }
  body[act="public/espositore"] .grid-item .inner {
    background-color: var(--color-background-dark);
  }
  body[act="public/evento"] input::placeholder, body[act="public/espositore"] input::placeholder {
    color: var(--color-background-contrast) !important;
  }
  body[act="public/evento"] .tabs-giorni .nav-link.active {
    color: white;
  }
  body[act="public/evento"] .time {
    color: #334991;
  }

  #app-dashboard .card-section {
    background-color: #A03123;
  }
/*  Didays specific*/
/*.module-eventi, .module-sponsor, .module-eventi {
  display:none;
}*/
.card-section {
  color: white;
}
#app-dashboard .dashboard-header-badge-inner {
  background-color: black;
  color: white;
}
#app-dashboard .btn-round {
  color: white !important;
  font-size: 22px;
min-width: 240px;
padding: 12px 30px;
}
#app-dashboard .dashboard-header-badge-inner {
font-size: 26px;
}
.text-center.my-5 > div b{
font-size: 20px;
margin: 20px 0;
}

.text-center.my-5 {
margin-bottom: 50px !important;
}


@font-face {
  font-family: MilanoUnica;
  src: url(/assets/font/MilanoUnica-Bold.woff2);
  font-weight: bold;
  }
@font-face {
  font-family: MilanoUnica;
  src: url(/assets/font/MilanoUnica-Light.woff2);
  font-weight: light;
  }
@font-face {
  font-family: MilanoUnica;
  src: url(/assets/font/MilanoUnica-Regular.woff2);
  font-weight: normal;
  }

* {
  font-family: MilanoUnica, 'Raleway', Georgia, sans-serif;
}
body[act="public/mapbox"] #map-detail .map-btn {
  color: white;
}

body[act="public/mapbox"] #map-detail .directions svg {
  margin-left: 10px;
  margin-bottom: 4px;
}
body[act="public/mapbox"] .search-field {
font-size: 22px;
}

body {
  font-size: 20px !important;
}

body[act="public/espositore"] .grid-item .inner .sponsor-padiglione {
    font-size: 18px;
}

#login-button {
    font-size: 18px;
}

.landing-espositore-categoria-wrapper .categoria {
    font-size: 15px;
    text-transform: uppercase;
}

.landing-espositore__btn-action {
    font-size: 20px;
}


body[act="public/espositore"] .sponsor-image {
    width: 100%;
}


#app-dashboard > div.container.pb-5 > div.text-center.my-5 > div:nth-child(1) > b {
  font-size: 25px;
}

#app-dashboard .card-section .title {
  font-size: 25px;
}

body[act="public/totem"] .top-central-banner, .screensaver-bottom-bar {
  background: #A03123;
  color: white;
}

#app-dashboard .dashboard-header-badge-inner {
  background: #A03123;
}
body[act="public/totem"] .bottom-bar div[data-target="#tab-mappa"]{
display: none;
}