﻿body {
    margin: 0;
    background-color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.e-card > * {
    -ms-flex-pack: center;
    justify-content: center;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

button {
    border-radius: 0;
}

a, .btn-link {
    color: #006bb7;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

img, svg {
    vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw);
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

:focus-visible {
    outline: none;
}

.showcase-appbar.e-appbar.e-light {
    background: #f8f9fa;
    color: #212529;
    border: none;
    border-color: #f8f9fa;
    box-shadow: none;
}

.showcase-appbar .e-btn.e-primary, .e-css.e-btn.e-primary {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.showcase-appbar {
    width: 100% !important;
    height: 80px !important;
    border-bottom: 1px solid rgb(231, 237, 248);
}

.appbar-icon.e-dropdown-popup ul .e-item:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.appbar-icon.e-dropdown-popup ul .e-item {
    line-height: 30px;
}

.e-menu-container ul {
    white-space: nowrap;
    font-size: 15px !important;
    color: #0d6efd !important;
    letter-spacing: 0;
    float: right;
    font-weight: 500 !important;
}

.e-menu-text.e-menu-url {
    color: #2c357c !important;
}

#static-menu {
    background-color: rgb(248, 251, 255) !important;
    padding: 10px 0;
    border-bottom: 1px solid rgb(231, 237, 248);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#static-menu ul {
    display: table;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0.5rem;
}

#static-menu ul li {
    font-size: 16px;
    cursor: pointer;
    float: left;
    text-align: center;
    opacity: 0.9;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 40px;
    margin: 10px 20px 0 0;
}

#static-menu ul li:hover {
    opacity: 1;
    background: #e0eaff;
    border: 1px solid #D8E5FE;
}

#static-menu ul .selected:hover {
    color: #FFFFFF;
    background: #0057FF;
}

#static-menu ul li .content-medium {
    line-height: 25px;
    padding: 0 20px;
}

.arrow-button-icon {
    display: inline-flex;
    align-items: center;
    margin: 3px 0px 0px 10px;
    transition: padding 0.3s ease-in-out;
}

#static-menu ul .selected {
    color: #FFFFFF;
    opacity: 1;
    background: #0057FF;
}

#cardList a.segment-heading {
    color: #222222;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
}

#cardList .segment-heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
    margin-left: 7px;
    letter-spacing: 0.4px;
}

#cardList a.segment-heading:hover {
    color: #0046CC;
}

#cardList a.segment-heading:hover .arrow-button-icon {
    padding-left: 9px;
}

#cardList a.segment-heading .arrow-button-icon {
    margin: 3px 0px 0px 10px;
    transition: padding 0.3s ease-in-out;
}

#cardList a.segment-heading .arrow-button-icon svg {
    width: 28px;
    height: 28px;
}

.sf-showcase-demo .showcase-heading {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgb(71, 85, 105);
    padding-bottom: 30px;
    margin-left: 12px;
} 

.showcase-demo-btn.e-btn:hover, .showcase-demo-btn.e-css.e-btn:hover {
    background: #edf3ff !important;
    border-color: #0057FF !important;
    box-shadow: none;
    color: #0057FF !important;
}

.showcase-demo-btn.e-btn.e-active, .showcase-demo-btn.e-css.e-btn.e-active {
    background: #edf3ff !important;
    border-color: #0057FF !important;
    box-shadow: none;
    color: #0057FF !important;
}

.showcase-demo-btn.e-dropdown-popup {
    background: #edf3ff !important;
    color: #0057FF;
    border: none !important;
    padding: 0px !important;
    z-index: 3 !important;
}

.showcase-demo-btn.e-dropdown-popup ul .e-item .e-menu-url {
    background: #edf3ff;
    color: #0057FF;
    border: none !important;
    padding: 0px;
}

.showcase-demo-btn.e-dropdown-popup ul .e-item:hover {
    background: #0057FF;
    color: #FFF;
}

.showcase-demo-btn.e-dropdown-popup ul .e-item {
    font-weight: 600;
    margin: 0px;
    font-size: 13.5 px;
    padding-left: 15px;
}

.showcase-demo-btn.e-dropdown-popup ul {
    min-width: 125px !important;
}

.showcase-demo-btn .e-icons {
    font-family: "e-icons" !important;
    color: #0057FF;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 3px;
}

