@charset "UTF-8";
/********************************** Common  Colors ************************************/
body {
    font-family: Open sans, sans-serif;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 8px;
    color: #0F172A;
    margin-top: 0;
}

h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #0F172A;
    margin-top: 40px;
    margin-bottom: 16px;
}

p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #1E293B;
    margin-bottom: 20px;
}

h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #0F172A;
    margin-top: 18px;
    margin-bottom: 18px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #0F172A;
    margin-top: 12px;
    margin-bottom: 12px;
}

a {
    color: #0057FF;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

hr {
    display: none;
}

.col-lg-3 {
    position: sticky;
    top: 0;
    height: 100vh;
    border-right: 1px solid #e5e7eb;
    flex: 0 0 25%;
    max-width: 25%;
}

table {
    margin-top: 0;
}

blockquote {
    margin-bottom: 24px;
}

.assessment-guide + .multicolumncontent {
    margin-top: -6px;
}

.content-container {
    margin: 13px 50px 13px 35px;
    padding-top: 25px;
}

.toc-container {
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    background: #fff;
    padding: 35px 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

    .toc-container p {
        font-size: 17px;
        font-weight: 800;
        padding-left: 20px;
    }

.page-container {
    display: flex;
    flex-wrap: nowrap;
}

.col-lg-9 {
    flex: 1;
    min-width: 0;
}

.trademark {
    margin: 0 0 28px;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.2;
}

    .trademark sup {
        vertical-align: super;
    }

.toc-label {
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.multicolumncontent#toc-segment > p:not(.toc-label) {
    display: none;
}

h1 + .multicolumncontent.content-segment {
    padding-top: 1px;
}

#toc-segment {
    background: #ffffff;
    box-sizing: border-box;
    font-family: Open sans, sans-serif;
}

    #toc-segment h2 {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        line-height: 1;
        margin-top: 10px;
    }

    #toc-segment ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 8px;
    }

    #toc-segment li {
        position: relative;
        padding: 3px 10px 3px 10px;
        margin: 7px 0px;
        transition: background-color 0.12s ease;
    }

        #toc-segment li a {
            text-decoration: none;
            font-size: 15px;
            line-height: 28px;
            display: inline-block;
            vertical-align: middle;
            color: #1E293B;
            font-weight: 500;
        }

            #toc-segment li a:hover {
                color: #0057FF;
            }

            #toc-segment li a:focus {
                outline: none;
            }

        #toc-segment li strong {
            margin-right: 3px;
            font-weight: 500;
        }

        #toc-segment li:hover {
            background: rgba(0, 120, 255, 0.08);
            border-radius: 8px;
        }

            #toc-segment li:hover a {
                color: #0057FF;
            }

        #toc-segment li.active {
            background: rgba(0, 120, 255, 0.08);
            border-radius: 8px;
        }

            #toc-segment li.active a {
                color: #0057FF;
            }

.main-section {
    margin-bottom: 48px;
    margin-top: 20px;
    width: 100%;
}

    .main-section h5 {
        margin-bottom: 14px;
    }

    .main-section p {
        margin-bottom: 26px;
        width: 100%;
    }

    .main-section img {
        width: 90%;
        height: auto;
    }

.multicolumncontent h2 + p {
    margin-top: 20px;
}

.sub-header {
    font-size: 18px;
}

.multicolumncontent {
    margin-bottom: 40px;
}

