.swagger-ui {
    background-color: white;
  }
  
  .swagger-ui .topbar {
    background: #ECF0F3;
    box-shadow:
    3px 3px 4px 0px #79818d26 inset,
    -3px -3px 3px 0px #ffffff inset;
  }
  
  .swagger-ui .topbar a {
    /* content: url('/api/public/logo.svg') !important;
    height: 40px; */
    display: none;
  }
  .swagger-ui .topbar .wrapper {
    height: 60px;
    background-image: url('/api/public/logo-full.svg');
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: 20px center;

  }
  
  
  .swagger-ui .btn {
    margin-left: 8px !important;
  }
  .version-stamp{
    display: none !important;
  }