﻿.container {
    max-width: 1280px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.subscription-plan {
    height: 450px;
}

.subscription-plan.disabled{
    opacity: 0.6;
    background-image: linear-gradient(45deg, #cacaca40 25%, transparent 25%, transparent 50%, #cacaca40 50%, #cacaca40 75%, transparent 75%, #fff);
    background-size: 70px 70px;
}

    .subscription-plan .card-header {
        background: #e1e1e150;
    }

    .subscription-plan.popular-plan {
        border: 2px solid;
        border-radius: 5px;
    }


        .subscription-plan.popular-plan .card-header {
            color: #fff;
            /*background: #3f6ad8;*/
        }

    .subscription-plan .plan-select-btn {
        position: absolute;
        bottom: 20px;
        width: 100%;
        left: 0;
        text-align: center;
    }

        .subscription-plan .plan-select-btn a {
            min-width: 150px;
        }

.pricing-card-title{
    font-size: 2.5em;
}

.highlight-badge {
    color: #222;
    padding: 5px 10px;
    display: block;
    /*background: #f7b924;*/
    border-radius: 4px;
    font-size: 10px;
}

.highlight-feature {
    color: #3f6ad8;
    font-weight: 500;
}

.paid-plan {
    box-shadow: 0px 0px 11px 9px rgb(0 0 0 / 10%);
}

#checkout-form{
    max-width: 750px;
}