.aramaBox {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 750px;
	height: 500px;
	padding: 50px 0 20px;
	background-color: #fff;
	z-index: 2;
	display: none;
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow-y: auto;
}

.aramaBox ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px dashed rgb(161, 155, 155);
	padding: 14px;
}

.aramaBox ul li:hover {
	/* background-color: #f8f9fa; */
	background-color: #ececf6;
}

.aramaBox ul li a {
	display: block;
	color: #6c757d;
	font-weight: 500;
	width: 80%;
}

.aramaBox ul li span {
	color: #fff;
	display: block;
	margin-left: 20px;
	padding: 3px 12px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 20px;
}
