#btnSend{
    width: 100%;
    background-color: #05b672;
    color: #fff;
    border: 0;
    padding: 0.3rem 0;
    border-radius: 3px;
    margin-top: 0.5rem;
    font-size: 0.7rem;
    cursor: pointer;
}

/********************************************************/

.apihead {
    border: 1px solid #eee;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 0.75rem;
}

.night .apihead{
    border:1px solid #444;
}

.apihead .titls {
    margin-bottom: 0.5rem;
    font-size: 0.6rem;
}

.apihead .titls strong {
    font-weight: unset;
}

.apihead .titls span {
    float: right;
    color: #888;
    cursor: pointer;
    margin-left: 0.5rem;
}

.apihead input{
    width: calc((100% - 1.6rem) / 2);
    float: left;
    border-right: 0;
    height: 1.6rem;
    line-height: 1.6rem;
}

.night .apihead input{
    border-right: 0 !important;
}

.apihead i{
    height: 1.6rem;
    width: 1.6rem;
    display: inline-block;
    text-align: center;
    border: 1px solid #FF9800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    background-color: #FF9800;
    color: #fff;
    cursor: pointer;
}

.apiheadcent{
    margin-top: 0.5rem;
    border-radius: 3px;
    border: 0;
    padding: 0;
}

.night .apiheadcent{
    border: 0;
}

.apiheadcent>div {
    padding: 0;
    margin-bottom: 0.5rem;
}

.apiheadcent>div:last-child{
    margin-bottom: 0;
}

/********************************************************/

.apitabs{
    background: #f1f5f9;
    display: inline-block;
    float: right;
    padding: 0.15rem 0;
    border-radius: 3px;
}

.night .apitabs{
    background-color: #181a1b;
}

.apitabs span{
    padding: 0.1rem 0.25rem;
    font-weight: bold;
    color: #89bfd9 !important;
    font-size: 0.55rem;
    white-space: nowrap;
    margin: 0 0.2rem !important;
}

.apitabs span.act{
    background-color: #fff;
}

.night .apitabs span.act{
    background-color: #333;
}

#jsonParamArea,#formParamArea,#noneParamArea{
    margin-top: 0.8rem;
}

#noneParamArea{
    color: #89bfd9;
}

.night #noneParamArea{
    border: 1px solid #444;
    color: #888;
}

#formParamArea{
    display: none;
}

#formParamArea>div>div{
    margin-bottom: 0.5rem;
}

#formParamArea>div>div:last-child{
    margin-bottom: 0;
}

#formParamArea button{
    height: 1.6rem;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.6rem;
    background-color: #607D8B;
    border: 1px solid #eee;
    color: #fff;
}

.night #formParamArea button{
    background-color: #181a1b;
    border: 1px solid #444;
    color: #aaa;
}

#noneParamArea{
    padding: 2rem 0.5rem;
    border: 1px solid #eee;
    text-align: center;
    display: none;
}

/********************************************************/

#responseStatusBar{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    border-radius: 3px;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
}

.night #responseStatusBar{
    background-color: #181a1b;
}

#responseStatusBar span{
    color: #94a3b8;
    font-size: 0.5rem;
    display: flex;
    align-items: center;
    gap: 4px;
}

#responseStatusBar span i{
    font-style: normal;
    font-size: 0.5rem;
}

/********************************************************/


#responseCard{
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
    margin-top: 0.75rem;
}

.night #responseCard{
    border: 1px solid #444;
    background:#181a1b;
}

#responseCard .cs-header{
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #eee;
    font-size: 0.6rem;
    letter-spacing: 0.6px;
    user-select: none;
    display: flex;
    justify-content: space-between;
}

.night #responseCard .cs-header{
    border-bottom: 1px solid #444;
}

#responseTabs{

}

#responseTabs button{
    padding: 0.5rem 0.5rem;
    cursor: pointer;
    font-size: 0.5rem;
    border: none;
    background: transparent;
    position: relative;
    bottom: -2px;
    color: #94a3b8;
    white-space: nowrap;
}

#responseTabs button.active{
    color: #3b6df0;
    font-weight: 600;
}

/********************************************************/

code[class*=language-], pre[class*=language-] {
    white-space: pre-wrap !important;
    word-spacing: normal;
    word-break: break-all !important;
}

.formParamAreadiv input{
    width: calc((100% - 3.2rem) / 2);
}

.formParamAreadiv i{
    float: left;
    font-size: 0.5rem;
    width: 1.5rem;
    background-color: #03A9F4;
    border: 1px solid #03A9F4;
    border: 0;
    margin-left: 0.1rem;
}