:root {
    /* MODIFICARE SOLO I VALORI HEX */
    
    --color-primary-sp-yellow: #ffdf00;
    --color-primary-alt-sp-dark: #222529;
    --color-background-sp: #1c1c1c;
    
    --color-title-light-sp-main: #eee;

    --color-container-dark-sp-alt: #292929;
    --color-container-dark-sp-main: #3c4045;
    --color-element-light-sp-main: #e7e7e7;
   
    --color-paragraph-sp-main: #ccc;
    --color-paragraph-sp-alt: #a8a8a8;
    

    --font-poppins-sans-serif: 'poppins', sans-serif;
    --font-open-sans-serif: 'open sans', sans-serif;
    
}

body, html {
	font-family: 'Bai Jamjuree', Sans-Serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background: #1c1c1c;
	color: #e6e6e6;
	width: 100%;
	height: 100%;
}

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: #121d1f;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 34px;
}
h3 {
	color: #121d1f;
	font-size: 20px;
	font-weight: 600;
}
h4 {
	color: #121d1f;
	font-size: 20px;
	font-weight: 0;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
font-family: 'Bai Jamjuree', Sans-Serif;
}
a {
	color: #e6e6e6;
}
a:hover, a:focus {
	text-decoration: none;
	/*color: #7bc3d1;*/
	color:#e6e6e6;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: transparent;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 0;
	border-radius:25px;
}
/* Navigation */
#nav {
	z-index: 9999;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #121d1f;
	border-radius: 0px;
	padding: 10px 0;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #f4f5f6;
}
.navbar-custom .nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #7bc3d1;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #7bc3d1;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #121d1f;
	border-color: #121d1f;
}
.btn-primary {
	color: #fff;
	background-color: #121d1f;
	padding: 10px 20px;
	border-color: #121d1f;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
	color: #fff;
	background-color: #7bc3d1;
	border-color: #7bc3d1;
}
.btn-primary i.fa {
	margin-right: 10px;
}
/* Home Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../images/header.jpg) no-repeat center top;
	background-color: #7bc3d1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.section-title.center {
	padding: 25px 0 0px 0;
}
/* Application List Container Section */

div#application-list-container,
div#application-list-container-en {
    background: var(--color-primary-alt-sp-dark);
    height: 100% !important;
    width: 100% !important;
    border-radius: 1em;
}

/* scegli la tua marca */
#marca_header,
#modello_header,
#anno_header,
#note_header {
	width: min(60%, 16.75rem);
	display: inline-block;
}
select#marca_select,
select#model_select,
select#year_select {
    background: var(--color-container-dark-sp-alt) !important;
    border-color: transparent;
    border-radius: 0.5em;
    width: 70%;
    padding: 0.4em;
}
#note_content {
	color: black;
	width: min(65%, 21rem);
}

#marca-header-en,
#modello-header-en,
#anno-header-en{
	margin-right: 3rem;
    width: min(30%, 16.75rem);
    display: inline-flex;
}


/* Results Section */

h3#title_ricerca {
    color: #8B8A91;
    font-size: clamp(1rem, 10vw, 2rem);
    font-weight: 500;
}


/* About Section */
#about,
#about-en {
	background: linear-gradient(0deg, rgba(34,37,41,1) 5%, rgba(35,38,43,1) 8%, rgba(36,39,44,1) 11%, rgba(45,48,53,1) 20%, rgba(60,64,69,1) 100%);
	border-radius: 1em 1em 0 0;
}
#about .about-text {
	margin-left: 10px;
}
#about img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: inline-block;
}
#about p {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#research-result-item,
div#research-result-item-en {
    background: #ffe900;
	color: var(--color-background-sp);
    text-align: center;
    padding: 1rem;
    border-radius: .6rem;
}

/*div#research-result-item:hover,
div#research-result-item-en:hover {
    outline-offset: .3rem;
    outline: .2rem solid #fff190ad;
    border-radius: 2.5em;
    transition: border-radius 0.7s ease;
    font-weight: 700;
}
/*icone fontawesome */

