﻿#choose-plan {
    display: none;
}

.Account.TrialPlans #choose-plan {
    display: block;
}

body.trial.fullscreen-modal {
    position: fixed;
}

.trial-choose-plan-modal,
.trial-plans-container-outer {
    background: var(--tequila-sunrise);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 10002 !important;
    /*background: #F4F4F4;*/
    padding: 50px;
    padding-top: 60px;
    color: #444;
    height: 100% !important;
    overflow-y: scroll !important;
}

/*close btn*/
.trial-choose-plan-close {
    position: fixed;
    top: 50px;
    right: 65px;
    font-size: 25px;
    color: #2B3E4F;
    cursor: pointer;
    z-index: 99999;
}

    .trial-choose-plan-close a.btn-white-ghost:focus,
    .trial-choose-plan-close a.btn-white-ghost:active,
    .trial-choose-plan-close a.btn-white-ghost:hover {
        color: var(--kb-purple) !important;
    }

    .trial-choose-plan-close img {
        height: 20px;
    }

/*close btn*/
body.Account.TrialPlans .trial-choose-plan-close {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 25px;
    color: #2B3E4F;
    cursor: pointer;
    z-index: 99999;
}



/*progress bar*/
.progressbar-container {
    height: 12px;
}

    .progressbar-container .progressbar {
        width: calc(100% - 2px);
        height: 10px;
        vertical-align: top;
        border-radius: 0;
    }

        .progressbar-container .progressbar .k-state-selected {
            border-left: 0;
            border-radius: 0;
            background: linear-gradient( 337deg, rgba(58,255,184,1) 44%, rgba(29,255,255,1) 100%);
            border-top-color: rgba(58,255,184,1);
            border-bottom-color: rgba(58,255,184,1);
        }

        .progressbar-container .progressbar .k-progress-status {
            display: none;
        }

.k-progressbar {
    background: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
}


body.Account.TrialPlans {
}

    body.Account.TrialPlans .trial-plans-container-outer {
        margin: 0 !important;
        padding: 50px;
        padding-top: 60px;
        background: var(--tequila-sunrise);
    }

    body.Account.TrialPlans .trial-plans-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        height: 100%;
        height: calc(100% - 60px)
    }


.trial-plans-container {
    max-width: 1080px;
    padding: 40px 0;
}


.trial-grid-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    transition: 1s ease;
}

.trial-sidebar {
    width: 0%;
    height: 100%;
    background: var(--kb-purple-slim-nav-reverse);
    background: linear-gradient(293deg, rgba(66,32,118,1) 30%, rgba(32,8,70,1) 85%);
    transition: 1s ease;
    position: relative;
}

.trial-sidebar-inner {
    display: none;
}

.main-content {
    width: 100%;
    height: 100%;
    background-color: white;
    transition: 1s ease;
    overflow: auto;
}

.main-content_large {
    width: 70%;
}

.sidebar_small {
    width: 30%;
    height: 100%;
}

.sidebarinner_small {
    display: inline-block;
    height: 100%;
    width: 100%;
}

button#my-trigger {
    position: absolute;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 1px rgba(0,0, 0, .3);
    left: 50%;
    top: 0rem;
    transform: translateX(-50%);
    cursor: pointer;
}


.trial-choose-plan-modal .trial-plans-container {
    padding: 0;
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: calc(100% - 62px);
}



/* Signup Parts 

 shared styles for parts */
.part-title {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

/*Part 1*/
#part-1 {
    padding: 30px 40px 00px;
    height: 100%;
    overflow: auto;
    overflow-x: clip;
}

    #part-1 .part-title,
    #part-1 .part-form,
    #part-1 .footer-headear-btns {
    }

    #part-1 .part-title {
        height: 8%;
        min-height: 70px;
        padding: 0;
    }

    #part-1 .part-form {
        height: 92%;
        /*        overflow-x: clip;
        overflow-x: auto;*/
    }

.footer-headear-btns {
    height: 50px;
}

    .footer-headear-btns .btn-white-ghost:hover {
        color: var(--kb-purple) !important;
    }



#part-1 .question {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0;
}


    #part-1 .question .question-copy .bold-q {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 16px;
    }

    #part-1 .question .question-copy .small-q {
        font-size: 14px;
        color: #777;
    }

