html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

/* Hide the default Swagger logo */
.topbar .link svg {
    display: none;
}

/* Add your custom logo */
.topbar .link {
    background-image: url('formify-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px; /* Adjust as needed */
    width: 150px; /* Adjust as needed */
}

.swagger-ui .topbar .download-url-wrapper {
    display: none;
}