.swagger-ui .topbar {
    display: none
}

swagger-ui .info .title {
    font-family: Microsoft JhengHei;
}


/* response */

.col_header.response-col_status {
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
}

.col_header.response-col_status::after {
    content: "狀態碼";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}

.col_header.response-col_description {
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
}

.col_header.response-col_description::after {
    content: "描述";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}

.col.col_header.response-col_links {
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
}

.col.col_header.response-col_links::after {
    content: "連結";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}


/*  */


/*  */


/* .parameters-container
.opblock-description-wrapper
p{
    text-indent: -9999px;
    line-height: 0;
}
.parameters-container
.opblock-description-wrapper::after 
p{
    content: "無參數";
    text-indent: 0;
    display: block;
    line-height: initial;
} */

.col_header.parameters-col_description {
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
}

.col_header.parameters-col_description::after {
    content: "描述";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}

.col_header.parameters-col_name {
    text-indent: -9999px;
    line-height: 0;
}

.col_header.parameters-col_name::after {
    content: "參數名稱";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}

.parameters-col_description p strong {
    font-weight: bolder;
    color: blue;
}


.btn.try-out__btn {
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
}

.btn.try-out__btn::after {
    content: "測試";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}

.btn.try-out__btn.cancel {
    text-indent: -9999px;
    line-height: 0;
    /* Collapse the original line */
}

.btn.try-out__btn.cancel::after {
    content: "取消";
    text-indent: 0;
    display: block;
    line-height: initial;
    /* New content takes up original line height */
}

.logo-img {
    height: 50px;
}

.swagger-ui .opblock .opblock-summary-description {
    text-align: right;
    font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
}

.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown>p:first-child,
.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown>p:last-child {
    /* display: inline */
    font-size: 12px;
}

.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown>p:not(:first-child):before {
    font-size: 10px;
    /* display: block;
    content: '' */
}

.swagger-section .swagger-ui-wrap .model-signature .propName {
    font-weight: bold
}

.swagger-ui .scheme-container {
    background-color: #fff0;
}

.swagger-ui .download-contents {
    margin-right: 15px;
    background-color: #4990e2;
}

html {
    font-size: 0.8em;
}

body {
    margin: 0;
    font-family: Microsoft JhengHei;
}

h6 {
    display: none;
}

h2 {
    margin-top: 14px;
}

h3 {
    font-size: 12px;
}

p {
    font-weight: bold;
}



.swagger-ui .model-box-control,
.swagger-ui .models-control,
.swagger-ui .opblock-summary-control {
    flex-direction: row-reverse;
}

.swagger-ui .opblock .opblock-summary-method {
    margin-right: 2.5em;
}

.opblock-summary-control .arrow {
    position: absolute;
}

.swagger-ui .opblock .opblock-summary .view-line-link.copy-to-clipboard {
    display: none;
}

.swagger-ui .copy-to-clipboard {
    display: none ;
}

.swagger-ui .opblock .opblock-summary-description {
    display: flex;
}