.salesPage {
    background-color: white;
}

.SalesPageOddRow {
    background-color: #f2f8f8;
}

.SalesPageEvenRow {
    background-color: #fff;
}

.SalesPageFirstRow {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 30px 125px !important;
    border: 2px dashed #290064;
    border-radius: 10px !important;
}

.SalesPageEvenRow,
.SalesPageOddRow {
    padding: 40px 150px;
}

.SalesPageEvenRow img,
.SalesPageOddRow img {
    width: 70%;
}

.SalesPagePaymentImage {
    width: 107% !important;
    margin-left: -60px;
}

.salesPage .websiteImage {
    width: 80% !important;
}

.salesPageReferenceWidgetImage {
    width: 45% !important;
}

.SalesPageEvenRow .col,
.SalesPageOddRow .col {
    margin-top: auto;
    margin-bottom: auto;
}

.subscriptionRadioButton {
    display: none;
}

.salesPageSubscriptionCard {
    min-height: 531px;
}

.salesPageQuestionArrow {
    font-size: 21px;
    color:#f9a31a;
}

/* @section cards */

.rounded-lg {
    border-radius: 1rem !important
}

.text-small {
    font-size: 0.9rem !important
}

.salesPageSubscriptions .text-muted {
    color: #bfbfbf !important;
}

.pricing {
    /*color: #fff !important;*/
}

.custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem;
    background-color: #f9a31a !important;
}

.text-uppercase {
    letter-spacing: 0.2em
}

.btn-warning {
    color: #fff
}

.btn-warning:hover {
    color: #fff
}

.salesPageSubscriptions .fa-check {
    color:#F9A31A;
}

.salesPageSubscriptionCard,
.salesPageSubscriptionCard a {
} 

.salesPageSubscriptions .bottomText {
    color: #474747;
    font-size: 13px;

}

.salesPage .tabs {
    margin-bottom: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    box-shadow: #ddd 0px 0px 6px 0px;
    border-radius: 70px 70px 70px 70px;
}

.salesPage .tab.selected:after {
    display: none;
}

.salesPage .tab {
    height: initial !important;
    width: 140px;
    background-color: initial !important;
    border-radius: none !important;
}

.salesPage .tab.selected {
    background-color: rgba(73, 101, 255, .25) !important;
    border-radius: 70px 70px 70px 70px;
}

.salesPage .tab a {
    box-shadow: none !important;
    background-color: initial !important;
}

.salesPage .tabPanel {
    box-shadow: none !important;
}

.salesPage .salesPageSubscriptions input[type=radio] {
    display: none;
}

.salesPage .buttonSpacer {
    height: 34px;
}

.salesPage .tabs {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1px){
.SalesPageEvenRow,
    .SalesPageOddRow {
        padding: 10px 0px;
    }
    .SalesPageFirstRow {
        margin: 0px 0px !important;
    }
    .SalesPageSpacerRow {
        height: 0px;
    }
    .SalesPagePaymentImage {
        width: 100% !important;
        margin-left: 0;
    }
    .pricing {
        font-size: 2rem !important;
    }
    .SalesPageFirstRow h1 {
        font-size: 2rem;
    }
    .salesPage .tabs {
        border-radius: 14px;
    }
}

@media (min-width: 768px){
    .SalesPageEvenRow,
    .SalesPageOddRow {
        padding: 20px 50px;
    }
    .SalesPageFirstRow {
        margin: 20px 50px !important;
    }
    .pricing {
        font-size: 2.5rem !important;
    }
    .SalesPageFirstRow h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px){
    .SalesPageEvenRow,
    .SalesPageOddRow {
        padding: 30px 100px;
    }
    .SalesPageFirstRow {
        margin: 30px 100px !important;
    }
}

@media (min-width: 1200px) {
    .SalesPageEvenRow,
    .SalesPageOddRow {
        padding: 40px 150px;
    }
    .SalesPageFirstRow {
        margin: 0px 100px 40px 100px !important;
    }
    .SalesPageSpacerRow {
        height: 40px;
        margin: 0 0 !important;
        padding: 0 0 !important;
    }
}