/* ///////////////////////////////////////////// */

.jarvis-page-container textarea::-webkit-scrollbar {
	width: 12px;
	border-radius: 10px;
	background-color: white;
}

.jarvis-page-container textarea::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #1976d2;
	/* Standardfarbe jarvis */
}