.right-container{
}

.content{
    100vh;
    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{
    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;
}