.nounderline {
  text-decoration: none !important;
}

.textShadow {
  text-shadow: #20BEEF 1px 0 10px;
}

.disabled {
	text-shadow: none;
}

li {
	text-shadow: #20BEEF 1px 0 10px;
}

a {
	text-shadow: #20BEEF 1px 0 10px;
}

a:hover {
	color: #00bc8c;
	font-weight: bold;
}

div {
	text-shadow: #20BEEF 1px 0 10px;
}

@media (max-width: 768px) {
	#sidebar-wrapper.border-right {
		border-right-color: transparent !important;
	}
}