#num-input-btn .k-widget.k-numerictextbox {
    min-width: 135px;
    width: 70%;
    height: 36px;
    border-radius: 40px;
    margin: 0 auto;
    background: none;
    box-sizing: border-box;
    display: block;
}

    #num-input-btn .k-widget.k-numerictextbox .k-numeric-wrap.k-state-disabled,
    #num-input-btn .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default {
        border-radius: 40px;
        box-sizing: border-box;
        height: 36px;
        background: none;
        padding: 0;
        border: 1px solid var(--kb-purple);
        border-color: var(--kb-purple);
    }

        #num-input-btn .k-widget.k-numerictextbox .k-numeric-wrap.k-state-disabled .k-input.k-formatted-value,
        #num-input-btn .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default .k-input.k-formatted-value {
            background: none;
            box-sizing: border-box;
            height: 36px;
            margin: 0;
            padding: 0;
            border-radius: 40px;
            font-size: 14px;
            text-indent: -25px;
        }

        #num-input-btn .k-widget.k-numerictextbox .k-numeric-wrap.k-state-disabled #PricingDiscount,
        #num-input-btn .k-widget.k-numerictextbox .k-numeric-wrap.k-state-default #PricingDiscount {
            background: none;
            box-sizing: border-box;
            height: 34px;
            margin: 0;
            padding: 0;
            border-radius: 40px;
            font-size: 14px;
            text-indent: -25px;
        }

.hidden-input-validation {
    font-size: 12px;
    color: var(--red);
}

#num-input-btn .k-numeric-wrap.k-state-disabled,
#num-input-btn .k-numeric-wrap.k-state-disabled:hover {
    cursor: no-drop !important;
    opacity: 0.5;
}

    #num-input-btn .k-numeric-wrap.k-state-disabled .k-select,
    #num-input-btn .k-numeric-wrap.k-state-default .k-select {
        border-top-right-radius: 40px;
        height: 18px;
        margin-right: -1px;
        margin-top: -1px;
        min-height: 18px;
    }

    #num-input-btn .k-numeric-wrap.k-state-disabled .k-icon.k-i-arrow-n,
    #num-input-btn .k-numeric-wrap.k-state-default .k-icon.k-i-arrow-n {
        vertical-align: inherit;
    }

    #num-input-btn .k-numeric-wrap.k-state-disabled .k-select .k-link.k-state-selected,
    #num-input-btn .k-numeric-wrap.k-state-default .k-select .k-link.k-state-selected {
        border-top-right-radius: 40px;
    }

    #num-input-btn .k-numeric-wrap.k-state-disabled .k-select .k-link:nth-child(even),
    #num-input-btn .k-numeric-wrap.k-state-default .k-select .k-link:nth-child(even) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 40px;
        min-height: 18px;
        height: 18px;
        margin-top: -2px;
    }

.y-n-radio label, .y-n-radio input {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .y-n-radio input[type="radio"] {
        opacity: 0.011;
        z-index: 100;
    }

        .y-n-radio input[type="radio"]:checked + label {
            background: var(--kb-purple);
            color: white;
        }

.y-n-radio label {
    padding: 0px;
    border: 1px solid var(--kb-purple);
    background: white;
    cursor: pointer;
    z-index: 90;
    height: 36px;
    line-height: 34px;
    border-radius: 40px;
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
}

    .y-n-radio label:hover {
        background: var(--kb-purple);
        color: white;
    }

#part-1 .footer-headear-btns {
    padding-bottom: 20px;
    box-sizing: border-box;
}

    #part-1 .footer-headear-btns .btn {
        margin-right: 15px;
        padding: 4px 20px;
    }


/*Part 1 SideBar*/
.trial-sidebar-inner .full-height {
    height: 100%;
    padding-top: 30px;
}

.trial-sidebar-inner .card-header {
    padding: 0 20px;
}

    .trial-sidebar-inner .card-header .card__title {
        color: white;
        margin-bottom: 10px;
    }

        .trial-sidebar-inner .card-header .card__title .title-pill {
            background: white;
            color: var(--kb-purple);
        }

    .trial-sidebar-inner .card-header .card-price {
        border-bottom: 1px solid white;
        margin-bottom: 0;
    }

        .trial-sidebar-inner .card-header .card-price .price-num .currency {
            color: white;
            display: inline-block;
            margin-top: -10px;
        }

        .trial-sidebar-inner .card-header .card-price .price-num .fig .tab-pane,
        .trial-sidebar-inner .card-header .card-price .price-num .per-user {
            color: white !important;
        }


        .trial-sidebar-inner .card-header .card-price .potential-savings {
            color: white;
            font-size: 14px;
            margin: 20px 0 10px;
        }

    .trial-sidebar-inner .card-header .plan-info {
        border-bottom: 1px solid white;
        padding: 15px 0;
    }

        .trial-sidebar-inner .card-header .plan-info p {
            margin-bottom: 0;
            padding: 0;
            color: white;
            font-size: 14px;
            line-height: 22px;
        }

