body {
	min-height: 100vh;
	font-family: Roboto;
}
.modal-open .modal {
	display: flex !important;
	align-items: center !important;
}
.modal-open .modal .modal-dialog {
	flex-grow: 1;
}
.file {
	visibility: hidden;
	position: absolute;
}
.preview {
	display: inline-block;
	position: relative;
}
.preview,
.preview .photo {
	width: 80px;
	height: 80px;
}
.preview:hover:after {
	content: "X";
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ed969e;
	font-weight: bold;
	cursor: pointer;
}
.preview:last-child:hover:after {
	display: none;
}
.item-price:first-child span {
	display: none;
}
.attached:first-child span {
	display: none;
}
textarea {
	min-height: 100px;
}
.pagination li {
	margin: 0 8px;
}
.pagination li a {
	color: #aaa;
}
.pagination li.disabled a {
	color: #ccc;
}
.pagination li.active a {
	color: #007bff;
}
.form-control.form-select {
	padding-right: 2.25rem;
}
.w-min {
	width: 1%;
}
