.bg-blue{
	background-color: rgb(246,251,253);
}
.bg-yellow{
	background-color: rgba(245, 176, 66,0.07)
}
.bg-red{
	background-color: rgba(237, 58, 52,0.07)
}
.bg-purple{
	background-color: rgba(90, 50, 150,0.07);
}
.bg-pink{
	background-color: rgba(237, 111, 155,0.1);

}
.text-info{
	font-weight: 700!important;
}
.fw-700{
	font-weight: 700!important;
	font-size: 28px!important;
}
.fw-400{
	font-weight: 400!important;
}
.imgCls{
	max-width: 17%; min-width: 10%; position: absolute; right: 23%; bottom: -20%;
}
.vkiText{
	text-decoration: none!important;
}

.resultInput{
	background-color: transparent!important;
	border-color: cornflowerblue!important;
	border-width: 2px;
}