.trial-sidebar-inner .chosen-plan-points {
    padding: 0 20px;
}

    .trial-sidebar-inner .chosen-plan-points li span.bullit-pt img {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: -25px;
        margin-right: 10px;
    }

    .trial-sidebar-inner .chosen-plan-points li {
        list-style: none;
        font-size: 14px;
        font-weight: 200;
        margin-bottom: 20px;
        color: white;
        padding-left: 25px;
    }

.trial-sidebar-inner .content-footer {
    padding-top: 20px;
    padding: 10px;
    width: calc(100% - 40px);
    margin: 0 auto;
    /*border-top: 2px solid white;*/
    bottom: 0;
}

    .trial-sidebar-inner .content-footer a.btn-gradient {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        display: block;
        line-height: 50px;
        margin: 0 auto;
        height: 50px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        color: var(--kb-purple);
        background: linear-gradient( 290deg, rgba(58,255,184,1) 44%, rgba(29,255,255,1) 100%) !important;
    }

.trial-sidebar-inner .sidebar-content {
    /*height: 80%;*/
    overflow-y: auto;
}

.trial-sidebar-inner .content-footer {
    /*height: calc(10% - 0px);*/
    min-height: 60px;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    padding: 10px 40px;
}



/*PART 2*/
#part-2 {
    padding: 10px 40px 70px;
    background: var(--kb-warm-biscuit);
    margin: 120px 50px 30px 50px;
}

.trial-compare-plan-close,
.trial-view-all {
    right: 65px;
    height: 30px;
    position: fixed;
    z-index: 99999;
}

    .trial-compare-plan-close a.btn-white-ghost:focus,
    .trial-compare-plan-close a.btn-white-ghost:active,
    .trial-compare-plan-close a.btn-white-ghost:hover,
    .trial-view-all a.btn-white-ghost:focus,
    .trial-view-all a.btn-white-ghost:active,
    .trial-view-all a.btn-white-ghost:hover {
        color: var(--kb-purple) !important;
    }

#part-2 .part-title,
#part-3 .part-title {
    border: 0;
    color: #444;
    padding: 30px 0;
}

    #part-2 .part-title h4,
    #part-3 .part-title h4 {
        padding: 20px 0;
    }

#part-2 .filters-tabs {
    width: 40% !important;
    max-width: 525px;
    min-width: 400px;
    display: block;
    margin: 0 auto;
}


#part-2 .tab-pane {
    display: block;
}

/* PART 2 - CARD STYLES */
/*pricing panels*/
#part-2 .price-panels {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

#part-2 .card {
    box-shadow: 0 0 29px rgba(183, 191, 197, 0.25);
    background: var(--kb-purple-gradient);
    text-align: center;
    height: 100%;
    padding: 10px 0 20px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    clip-path: polygon( 0 5%, 100% 0, 100% 95%, 0 100% );
    width: 90%;
    margin: 0 auto;
}

.card-inner-container {
    text-align: left;
    background-color: #fff;
    padding-top: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 20px;
    position: relative;
    clip-path: polygon( 0 5%, 100% 0, 100% 95%, 0 100% );
    height: 98%;
}

.card-header {
    text-align: left;
    padding: 40px 20px 20px;
}

    .card-header .card__title {
        color: var(--kb-purple);
        font-size: 24px;
    }

        .card-header .card__title span.title-pill {
            font-size: 11px;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            text-transform: uppercase;
            border-radius: 4px;
            background-color: var(--kb-purple);
            color: white;
            float: right;
            padding: 8px 15px;
        }

    .card-header .card-price {
        border-bottom: 1px solid #707070;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .card-header .card-price .price-num .currency {
            font-size: 24px;
            color: var(--kb-purple);
            vertical-align: top;
            line-height: 56px;
            padding-right: 10px;
        }

        .card-header .card-price .price-num .fig {
            font-size: 56px;
            display: inline-flex;
            color: var(--kb-purple);
        }

            .card-header .card-price .price-num .fig .tab-content {
                display: inline-block;
            }

        .card-header .card-price .per-user {
            padding-left: 20px;
            font-size: 16px;
            color: var(--kb-purple);
            font-weight: 200;
        }

    .card-header .plan-info {
        margin-bottom: 20px;
    }

        .card-header .plan-info p {
            font-size: 16px;
            color: var(--kb-purple);
            font-weight: 200;
            margin-bottom: 0;
            line-height: 30px;
        }

