.navbar {
    position: absolute !important;
}

.navbar .nav-link {
    color: white;
}

.navbar .login-button {
    background-color: #ffffff;
}

.navbar-stick .login-button {
    background-color: #003b86;
}

.navbar-stick .nav-link {
    color: #343f52;
}

.chart-description {
    display: block;
}

.chart-description-mobile {
    display: none;
}

.nav-tabs.nav-tabs-basic,
.nav-tabs.nav-pills {
    flex-direction: inherit !important;
    overflow: scroll;
    flex-wrap: nowrap;
    height: 4rem;
}

.nav-tabs.nav-pills .nav-item,
.nav-tabs.nav-tabs-basic .nav-item {
    margin-right: 10px;
}

.nav-tabs.nav-pills .nav-link,
.nav-tabs.nav-tabs-basic .nav-link {
    display: block;
    width: max-content;
}



.text-section-title {
    font-family: Manrope;
    font-size: 38px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 50px */
    letter-spacing: 0.4px;
}

.text-section-content {
    font-family: Manrope;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 33.6px */
    letter-spacing: 0.21px;
}

@media (max-width: 767px) {
    .text-auto {
        text-align: center;
    }

    .chart-description {
        display: none;
    }

    .chart-description-mobile {
        display: block;
    }

    .animated-title {
        max-width: 350px;
        word-wrap: break-word;
        margin-left: auto;
        margin-right: auto;
    }

    .text-section-title {
        font-family: Manrope;
        font-size: 27px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        /* 50px */
        letter-spacing: 0.4px;
    }

    .text-section-content {
        font-family: Manrope;
        font-size: 15px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        /* 33.6px */
        letter-spacing: 0.21px;
    }
}

.apexcharts-legend {
    justify-content: left !important;
}

.chart-wrapper {
    position: relative;
    /* min-width: 490px !important; */
}

#chart-info-button {
    z-index: 10;
    position: absolute;
    top: 27px;
    right: 40px;
    background-color: #f1f3f7;
    color: #60697b;
    text-align: center;
    display: flex;
    height: 24px;
    padding: 0px 8px;
    align-items: center;
    gap: 4px;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 22.1px */
    letter-spacing: 0.13px;
}

.popover {
    max-width: 400px !important;
    /* Max Width of the popover (depending on the container!) */
}

.card-review {
    height: 350px !important;
}

.text-muted {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 25.5px */
    letter-spacing: 0.15px;
}

.hints-tags {
    color: #00a2de;
    text-align: center;
    /* 25px - lead/regular */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 150%;
    /* 37.5px */
    letter-spacing: 0.25px;
}

.text-pricing-header {
    color: var(--neutral-bs-heading-color, #343f52);

    /* 19px - h4/bold */
    font-family: Manrope;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
    /* 27.55px */
    letter-spacing: 0.19px;
}

.text-pricing-discount {
    color: var(--neutral-bs-heading-color, #343f52);
    text-align: center;
    font-family: Manrope;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 27.55px */
    letter-spacing: 0.19px;
    text-decoration: line-through;
}

.pricing {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.currency {
    color: var(--neutral-bs-heading-color, #343f52);
    text-align: center;

    /* 20px - blockquote/regular */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 34px */
    letter-spacing: 0.2px;
}

.price {
    color: var(--neutral-bs-heading-color, #343f52);
    text-align: center;

    /* 48px - d1/regular */
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 57.6px */
    letter-spacing: 0.48px;
}

.plan {
    color: var(--neutral-bas-body-color, #60697b);
    text-align: center;

    /* 16px - lists, dropcap, link/regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 27.2px */
    letter-spacing: 0.16px;
}

.text-pricing-content {
    color: #60697b;

    /* 16px - lists, dropcap, link/regular */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    /* 27.2px */
    letter-spacing: 0.16px;
}

.bullet-pricing-item {
    background-color: #00a2de !important;
    color: #003b86 !important;
}

.btn-primary {
    background-color: #003b86 !important;
}

.pricing-card {
    height: 600px;
    position: relative;
}

.join-button {
    position: absolute;
    bottom: 15px;
}

.animated-title {
    max-width: 700px;
    word-wrap: break-word;
    margin-left: auto;
    margin-right: auto;
}
