body.swagger-section #header #logo {
    display: none;
}

body.swagger-section #input_apiKey {
    display: none;
}

body.swagger-section #explore {
    display: none;
}

body.swagger-section #header {
    background-image: url(/WebApi/Content/naverisk-logo.png); 
    background-color: white;
    background-repeat: no-repeat;
    background-position: 20px top;
    background-size: 200px auto;
    height: 40px; 
    margin-top: 10px;
}

body.swagger-section .swagger-ui-wrap {
    margin-top: 10px;
}

.auth-container {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding: 15px 10px 10px;
    margin-bottom: 5px;
    text-align: right;
}

.auth-input {
    margin-right: 10px;
    display: inline-block;
}

.auth-token {
    margin-top: 10px;
    text-align: right; 
    font-size: 14px;
    color: #555;
}

.auth-token-error {
    color: #d00;
}

.custom-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    font-size: small;
    color: #555;
}