body {
	min-height: 100dvh;
	font-family: Poppins;
}
.modal-open .modal.show {
	display: flex !important;
	align-items: center !important;
}
.modal-open .modal.show .modal-dialog {
	flex-grow: 1;
}
.file {
	visibility: hidden;
	position: absolute;
}
.preview {
	display: inline-block;
	position: relative;
}
.preview,
.preview .photo,
.imagePromotion {
	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;
}
.btn-primary {
	background: #ad45b0;
	border-color: #ad45b0;
}
.btn-primary:hover {
	background: #b24db6;
	border-color: #b24db6;
}
a,
.btn-link {
	color: #b24db6;
}
a:hover,
.btn-link:hover {
	color: #b24db6;
}
.bg-primary {
	background: #b24db6 !important;
}
.pagination li {
	display: inline-block;
	margin-left: 4px;
	padding: 6px 8px;
}
.pagination li.active {
	background: #ad45b0 !important;
}
.pagination li.active a {
	color: white;
}
.w-header {
	width: 1px;
}
.flex-1 {
	flex-grow: 1;
}
.table thead th {
	border-top: none;
}
.pointer {
	cursor: pointer;
}
.alert.position-fixed {
	z-index: 9;
}
.font-weight-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.font-weight-semi {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

#page-loading {
	text-align: center;
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 2;
}
#page-loading > div {
	width: 100%;
}
.text-small {
	font-size: 14px;
}
.text-tiny {
	font-size: 12px;
}
.text-gray {
	color: #898989;
}
.form-control {
	border-radius: 8px !important;
}
.form-control:focus {
	outline: none !important;
	border: 1px solid #ced4da;
	border-bottom: solid 2px #b24db6;
	box-shadow: none !important;
}

.custom-toast {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	width: auto;
	position: fixed;
	bottom: 0;
	margin: 0 auto 30px;
	padding: 10px 20px;
	border-radius: 9px;
	display: block;
	left: 50%;
	transform: translate(-50%, 0px);
	max-width: 720px;
	text-align: center;
}

.custom-toast-error {
	background-color: #d20000cc;
}
.bg-light {
	background-color: #f4f4f4 !important;
}
.btn-remove-ingredient {
	position: absolute;
	right: 10px;
	top: 6px;
}