i.fas.fa-arrow-circle-down {
    content: "\f0ab";
		color: #8B8A91;
}

i.fas.fa-external-link-square-alt:hover{
    color: #292c30;
    transform: scale(1.3);
    transition: all 0.5s ease;
}

i.fas.fa-arrow-circle-down:hover,
i.fas.fa-circle-arrow-down:hover {
    color:var(--color-primary-sp-yellow);
    transform: scale(1.3);
    transition: all 0.5s ease;
}

div#contact-us-container {
    margin-top: clamp(1rem, 2rem, 2.5rem);
    margin-bottom: clamp(1rem, 1.25rem, 2rem);
}

a#contact-us-button,
a#contact-us-button-en {
	outline: 2px solid var(--color-primary-sp-yellow);
	background: var(--color-background-sp);
	border-radius: 0.5em;
	padding:1rem;
	width:max-content;
	margin-left: 1.5rem;
	text-transform:uppercase;
	font-weight: 600;
	font-size: clamp(0.75rem, 1.25rem, 2rem);
	transition: all 0.7s ease;
}

a#contact-us-button-en{
	margin-left:0.1rem !important;
}


a#contact-us-button:hover,
a#contact-us-button-en:hover {
	background:var(--color-primary-alt-sp-dark);
	color: var(--color-primary-sp-yellow);
	outline: 2px solid var(--color-paragraph-sp-alt);
	border-radius: 2.5em;
  transition: all 0.7s ease;
}

#contact-us-button {
  display: inline-block;
  white-space: nowrap;
  margin-top: 8px;
}

/* CONFIRM BUTTON */
#confirm-button,
#confirm-button-en {
	outline: 2px solid var(--color-primary-sp-yellow);
	background: var(--color-background-sp);
	border-radius: 0.5em;
	padding:1rem;
	width:max-content;
	margin-left: 1.5rem;
	text-transform:uppercase;
	font-weight: 600;
	font-size: clamp(0.75rem, 1.25rem, 2rem);
	transition: all 0.7s ease;
}

#confirm-button-en{
	margin-left:0.1rem !important;
}


#confirm-button:hover,
#confirm-button-en:hover {
	background:var(--color-primary-alt-sp-dark);
	color: var(--color-primary-sp-yellow);
	outline: 2px solid var(--color-paragraph-sp-alt);
	border-radius: 2.5em;
  transition: all 0.7s ease;
}
/**********************************/

div#risultati_ricerca.not_found {
    display: flex;
    flex-wrap: nowrap;
    line-height: 1;
    gap: 1em;
		align-items: center;
    flex-shrink: 1;
}
/*===== MEDIA QUERIES SECTION ======= */

@media (max-width: 991px){
	div.not_found {
	    flex-direction: column;
	}

	i.fas.fa-arrow-circle-down,
	i.fas.fa-circle-arrow-down {
	    color: var(--color-primary-sp-yellow);
	}
		i.fas.fa-external-link-square-alt{
			color: var(--color-primary-alt-sp-dark);
		}
}