.card-content {
    position: relative;
    padding: 10px 20px;
    background: #e1e1e1;
    padding-top: 70px;
    -webkit-transition: all 2s;
    transition: all 2s;
    clip-path: polygon( 0 5%, 100% 0, 100% 95%, 0 100% );
    height: 100%;
}

.popular .card-header .btn:hover {
    color: var(--kb-purple) !important;
}

.popular .card-content {
    border: 1px solid white;
}

.card-content .plan-title {
    color: #707070;
    color: var(--kb-purple);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.card-content ul {
    padding-left: 10px;
    padding-bottom: 30px;
    list-style-position: outside;
    min-height: 500px;
    max-height: 900px !important;
}

    .card-content ul li {
        list-style: none;
        font-size: 13px;
        font-weight: 200;
        margin-bottom: 20px;
        padding-left: 25px;
    }

        .card-content ul li img {
            width: 18px;
            height: 18px;
            vertical-align: middle;
        }

        .card-content ul li.mb-double {
            margin-bottom: 20px
        }

        .card-content ul li .bullit-pt {
            padding-right: 5px;
            margin-left: -25px;
        }

.pricing-header p.card-footer-tagline {
    text-align: left;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 200;
}

/* card hover state */
.card.popular {
    background: linear-gradient(290deg, rgba(58,255,184,1) 44%, rgba(29,255,255,1) 100%) !important;
    cursor: pointer;
}

    .card.popular .card-inner-container {
        background: var(--kb-purple);
    }

    .card.popular .card-header .title-pill {
        background-color: white;
        color: var(--kb-purple);
    }

    .card.popular .card-header .card-price {
        border-bottom-color: white;
    }

        .card.popular .card-header .card__title,
        .card.popular .card-header .card-price .price-num .currency,
        .card.popular .card-header .card-price .price-num .fig,
        .card.popular .card-header .card-price .per-user,
        .card.popular .card-header p {
            color: white;
        }

    .card.popular .card-header .btn-ghost {
        color: var(--kb-purple);
        border-color: var(--kb-purple);
    }

        .card.popular .card-header .btn-ghost:hover {
            background-color: rgba(225, 225, 225, 0.85);
            border-color: var(--kb-purple);
        }

    .card.popular .card-content {
        background: white;
    }



.card .card-inner-container .btn.btn-lg {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    text-transform: uppercase;
}



/* ROW 3 - modal and features table */
.viewAllFeaturesSlider {
}

#part-3 {
    padding: 10px 40px 70px;
    background: var(--kb-warm-biscuit);
    margin: 120px 50px 50px 50px;
}

    #part-3 .part-title {
        padding: 40px 20px 20px;
        border: 0;
    }

        #part-3 .part-title h1 {
        }

    #part-3 .table-bg {
        background: white;
        padding: 20px;
    }

    #part-3 table {
        color: #777;
        text-align: center;
        width: 100%;
    }

        #part-3 table thead {
            border-bottom: 1px solid #e1e1e1;
        }

            #part-3 table thead th {
                color: #707070;
                font-size: 14px;
                padding-bottom: 10px;
                font-weight: 600;
            }

        #part-3 table tr {
            border: 0;
        }

        #part-3 table tbody tr:hover {
            background: var(--kb-light-purple);
        }

        #part-3 table td {
            color: #707070;
            font-size: 14px;
            font-family: var(--font-family);
            padding: 5px 0;
            text-align: center;
        }

        #part-3 table td {
            color: #707070;
            font-size: 14px;
            font-family: var(--font-family);
            padding: 5px 0;
            text-align: center;
        }

#choose-plan table td img {
    width: 15px;
    height: 15px;
}

#part-3 .text-left {
    text-align: left !important;
}



