.right-container {}

.content {
    font-family: Inter, sans-serif;
}

.price-container {}

.header {
    font-weight: bold;
    margin: 0px;
}


.header-alone {
    font-weight: bold;
    padding: 25px 10px 0px 10px;
    width: 100%;
    font-size: 36px;
    text-align: center;
    position: relative;
    z-index: 1;
}


/*
.content::before{
    position: absolute;
    border-radius: 50%;
    top: 75px;
    left: 68%;
    width: 1000px;
    max-width: 100%;
    transform: translateX(-50%);
    height: 158px;
    background: linear-gradient(91deg, #F0E4FF 47.22%, #EAAFFF 110.53%);
    filter: blur(100px);
    z-index: 0;
    user-select: none;
    content: "";
    pointer-events: none;
}*/


.sub-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.cycle-tabs {
    flex-wrap: nowrap;
    width: fit-content;
    background: #ffffff3F;
    border: solid 1px #FFFFFF2D;
    border-radius: 30px;
    padding: 12px 13px;
    margin: 20px;
    z-index: 1;
}

.cycle-choose {
    font-size: 14px;
    font-weight: bold;
    color: #888888 !important;
    background: #ffffff00 !important;
    border-radius: 20px !important;
    padding: 8px 12px;
    margin: 4px 2px;
    border: none;
    user-select: none;
    text-decoration: none;
}

.cycle-dummy {
    min-height: 50px;
    margin: 20px;
}

.cycle-choose:hover {
    background: #ffffff10 !important;
    border-color: #ffffff10 !important;
}

.cycle-choose.active {
    color: #111111 !important;
    background: #f5f5f5 !important;
}


.pricing-tabs {
    padding: 10px;
    border: none;
    margin-top: 20px;
    gap: 10px;
}

.pricing-header {
    background: transparent !important;
    position: relative;
    font-weight: bold;
    color: #888888 !important;
    font-size: 14px !important;
    border: 0px solid #ffffff !important;
    z-index: 1;
    text-decoration: none;
    user-select: none;
    padding: 5px 10px;
}

.pricing-header.active {
    color: #000000 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #000000 !important;
}

.pricing-header>h1 {
    font-size: 26px;
}

.h-line {
    height: 1px;
    border-bottom: 1px solid #3D3D3D !important;
}

.pack-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    z-index: 1;
    position: relative;
}

