.blink-caret {
	animation: blink-caret 1s step-end infinite;
	border-right: 2px solid #212529;
}

@keyframes blink-caret {
	0% {
		border-color: transparent;
	}

	50% {
		border-color: #212529;
	}
}

.box-content {
	box-sizing: content-box;
}

.footer-icon {
	font-size: 1.25rem;
	height: 1.25rem;
}

.text-justify {
	text-align: justify !important;
}

::-webkit-scrollbar {
	height: 0.25rem;
	width: 0.25rem;
}

::-webkit-scrollbar-track {
	background-color: #adb5bd;
}

::-webkit-scrollbar-thumb {
	background-color: #6c757d;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #5c636a;
}

::-webkit-scrollbar-thumb:active {
	background-color: #565e64;
}