


:root {
    --global--font-family: "Helvetica Neue", sans-serif;
    --colors--text-black: #2f2b43;
    --colors--text-gray: #475467;
    --colors--text-gray-dark: #3B4758;
    --colors--brand-primary: #9747FF;
    --colors--Primary--Purple: Purple;
    --colors--brand-secondary: #F7B500;
    --colors--black: black;
    --colors--gray--dark: #474545;
    --container-sizing--container-large: 1280px;
    --container-sizing--container-padding-x-large: 40px;
    --container-sizing--container-padding-x-small: 16px;
    --container-sizing--container-full: 100vw;
    --colors--white: #fff;
    --colors--white-snow: Snow - White;
    --colors--brand-hover: #ecdeff;
    --container-sizing--section-padding-y-large: 60px;
    --container-sizing--section-padding-y-medium: 60px;
    --container-sizing--section-padding-y-small: 40px;
    --colors--border: #eceae1;
    --colors--gray: #9f9a9a;
    --colors--border-invert: #ffffff1a;
    --colors--light-gray: #f9fafb;
    --container-sizing--container-small: 1080px;
}

body {
    font-family: "Helvetica Neue", sans-serif !important;
    padding-top: 120px;
}

.text-red {
    color: rgb(239, 22, 22) !important;
}

.tx-16px {
    font-size: 14px !important;
    color: #4f4f4f !important;
}




@media screen and (max-width: 767px) {


    .nav-link {
        margin-bottom: 8px;
        font-size: 1.5rem;
    }



    .footer-logo {
        height: 24px;
    }

    .navbar {
        margin-top: 64px;
    }

    .nav-island {
        padding: 6px 6px 6px 16px;
    }

    .nav-brand-link {
        padding-left: 0;
    }

    .nav-image-logo-gram {
        display: none;
    }

    .nav-menu {
        background-color: var(--colors--white);
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        margin-left: 40px;
        margin-right: 40px;
        padding: 40px 16px;
        overflow: hidden;
        box-shadow: 0 12px 36px #2f2b431f;
    }

    .nav-menu-button {
        border-radius: 12px;
        padding: 12px;
    }

        .nav-menu-button.w--open {
            background-color: var(--colors--light-gray);
            padding: 12px;
        }

    .nav-image-logo-full {
        width: auto;
        display: block;
    }

    .nav-button-wrapper {
        margin-top: 24px;
        padding-left: 12px;
        display: flex;
    }
}



.dropdown {
    position: static;
}

.img-responsive {
    max-width: 100%;
}

hr {
    width: 10%;
    border-top: 3px solid #8C48E5;
    opacity: 1;
    margin: 0.5rem 0 1.5rem;
}

.footerItems a {
    line-height: 1.5 !important;
}

.dropdown-toggle::after {
    display: none;
}

.label-weight label {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #333;
}

.Work_content h5 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card .card-box .card-data .card-text .tag {
    display: block;
    height: 45px;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 4px 0 4px;
    margin-bottom: 3px;
    letter-spacing: 0.4px;
}

