body {
    font-family: Inter;
    font-size: 12px;
    margin: 0px;
}

.POST,
.GET {
    font-size: 16px;
    line-height: 28px;
}

#allContent {
    padding-top: 50px;
}

.POST {
    color: rgb(173, 122, 3) !important;
}

.GET {
    color: rgb(0, 127, 49) !important;
}

header {
    display: flex;
    padding: 0px 20px;
    position: fixed;
    top: 0px;
    background-color: #fff;
    z-index: 9999;
    width: 100vw;
    height: 45px;
    align-items: center;
}

.bi-list {
    font-size: 28px;
    font-weight: 700;
}

.logotext {
    font-size: 28px;
    font-weight: 700;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#title {
    font-size: 24px;
    font-weight: 600;
}

.sidebar {
    flex: 0 0 150px;
    width: 150px;
    min-width: 150px;
    background-color: rgb(249, 249, 249);
    padding: 20px;
    position: relative;
}

.sidebar_hide {
    /* display: none; */
    animation: closeSide 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* .sidebar_show {
    animation: showside 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
} */
.errTab td {
    width: max-content !important;
}

.content {
    padding: 16px 20px;
    width: calc(100% - 230px);
}

.side_content {
    position: fixed;
    top: 85px;
    width: 150px;
}

a:hover {
    text-decoration: underline !important;
}

li {
    list-style: none;
    margin: 10px 0px;
}

.sidebar li,
.sidebar .POST,
.sidebar .GET,
.sidebar a {
    color: #000;
    font-size: 12px !important;
    text-decoration: none;
    list-style: none;
    margin: 0px;
}

div.df section {
    width: 50%;
}

tr {
    padding: 10px 0px;
}

th {
    text-align: left;
    width: 25%;
}

td {
    width: 75%;
}

.bg_grey {
    background-color: rgb(242, 242, 242);
    padding: 10px;
}

.redc {
    color: rgb(201, 44, 44) !important;
}

.greyc {
    color: #5f555587;
}

.pinkc {
    color: rgb(249, 38, 114);
}

.lgrc {
    color: rgb(166, 226, 46);
}

.grc {
    color: rgb(47, 156, 10) !important;
}

.vioc {
    color: rgb(174, 129, 255);
}

.bluc {
    color: rgb(25, 144, 184);
}

.df {
    display: flex;
}

.fcol {
    flex-direction: column;
}

.jcc {
    justify-content: center;
}

.jsb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.fno {
    flex: none !important;
}

.short_expand {
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid rgb(230, 230, 230);
    position: relative;
    max-height: 250px;
    background-color: transparent;
    overflow: hidden;
    margin-top: 16px !important;
}

.accordion {
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.accordion button {
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.des_tables {
    width: 100%;

    td {
        width: auto;
    }

    tr {
        margin-top: 10px;

        :first-child {
            width: 30%;
        }

        :last-child {
            width: 50%;
        }
    }
}

.inside {
    background-color: #fafafa;
    border: 0px;
    margin: 5px 0;
}

.accordion_div {
    margin: 10px 0;
}

.panel {
    padding: 0 18px;
    background-color: #fafafa;
    display: none;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.view_more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    z-index: 10;
    background: linear-gradient(transparent, rgb(230, 230, 230) 100%, rgba(237, 237, 237, 0.314) 0px);
}

.view_btn {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(242, 242, 242);
    border: 1px solid rgb(237, 237, 237);
    border-radius: calc(32px);
    color: rgb(33, 33, 33);
    padding: 4px 12px;
    font-size: 12px;
    appearance: button;
    cursor: pointer;
    line-height: inherit;
    white-space: nowrap;
}

.expand_top {
    display: flex;
    gap: 8px;
    padding: 8px;
}

.exp_lang {
    background-color: rgb(242, 242, 242);
    color: rgb(107, 107, 107);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.cpy_div {
    margin-left: auto;
    display: flex;
    gap: 8px;
    cursor: pointer;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}

.cpy_div:hover,
.close_btn:hover {
    background-color: rgb(224, 224, 224);
}

.expand_code {
    padding: 5px 12px !important;
}

.req_head {
    color: #fff;
}

.req_res {
    background-color: rgb(48, 48, 48);
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    padding: 8px 16px 16px;
    box-sizing: border-box;
    margin-left: 20px;
}

.req_res .short_expand {
    border: 1px solid rgb(59, 59, 59);
}

.req_res .view_more {
    background: linear-gradient(transparent, rgb(59, 59, 59) 100%, rgba(48, 48, 48, 0.314) 0px);
}

.req_res .view_btn {
    background-color: rgb(43, 43, 43);
    border: 1px solid rgb(48, 48, 48);
    color: #fff;
}

.req_res .exp_lang {
    background-color: rgb(43, 43, 43);
}

.req_res .cpy_div {
    color: rgb(166, 166, 166);
}

.req_res .short_expand {
    border: 1px solid rgb(59, 59, 59);
    border-radius: 4px;
    background-color: rgb(33, 33, 33);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    overflow: hidden;
}

select {
    border-radius: 10px;
    padding: 5px;

}

.h2h,
.h2h1 {
    display: none;
}

.select_drop {
    width: 100% !important;
    justify-content: space-between;
    align-items: center;

    select {
        background-color: transparent;
        color: #fff;
        outline: 0px;
        border: 2px solid grey;
        border-radius: 20px;
        padding: 5px 10px;
        height: fit-content;
    }

    option {
        background-color: #000;
        color: #fff;
    }
}

.req_res .expand_content {
    color: #fff;
}

.succ_res {
    display: none;
}

#popup_cover {
    position: fixed;
    inset: 0px;
    background-color: rgba(26, 26, 26, 0.6);
    z-index: 120;
    display: none;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#pop_main {
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    flex-direction: column;
    max-height: 96vh;
    align-self: center;
    border-radius: 4px;
    box-shadow: rgba(107, 107, 107, 0.24) 0px 16px 24px -8px;
    overflow: auto;
}

#pop_cover_code {
    position: relative;
    inset: 0px;
    border: none;
    background: none;
    overflow: hidden;
    border-radius: 4px;
    outline: none;
    padding: 0px;
    display: flex;
    margin: auto;
    height: 100%;
    max-width: 846px;
}

#popup .expand_code {
    overflow: auto;
}

#code_close {
    box-sizing: border-box;
    display: flex;
    flex-flow: row;
    padding: 24px 24px 4px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: center;
    align-self: auto;
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    min-width: auto;
}

