span.required-field {
    color: red;
    font-weight: bold;
}

.swagger-section #header {
    background-color: #002b49;
}

.swagger-section .swagger-ui-wrap {
    max-width: 80dvw;
}

.swagger-section #api_selector {
    position: relative;
    top: 3px
}

.enum-collapse summary {
    font-weight: bold;
    margin-top: 5px;
}

.enum-collapse div {
    font-family: monospace;
    color: #444;
}

.enum-values {
    font-size: 1.3em !important;
}
