.swagger-section #api_selector input#input_apiKey,
.swagger-section #api_selector input[name="api_key"] {
    display: none !important;
}

.swagger-section #header {
    background-color: #0f5132 !important;
    height: 64px !important;
    min-height: 64px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.swagger-section #header #logo {
    background-image: none !important;
    color: transparent !important;
    cursor: default !important;
    display: flex !important;
    flex: 0 0 330px !important;
    height: 64px !important;
    line-height: normal !important;
    pointer-events: none !important;
    position: relative !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    width: 330px !important;
}

.swagger-section #header #logo::after {
    align-items: center;
    content: "Pennydrop API";
    color: #ffffff;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 64px;
    line-height: normal;
    padding-left: 0;
}

.swagger-section #header .swagger-ui-wrap {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    gap: 18px !important;
    height: 64px !important;
    max-width: 1200px !important;
    min-height: 64px !important;
    padding: 0 16px !important;
}

.swagger-section #api_selector {
    align-items: center !important;
    display: flex !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.swagger-section #api_selector .input {
    margin: 0 !important;
}

.swagger-section #api_selector input {
    height: 30px !important;
    width: 460px !important;
}

.swagger-section #api_selector .button {
    margin: 0 !important;
}

.swagger-section #message-bar,
.swagger-section #swagger-ui-container .info_title,
.swagger-section #swagger-ui-container .info_description,
.swagger-section #swagger-ui-container .info_name,
.swagger-section #swagger-ui-container .info_url,
.swagger-section #swagger-ui-container .info_email {
    display: none !important;
}

.swagger-section #swagger-ui-container {
    padding-top: 28px !important;
}
