:root {
    --grow-color: #41c4e1;
    --scale-color: #ed5a26;
    --ent-color: #8449a5;
}

.ps-provider-subscription {
    padding-top: 50px;
}

.ps-provider-subscription .ps-pricing-list .pricing-tier-card {
    height: 650px;
}

.ps-provider-subscription .ps-pricing-list .pricing-tier-card.purchased {
    cursor: default;
    height: 650px;
}

.ps-pricing-list .ps-pricing-box .ps-pricing-header strong.price {
    font-size: 22px;
}

.ps-pricing-list .ps-pricing-box .ps-pricing-bodybot {
    min-height: auto;
}

#card-element {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}

#card-section {
    display: none;
}

#card-element-errors {
    color: #d7414a;
    font-size: 12px
}

.porangedark {
    color: #3fbde1;
}

.porangelight {
    color: #3bbf4b;
}

.ps-subscrption-note {
    margin-bottom: 10px;
    font-size: 90%;
}

.ps-subscrption-note span {
    padding-right: 5px;
    display: inline-block;
}

.ps-pricing-list .ps-pricing-box {
    height: 100%;
}

.ps-pricing-list .ps-pricing-box.ps-grow h2,
h3 {
    color: #41c4e1;
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: left;
}

.ps-pricing-list .ps-pricing-box.ps-perform h2,
h3 {
    color: #ed5a26;
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: left;
}

.ps-pricing-list .ps-pricing-box.ps-enterprise h2,
h3 {
    color: #8449a5;
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: left;
}

.ps-pricing-list .ps-pricing-box.ps-grow h3,
h4 {
    color: #41c4e1;
    margin-bottom: 1rem;
    font-size: 16px;
    text-align: left;
}

.ps-pricing-list .ps-pricing-box.ps-perform h3,
h4 {
    color: #ed5a26;
    margin-bottom: 1rem;
    font-size: 16px;
    text-align: left;
}

.ps-pricing-list .ps-pricing-box.ps-enterprise h3,
h4 {
    color: #8449a5;
    margin-bottom: 1rem;
    font-size: 16px;
    text-align: left;
}

.ps-pricing-list .ps-pricing-box .ps-pricing-bodytop ul li:before {
    top: 2px;
}

.ps-pricing-list .ps-pricing-box .ps-pricing-bodytop ul li:after {
    top: 5px;
}

#current-level {
    cursor: default;
    border-radius: 5px;
    background-color: #3fbde1;
    color: #fff;
    height: 40px;
    position: absolute;
    top: -25px;
    font-size: 12px;
    padding-top: 6px;
    left: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    
}

@media (max-width: 576px) {
    
}

@media (max-width: 479px) {
    
}

@media (max-width: 375px) {
    
}

@media (max-width: 767px) {
    .porangedark {
        padding: 0px 15px;
    }
}

.cell-heading {
    /*min-height: 30px !important;*/
    border-bottom: 1px solid #ccc;
    margin: -30px -15px 15px -15px;
    padding: 10px !important;
    text-align: right;
    position: relative;
    background-color: #fff !important;
    font-size: 14px !important;
}

.cell-heading:after {
    content: "";
    width: 1px;
    position: absolute;
    right: -1px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cell-heading-two {
    margin-top: 0 !important;
    border-top: 1px solid #ccc;
}



.cell-heading-mobile {
    display: none;
}

@media (max-width: 991px) {

    .cell-heading {
        text-align: center;
    }

    .cell-heading.cell-heading-blank {
        display: none !important
    }

    .cell-heading:after {
        display: none;
    }   
}

/*Tab*/
[class *="tabs-content_"] {
    overflow: hidden;
}

[class *="tabs-content_"] div:not(:first-child) {
    display: none;
}

.tabs-nav {
    position: relative;
    margin-bottom: 20px;
}

.tabs-nav:after {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    height: 1px;
    bottom: -5px
}

.tabs-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.tabs-nav ul li {
    padding-right: 15px
}

.tabs-nav ul li a {
    color: #9c9c9c;
    border-bottom: 2px solid transparent;
    padding-bottom: 6px
}

.tabs-nav ul li.active a {
    color: #252525;
    border-bottom: 2px solid #252525;
}

.ps-provider-subscription h1,
h2 {
    font-size: 46px;
}

.ribbon-2 {
    --f: 10px;
    /* control the folded part*/
    --r: 60px;
    /* control the ribbon shape */
    --t: 20px;
    /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path:
        polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f)/2));
    background: #ebd917;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}

.tooltip-inner {
    text-align: left !important;
    white-space: normal !important;
    max-width: 250px !important;
    padding: 8px 10px !important;
    line-height: 1.4 !important;
}

.modal-title {
    color: #252525;
}

.modal-header {
    flex-direction: row-reverse;
}

.tier-radio {
    display: flex;
    flex-direction: column;
}
