.swagger-ui .topbar {
  display: none !important;
}

.my-header{
  display:flex;
  align-items:center;
  gap:16px;
  padding:12px 20px;
  border-bottom:1px solid #e5e5e5;
  position: sticky;
  top: 0;
  background: white;
  z-index: 9999;
}