.multicolumncontent.content-segment {
    max-width: 100%;
    padding-top: 15px;
    margin-bottom: 40px;
    scroll-margin-top: 90px;
}

    .multicolumncontent.content-segment > p:first-child {
        display: inline-block;
        margin: 0 16px 0 0;
        padding: 0px 12px;
        background: #0057ff;
        border-radius: 8px;
        vertical-align: middle;
    }

        .multicolumncontent.content-segment > p:first-child strong {
            color: #fff;
        }

    .multicolumncontent.content-segment ul.list-unstyled {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 24px;
    }

        .multicolumncontent.content-segment ul.list-unstyled li {
            position: relative;
            padding-left: 28px;
            line-height: 28px;
            margin-bottom: 15px;
        }

            .multicolumncontent.content-segment ul.list-unstyled li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 2px;
                width: 25px;
                height: 25px;
                background: url("https://cdn.syncfusion.com/content/images/FT/common/tick-icon-v1.svg") no-repeat center/contain;
            }

    .multicolumncontent.content-segment ul {
        font-size: 16px;
        margin-bottom: 24px;
    }

        .multicolumncontent.content-segment ul li {
            margin-bottom: 15px;
            line-height: 30px;
        }

            .multicolumncontent.content-segment ul li strong {
                margin-right: 5px;
            }

    .multicolumncontent.content-segment > .multicolumncontent:first-child {
        display: flex;
        flex-direction: row;
        align-items: baseline;
    }

    .multicolumncontent.content-segment > p.number-code,
    .multicolumncontent.content-segment > .multicolumncontent > p.number-code {
        display: inline-block;
        flex: 0 0 auto;
        margin: 0 16px 0 0;
        padding: 0px 11px 0px 11px;
        background: #0057ff;
        border-radius: 8px;
        vertical-align: middle;
        font-size: 13px;
    }

        .multicolumncontent.content-segment > p.number-code strong,
        .multicolumncontent.content-segment > .multicolumncontent > p.number-code strong {
            color: #FFF;
        }

    .multicolumncontent.content-segment > h2,
    .multicolumncontent.content-segment > .multicolumncontent > h2 {
        display: inline-block;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0;
        vertical-align: middle;
    }

    .multicolumncontent.content-segment > blockquote {
        margin: 16px 0 0;
        border-left: 4px solid #d9d6e5;
        margin-left: 2px;
        width: 100%;
        padding: 0px 20px;
        margin-bottom: 30px;
    }

        .multicolumncontent.content-segment > blockquote p {
            margin: 0;
            color: #2d355f;
            margin-bottom: 10px;
            padding: 0px;
        }

    .multicolumncontent.content-segment blockquote::before {
        display: none;
    }

.note-section {
    margin-bottom: 48px;
    width: 100%;
    margin-top: 34px;
}

    .note-section blockquote {
        margin-bottom: 24px;
        background: rgba(244, 248, 255, 0.8);
        border-left: 4px solid #0057ff;
        border-radius: 12px;
        padding: 24px;
    }

        .note-section blockquote p {
            margin: 0;
        }

.multicolumncontent h2 + .faq-section {
    margin-top: 40px;
}
.multicolumncontent.content-segment a
{
    font-weight: 500;
}
.multicolumncontent.content-segment a:active {
    text-decoration: none;
    outline: none;
}

.multicolumncontent.content-segment a:focus {
    text-decoration: none;
    outline: none;
}

.multicolumncontent.content-segment a:hover {
    text-decoration: none;
    outline: none;
}

.toc-label {
    display: none;
}

.multicolumncontent h2 + .why-choose-syncfusion-section, .multicolumncontent h2 + .list-unstyled {
    margin-top: 40px !important;
}

.ft-content > .multicolumncontent:last-of-type {
    margin-bottom: 80px;
}

.faq-section {
    margin-bottom: 48px;
    margin-right: 15px;
}

    .faq-section .question {
        margin-bottom: 24px;
        position: relative;
        border: 1px solid #ddd8ea;
        border-radius: 16px;
        padding: 18px 20px 18px 20px;
        background: #fff;
        cursor: pointer;
        margin-left: 0px;
    }

        .faq-section .question blockquote {
            margin-top: 20px;
        }

        .faq-section .question h3 {
            margin: 0;
            font-size: 16px !important;
        }

            .faq-section .question h3::after {
                content: "+";
                position: absolute;
                top: 20px;
                right: 28px;
            }

        .faq-section .question blockquote,
        .faq-section .question .answer,
        .faq-section .question .answer ~ * {
            display: none;
        }

        .faq-section .question .answer {
            margin-top: 18px;
            padding-top: 24px;
            border-top: 1px solid #ddd8ea;
            color: #1E293B;
        }

    .faq-section hr {
        display: none;
    }

    .faq-section .question.active blockquote,
    .faq-section .question.active .answer,
    .faq-section .question.active .answer ~ * {
        display: block;
    }

    .faq-section .question.active h3::after {
        content: "−";
    }