.hide-row {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.reveal-row {
    display: block;
    visibility: visible;
    opacity: 1;
}


/* SELF SERVICE PLAN */
.buttons.buttons-left.col-sm-6,
.buttons.buttons-right.col-sm-6 {
    margin-bottom: 20px;
}

/* RESPONSIVE */
/* WIDTH */
@media screen and (min-width: 750px) and (max-width: 1200px) {
    #part-1 .part-title.row h1 {
        padding-right: 20px;
        font-size: 20px !important;
    }

    .part-title.row h1 br {
        display: none;
    }

    .row.question .col-xs-8,
    .row.question .col-xs-4 {
        width: 50%;
    }

    .row.question .col-xs-4 {
        margin-top: 10px;
        display: inline-block;
    }

    #part-1 {
        padding: 20px 0px 0 30px;
    }

        #part-1 .part-form {
            zoom: 95%;
        }

    .row.footer-headear-btns input,
    .row.footer-headear-btns a {
        margin: 10px 0;
        font-size: 12px;
    }

    #part-1 .footer-headear-btns .btn {
        margin-right: 5px;
        padding: 2px 10px;
    }

    .row-footer-header-btns .click-intercom-launch-bubble {
        margin-right: 0;
    }

    .card__title .full-width {
        font-size: 18px;
    }

        .card__title .full-width .title-pill,
        .card__title .title-pill {
            padding: 4px 7px !important;
            font-size: 10px !important;
        }

    .card-header .card-price .price-num .currency {
        padding-right: 0;
    }

    .per-user.notEnterprise {
        width: 50%;
        float: right;
        padding: 0;
        top: 40px;
        padding-left: 0 !important;
        position: relative;
        font-size: 12px !important;
    }

    .card-header .card-price .price-num .fig {
        font-size: 50px;
    }

    .trial-sidebar-inner .chosen-plan-points li {
        margin-bottom: 15px;
    }

    #part-2 .part-title h4,
    #part-3 .part-title h4 {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }

    #part-2 .part-title h1,
    #part-3 .part-title h1 {
        padding-right: 20px;
        font-size: 20px !important;
    }

    #part-2 .row.filters-tabs.p-pills .pill {
        width: 50%;
    }

    #part-2 .price-panels {
        width: 100%;
        zoom: 90%;
    }

    #part-3 .card-header .card-price .per-user {
        width: 100%;
        padding-left: 0;
        display: block;
    }

    .reduced-line-height {
        line-height: 20px !important;
    }
}

/* HEIGHT */
/*@media screen and (max-height: 750px) {
    .trial-sidebar-inner .sidebar-content{
    height: 85%;
  } 
}*/
@media screen and (max-width: 1440px) {
    #pricingModal .part-title h1 br {
        display: none;
        font-size: 22px;
    }
}



/* actual tiral plans view */
body.Account.TrialPlans {
    height: 100%;
}

    body .Account.TrialPlans header {
        display: none;
    }

#main.Account.TrialPlans {
    margin: 0;
    padding: 0 !important;
    width: 100%;
}


body.Account.TrialPlans .comparePlansSlider,
body.Account.TrialPlans .viewAllFeaturesSlider {
    z-index: 999999;
}

body.Account.TrialPlans #part-1 {
    overflow-x: clip;
    overflow: inherit;
}

body.Account.TrialPlans #part-2 {
    margin: 120px 50px 35px 50px;
}

body.Account.TrialPlans #part-3 {
    margin: 120px 50px 35px 50px;
}

.comparePlansModal,
.viewAllFeaturesModal {
    z-index: 999999999 !important;
    overflow-x: clip;
}

.comparePlansSlider,
.viewAllFeaturesSlider {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    transition: all 1s;
    z-index: 9999999;
    margin-left: -40px;
}


.trial-monochrome-logo {
    position: fixed;
    z-index: 999999;
    top: 10px;
    margin-left: -20px;
}


.grand-disclaimer {
    font-size: 12px;
    color: white;
    font-weight: 200;
    padding-bottom: 20px;
    line-height: 18px;
    text-align: center;
}

    .grand-disclaimer span {
        font-size: 12px;
        color: white;
        font-weight: 200;
    }

.content-footer .showMonthlyPlan {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

.opacity-bg {
    background: rgba(225,225,225,0.1);
}

.height-with-diclainer-top {
    height: 80%
}

.height-withOUT-diclainer-top {
    height: 90%
}

.height-with-diclainer-bottom {
    height: calc(20% - 0px);
    position: absolute;
    bottom: 0;
    max-height: 150px;
}

.height-withOUT-diclainer-bottom {
    height: calc(10% - 0px);
}


.ObTrainingFee .ObTrainingFeeCost-input::before {
    display: inline-block;
    width: 20px;
    height: 36px;
    position: absolute;
    text-align: right;
    line-height: 36px;
    margin-left: 5px;
    font-size: 14px;
    color: rgb(85,85,85);
}

.ObTrainingFee .ObTrainingFeeCost-input.euro-symbol::before {
    content: '€';
}

.ObTrainingFee .ObTrainingFeeCost-input.dollar-symbol::before {
    content: '$';
}

.ObTrainingFee .ObTrainingFeeCost-input.sterling-symbol::before {
    content: '£';
}

.ObTrainingFee #ObTrainingFeeCost {
    padding-left: 20px;
}

