/* Form Calcolatore Piani */
.funzione_calcolatore_piani .range-holder {
    padding: 100px 0 0;
}
#hero_piani .funzione_calcolatore_piani #enterprise.g-cols.wpb_row.via_grid {
    margin-top: 2rem;
}
form#form_calcolo {
    margin-top: 25px;
    max-width: 60%;
}
form#form_calcolo label {
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}
form#form_calcolo input[type="number"] {
    border-radius: 8px;
    border: 1px solid var(--spoki-logo, #00D566);
    background: #FFF;
    margin: 0 0 15px;
}

#hero_piani #box_num_campagne.w-html {
    max-width: 700px;
    /* text-align: center; */
    font-size: 20px;
    padding-top: 30px;
    cursor: pointer;
    opacity: 0.75;
    transition: all 200ms linear;
}
#hero_piani #box_num_campagne span {
    font-weight: bold;
}
#hero_piani #box_num_campagne div:before {
    content: "\f044";
    font-family: "fontawesome";
    padding-right: 10px;
}
#hero_piani #box_num_campagne.w-html:hover {
    /* text-decoration: underline; */
    opacity: 1;
    transition: all 200ms linear;
}
#hero_piani #box_num_campagne div:hover:before {
    opacity: 1;
}

/* TABELLE PIANI */
#piani .l-section-h.i-cf {
    max-width: 840px;
}
#piani .l-section-h {
    max-width: 850px;
}
#piani .w-tabs-section-content {
    padding: 5vh 0;
}
#piani .w-tabs-section-content .g-cols.wpb_row.via_grid {
    border-radius: 30px;
    border: 1px solid #000;
    background: #F5F4FC;
    padding: 50px;
}
#piani .w-hwrapper:first-child {
    margin-top: 0;
    /* margin-bottom: 40px; */
    gap: 1rem;
}
#piani .w-hwrapper:nth-child(2) {
    align-items: start;
    margin: 40px 0;
}
#piani .w-hwrapper:last-child {
    /* margin-top: 30px; */
}
#piani .w-hwrapper {
    margin-top: 30px;
    gap: 1rem;
    justify-content: space-between;
}
#piani .w-hwrapper:last-child .wpb_text_column {
    flex: 50%;
}
#piani .g-cols h3 {
    color: var(--Primary-Black, #000);
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}
#piani .w-hwrapper .w-html {
    border-right: 1px solid #00D566;
}
#piani .w-hwrapper .w-html:first-child {
    flex: 45%;
}
#piani .w-hwrapper .w-html:nth-child(2) {
    flex: 15%;
    padding-right: 30px;
}
#piani .w-hwrapper .w-html:last-child {
    flex: 50%;
    display: grid;
    grid-template-columns: 65% 15%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border-right: 0;
}
#piani .w-hwrapper .w-html:last-child span {
    font-weight: bold;
    font-size: 15px;
}
#piani .g-cols .w-html h4 {
    color: var(--dark, #05031B);
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    opacity: 0.7;
    margin: 0;
}
#piani .g-cols .w-html h4+span {
    color: var(--Primary-Black, #000);
    font-family: "Plus Jakarta Sans";
    font-size: 26px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -1.2px;
}
#piani .g-cols p {
    color: var(--Primary-Black, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#piani .g-cols .w-iconbox p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
#piani .g-cols .w-iconbox {
    margin-bottom: 20px;
}
#piani .g-cols p big {
    color: var(--dark, #05031B);
    font-family: "Plus Jakarta Sans";
    font-size: 42px;
    font-weight: 800;
    line-height: 54px;
}
#piani .g-cols .w-hwrapper .w-separator {
   background: var(--color-content-primary);
   width: 2px;
}
#piani #enterprise.g-cols.wpb_row.via_grid {
    background: #00D566;
}
#piani {
    /* max-width: 980px; */
    margin: auto;
    padding: 20px 0 40px;
}
#piani .g-cols.wpb_row.via_grid {
    border-radius: 35px;
    border: 1.2px solid #000;
    background: #F5F4FC;
    padding: 50px;
    transition: all 300ms linear;
}
#piani .g-cols.wpb_row.via_grid:not(.active_plan) {
    transform: scale(1);
    margin-right: -10px;
    z-index: 7;
    transition: all 300ms linear;
}
#piani .g-cols.wpb_row.via_grid.active_plan {
    transform: scale(1.2);
    background: #FDFDFF;
    z-index: 9;
    transition: all 300ms linear;
}
#piani .g-cols.wpb_row.via_grid.active_plan+.wpb_column {
    z-index: 8;
}
#piani .w-btn-wrapper:has(> .btn_bestprice) {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
#piani .w-btn.btn_bestprice {
    border-radius: 0 35px 0 45px;
    padding: 0.8rem 3rem;
    width: auto;
}
#piani.g-cols h5 {
    color: var(--dark, #05031B);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
#piani .w-btn-wrapper,
#piani .w-btn {
    width: auto;
}
#piani.g-cols p {
    color: var(--Primary-Black, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#piani .w-iconbox.iconpos_left .w-iconbox-icon {
    margin-right: 0.5rem;
}
#piani.g-cols .w-iconbox p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}
#piani.g-cols .w-iconbox {
    margin-bottom: 30px;
}
#piani.g-cols p big {
    color: var(--dark, #05031B);
    font-family: "Plus Jakarta Sans";
    font-size: 42px;
    font-weight: 800;
    line-height: 54px;
}
#piani .w-hwrapper {
    margin: 8px 0 0;
}
#piani .w-hwrapper>:not(:last-child) {
    margin-right: var(--hwrapper-gap, 0.8rem);
}
#piani.g-cols .w-hwrapper p {
    color: #848199;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
#piani .w-separator.size_medium.with_line {
    height: 4rem;
}
#piani .w-vwrapper p {
    margin-bottom: 15px;
}
#piani {
    padding: 0px 0 40px;
    grid-template-columns: 100%;
    max-width: 700px;
}
#piani .g-cols.wpb_row.via_grid {
    padding: 35px;
    transition: all 200ms linear;
}
#piani.g-cols h5 {
    font-size: 24px;
    line-height: 28px;
}
#piani .g-cols.wpb_row.via_grid.active_plan+.g-cols {
    z-index: -1;
}
#piani .g-cols.wpb_row.via_grid:not(.active_plan) {
    opacity: 0;
    padding: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    border-width: 0;
    transform: scale(1);
    transition: all 200ms linear;
}
#piani .g-cols.wpb_row.via_grid.active_plan {
    opacity: 1;
    padding: 35px 35px 25px;
    width: 100%;
    height: auto;
    border-width: 1.2px;
    transform: scale(1);
    transition: all 200ms linear;
}
/* COLORI PIANI */
#piani #starter.g-cols.wpb_row.via_grid {
    background: #F5F4FC;
}
#piani #plus.g-cols.wpb_row.via_grid {
    border: 4px solid var(--spoki-logo, #00D566);
    background: #F5F4FC;
}
#piani #plus.g-cols.wpb_row.via_grid h3 {
    color: var(--Primary-Black, #00D566);
}
#piani #professional.g-cols.wpb_row.via_grid {
    border: 4px solid var(--spoki-logo, #00D566);
    background: #00D566;
}
#piani #professional .w-hwrapper .w-html {
    border-color: #000;
}
