.invalid {
    outline: 1px solid #e50000;
}

.host {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

.layout {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.mud-input-label-inputcontrol {
    font-size: inherit !important;
}

.topbar-wrapper span, .info .link .url {
    visibility: hidden;
}

.swagger-ui img {
    content: url('../img/logo.png');
    width: 175px;
    height: 32px;
}