.annual-vat-price {
    font-size: 16px;
    color: var(--kb-purple);
    font-weight: 200;
    margin-bottom: 0;
    line-height: 30px;
}


/*landing pages form picing bands*/
.pricing-band-container {
    max-width: 100%;
    height: 100%;
    padding: 10px 0 40px;
}

.pricing-band-sidebar {
    width: 40%;
    height: 100%;
    background: var(--kb-purple-slim-nav-reverse);
    background: linear-gradient(293deg, rgba(66,32,118,1) 30%, rgba(32,8,70,1) 85%);
    transition: 1s ease;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}

.pricing-band-main-content {
    width: 100%;
    height: 100%;
    background-color: white;
    transition: 1s ease;
    overflow: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pricing-band-sidebar-inner .full-height {
    height: 100%;
    padding-top: 30px;
}

.pricing-band-sidebar-inner .card-header {
    padding: 0 20px;
}

    .pricing-band-sidebar-inner .card-header .card__title {
        color: white;
        margin-bottom: 10px;
    }

        .pricing-band-sidebar-inner .card-header .card__title .title-pill {
            background: white;
            color: var(--kb-purple);
        }

    .pricing-band-sidebar-inner .card-header .card-price {
        border-bottom: 1px solid white;
        margin-bottom: 0;
    }

        .pricing-band-sidebar-inner .card-header .card-price .price-num .currency {
            color: white;
            display: inline-block;
            margin-top: -10px;
        }

        .pricing-band-sidebar-inner .card-header .card-price .price-num .fig .tab-pane,
        .pricing-band-sidebar-inner .card-header .card-price .price-num .per-user {
            color: white !important;
        }


        .pricing-band-sidebar-inner .card-header .card-price .potential-savings {
            color: white;
            font-size: 14px;
            margin: 20px 0 10px;
        }

    .pricing-band-sidebar-inner .card-header .plan-info {
        border-bottom: 1px solid white;
        padding: 15px 0;
    }

        .pricing-band-sidebar-inner .card-header .plan-info p {
            margin-bottom: 0;
            padding: 0;
            color: white;
            font-size: 14px;
            line-height: 22px;
        }

.pricing-band-sidebar-inner .chosen-plan-points {
    padding: 0 20px;
}

    .pricing-band-sidebar-inner .chosen-plan-points li span.bullit-pt img {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-left: -25px;
        margin-right: 10px;
    }

    .pricing-band-sidebar-inner .chosen-plan-points li {
        list-style: none;
        font-size: 14px;
        font-weight: 200;
        margin-bottom: 20px;
        color: white;
        padding-left: 25px;
    }

.pricing-band-sidebar-inner .content-footer {
    padding-top: 20px;
    padding: 10px;
    width: calc(100% - 40px);
    margin: 0 auto;
    /*border-top: 2px solid white;*/
    bottom: 0;
}

    .pricing-band-sidebar-inner .content-footer a.btn-gradient {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        display: block;
        line-height: 50px;
        margin: 0 auto;
        height: 50px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        color: var(--kb-purple);
        background: linear-gradient( 290deg, rgba(58,255,184,1) 44%, rgba(29,255,255,1) 100%) !important;
    }

.pricing-band-sidebar-inner .sidebar-content {
    /*height: 80%;*/
    overflow-y: auto;
}

.pricing-band-sidebar-inner .content-footer {
    /*height: calc(10% - 0px);*/
    min-height: 60px;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    padding: 10px 40px;
}

.pricing-band-container #part-1 {
    padding: 30px 40px 00px;
    height: 100%;
    overflow: auto;
    overflow-x: clip;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}



.plan-indicator {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9099090909090909090909;
    height: 10px;
}
/*//PRICING PERMISSION CLASSES//*/
.no-accounting-permission,
.no-assets-permission {
    pointer-events: none;
    opacity: 0.4
}
