.noblex-pickup-received {
	font-weight: 700;
}

.noblex-pickup-account-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(15, 23, 42, 0.58);
}

.noblex-pickup-account-modal[hidden] {
	display: none;
}

.noblex-pickup-account-modal__panel {
	position: relative;
	width: min(420px, 100%);
	padding: 22px;
	background: #fff;
	color: #17202a;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.28);
}

.noblex-pickup-account-modal__panel h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.noblex-pickup-account-modal__panel p {
	margin: 0 0 14px;
}

.noblex-pickup-account-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
