body{
	background-image: url('../img/background_1920x1080.jpg');
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
background-color:#e5f1eb;
}

exhibitors{
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 font-weight: bold;
	 color:#FFFFFF;
}
.container{background-color:#FFFFFF;}
.lang{background-color:#CCCCCC;text-align:right;padding-top:10px; padding-bottom:10px;}
.typeRegistrazione{background-color:#1292cc;text-align:center;padding-top:10px; padding-bottom:10px;}
.typeRegistrazionePOF{background-color:red;text-align:center;padding-top:10px; padding-bottom:10px;}
.sidebarRightInfo{padding-top:20px;}


/*CSS NUOVO SIDEBAR*/

.sponsor-section { margin-top: 30px; }
.sponsor-group { margin-bottom: 24px; }
.sponsor-group-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #000000;
    border-bottom: 1px solid #edf0f5;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.sponsor-group-logos {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sponsor-logo-wrap {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    padding: 6px;
    transition: box-shadow .2s;
}
.sponsor-logo-wrap:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.10);
}
.sponsor-logo {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    display: block;
}