.package-holder {
    padding: 20px 20px;
    border-radius: 10px;
    margin: 8px;
    font-size: 13px;
    width: 280px;
    height: fit-content;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.normal-button {
    background: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #323232;
    padding: 6px;
    color: #0A0A0A;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    user-select: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.normal-button:hover {
    background: #E1E1E1;
    border: 1px solid #969696;
    text-decoration: none;
    color: #0A0A0A;
}

.spec-button {
    background: #222222;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0);
}

.spec-button:hover {
    background: #383838;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0);
}

.black-h2 {
    color: #000000;
}

.blue-h2 {
    color: #BF78EB;
}

.package-header {
    font-weight: bold;
}

.package-header>h2 {
    font-size: 22px;
    font-weight: bold;
}

.price-holder {}

.pro-name {
    padding: 5px 10px;
    border-radius: 15px;
    background: #111111cc;
    width: fit-content;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
}

.original-price {
    display: flex;
    align-items: center;
    padding-top: 5px;
    color: #888888;
}

.current-price {
    display: flex;
    align-items: end;
    font-weight: bold;
    padding: 5px 0px;
}

.original-price .price-label {
    font-size: 13px;
    color: #888888;
    padding-bottom: 2px;
}

.original-price .price-number {
    font-size: 18px;
    color: #888888;
}

.rank-holder {
    display: flex;
    align-items: center;
}

.transparent {
    opacity: 0;
}

.credit-holder {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.billing-cycle-label {
    height: 20px;
    font-size: 13px;
}

.price-label {
    font-size: 18px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.unit-cycle {}

.price-number {
    font-size: 36px;
    color: #111111;
    line-height: 1;
}

.package-feature {}

.addition-credits-holder {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-top: 3px;
}

.credits-pro-num {
    color: #2871de;
    white-space: nowrap;
}

.credits-pro-name {
    padding: 2px 6px;
    border-radius: 15px;
    background: #111111cc;
    width: fit-content;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.feature-item {
    color: #000000;
}

.feature-label {
    display: flex;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

.dummy-feature {
    background: #ffffff00;
    color: #ffffff00;
    opacity: 0;
}

mark {
    background-image: linear-gradient(to right, #2871de, #27aadc);
    color: transparent;
    background-clip: text;
    font-weight: bold;
}


.text-line-through {
    text-decoration: line-through;
}


.addition-info {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #808080;
    background: #323232;
    white-space: nowrap;
    right: 5px;
}

.popular-package {
    position: relative;
    padding: 40px 20px;
}

.popular-label {
    padding: 3px 10px;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 25%);
    background: rgba(250, 250, 250, 0.1);
    color: black;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    font-size: 11px;
    user-select: none;
    box-shadow: 0 0 20px rgb(88 88 88 / 50%);
}

.norm-background {
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.spec-background {
    background: radial-gradient(ellipse at top, rgba(0, 0, 0, 0), #f5f1cd);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

bold {
    font-weight: bold;
}

.price-info {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #888888;
    gap: 5px;
}

.price-tooltip-holder {
    padding: 10px 20px;
    border-radius: 20px;
}

.price-tooltip {
    font-size: 13px;
    line-height: 26px;
    display: flex;
    gap: 5px;
}

.pricing-short-detail {
    overflow: hidden;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

@keyframes growDown {
    0% {
        max-height: 0px;
    }

    100% {
        max-height: 220px;
    }
}

.addition-trigger {
    cursor: pointer;
}

.addition-trigger svg {
    border-radius: 50%;
    transition: 0.2s;
}

.addition-trigger:hover svg {
    background: #dcdcdc;
}

/* ===========================================================
   DARK MODE OVERRIDES (To match pricing-login.css)
   =========================================================== */

[data-bs-theme="dark"] .content {
    position: relative;
}

[data-bs-theme="dark"] .content::before {
    position: absolute;
    border-radius: 50%;
    top: 75px;
    left: 50%;
    width: 1000px;
    max-width: 100%;
    transform: translateX(-50%);
    height: 158px;
    background: linear-gradient(91deg, #29025B 47.22%, #EAAFFF 110.53%);
    filter: blur(100px);
    z-index: 0;
    user-select: none;
    content: "";
    pointer-events: none;
}

[data-bs-theme="dark"] .header-alone,
[data-bs-theme="dark"] .header {
    color: #ffffff;
}

[data-bs-theme="dark"] .cycle-tabs {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-bs-theme="dark"] .cycle-choose.active {
    color: #111111 !important;
    background: #ffffff !important;
}

[data-bs-theme="dark"] .pricing-header {
    color: #666666 !important;
}

[data-bs-theme="dark"] .pricing-header.active {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}

[data-bs-theme="dark"] .package-holder {
    background: #ffffff0d;
    border: 1px solid #424242;
    box-shadow: none;
}

[data-bs-theme="dark"] .norm-background,
[data-bs-theme="dark"] .spec-background {
    background: #ffffff0d;
}

[data-bs-theme="dark"] .popular-package {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .blue-h2 {
    color: #D38CFF !important;
}

[data-bs-theme="dark"] .price-number {
    color: #ffffff;
}

[data-bs-theme="dark"] .feature-item {
    color: #ffffff99 !important;
}

[data-bs-theme="dark"] .feature-item img[src*="tick.svg"] {
    filter: invert(1) brightness(100);
}

[data-bs-theme="dark"] .h-line {
    border-bottom: 1px solid #444444 !important;
}

[data-bs-theme="dark"] .normal-button {
    background: rgba(126, 126, 126, 0.5) !important;
    border: 1px solid #5F525F !important;
    border-radius: 50px;
    color: #F5F5F5 !important;
}

[data-bs-theme="dark"] .normal-button:hover {
    background: rgba(126, 126, 126, 0.65) !important;
}

[data-bs-theme="dark"] .spec-button {
    background: #D38CFF !important;
    color: #141414 !important;
}

[data-bs-theme="dark"] .spec-button:hover {
    background: #BF78EB !important;
}

[data-bs-theme="dark"] .popular-label {
    background: rgba(250, 250, 250, 0.1);
    color: white;
    border: 1px solid #646464;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

[data-bs-theme="dark"] .pro-name,
[data-bs-theme="dark"] .credits-pro-name {
    background: #63ffd1cc !important;
    color: #111111 !important;
}

[data-bs-theme="dark"] .credits-pro-num {
    color: #63ffd1cc !important;
}

[data-bs-theme="dark"] .price-info,
[data-bs-theme="dark"] .price-label,
[data-bs-theme="dark"] .unit-cycle,
[data-bs-theme="dark"] .billing-cycle-label,
[data-bs-theme="dark"] .gray-text {
    color: #888888 !important;
}

[data-bs-theme="dark"] mark {
    background-image: linear-gradient(to right, #27aadc, #2871de);
}

[data-bs-theme="dark"] .addition-trigger:hover svg {
    background: #666666;
}