/* Your custom CSS here */

.no-hover-effect:hover,
.no-hover-effect:focus,
.no-hover-effect:active {
	color: inherit !important;
	background-color: transparent !important;
	border-color: #6c757d !important; /* Original btn-outline-secondary border */
	text-decoration: none !important;
}

