.list-group {
	--bs-list-group-action-hover-bg: rgba(255, 0, 0, 0.6);
}
.vr {
	height: 200px;
	visibility: hidden;
}

.gradient-text {
	background: linear-gradient(90deg, rgb(0, 166, 255), #1b65fa);
	-webkit-background-clip: text;
	color: transparent;
  }