﻿.modal__productlist { display: flex; }

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	animation: opaq 500ms forwards;
	z-index: 10002;
}

.fields__popup {
	width: 256px;
	background-color: white;
	padding: 16px;
	margin-inline: auto;
	margin-top: 5%;
}

.popup {
	margin: 70px auto;
	padding:20px;
	background: #ffffff;
	border-radius: 4px;
	width: 550px;
	position: relative;     
	transition: all 5s ease-in-out;
	text-align: left;
	/*border-top: 7px solid #fef3c6;*/
	position: relative;
	top: 50px;

	&>h2 {
		text-align: center !important;
	}
}

.buttons__popup {
	gap: 16px;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.fieldsentry {
	padding-bottom: 8px;
}

.message__popup {
	background-color: azure;
	margin-top: 8px;
	padding: 8px;
}