#popup {
    color: rgb(33, 33, 33);
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    overflow-y: auto;
    margin: 4px 24px 8px;
    margin-bottom: 16px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
}

.w-100 {
    width: calc(100% - 40px) !important;
}

.p-0 {
    padding: 0 !important;
}

.close_btn {
    font-size: 24px;
    cursor: pointer;
}

#popup_cover.req_res1 {
    #pop_main {
        background-color: rgb(33, 33, 33);
        display: flex;
        -webkit-box-flex: 1;
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        flex-direction: column;
        max-height: 96vh;
        align-self: center;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.32) 0px 16px 24px -8px;
    }

    #code_close,
    .expand_code {
        color: #fff;
    }

    #popup {
        border: 1px solid rgb(59, 59, 59);
    }

    .exp_lang,
    .cpy_div {
        background-color: rgb(43, 43, 43);
        color: rgb(166, 166, 166);
    }
}

@keyframes closeSide {
    0% {
        /* width: var(--sidebar-width, 250px); */
        left: 0px;
        margin-right: 0px;
    }

    100% {
        /* width: 0px; */
        /* display: none; */
        left: -200px;
        margin-right: -200px;
        display: none;
    }
}

@keyframes showside {
    0% {
        /* width: var(--sidebar-width, 250px); */
        left: -200px;
        margin-right: -200px;
        display: none;
    }

    100% {
        /* width: 0px; */
        /* display: none; */
        left: 20px;
        margin-right: 0px;
    }
}

@media (max-width:780px) {
    .df {
        flex-direction: column;
        width: 100vw;
    }

    /* #allContent{
    } */
    div.df section {
        width: 75% !important;
    }

    .nomob {
        display: none;
    }

    .sidebar {
        position: fixed;
        z-index: 999;
        height: 100vh;
    }

    .req_res {
        margin-left: 0;
    }

    header {
        padding-top: 5px;
    }

    #pop_cover_code {
        width: 90%;
    }
}