.cardtitle {
    color: #6e1da2;
    padding: 2px 4px 0;
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.top-h {
    color: var(--Neutrals-Gray-02, #3B4758);
    /* text-align: right; */
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
}

.section-home h1 {
    color: var(--Neutrals-Gray-02, #3B4758);
    font-family: "Helvetica Neue";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 108.333% */
    letter-spacing: -0.72px;
}

.section-home-span {
    color: #8243D5;
    font-family: "Helvetica Neue";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.72px;
}

p {
    color: var(--Neutrals-Gray-02, #3B4758);
    /* text-align: center; */
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: -0.3px;
}

.w-94 {
    width: 94% !important;
}

.mt-40px {
    margin-top: -110px !important;
}

.mt-4rem {
    margin-top: 4rem !important;
}

.button {
    background-color: var(--colors--white);
    color: var(--colors--brand-primary);
    white-space: nowrap;
    word-break: keep-all;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    overflow: hidden;
    transition: all 0.2s ease-in;
    box-shadow: 0 1px 3px #0003, 0 -1px #2f2b431a;
    position: relative;
}

    .button.primary {
        z-index: 1;
        background-color: var(--colors--brand-primary);
        color: var(--colors--white);
        border-radius: 5px;
        /* display: flex; */
        height: 45px;
        padding: 24px 26px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: all 0.2s ease-in;
        letter-spacing: 1px;
    }

    .button.primary-white {
        z-index: 1;
        background-color: var(--colors--light-gray);
        color: var(--colors--text-black) !important;
        border-radius: 5px;
        /* display: flex; */
        height: 45px;
        padding: 19px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        transition: all 0.2s ease-in;
    }

.arrow-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

a.button:hover .arrow-icon {
    transform: translateX(4px) !important; /* Move arrow to the right */
}

a.button:hover {
    background-color: var(--colors--brand-hover) !important;
    color: var(--colors--black) !important;
}

.arrow-icon path {
    stroke: #FFFDFD !important;
    transition: stroke 0.3s ease !important;
}

a.button:hover .arrow-icon path {
    stroke: var(--colors--black) !important; /* Change to any color you want */
}

a.button:hover {
    background-color: var(--colors--brand-hover);
    color: var(--colors--black) !important;
}

.arrow-icon {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.count-section {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(151, 71, 255, 0.25);
    position: relative;
    margin-top: -110px;
    padding: 1.8rem;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 2rem;
}

.sikka-gradients {
    background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%));
    padding: 1.5rem;
    min-height: 280px;
}

    .sikka-gradients h4 {
        color: #FFF;
        text-align: center;
        font-family: "Helvetica Neue";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 125% */
        letter-spacing: -0.36px;
    }

.stats-container {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.stat-item {
    flex: 1;
    padding: 1.5rem;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

    /* Add vertical dividers using borders */
    .stat-item + .stat-item {
        border-left: 1px solid #e2e2e2;
    }

.stat-number {
    background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Helvetica Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 77.778% */
}

.stat-label p {
    color: var(--Font-Gray-Light, #767B87);
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    text-align: left;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        align-items: stretch;
    }

    .stat-item + .stat-item {
        border-left: none;
        border-top: 1px solid #e6e6e6;
    }

    .stat-item {
        padding: 1rem;
    }
}

h3 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2 {
    color: var(--Neutrals-Gray-02, #3B4758);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.48px;
}

.tx-purple {
    color: #8243D5;
}

.tx-gray {
    color: var(--colors--text-gray-dark) !important;
}

h6 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.bg-gray-section {
    border-radius: 20px;
    background: var(--Highlights, #F5F8FF);
    padding: 2rem;
}

.pms-link1 {
    color: #9747FF !important;
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

    .pms-link1 svg {
        transition: transform 0.3s ease;
    }

    .pms-link1:hover svg {
        transform: translateX(5px); /* move icon to the right on hover */
    }

.aboutus-hero-wrapper {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.aboutus-hero-wrapper1 {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-flow: column;
    padding-left: 3rem;
}

.order-md-8 img {
    border-radius: 10px;
    /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}

.d-l-flex {
    display: inline-block !important;
}
/* Optional: adjust height for very small devices */
@media (max-width: 576px) {
    .order-md-8 img {
        max-width: 100%;
        height: auto;
        border-radius: 8px; /* slightly smaller radius for mobile if you want */
    }

    .aboutus-hero-wrapper1 {
        align-items: flex-start;
        justify-content: center;
        display: flex;
        flex-flow: column;
        padding-left: 0.7rem;
    }

    .mt-40px {
        margin-top: -30px !important;
    }

    .f-right {
        float: left !important;
        margin-top: -10px !important;
        margin-bottom: 15px;
    }

    .count-section {
        margin-top: -40px !important;
    }

    .card-box {
        width: 350px !important;
    }
}

.section-background {
    background-color: #FAFBFF !important;
}

.blog-conclusion-title {
    color: var(--Neutrals-Gray-02, #3B4758);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.42px;
}

.subscribe-btn {
    border-radius: 5px;
    border: 1px solid #9747FF;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(151, 71, 255, 0.10);
    display: flex;
    height: 45px;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #8243D5;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

    .subscribe-btn:hover {
        background-color: #ede6f7 !important;
        color: var(--colors--text-black);
    }

.input-group {
    border-radius: 6px;
    border: 1px solid var(--Stroke, #D3D5DB);
    background: var(--White, #FFF);
    display: flex;
    height: 45px;
    padding: 12px 20px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
}

.card-layout-v4 {
    border: 1px solid var(--Highlights, #F5F8FF);
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 4px 100px 2px rgba(104, 28, 154, 0.08);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1.8rem;
    height: 100%;
}

.card-layout1-v4 h5 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
    text-align: center;
}

.card-layout1-v4 h6 {
    color: #000;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-align: center;
}

.card-layout1-v4 {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(151, 71, 255, 0.10);
    padding: 1.8rem;
}

.card-layout-v4:hover {
    border-radius: 12px;
    border: 1px solid #8243D5;
    background: #F5F8FF;
    box-shadow: 0 4px 100px 2px rgba(104, 28, 154, 0.08);
}

.blog-heading {
    color: var(--Neutrals-Gray-02, #3B4758);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.tx-gray {
    color: var(--Neutrals-Gray-02, #3B4758) !important;
}

.nopadding {
    padding: 0px !important;
    margin-top: 0px !important;
}

.marquee {
    overflow: hidden;
    padding: 16px 0;
}

.marquee__inner {
    display: flex;
    align-items: center;
    gap: 60px; /* space between images */
    will-change: transform;
    animation-name: marquee-scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* duration is set via JS for pixel-perfect speed */
}

    /* pause on hover */
    /* .marquee:hover .marquee__inner {
            animation-play-state: paused;
        } */

    .marquee__inner img {
        flex: 0 0 auto;
        border-radius: 10px;
        /* filter: drop-shadow(0 2px 6px rgba(0,0,0,.15)); */
    }

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-1 * var(--w)));
    }
    /* --w set via JS */
}

.note {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.wf-500 {
    font-weight: 500 !important;
}

h5 {
    color: var(--Neutrals-Gray-02, #3B4758);
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
}

.blog-span {
    color: #8243D5;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    padding-left: 3rem;
}

.blog-link {
    color: var(--Neutrals-Gray-02, #3B4758);
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

    .blog-link svg {
        transition: transform 0.3s ease;
    }

    .blog-link:hover svg {
        transform: translateX(5px);
    }

.text-decoration {
    text-decoration: none !important;
}

.hero-heading {
    color: #3B4758;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.f-right {
    float: right;
}

.modern-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #ffffff;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

    .modern-footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(130, 67, 213, 0.5), transparent);
    }

.footer-brand-section {
    margin-bottom: 50px;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 25px;
}

.footer-tagline {
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.925);
    margin-bottom: 30px;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

    .footer-contact-item:hover {
        color: var(--colors--brand-primary);
        transform: translateX(5px);
    }

    .footer-contact-item i {
        width: 20px;
        color: var(--colors--brand-primary);
    }

    .footer-contact-item a {
        color: inherit;
        text-decoration: none;
    }

.footer-social-links {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer-social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(130, 67, 213, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem !important;
    transition: all 0.3s ease;
    border: 1px solid rgba(130, 67, 213, 0.3);
}

    .footer-social-link:hover {
        background: var(--colors--brand-primary);
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(130, 67, 213, 0.3);
        color: #ffffff;
    }

.footer-links-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .footer-links-section h3::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background: var(--colors--brand-primary) !important;
    }

.footer-links-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links-section ul li {
        margin-bottom: 12px;
    }

        .footer-links-section ul li a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
        }

            .footer-links-section ul li a::before {
                content: '→';
                opacity: 0;
                transform: translateX(-10px);
                transition: all 0.3s ease;
            }

            .footer-links-section ul li a:hover {
                color: var(--colors--brand-primary);
                padding-left: 10px;
            }

                .footer-links-section ul li a:hover::before {
                    opacity: 1;
                    transform: translateX(0);
                }

.footer-bottom {
    margin-top: 10px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
}

    .footer-legal-links a {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-legal-links a:hover {
            color: var(--colors--brand-primary);
        }

/* Responsive Footer */
@media (max-width: 768px) {
    .modern-footer {
        padding: 50px 0 0;
    }

    .footer-brand-section {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-contact-info {
        align-items: center;
    }

    .footer-social-links {
        justify-content: center;
    }

    .footer-links-section {
        text-align: center;
        margin-bottom: 30px;
    }

        .footer-links-section h6::after {
            left: 50%;
            transform: translateX(-50%);
        }

    .footer-bottom {
        text-align: center;
    }

    .footer-legal-links {
        justify-content: center;
        margin-top: 15px;
    }
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Enhanced Button Styles */
/* .button.primary {
    background: linear-gradient(135deg, var(--colors--brand-primary), var(--light-purple));
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(130, 67, 213, 0.3);
}

.button.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(130, 67, 213, 0.4);
} */
/* footer {
  background: #2a2a2a;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer * {
  color: #fff;
  font-size: 16px;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer ul li {
  text-decoration: none;
  margin-bottom: 5px;
}

footer a:hover,
footer i:hover {
  text-decoration: none;
  color: #f7b500;
}

.footerItems div {
  padding-top: 1.5rem;
}

.footerItems h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 18px;
  color: #f7b500;
}

.footerItems p {
  display: flex;
}

.footerInfo a {
  color: #fff;
  text-decoration: none !important;
}

.footerItems2 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.footerCopy {
  text-align: left;
}

.footerInfo {
  padding-right: 5rem;
  padding-top: 1.5rem;
}

.footerInfo img {
  max-width: 100%;
}

.footerInfo h6 {
  color: #f7b500;
  font-size: 20px;
}
.decoration-none a{
    text-decoration: none !important;
}

.footerInfo i {
  margin-right: 15px;
}

.footerSocial i {
  font-size: 25px;
}

.socialDiv {
  padding-top: 0 !important;
} */
.kb-container {
    background: linear-gradient(135deg, #0f0b14 0%, #0a1229 100%);
    font-size: 1em;
    text-align: center;
    line-height: 1.4;
    position: fixed;
    z-index: 9999999999;
    /* make sure z-index is higher than all chat apps  */
    bottom: 0;
    width: 100vw;
    border-top: #fff 3px solid;
}

.kb-content {
    color: #fff;
    padding: 15px 0px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

@media screen and (min-width: 64.0625em) {
    .kb-content {
        padding: 10px 20px;
    }
}

.kb-description {
    text-align: left;
    line-height: 1.3;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 40.0625em) {
    .kb-description {
        margin-right: 2em;
    }

    .kb-remind-link {
        margin-left: -2em;
    }
}

a.kb-notice-btn {
    color: white;
    background: var(--colors--brand-primary);
    display: inline-block;
    border: 2px solid var(--colors--brand-primary);
    padding: 5px 0;
    font-weight: 500;
    min-width: 120px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 1.5;
}

    a.kb-notice-btn:hover {
        background-color: white;
        color: var(--colors--brand-primary);
    }

.kb-remind-link {
    margin-right: 1em;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .kb-description {
        display: block;
        width: 90%;
        text-align: center;
        margin: auto;
        margin-bottom: 5px;
    }
}

.wf-16px {
    font-size: 16px !important;
}

.wf-18px {
    font-size: 18px !important;
}

.wf-14px {
    font-size: 14px !important;
}

.wf-24px {
    font-size: 24px !important;
}

.wf-400 {
    font-weight: 400 !important;
}

.secondaryButton a {
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 17px;
    color: black;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #f7b500;
    border: 1px solid #f7b500;
    box-shadow: 0 1px 5px 0 #d3d3d3;
    text-decoration: none;
}

.secondaryButton:hover a {
    background-color: #f6f6f6;
}

.arrowAnimate a i, .arrowAnimateLeft a i {
    transition: all 0.2s ease-in;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: -2px;
}

.arrowAnimate a:hover i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.arrowAnimateLeft a:hover i {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

table tr td a {
    text-decoration: none !important;
    color: var(--colors--brand-primary) !important;
}

table th,
table td {
    padding: 8px 12px;
    color: #2f2b43;
}

.btn-primary {
    z-index: 1;
    background: linear-gradient(263.07deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%) !important;
    color: var(--colors--white) !important;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    font-weight: 500 !important;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease-in;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

    .btn-primary:hover {
        background: linear-gradient(263.07deg, #9709f6 0.27%, #bb91f2 51.62%, #9316e6 100%) !important;
        color: var(--colors--black) !important;
    }

.table > thead {
    vertical-align: bottom;
    font-size: 17px;
    line-height: 30px;
    border-top: 1px solid #afacac;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.dt-layout-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: var(--Neutrals-Gray-02, #3B4758);
    font-family: "Helvetica Neue";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.3px;
}

#divRegisteredUser {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow-x: scroll;
}
/* div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    justify-content: flex-start;
    margin-right: auto;
    padding-left: 20px;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 21px;
}

table.dataTable td.dt-type-numeric{
  text-align: left !important;
}
table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    padding: 8px 10px;
    color: var(--Neutrals-Gray-02, #3B4758);
   
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.3px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom: 1px solid #c2c2c2;
}
.dt-info{
  color: var(--Neutrals-Gray-02, #26282a);
    
    font-family: "Helvetica Neue";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.3px;
}

 .table-bordered>:not(caption)>*>*{
  border: none !important;
 }
 #myTable{
  margin-top: 12px;
 }


.table{
  --bs-table-striped-color: transparent !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgba(255, 255, 255, 0.05) !important;
} */
/* table thead{
  background-color: blueviolet;
} */
.carousel-v4 {
    max-height: 736px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    border: none;
}

.carousel-inner-v4 {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    background: #000;
}