/* Skills Section */
#skills {
	padding: 100px 0;
	background: #7bc3d1;
}
#skills h2 {
	color: #fff;
}
#skills hr {
	background: rgba(255,255,255,0.3);
}
#skills .skill {
	margin-bottom: 40px;
	text-align: center;
	padding: 0px;
}
#skills .skill h4 {
	font-weight: 600;
	color: #fff;
}
.chart {
	position: relative;
	display: inline-block;
	width: 152px;
	height: 152px;
	margin-bottom: 26px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 21px;
	color: #121d1f;
	line-height: 152px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
/* Portfolio Section */
#portfolio {
	padding: 80px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f4f5f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	background: #7bc3d1;
	color: #fff;
	padding: 6px 14px;
}
ol.type li a.active {
	background: #121d1f;
	color: #fff;
}
ol.type li a:hover {
	background: #121d1f;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 33% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}
/* Achivements Section */
#achievements {
	padding: 100px 0;
	background: #7bc3d1;
}
#achievements h2 {
	color: #fff;
}
#achievements hr {
	background: rgba(255,255,255,0.3);
}
.achievement-box h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-left: 5px;
}
.achievement-box span.count {
	font-size: 52px;
	font-weight: 600;
	display: block;
	color: #121d1f;
	padding: 0;
	margin: 0;
}
/* Resume Section */
#resume {
	padding: 100px 0;
	background: #f6f6f6;
}
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #eee;
}
.timeline>li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li .timeline-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	margin-left: 0;
	border: 1px solid #eee;
	border-radius: 100%;
	text-align: center;
	background: #fff;
}
.timeline>li .timeline-image h4 {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li:last-child {
	margin-bottom: 40px;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.timeline .timeline-heading h2 {
	margin-top: 30px;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
	color: #629ca7;
	font-size: 20px;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0;
}
/* Contact Section */
#contact {
	padding: 100px 0 40px 0;
	color: #121d1f;
	background: #7bc3d1;
}
#contact h2 {
	color: #fff;
}
#contact hr {
	background: rgba(255,255,255,0.3);
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #E87E04;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 60px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #121d1f;
}
#contact .btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 20px;
	color: #fff;
	margin-top: 15px;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #121d1f;
	border: 1px solid #121d1f;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #121d1f;
	color: #7d8384;
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #a0a5a5;
}
#footer a:hover {
	color: #7bc3d1;
}

/* Media Queries */
@media(min-width:768px) {
.intro {
	height: 100%;
	/*padding: 0;*/
	text-align: left;
	color: #fff;
}
.intro H1 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -2px;
}
.intro .name {
	font-weight: 600;
}
.intro .intro-text {
	max-width: 75%;
}
.intro .intro-text p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
section {
	padding: 120px 0;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
}
.timeline:before {
	left: 50%;
}
.timeline>li {
	margin-bottom: 100px;
	min-height: 100px;
}
.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.timeline>li .timeline-image h4 {
	margin-top: 16px;
	line-height: 18px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}
}

@media(min-width:992px) {
	#here-me h1 {
		margin: 10px 0 0px;
	}
	.timeline>li {
		min-height: 150px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px;
	}
	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline>li .timeline-image h4 {
		margin-top: 30px;
		font-size: 18px;
		line-height: 26px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px;
	}
}

@media(min-width:1200px) {
.timeline>li {
	min-height: 170px;
}
.timeline>li .timeline-panel {
	padding: 10px 20px 20px 100px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 40px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 10px 100px 20px 20px;
}

#wrapperResults {
  margin-right: 200px;
}
#contentResults {
  float: left;
  width: 30%;
}
#sidebarResults {
  float: left;
  margin-right: -200px;
  line-height: 40px
}
#clearedResults {

  clear: both;
  background-color: #121d1f;
  height: 5px;
  width: 150%
}

#wrapperFooter {
  margin-right: 200px;
}
#contentFooter {
  float: left;
}
#sidebarFooter {
  float: left;
  margin-right: -200px;
}

#sidebar2Footer {
  float: right;
  margin-right: -200px;
}

#clearedFooter {

  clear: both;
  background-color: #121d1f;
  height: 5px;
  width: 150%
}

i {
	cursor: pointer; cursor: hand;
}
}


/* PREVIOUS MAIN.CSS */

/* TABLE STYLES */

.parTR {
    color: #000;
    background: #119DCB;
}

.imparTR {
    color: #000;
    background: #F8F8F8;
}

/* IMAGES STYLES */

.delete_button {
  width: 25px;
  height: 25px;
  background: url('../images/delete.png') no-repeat;
  cursor:pointer;
  display: inline-block;
  border: 0px solid;
}

.edit_button {
  width: 25px;
  height: 25px;
  background: url('../images/edit.png') no-repeat;
  cursor:pointer;*
  display: inline-block;
  border: 0px solid;
}

/* EDIT BIKE STYLES */
.spanTitle {
    display: inline-block;
    width: 20%;
}

.spanInput {
    width:80%;
}

