#dark-mode-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  padding: 8px 16px;
  background: #4a90d9;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
body.dark-mode .swagger-ui { background-color: #1e1e1e !important; color: #e8e8e8 !important; }
body.dark-mode .swagger-ui .information-container { background-color: #1e1e1e !important; }
body.dark-mode .swagger-ui .info { background-color: #2d2d2d !important; border-color: #3b4151 !important; }
body.dark-mode .swagger-ui .topbar { background-color: #2d2d2d !important; }
body.dark-mode .swagger-ui .opblock { background-color: #2d2d2d !important; border-color: #3b4151 !important; }
body.dark-mode .swagger-ui .opblock .opblock-summary { color: #e8e8e8 !important; }
body.dark-mode .swagger-ui textarea, body.dark-mode .swagger-ui input[type=text], body.dark-mode .swagger-ui input[type=password] { background-color: #2d2d2d !important; color: #e8e8e8 !important; border-color: #3b4151 !important; }
body.dark-mode .swagger-ui select { background-color: #2d2d2d !important; color: #e8e8e8 !important; }
body.dark-mode .swagger-ui .model-box { background-color: #2d2d2d !important; border-color: #3b4151 !important; }
body.dark-mode .swagger-ui table { background-color: #2d2d2d !important; color: #e8e8e8 !important; }
body.dark-mode .swagger-ui .microlight { background-color: #2d2d2d !important; color: #e8e8e8 !important; }