.score-group {
    margin-bottom: 48px;
    margin-bottom: 30px;
    width: 100%;
}

    .score-group .list-unstyled {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

        .score-group .list-unstyled li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 14px;
            line-height: 1.7;
            font-size: 16px;
        }

            .score-group .list-unstyled li::before {
                content: "✓";
                position: absolute;
                left: 0;
                top: 0;
                color: #0057FF;
                font-weight: 700;
                font-size: 18px;
            }

.description-section-link {
    margin-bottom: 48px;
    max-width: 900px;
    margin: 32px 0;
    width: 100%;
}

    .description-section-link h3 {
        margin-bottom: 20px;
    }

    .description-section-link p {
        margin-bottom: 16px;
    }

        .description-section-link p:last-child {
            margin-bottom: 0;
        }

    .description-section-link a {
        color: #0057FF;
        text-decoration: none;
        font-weight: 500;
    }

        .description-section-link a:hover {
            text-decoration: none;
        }

.checkpoint-section {
    margin-bottom: 40px;
    position: relative;
    background: #EAF2FF;
    border: 1px solid #B9D2FF;
    border-radius: 16px;
    padding: 36px 32px 24px;
    width: 100%;
    font-family: Open sans, sans-serif;
    margin-top: 40px;
}

    .checkpoint-section ol {
        margin: 0;
        padding-left: 24px;
    }

    .checkpoint-section li {
        margin-bottom: 18px;
    }

        .checkpoint-section li:last-child {
            margin-bottom: 0;
        }

    .checkpoint-section a {
        color: #0057FF;
        text-decoration: none;
        font-weight: 500;
    }

        .checkpoint-section a:hover {
            text-decoration: underline;
        }

.img-section {
    margin-bottom: 48px;
    padding-top: 40px;
    text-align: center;
}

    .img-section p:first-child {
        margin-bottom: 12px;
        text-align: center;
    }

    .img-section p:last-child {
        margin-top: 12px;
        text-align: left;
    }

    .img-section img {
        height: auto;
        padding: 16px;
        border: 1px solid #e2e5ef;
        border-radius: 16px;
        background: #fff;
    }

.competitive-section {
    margin-bottom: 48px;
    background: #002451;
    border-radius: 24px;
    padding-left: 40px;
    max-width: 900px;
    padding-bottom: 15px;
    padding-top: 25px;
    width: 90%;
}

    .competitive-section h2 {
        margin: 0 0 20px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #FFF;
    }

    .competitive-section p {
        margin-bottom: 20px;
        max-width: 650px;
        font-weight: 500;
        color: #FFF;
    }

.three-col-content {
    margin-bottom: 24px;
    background: rgba(244, 248, 255, 0.8);
    border: 1px solid #ded9f0;
    border-radius: 14px;
    padding: 22px;
    min-height: 220px;
    margin-bottom: 0;
}

    .three-col-content h4 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .three-col-content br {
        display: none;
    }

