/* Change top bar color */
.topbar {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 74px;
}

.logo-section {
	display: flex;
	align-items: flex-start;
}

.topbar .logo {
	width: 148px;
}

.topbar .logo img {
	width: 100%;
}

/* Change page background */
body {
	background: #f9f9f9 !important;
}

#om {
	top: 38px;
	position: relative;
}

/* Change font */
.swagger-ui * {
	font-family: "Inter", Arial, sans-serif !important;
}

/* Customize model section */
.opblock-summary {
	background-color: #e7f0ff !important;
}