.showcase-demo-btn {
    float: left;
    margin-right: 9px;
    padding: 6px 12px !important;
    border: 1px solid #0057FF !important;
    border-radius: 8px !important;
    display: flex;
    pointer-events: auto;
    color: #0057FF !important;
    background-color: #fff !important;
    width: 150px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.showcase-demo-btn .view-demos {
    padding: 0px 4px;
}

.showcase-github-btn {
    float: left;
    margin-right: 12px;
    padding: 4px 12px 6px 25px;
    border-radius: 6px;
    font-size: 16px;
}

.showcase-github-btn:hover {
    background-color: #EDF3FF;
}

.showcase-github-btn .github-logo {
    width: 20px;
    height: 20px;
}

.showcase-github-btn .github-btn-content { 
    margin-left: 5px;
}

.showcase-demo-btn .e-btn {
    background: #FFFFFF !important;
    color: #0A132E !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.sf-showcase-progress .e-btn:hover, .sf-showcase-progress .e-btn:focus, .sf-showcase-progress .e-btn:active {
    border-color: transparent !important;
    box-shadow: none !important;
}

.showcase-demo-btn .e-btn:focus, .showcase-demo-btn .e-btn:active {
    box-shadow: none !important;
}

.showcase-demo-btn .e-btn:hover,
.sf-showcase-progress .e-btn:hover {
    border-color: transparent !important;
    background: #FFFFFF !important;
    opacity: .8;
}

.e-dropdown-btn .e-caret::before, .e-dropdown-btn.e-btn .e-caret::before {
    content: '\e729' !important;
}

.showcase-demo-btn .e-btn-icon.e-icon-right {
    margin-top: -6px;
    width: 2.5em;
}

.showcase-sample-banner {
    background-image: url(https://cdn.syncfusion.com/content/images/products/ShowcaseSamples/showcase-sample-banner-desktop.png);
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: visible;
    padding: 60px 0px;
}

.showcase-sample-banner .heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.1px;
    text-align: center;
    color: rgb(15, 23, 42);
    font-family: CustomExtraBold, sans-serif !important;
    padding: 0px 0px 10px;
    margin: 0px;
}

.showcase-sample-banner .heading span {
    color: rgb(0, 87, 255);
}

.showcase-sample-banner .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: rgb(71, 85, 105);
    width: 47%;
    margin: 0px auto;
    padding: 0px;
}

.sf-home-footer {
    background: #F4F6FC;
    overflow: hidden;
}

.sf-home-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-footer-links {
    padding: 60px 0 30px 0;
}

.sf-footer-col {
    padding-left: 10px;
    margin-bottom: 30px;
}

.sf-footer-col-two, .sf-footer-col-three, .sf-footer-col-four,
.sf-footer-col-five, .sf-footer-col-six {
    padding-left: 5.5%;
}

.sf-footer-title {
    font-size: 12px;
    color: #171E35;
    letter-spacing: 0.08px;
    font-weight: 700;
    margin-bottom: 11px;
}

.sf-home-footer a {
    font-size: 14px;
    color: #3A435E;
    text-align: left;
    line-height: 27px;
}

.sf-home-footer a:hover {
    color: #747e9c;
}

.sf-footer-contact {
    padding: 40px 0 50px 0;
}

.contact-text {
    color: #0f172a;
    line-height: 25px;
    font-size: 14px;
    font-weight: 700;
}

.sf-footer-copyright {
    width: 65%;
    float: left;
}

.sf-footer-title {
    font-size: 12px;
    color: #171e35;
    letter-spacing: .08px;
    font-weight: 700;
    margin-bottom: 11px;
}

.sf-footer-syncfusion-logo {
    margin-top: 10px;
}

.sf-footer-syncfusion-logo a span {
    font-size: 40px;
    color: #171E35;
}

.sf-footer-policy-links {
    font-size: 12px;
}

.sf-footer-contact .sf-container {
    width: 85%;
    overflow: hidden;
}

.sf-footer-links .sf-container {
    width: 80%;
    display: grid;
    grid-template-columns: 1.5fr .9fr 1.9fr 1fr 1fr 1fr;
    justify-content: center;
    column-gap: 30px;
    box-sizing: border-box;
}

.sf-container {
    display: table;
    width: 68%;
    margin: 0 auto;
}

