<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.swagger-ui .parameters td,
.swagger-ui .parameters th {
    background-color: transparent !important;
    border: none !important;
}

.swagger-ui .responses-table,
.swagger-ui .responses-table tr,
.swagger-ui .responses-table td,
.swagger-ui .responses-table th {
    background-color: transparent !important;
    border: none !important;
}

.swagger-ui .parameters thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.swagger-ui .info {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.swagger-ui .info .title {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.swagger-ui .info .version {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.swagger-ui .info .description {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.swagger-ui .opblock {
    box-shadow: none !important;
}
.swagger-ui .opblock-tag {
    box-shadow: none !important;
}
.swagger-ui .opblock-tag-section {
    box-shadow: none !important;
}
.swagger-ui .opblock-body {
    box-shadow: none !important;
}
#swagger-ui &gt; div &gt; div:nth-child(2) &gt; div.information-container.wrapper {
    display: none;
}
#swagger-ui &gt; div &gt; div:nth-child(2) &gt; div.scheme-container {
    box-shadow: none;
    padding: 0;
}
</pre></body></html>