.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.txt-monthly,
.txt-yearly {
    font-size: 1rem;
    margin: 0 10px;
}

.badge-success {
    background-color: #2196f3;
}

.pricing-table .billing-cycle-radios {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.pricing-table .pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 2em
}

.pricing-table .pricing__item {
    position: relative;
    text-align: center;
    flex: 0 1 315px
}

.pricing-table #pricingWrapper {
    padding: 2.3rem 0 2.3rem 0
}

.pricing-table #pricingWrapper .stacked {
    transition: all .2s;
    transition-delay: 0s;
    position: relative;
    background: #fff;
    border: 1px solid #515365
}

.pricing-table #pricingWrapper .stacked .card-header {
    padding: 30px;
    background-color: #262626;
    color: #e0e6ed;
    border-bottom: 1px solid #515365;
}

.pricing-table #pricingWrapper .stacked .card-header .card-price {
    transition: all .2s;
    transition-delay: 0s;
    display: block;
    width: 12.25rem;
    height: 6.25rem;
    margin-top: -30px;
    text-align: center;
    line-height: 6.25rem;
    font-size: 1.875rem;
    box-shadow: 0 0 15px 1px rgba(113, 106, 202, .2);
    border-radius: .25rem;
    border: 2px solid #515365;
    background-color: #262626;
    color: #f3f3f3;
    font-weight: 700
}

.pricing-table #pricingWrapper .stacked:hover .card-price {
    transform: translateY(-10px)
}

.pricing-table #pricingWrapper .stacked .card-header p {
    font-weight: 600;
    font-size: 15px;
    color: #3b3f5c
}

.pricing-table #pricingWrapper .stacked .card-body .list-group-minimal .list-group-item {
    background-color: #262626;
    margin-bottom: 12px;
    padding: 0;
    background: 0 0;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    color: #f3f3f3;
}

.pricing-table #pricingWrapper .stacked .card-body a {
    padding: 15px 10px
}


@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

div.card-body {
    background-color: #262626;
}

div div p {
    color: #888ea8;
}