code {
    color: var(--Gray-80, #1E293B);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 246%;
    /* 39.36px */
    padding: 3px 5px;
    border-radius: 4px;
    line-height: 1.5;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.code-block-wrapper {
    display: block;
    position: relative;
    margin-top: 32px;
}

.nowrap code {
    white-space: nowrap;
}

pre {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    overflow-x: auto;
    margin: 0;
    position: relative;
    z-index: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 16px;
    border: 1px solid var(--Gray-20, #E2E8F0);
    background: var(--Gray-5, #F8FAFC);
}

footer {
    z-index: 55;
}

.copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #3a4149;
    color: #f1c40f;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.copy-btn:hover {
    background-color: #f1c40f;
    color: #1d232a;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
}

tr td:first-child {
    text-align: left;
}

tr td:first-child code {
    background: none;
    color: var(--Blue-40, #0759A6);
    font-family: "SFProDisplay";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.084px;
}

.code-section li {
    margin-bottom: 12px;
}

td code,
.code-section li code {
    background-color: #2c3e50;
    color: #f1c40f;
    padding: 3px 5px;
    border-radius: 4px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

td {
    border-bottom: 1px solid #CBD5E1;
    padding: 16px;
    color: var(--Gray-60, #475569);
    text-align: left;
    font-family: "SFProDisplay";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.084px;
}

th {
    border-bottom: 1px solid #CBD5E1;
    padding: 16px;
    text-align: left;
    color: var(--Gray-80, #1E293B);
    font-family: "SFProDisplay";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.112px;
}

.main-inner * {
    font-family: -apple-system, BlinkMacSystemFont, "SFProDisplay", Roboto, Helvetica, Arial, sans-serif;
}

.sidebar {
    display: flex;
    flex-direction: column;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-wrapper {
    display: flex;
    width: 360px;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    max-height: calc(94vh - 112px);
    overflow-y: auto;
    gap: 24px;
    flex-shrink: 0;
    border-right: 1px solid var(--Gray-20, #E2E8F0);
    background: var(--gray-0-white, #FFF);
    z-index: 1;
}

.mobile-menu-toggle img {
    width: 100%;
    height: 100%;
}

.mobile-menu-toggle {
    display: none;
    position: fixed;
    left: 16px;
    top: 100px;
    z-index: 1001;
    padding: 0;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 12px 0px rgb(23 30 38 / 17%);
    backdrop-filter: blur(103px);
    border-radius: 50%;
    opacity: 0.8;
}

.sidebar .sidebar-header .search-bar {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 123px;
    border: 1px solid var(--Gray-30, #CBD5E1);
    background: var(--gray-0-white, #FFF);
}

.sidebar .sidebar-header .search-bar .form-control {
    padding-left: 20px;
    height: 48px;
    width: 100%;
    display: block;
}

.sidebar .sidebar-header .search-bar .search-icon {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
}

.sidebar .sidebar-header .search-bar .search-icon img {
    display: block;
    width: 100%;
}

.sidebar .sidebar-header .logo {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    align-self: stretch;
    margin: 24px auto;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E8F0;
}

.sidebar .sidebar-header .logo img {
    width: 40px;
    height: 40px;
}

.sidebar .sidebar-header .logo span {
    color: var(--Gray-80, #1E293B);
    font-family: 'SFProDisplay';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.144px;
}

.side_header {
    display: block;
    color: var(--Gray-80, #1E293B);
    font-family: 'SFProDisplay';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.112px;
}

.sidebar .sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-nav ul li a {
    display: block;
    padding: 10px 15px;
    overflow: hidden;
    color: var(--Gray-60, #475569);
    text-overflow: ellipsis;
    font-family: 'SFProDisplay';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.112px;
    border-left: 1px solid var(--Gray-40, #94A3B8);
}

.sidebar .sidebar-nav ul li.active a,
.sidebar .sidebar-nav ul li a:hover {
    color: #0759A6;
}

.sidebar .sidebar-nav ul li.active a {
    border-left: 2px solid var(--Blue-40, #0759A6);
}

.sidebar .feedback-section {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    background-color: #f8f9fa;
}

.sidebar .feedback-section h6 {
    font-weight: 600;
}

.sidebar .feedback-section p {
    font-size: 14px;
    color: #6c757d;
}

.sidebar .feedback-buttons .btn {
    border: 1px solid #ced4da;
    margin-right: 5px;
}

.main-content {
    width: calc(100% - 360px);
    padding: 24px 32px;
    margin-left: 360px;
}

.main-content .content-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 0;
}

.main-content .content-body .code-section {
    display: block;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E2E8F0;
}

.main-content .content-body .code-section h2 {
    display: block;
    margin-bottom: 8px;
    color: var(--Gray-80, #1E293B);
    font-family: "SF Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    /* 135.714% */
    letter-spacing: -0.364px;
}

.main-content .content-body .code-section p {
    display: block;
    color: var(--Gray-60, #475569);
    font-family: "SF Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
}

.main-content .content-body .code-section pre {
    background-color: #f1f3f5;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.table_status {
    display: inline-flex;
    margin: 0 auto;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 1234px;
    text-align: center;
    /* Text xs/SemiBold */
    font-family: "SFProDisplay";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: -0.06px;
}

.table_status.true {
    background: #F1FFEE;
    color: #2EA607;
}

.table_status.false {
    background: #FFF3EE;
    color: #E54646;
}

.main_in_head {
    display: block;
    margin-bottom: 32px;
    border-bottom: 1px solid #E2E8F0;
}

.main_in_catg {
    display: block;
    margin-bottom: 16px;
    color: var(--Primary-40, #997403);
    font-family: "SFProDisplay";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: -0.084px;
}

.main_in_title {
    display: block;
    margin-bottom: 16px;
    color: var(--Blue-40, #0759A6);
    font-family: "SFProDisplay";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    /* 105.556% */
    letter-spacing: -0.468px;
}

.main_in_info {
    display: block;
    margin-bottom: 16px;
    color: var(--Gray-60, #475569);
    font-family: "SFProDisplay";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
}

.no_scroll {
    overflow: hidden;
}

@media (min-width: 991.98px) {
    .sidebar-wrapper {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .row {
        margin: 0;
    }
    .sidebar-wrapper {
        display: none;
        width: 100%;
        height: 100%;
        top: 124px;
        max-height: calc(100vh - 124px);
    }
    .sidebar-wrapper.is-open {
        display: block;
    }
    .main-content {
        width: 100%;
        margin-left: 0;
        padding: 48px 16px 24px 16px;
    }
    .mobile-menu-toggle {
        display: flex;
    }
    .main_in_title {
        font-size: 28px;
        line-height: 1.2;
    }
    .main-content .content-body .code-section h2 {
        font-size: 22px;
    }
    .main-content .content-body .code-section p {
        font-size: 16px;
    }
}