.spanButton {
    width:100%;
}

.divField {
    margin: 5px 10px 5px 10px;
}

.imgCGS3 {
    width: 10em;
    height: 10em;
}

/* DEV VERSION MODEL */
.main_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header_marca, .select_marca, .header_modello, .select_modello, .result_header, .result_list{
	text-align: center;
	padding: 10px;
    margin: 5px 0;
}

.header_marca, .header_modello, .result_header{
	font-weight: bolder;
	font-size: 20px;
}

.select_marca, .select_modello{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
}

.select_marca_select, .select_modello_select{
	width: 100% !important; /* La select occupa l'intera larghezza del contenitore */
    background-color: #ffe900 !important; /* Sfondo giallo */
    color: #000; /* Colore del testo */
    border: 1px solid #ccc; /* Bordo grigio chiaro */
    border-radius: 10px; /* Bordi arrotondati */
    padding: 10px 40px 10px 10px; /* Spazio per il testo e l'icona */
    font-size: 18px; /* Dimensione del testo */
    appearance: none; /* Nasconde la freccia di default */
    -webkit-appearance: none; /* Per Safari */
    -moz-appearance: none; /* Per Firefox */
    text-align: center; /* Centra il testo */
    padding-right: 40px; /* Spazio per la freccia */
    box-sizing: border-box; /* Garantisce che padding e bordo siano inclusi nella larghezza */
}

.select_wrapper {
    position: relative; /* Necessario per posizionare la freccia */
    width: 90%; /* Larghezza completa */
    text-align: center;
}

.select_wrapper::after {
    content: '\f107'; /* Freccia verso il basso ▼*/
    font-size: 14px;  /*Dimensione della freccia */
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    color: #000; /* Colore della freccia */
    position: absolute;
    right: 10px; /* Posiziona la freccia a destra */
    top: 50%; /* Centra verticalmente */
    transform: translateY(-50%);
    pointer-events: none; /* L'icona non deve essere cliccabile */
}

.search_results{
	width: 90%;
}

.result-item{
	background-color: #ffe900 !important; /* Sfondo giallo */
    color: #000; /* Colore del testo */
    border: 1px solid #ccc; /* Bordo grigio chiaro */
    border-radius: 10px; /* Bordi arrotondati */
}

.missing_results{
    font-size: 14px;
    background-color: #00a8e8 !important; /*#ffe900 !important; /* Sfondo giallo */
    color: #000; /* Colore del testo */
    border: 1px solid #ccc; /* Bordo grigio chiaro */
    border-radius: 10px; /* Bordi arrotondati */
    padding: 10px 40px 10px 10px; /* Spazio per il testo e l'icona */
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 3em 0;
}

.missing_results_header h2{
	font-size: x-large !important;
	font-weight: bold;
}

.missing_results_content ul{
	list-style-position: inside !important;
}

.modelli_collegati{
	color: black;
	background-color: #00a8e8;
	border-radius: 10px;
	padding: 1rem;
	/*display: flex;
	justify-content: space-between;*/
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	position: relative;         /* Necessario per il contesto di posizionamento */
    cursor: pointer;
    text-align: center;         /* Centra il testo */
}

.modelli_collegati i{
	float: right;               /* Sposta l'icona a destra */
    margin-right: 10px;         /* Aggiunge margine a destra */
    color: black !important;
    padding-top: 0.5em;
}

.risulatato-item{
	background-color: #ffe900 !important; /* Sfondo giallo */
    color: black;
    border: 1px solid #ccc; /* Bordo grigio chiaro */
    border-radius: 10px; /* Bordi arrotondati */
    align-items: center;
	cursor: pointer;
	font-size: 18px;
    padding: 1rem;
    position: relative;
	cursor: pointer;
	text-align: center;
}

.risulatato-item i{
	float: right;               /* Sposta l'icona a destra */
    margin-right: 10px;         /* Aggiunge margine a destra */
    color: black !important;
    padding-top: 0.5em;
}

.result_header{
	font-size: xx-large !important;
}

.download_csv{
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}