.selectizeWidth{
	max-width: 300px;
}

@media screen and (max-width: 900px){
	.selectizeWidth{
		max-width: 80%;
	}
}

select{

	padding: 0.25rem;
	background-color: white;
	border-radius: 0.25rem;
	border: 1px solid #AAA;

}

.tablePhoto{

width: 100%;
max-width: 250px;
min-width: 100px;
height: auto;

}

html{

	height: 100%;

}

body{
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #F7E9D4;
}

.everything{

	flex: 1 0 auto;

}

footer{

	background-color: #00004d;
	color: #FB9902;
	flex-shrink: 0;

}

.centerForm{

	display:flex;
	justify-content: center;
	flex-direction: row;

}

.center{

	text-align: center;

}

h5{

	text-decoration-line: underline;

}

.whiteLink{

	color: #FB9902;

}

.navbarButton{

	background-color: #F7E9D4;
	border-color: #F7E9D4;

}

.searchButton{
	float: right;
}

.paginationButton{

	background-color: #8DA5E8;
	border-color: #6989E2;

}

.uploader{

	--uc-simple-btn-light: oklch(0.7897 0.1036 250.41);
	--uc-simple-btn-hover-light: oklch(0.7897 0.1233 233.47);
}
.carouselSizing{
	max-width: 60%;
	height: auto;
	margin: auto;
}

.venderComment{
	width:50%;
	background-color:#FFFFFF;
	color: black;
}

.deleteBtn{
	background-color:#FFFFFF;
}

.banner{
	position:fixed;
	bottom: 0;
	width: 100%;
	color: #FB9902;
	background-color:#15158d;
	display: flex;
}

.cookieButton{
	background-color: #F7E9D4;
	border-color: #F7E9D4;
}

.cookieButtonDiv{
	min-width: 10%;
}
