html, body {
	/* font-family: 'Ubuntu', sans-serif; */
	/* font-weight: 300; */
}

.navbar {
	background-color: #110B36;
}

.nav-link:hover {
	color: #2cb6c5 !important;
}	

.myaccount-setting {
	padding: 15px 0;
	border-bottom: 1px solid #f5f3f3;
}

.myaccount-setting:hover {
	cursor: pointer;
	background-color: #ddd;
}	

.myaccount-setting-detail {
	padding: 10px 0;
	border-bottom: 1px solid grey;
}

.save-tick {
	color: #2ead2e;
	display: none;
}