.three-column-table {
    margin:0;
}

    .three-column-table table {
        width: 100%;
        max-width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #d9dee6;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .three-column-table thead th {
        background: rgba(0, 120, 255, 0.08);
        padding: 14px 18px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

    .three-column-table tbody td {
        padding: 18px;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #d9dee6;
    }

        .three-column-table tbody td:first-child {
            width: 12%;
        }

        .three-column-table tbody td:nth-child(2) {
            width: 40%;
        }

        .three-column-table tbody td:nth-child(3) {
            width: 20%;
        }

.two-column-table {
    margin: 0;
    max-width: 100%;
}

    .two-column-table table {
        width: 100%;
        max-width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #d9dee6;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .two-column-table thead th {
        background: rgba(0, 120, 255, 0.08);
        padding: 14px 18px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

        .two-column-table thead th:first-child {
            border-top-left-radius: 12px;
        }

        .two-column-table thead th:last-child {
            border-top-right-radius: 12px;
        }

    .two-column-table tbody td {
        padding: 18px;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #d9dee6;
    }

        .two-column-table tbody td:first-child {
            width: 22%;
        }

        .two-column-table tbody td:last-child {
            width: 78%;
        }

    .two-column-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    .two-column-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 12px;
    }

.cta-btn-container {
    text-align: center;
    margin: 20px 0;
}

    .cta-btn-container p:first-child {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 25px;
        margin: 0 0 16px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }

#cta-btn-primary {
    display: inline-block;
    min-width: 220px;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
    background: #0057ff;
    color: #FFF;
}

    #cta-btn-primary:hover {
        background: #0057ff;
        transform: scale(1.087);
        background-color: #0050EB;
        color: #FFF;
        outline: none;
    }

#documentation-link {
    display: inline-block;
    min-width: 220px;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
    background: #fff;
    color: #0057FF;
    border: 2px solid #0057ff;
}

    #documentation-link:hover {
        background: #fff;
        transform: scale(1.087);
        background-color: #FFF;
        color: #0057FF;
    }

.no-install-text {
    margin: 0;
    color: #111;
    text-align: left;
    font-size: 14px;
    padding-left: 5px;
}

.multi-col-contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}

    .multi-col-contents .three-col-content {
        width: auto;
        max-width: none;
    }

.why-choose-heading {
    margin: 2px;
}

.why-choose-content {
    margin: 0;
    font-size: 16px;
    padding-left: 0;
    padding-top: 0 !important;
}

.competitive-cta {
    display: flex;
    gap: 20px;
    margin-top: 32px !important;
    flex-wrap: wrap;
}

    .competitive-cta a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 210px;
        padding: 12px 25px;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        .competitive-cta a:first-child {
            background: #fff;
            color: #002451;
            font-weight: 600;
        }

        .competitive-cta a:last-child {
            background: transparent;
            border: 1px solid #fff;
            color: #FFF;
        }

        .competitive-cta a:hover {
            transform: translateY(-1px);
        }

.checkpoint-name {
    position: absolute;
    top: -16px;
    left: 20px;
    margin: 0;
    padding: 6px 14px;
    background: #EAF2FF;
    border: 1px solid #B9D2FF;
    border-radius: 8px;
    font-weight: 600;
}

.two-column-table.equal-width table {
    table-layout: fixed;
    max-width: 100%;
}

.two-column-table.equal-width thead th:first-child {
    width: 40%;
}

.two-column-table.equal-width thead th:last-child {
    width: 40%;
}

.two-column-table.equal-width tbody td:first-child {
    width: 40%;
}

.two-column-table.equal-width tbody td:last-child {
    width: 40%;
}

.four-column-table {
    margin: 0;
    max-width: 100%;
}

    .four-column-table table {
        max-width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #d9dee6;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .four-column-table thead th {
        background: rgba(0, 120, 255, 0.08);
        padding: 14px 16px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

        .four-column-table thead th:first-child {
            border-top-left-radius: 12px;
        }

        .four-column-table thead th:last-child {
            border-top-right-radius: 12px;
        }

    .four-column-table tbody td {
        padding: 16px;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #d9dee6;
    }

    .four-column-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    .four-column-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 12px;
    }

