/******************************************************************/
/* pricing.css                                    */
/******************************************************************/
/* Pricing Table */
table.pricing-table {
    border-collapse: separate;
    border-spacing: 0;
}

.table.pricing-table th:first-child,
.table.pricing-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 50;
}

.table.pricing-table .bottom-left {
    border-radius: 0 0 0 8px;
}

.table.pricing-table .bottom-right {
    border-radius: 0 0 8px 0;
}


th.features, td.feature-column {
    min-height: 8rem;
}

th.features {
    font-size: .9rem;
    font-weight: 400;
    background-image: -moz-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    color: #fff;
    border-bottom: 2px solid #123665;
    border-top: 2px solid #4e9edb;
}

    th.features strong {
        font-size: 1rem;
    }

th.pricing-header {
    background-image: -moz-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    color: #fff;
    border-radius: 8px 8px 0 0;
    border: 2px solid #fff;
    border-right: none !important;
    border-bottom: none !important;
}

th.unit-header {
    background-image: -moz-linear-gradient( -90deg, rgb(18,98,187) 0%, rgb(9,65,130) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(18,98,187) 0%, rgb(9,65,130) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(18,98,187) 0%, rgb(9,65,130) 100%);
    color: #fff;
    font-size: .8rem;
    border-radius: 8px 8px 0 0;
    border: 2px solid #fff;
    border-left: none !important;
    border-bottom: 2px solid #123665;
}

td.feature-column {
    background: #2f7ab2;
    border-right: 2px solid #123665;
    border-bottom: 2px solid #123665;
    border-top: 2px solid #4e9edb;
    border-left: none;
}

.price-header {
    line-height: 1rem;
    font-weight: 800;
    background: #2f7ab2 !important;
    border-right: 2px solid #123665;
    border-bottom: 2px solid #123665;
    border-top: 2px solid #4e9edb;
    border-left: none;
    color: #fff !important;
    font-size: 1.2rem;
}

.per-month {
    font-size: .6rem;
    font-weight: 600;
    line-height: .9rem;
    display: block;
    margin-top: 4px;
}

    .per-month em {
        color: #061637 !important;
        font-style: normal !important;
    }

.price-per-header {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1rem;
    vertical-align: center;
    background-image: -moz-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(31,92,157) 0%, rgb(1,28,74) 100%);
    color: #92d0ff !important;
    border-right: 2px solid #123665;
    border-bottom: 2px solid #123665;
    border-top: none;
}

.price-table-check {
    background-color: #fff;
    border-radius: 20px;
    height: 24px;
    width: 24px;
}

.highlighted {
    background: var(--success) !important;
}

.feature-column.highlighted {
    border-right: 2px solid #43a40d;
    border-bottom: 2px solid #43a40d;
    border-top: 2px solid #bcfa9a;
    border-left: none;
}

.price-header.highlighted {
    border-right: 2px solid #43a40d !important;
    border-bottom: 1px solid #43a40d !important;
    border-top: 2px solid #bcfa9a !important;
    color: #061637 !important;
}

.pricing-header.highlighted {
    background-image: -moz-linear-gradient( -90deg, rgb(47,169,1) 0%, rgb(11,75,0) 100%) !important;
    background-image: -webkit-linear-gradient( -90deg, rgb(47,169,1) 0%, rgb(11,75,0) 100%) !important;
    background-image: -ms-linear-gradient( -90deg, rgb(47,169,1) 0%, rgb(11,75,0) 100%) !important;
}

.btn-select {
    background-image: -moz-linear-gradient( -90deg, rgb(193,230,255) 0%, rgb(127,190,244) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(193,230,255) 0%, rgb(127,190,244) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(193,230,255) 0%, rgb(127,190,244) 100%);
    font-weight: 600;
    font-size: .8rem;
    text-shadow: 2px 2px 6px rgb(0, 0, 0, .3);
}

.highlighted .btn-select {
    background-image: -moz-linear-gradient( -90deg, rgb(215,255,193) 0%, rgb(166,255,118) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(215,255,193) 0%, rgb(166,255,118) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(215,255,193) 0%, rgb(166,255,118) 100%);
    font-weight: 600;
    font-size: .8rem;
    text-shadow: 2px 2px 6px rgb(0, 0, 0, .3);
}
