/* ///////////////////// SCROLLBARS //////////////////////// */
/*
.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 */
} */

.jarvis-page-container textarea::-webkit-scrollbar {
	display: none !important;
}

.jarvis-page-container textarea::-webkit-scrollbar-thumb {
	display: none !important;
}

.jarvis-page-container .scroll::-webkit-scrollbar {
	display: none !important;
}

.jarvis-page-container .scroll::-webkit-scrollbar-thumb {
	display: none !important;
}