.five-column-table {
    margin: 0;
    max-width: 100%;
}

    .five-column-table table {
        max-width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #d9dee6;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .five-column-table thead th {
        background: rgba(0, 120, 255, 0.08);
        padding: 12px 14px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        width: 20%;
    }

        .five-column-table thead th:first-child {
            border-top-left-radius: 12px;
        }

        .five-column-table thead th:last-child {
            border-top-right-radius: 12px;
        }

    .five-column-table tbody td {
        padding: 12px 14px;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #d9dee6;
        width: 20%;
    }

    .five-column-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    .five-column-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 12px;
    }

.two-column-table thead th:first-child {
    width: 30%;
}

.two-column-table thead th:last-child {
    width: 70%;
}

.two-column-table tbody td:first-child {
    width: 30%;
}

.two-column-table tbody td:last-child {
    width: 70%;
}

.three-column-table table {
    max-width: 100%;
    table-layout: fixed;
}

.three-column-table thead th {
    width: 33.33%;
}

.three-column-table tbody td {
    width: 33.33%;
}

    .three-column-table tbody td:first-child {
        width: 33.33%;
    }

    .three-column-table tbody td:nth-child(2) {
        width: 33.34%;
    }

    .three-column-table tbody td:nth-child(3) {
        width: 33.33%;
    }

.five-column-table table {
    table-layout: auto;
}

.five-column-table thead th,
.five-column-table tbody td {
    width: auto;
}

    .five-column-table thead th:first-child,
    .five-column-table tbody td:first-child {
        width: 1%;
        white-space: nowrap;
    }

    .five-column-table thead th:not(:first-child),
    .five-column-table tbody td:not(:first-child) {
        width: calc(99% / 4);
    }

.four-column-table.auto-fit-first-col table {
    table-layout: auto;
}

.four-column-table.auto-fit-first-col thead th,
.four-column-table.auto-fit-first-col tbody td {
    width: auto;
}

    .four-column-table.auto-fit-first-col thead th:first-child,
    .four-column-table.auto-fit-first-col tbody td:first-child {
        width: 1%;
        white-space: nowrap;
    }

    .four-column-table.auto-fit-first-col thead th:not(:first-child),
    .four-column-table.auto-fit-first-col tbody td:not(:first-child) {
        width: calc(99% / 3);
    }

.three-column-table.auto-fit-first-col table {
    table-layout: auto;
}

.three-column-table.auto-fit-first-col thead th,
.three-column-table.auto-fit-first-col tbody td {
    width: auto;
}

    .three-column-table.auto-fit-first-col thead th:first-child,
    .three-column-table.auto-fit-first-col tbody td:first-child {
        width: 1%;
        white-space: nowrap;
    }

    .three-column-table.auto-fit-first-col thead th:not(:first-child),
    .three-column-table.auto-fit-first-col tbody td:not(:first-child) {
        width: calc(99% / 2);
    }

.two-column-table.auto-fit-first-col table {
    table-layout: auto;
}

.two-column-table.auto-fit-first-col thead th,
.two-column-table.auto-fit-first-col tbody td {
    width: auto;
}

    .two-column-table.auto-fit-first-col thead th:first-child,
    .two-column-table.auto-fit-first-col tbody td:first-child {
        width: 1%;
        white-space: nowrap;
    }

    .two-column-table.auto-fit-first-col thead th:not(:first-child),
    .two-column-table.auto-fit-first-col tbody td:not(:first-child) {
        width: calc(99% / 1);
    }