.sf-contact-details {
    width: 35%;
    float: right;
    padding-top: 10px;
}

.sf-contact-fax, .sf-contact-mail {
    width: 50%;
    float: left;
    padding-left: 8.5%;
}

.sf-social-media {
    width: 100%;
    padding-top: 15px;
    float: left;
    padding-left: 8.5%;
}

.social-icon-count {
    margin: 5px 0 5px 2px;
    color: #475569;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
}

.sf-social-media ul li {
    display: inline-block;
    list-style: none;
    width: 38px;
}

.sf-social-media ul li .social-icon img {
    background-color: #334155;
    border-radius: 50%;
}

.sf-contact-mail a {
    color: #086ae5;
    font-weight: 600;
}

.sf-social-media {
    width: 100%;
    padding-top: 15px;
    float: left;
    padding-left: 8.5%;
}

.back-to-top {
    position: fixed;
    width: 3.71428571em;
    height: 3.71428571em;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    right: 1.85714286em;
    bottom: 3.71428571em;
    padding-top: 17px;
    box-shadow: 0 1px 3px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / .04);
    border: 1px solid #ececec;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    z-index: 100001 !important;
    margin: 0 6px 35px 0;
}

.mobile-menu .e-dropdown-btn .e-caret::before, .mobile-menu .e-dropdown-btn.e-btn .e-caret::before {
    display: none !important;
}

.mobile-menu .e-dropdown-btn .e-btn-icon, .mobile-menu .e-dropdown-btn.e-btn .e-btn-icon {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c357c;
}

.mobile-menu .e-btn.e-flat.e-active {
    background: none;
    border-color: transparent;
    color: transparent;
}

.mobile-menu .e-btn.e-flat:hover, .mobile-menu .e-btn.e-flat:active {
    background: none;
    border-color: transparent;
    box-shadow: none;
}

.e-dropdown-popup.e-popup-open.e-control.e-flat.appbar-icon {
    width: 250px !important;
}

.e-dropdown-popup ul .e-item.e-url {
    padding: 10px 0px 40px 20px !important;
    font-size: 16px;
    font-weight: 600;
}

.e-menu-container ul .e-menu-item{
    padding: 0 22px;
}

.mobile-menu .e-dropdown-btn:focus, .mobile-menu .e-dropdown-btn.e-btn:focus {
    box-shadow: none;
    background: none;
    border-color: unset;
    border: none;
}

.e-flat.appbar-icon.e-dropdown-popup ul .e-item {
    height: 40px;
    font-size: 15px;
    color: #2c357c;
    font-weight: 500;
    padding: 0 12px 0 20px !important;
}

.e-flat.appbar-icon.e-dropdown-popup ul .e-item:active{
    color: #fff;

}

.appbar-actions .e-btn.e-outline, .e-css.e-btn.e-outline {
    border-color: #0d6efd !important;
    color: #0d6efd !important;
    font-weight: 500 !important;
}

.appbar-actions .e-btn.e-outline:hover, .e-css.e-btn.e-outline:hover {
    background: #EDF3FF !important;
}

.appbar-actions .e-btn.e-primary, .e-css.e-btn.e-primary {
    margin-left: 10px;
}

.appbar-actions .e-menu-wrapper .e-menu .e-menu-item.e-focused, .e-menu-container .e-menu .e-menu-item.e-focused {
    color: #0057FF !important;
    outline: 0 solid #EDF3FF !important;
    background: #EDF3FF !important;
}

.trusted-section {
    margin: 0 auto;
    padding: 30px 200px;
    background-color: rgba(255, 255, 255, 0.64);
    box-shadow: 0px -2px 13px 5px rgba(198, 206, 221, 0.1215686275);
    font-family: "Open Sans";
}

@media (min-width: 768px) {
    .trusted-section {
        padding-top: 70px !important;
        padding-bottom: 60px !important;
    }
}

.trusted-section .desktop-section {
    display: flex;
    justify-content: center;
}

.trusted-section h2 {
    font-size: 16px !important;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 15px !important;
    color: #595E71;
}

@media (max-width: 768px) {
    .sf-footer-links .sf-container {
        width: 90%;
        grid-template-columns: 1.2fr .9fr 1.5fr;
    }
}

@media (min-width: 767px) {
    .trusted-section {
        margin-top: 20px;
    }

        .trusted-section .mobile-trusted-section {
            display: none;
        }
}

