.toolbox-logo {
	background-color: #ffffff;
    background-image: linear-gradient(-45deg, #c3046e, #006aae, #00a7cf, #00bd23);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	/*height: 100vh;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}


@keyframes gradient {
	0%   {background-position: 0 0;}
    25% {background-position: 50% 0;}
    50% {background-position: 90% 0;}
    60% {background-position: 60%;}
    75% {background-position: 40%;}
    100%  {background-position: 0 0;}
}


.hover-nav-link:hover {
    background-color: #ededee;
}

.border-left-primary {
	border-left: .25rem solid #4e73df !important;
}