.two-column-table,
.three-column-table,
.four-column-table,
.five-column-table {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .two-column-table th,
    .two-column-table td,
    .three-column-table th,
    .three-column-table td,
    .four-column-table th,
    .four-column-table td,
    .five-column-table th,
    .five-column-table td {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.ft-demo-link-wrapper {
    display: none;
}

#cta-btn-primary::after {
    content: "\2197";
    margin-left: 8px;
    font-size: 19px;
    font-family: "Apple Symbols", "Segoe UI Symbol", "Helvetica Neue", Arial, sans-serif;
    font-variant-emoji: text;
    vertical-align: 1px;
}

main .container-fluid {
    max-width: 1440px;
}

@media screen and (min-width: 1024px) and (max-width: 1260px) {
    .content-container {
        width: 90%;
    }

    .toc-container {
        padding: 35px 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .toc-container {
        padding: 35px 0px;
    }

    .page-container .col-lg-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.two-cards-section {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

    .two-cards-section .multi-col-contents {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        margin: 0 0 40px;
        padding: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .two-cards-section .two-col-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        background: #ffffff;
        border: 1px solid #e2e5ef;
        border-radius: 16px;
        padding: 32px 28px;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
    }

        .two-cards-section .two-col-content h4 {
            width: 100%;
            margin: 0 0 14px;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .two-cards-section .two-col-content p {
            width: 100%;
            margin: 0;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

@media (max-width: 767px) {
    .two-cards-section .multi-col-contents {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

iframe {
    width: 100%;
    background: white;
    border: 1px solid #d9dee6;
    border-radius: 16px;
    border-top-left-radius: 0;
}

.poc-iframe {
    position: relative;
    margin-top: 75px;
    margin-bottom: 40px;
    padding: 0;
    margin-left: 0px;
}

.live-demo {
    position: absolute;
    top: -38px;
    left: 1px;
}

.poc-iframe img {
    width: 100%;
    height: auto;
}

.live-demo::before {
    content: url(https://cdn.syncfusion.com/content/images/FT/ui-component-sdk/live-demo.svg);
    width: 24px;
    height: 24px;
}

.live-demo {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin: -1px 0 0 -1px !important;
    padding: 4px 6px;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: #f5fffa;
    border: 1px solid rgba(99, 231, 172, 0.4);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: fit-content;
}

.two-column-table,
.three-column-table,
.four-column-table,
.five-column-table,
.six-column-table,
.seven-column-table,
.eight-column-table {
    margin: 0;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .two-column-table table,
    .three-column-table table,
    .four-column-table table,
    .five-column-table table,
    .six-column-table table,
    .seven-column-table table,
    .eight-column-table table {
        width: 100%;
        max-width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #d9dee6;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .two-column-table thead th,
    .three-column-table thead th,
    .four-column-table thead th,
    .five-column-table thead th,
    .six-column-table thead th,
    .seven-column-table thead th,
    .eight-column-table thead th {
        background: rgba(0, 120, 255, 0.08);
        padding: 12px 14px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }

    .two-column-table tbody td,
    .three-column-table tbody td,
    .four-column-table tbody td,
    .five-column-table tbody td,
    .six-column-table tbody td,
    .seven-column-table tbody td,
    .eight-column-table tbody td {
        padding: 12px 14px;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: top;
        border-top: 1px solid #d9dee6;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .two-column-table thead th:first-child,
    .three-column-table thead th:first-child,
    .four-column-table thead th:first-child,
    .five-column-table thead th:first-child,
    .six-column-table thead th:first-child,
    .seven-column-table thead th:first-child,
    .eight-column-table thead th:first-child {
        border-top-left-radius: 12px;
    }

    .two-column-table thead th:last-child,
    .three-column-table thead th:last-child,
    .four-column-table thead th:last-child,
    .five-column-table thead th:last-child,
    .six-column-table thead th:last-child,
    .seven-column-table thead th:last-child,
    .eight-column-table thead th:last-child {
        border-top-right-radius: 12px;
    }

    .two-column-table tbody tr:last-child td:first-child,
    .three-column-table tbody tr:last-child td:first-child,
    .four-column-table tbody tr:last-child td:first-child,
    .five-column-table tbody tr:last-child td:first-child,
    .six-column-table tbody tr:last-child td:first-child,
    .seven-column-table tbody tr:last-child td:first-child,
    .eight-column-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    .two-column-table tbody tr:last-child td:last-child,
    .three-column-table tbody tr:last-child td:last-child,
    .four-column-table tbody tr:last-child td:last-child,
    .five-column-table tbody tr:last-child td:last-child,
    .six-column-table tbody tr:last-child td:first-child,
    .seven-column-table tbody tr:last-child td:last-child,
    .eight-column-table tbody tr:last-child td:first-child {
        border-bottom-right-radius: 12px;
    }

.assessment-guide {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475569;
    letter-spacing: .7px;
    margin-bottom: 8px;
}

.number-code {
    display: none !important;
}

@media (max-width: 768px) {
    /* Hide desktop sidebar */
    .page-container .col-lg-3 {
        display: none;
    }

    .page-container .col-lg-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content-container {
        margin: 15px;
        padding-top: 0px;
    }

    .toc-container {
        padding: 0;
    }

    /* === Mobile TOC wrapper === */
    .mobile-toc {
        position: sticky;
        top: 65px;
        z-index: 100;
        background: #fff;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .mobile-toc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 14px 16px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        color: #1e293b;
        user-select: none;
    }

        .mobile-toc-header::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            background: url("https://www.syncfusion.com/resource-center/wp-content/uploads/sites/9/2024/03/Toc-icon.svg") no-repeat center;
            background-size: contain;
        }

    .mobile-toc-title {
        flex: 1;
        text-align: left;
    }

    .mobile-toc-arrow {
        width: 14px;
        height: 14px;
        background: url("https://cdn.syncfusion.com/content/blog/dropdow1x_1.png") no-repeat center;
        background-size: 14px 14px;
        flex-shrink: 0;
    }

    .mobile-toc-content {
        display: none;
        border-top: 1px solid #e5e7eb;
        max-height: 300px;
        overflow-y: auto;
    }

    .mobile-toc.open .mobile-toc-content {
        display: block;
    }

    .mobile-toc-content #toc-segment {
        padding: 10px;
    }

    .mobile-toc-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-toc-content li {
        padding: 10px 12px;
        border-radius: 6px;
    }

        .mobile-toc-content li.active {
            background: rgba(0, 120, 255, 0.08);
            padding-left: 9px;
        }

        .mobile-toc-content li a {
            display: block;
            text-decoration: none;
            color: #1E293B;
            font-size: 14px;
            line-height: 22px;
            font-weight: 500;
        }

            .mobile-toc-content li a:hover {
                color: #0057FF;
            }

        .mobile-toc-content li strong {
            margin-right: 6px;
            font-weight: 500;
        }

    h1 {
        line-height: 40px;
    }

    .faq-section .question h3 {
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .two-column-table table {
        min-width: 500px;
    }

    .three-column-table table {
        min-width: 700px;
    }

    .four-column-table table {
        min-width: 900px;
    }

    .five-column-table table,
    .six-column-table table,
    .seven-column-table table,
    .eight-column-table table {
        min-width: 1100px;
    }
}

@media (max-width: 1023px) {
    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 17px;
    }

    p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 17px;
    }

    p {
        font-size: 15px;
    }
}

@media (max-width: 1023px) {

    .two-column-table thead th,
    .three-column-table thead th,
    .four-column-table thead th,
    .five-column-table thead th,
    .six-column-table thead th,
    .seven-column-table thead th,
    .eight-column-table thead th {
        font-size: 15px;
    }

    .two-column-table tbody td,
    .three-column-table tbody td,
    .four-column-table tbody td,
    .five-column-table tbody td,
    .six-column-table tbody td,
    .seven-column-table tbody td,
    .eight-column-table tbody td {
        font-size: 15px;
    }
}

.back-to-top {
    font-size: 14px;
    position: fixed;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    right: 14.625px;
    bottom: 29.25px;
    padding-top: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    z-index: 99;
    border: 1px solid #ececec;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
}

    .back-to-top:not(.active) {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        pointer-events: none;
    }

    .back-to-top:focus {
        text-decoration: none;
        outline: none;
        border: none;
    }

@media (max-width: 480px)
{
    .faq-section .question h3 {
        padding-right: 14px;
    }
}
/*# sourceMappingURL=EvaluationGuide.css.map */