@media (max-width: 767px) {
    .trusted-section .desktop-section {
        display: none;
        padding: 0px;
    }

    .trusted-section {
        padding: 20px !important;
    }

    .trusted-section h2 {
        font-size: 14px !important;
        line-height: 26px !important;
    }
}

.trusted-section img {
    height: 100%;
    max-width: 1100px;
}


@media (max-width: 1200px) {
    .trusted-section {
        padding: 20px 30px;
    }

    .h2, h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1440px) {
    .showcase-sample-banner {
        background-image: url(https://cdn.syncfusion.com/content/images/products/ShowcaseSamples/showcase-sample-banner-4k.png);
    }
}

@media (max-width: 1025px) {
    .showcase-sample-banner .description {
        font-size: 21px;
        width: 74%;
    }
    .sf-showcase-demo .showcase-heading {
        font-size: 20px;
    }

    .sf-footer-links .sf-container {
        width: 90% !important;
        column-gap: 30px;
    }
}

@media (max-width: 760px) {
    .sf-home-footer .sf-container {
        width: 100%;
        position: relative;
    }

    .sf-footer-links {
        display: none;
    }

    .sf-footer-contact {
        padding-bottom: 50px;
        text-align: center;
    }

    span.sf-contact-us {
        display: block;
        font-size: 22px;
        color: #171e35;
        text-align: center;
        font-weight: 700;
        margin-top: 40px;
    }

    span.sf-contact-us:after {
        content: "CONTACT US";
    }

    .sf-contact-details, .sf-contact-fax, .sf-contact-mail {
        width: 100% !important;
        float: none;
        line-height: 27px;
        padding: 0;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .sf-contact-fax {
        margin-top: 16px;
    }

    .contact-text {
        font-size: 16px;
    }

    .contact-text {
        color: #0f172a;
        line-height: 25px;
        font-size: 14px;
        font-weight: 700;
    }

    .sf-contact-mail ul li:last-child {
        margin-top: 10px;
        margin-bottom: 26.5px;
    }

    .sf-contact-mail a {
        font-size: 16px;
    }

    .sf-social-media {
        float: none;
        padding: 0;
        margin: 0 auto;
        width: 225px;
        height: 100%;
        margin-bottom: 26.5px;
    }

    .sf-social-media ul li {
        width: 45px !important;
    }

    .sf-footer-copyright {
        width: 72% !important;
        padding: 0;
        margin: 0 14%;
    }

    .sf-footer-syncfusion-logo {
        margin-bottom: 24px;
    }

    .sf-footer-logo-img {
        width: 160px;
        height: 36px;
    }

    .sf-footer-policy-links, .sf-copyright {
        font-family: 12px;
    }

    .sf-footer-policy-links a {
        border: 0;
        line-height: 28px;
        font-size: 12px;
    }

    .sf-copyright {
        white-space: pre-line;
    }

    .sf-copyright a {
        font-size: 12px !important;
    }

}

@media (max-width: 1024px) {
    .sf-home-footer .sf-container {
        width: 96%;
    }
    .sf-footer-copyright, .sf-contact-details {
        width: 50%;
        font-size: 15px;
    }
}

@media (max-width: 540px) {
    .e-dropdown-popup.e-popup-open.e-control.e-flat.appbar-icon {
        width: 100% !important;
        position: absolute;
        left: 0px !important;
    }

    .mobile-menu {
        height: 50px;
        width: 40px;
    }

    .mobile-menu .e-dropdown-btn .e-btn-icon, .mobile-menu .e-dropdown-btn.e-btn .e-btn-icon {
        font-size: 28px !important;
        font-weight: 600 !important;
        color: #2c357c;
        margin-top: 25px;
    }
}

@media (min-width: 540px) and (max-width: 1024px) {
    .mobile-menu {
        height: 50px;
        width: 40px;
    }

    .mobile-menu .e-dropdown-btn .e-btn-icon, .mobile-menu .e-dropdown-btn.e-btn .e-btn-icon {
        font-size: 24px !important;
        font-weight: 600 !important;
        color: #2c357c;
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    #static-menu .container {
        width: 100%;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        #static-menu .container .row .col-lg-12 {
        width: -moz-max-content;
        width: max-content;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 550px;
    }
}