#headerSigninMenu,
#headerAccountDetailsMenu {
	width: auto;
	position: absolute;
	/* left: 970px;
	top: 96px; */
	z-index: 9999;
	background-color: #ffffff;
	padding: 20px 20px 13px 20px;
	color: #000000;

	border: 1px solid #E3E3E3;
	box-shadow: 0px 20px 20px -8px rgba(0, 0, 0, 0.20);
}

/* Privacy Policy Cookie */
.cookie_privacyPolicy{
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 14px;
	margin-bottom: 18px;
	z-index: 2147483001;
	display: none;
}

.cookie_card {
  display: flex;
  align-items: end;
  gap: 10px;

  max-width: 500px;
  padding: 10px;

  background-color: white;
  border: 1px solid #E3E3E3;
	font-family: sans-serif;

  box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.20);

  font-size: 14px;
	line-height: normal;
}

.cookie_card span {
	color:black;
	text-align: left;
}

.cookie_img {
	width: 30px;
	height: 30px;
}

@media (max-width: 768px) {
	.cookie_privacyPolicy {
		margin: 5px;
	}
	.cookie_card {
		max-width: 60%;	
	}
	.cookie_card.align-items-center.text-primary {
		align-items: flex-end !important;
	}
	.cookie_img {
		display: none;
	}
}