/* API Document Custom Styles - admincontrol/api-document */

.response-view {
	background-color: #f8f9fa !important;
	padding: 1rem !important;
	border-radius: 0.375rem !important;
	overflow-x: auto !important;
}

.response-view .json-key {
	color: #0d6efd !important;
}

.response-view .json-string {
	color: #198754 !important;
}

.response-view .json-number {
	color: #d63384 !important;
}

.response-view .json-boolean {
	color: #fd7e14 !important;
}

.response-view .json-null {
	color: #6c757d !important;
}

.response-view * {
	color: #212529 !important;
}

#backToTop, #floatingSearch {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

#backToTop[style*="display: flex"], #floatingSearch[style*="display: flex"] {
	opacity: 1;
}

