#userinfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 30px;
}

#username {
	font-weight: 600;
	line-height: 1.4;
}

#userid {
	display: none;
}



#storeitem {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}

#storeitem .content {
	display: flex;
	flex-direction: column;
	height: 80%;
	width: 90%;
	max-width: 500px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding: 25px 18px 15px 18px;
}

#storeitem .content #item {
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

#storeitem .content #itempay {
	width: 100%;
	padding: 12px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#item div {
	padding: 2px;
}

#itempay {
	background: linear-gradient(90deg, #946ce6, #7e5fd9);
	color: #fff;
	white-space: nowrap;
}

#StoreItemName {
	margin-bottom: 1rem;
	width: fit-content;
	max-width: 90%;
	color: #444;
	white-space: nowrap;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	padding: 10px !important;
	background: #eee;
}

#StoreItemName:hover {
	color: #111;
}

.border-green {
	background: rgba(146, 107, 229, 0.18) !important;
}


.info-card {
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	text-align: left;
	border-radius: 0.5rem;
	border: 1px solid #e3e3e3;
	padding: 1.25rem 1rem 1.25rem 1rem;
}

.info-image {
	font-size: 3rem;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	background-color: #fee2e2;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	border-radius: 9999px;
}

.info-image svg {
	color: #dc2626;
	width: 1.5rem;
	height: 1.5rem;
}

.info-content {
	margin-top: 0.75rem;
	text-align: center;
}

.info-title {
	color: #3a4d61;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
}

.info-message {
	margin-top: 0.5rem;
	color: #3c4048;
	line-height: 3rem;
}

.info-actions {
	margin: 0.75rem 1rem;
	background-color: #f9fafb;
}


button {
	cursor: pointer;
}

.height0{
	height: 0px !important;
	overflow: hidden !important;
	padding: 0px !important;
}