.status-bar {
    background: var(--bg-orange);
    height: 7px;
}

.bg-EDEDED {
    background-color: #EDEDED;
}

.ls-02 {
    letter-spacing: 0.2px;
}

.ls-009 {
    letter-spacing: 0.09px;
}

.bg-FFEDD1 {
    background-color: #FFEDD1;
}

.rounded-6 {
    border-radius: 6px;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-273 {
    border-radius: 27.3px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-36 {
    font-size: 36px;
}

.shadow-zb {
    box-shadow: 0px 10px 45px rgba(39, 39, 39, 0.1927);
}

.shadow-box {
    box-shadow: 0px 4px 12px rgba(18, 46, 68, 0.119776)
}

.text-272727 {
    color: var(--text-dark) !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;

}

input:checked + .slider {
    background-color: var(--bg-dark);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btn-272727 {
    color: var(--text-white);
    background-color: var(--bg-dark);
}

.ls-006 {
    letter-spacing: 0.06px;
}

.ls-007 {
    letter-spacing: 0.07px;
}

.ls-011 {
    letter-spacing: 0.11px;
}

.btn-linear-1 {
    background: linear-gradient(90deg, var(--color-orange-2) 0%, var(--color-orange-3) 100%);
}

.btn-linear-1:active {
    background: linear-gradient(184deg, rgb(246 117 42) 0%, rgb(254 196 10) 100%);
    transition: 0.5s ease-in-out;
}

.bg-box-save {
    background: url('../img/backgrounds/bg_box_save.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 136px;
}

.bg-column-linear {
    background: linear-gradient(0deg, var(--color-orange-2) 0%, var(--color-orange-3) 100%);
    transition: 0.5s ease-in-out;
}

.rounded-top-11 {
    border-radius: 11px 11px 0px 0px;
}

.rounded-bottom-11 {
    border-radius: 0px 0px 11px 11px;
}

.most-popular {
    position: relative;
}

.most-popular::after {
    position: absolute;
    content: '';
    background: url('../img/backgrounds/most_popular.png');
    background-repeat: no-repeat;
    width: 125px;
    height: 125px;
    top: -31px;
    left: -80px;
}

.text-F67729 {
    color: #F67729;
}

.border-dotted {
    border-style: dotted;
    border: 2px dotted #000;
}

/* .height-51{
  height: 51px;
} */
form.height-51 input.form-control {
    height: 51px;
}

i.stripe, i.visa, i.master, i.maestro, i.american-exp {
    background: url('../img/icons/cards.png') no-repeat 0rem 0rem;
}

i.stripe {
    width: 78px;
    height: 22px;
    display: inline-block;
    background-position: -25px -5px;
}

i.visa {
    width: 43px;
    height: 24px;
    display: inline-block;
    background-position: -29px -31px;
}

i.master {
    width: 42px;
    height: 24px;
    display: inline-block;
    background-position: -80px -31px;
}

i.maestro {
    width: 42px;
    height: 24px;
    display: inline-block;
    background-position: -127px -31px;
}

i.american-exp {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-position: -175px -31px;
}

.bg-signup-step7 {
    background: url('../img/backgrounds/bg_signup_step7.svg') no-repeat 0 0;
    background-size: 100vw;
}

.bg-F1F1F1 {
    background-color: #F1F1F1;
}

.bg-FE9802 {
    background-color: var(--bg-orange);
}

.height-50 {
    height: 50px;
}

.rounded-top-11 {
    border-radius: 11px 11px 0 0 !important;
}

#btnBackToPlan {
    height: 52px;
}

.anchor-promo:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.status-bar-container {
    width: 100%;
    display: block;
    margin: 5px auto;
    border-radius: 10px;
    max-width: 530px;
}

.status-bar-container .status-bar {
    height: 20px;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    color: var(--text-white);
    padding-top: 2px;
}

#goToMyDashboardNoThanksVideo, #goToMyDashboardNoThanksVideo:hover {
    color: var(--text-orange);
    text-decoration: underline;
}
a#playKevinVideo img {
    height: 60px;
    width: 60px;
}
a#playKevinVideo {

}
.bg-order-summary {
    background: var(--bg-orange);
    color: var(--text-white);
}
.text-000000 {
    color: var(--text-black);
}
.text-4A4A4A {
    color: var(--text-dull);
}
.text-737373 {
    color: var(--text-step);;
}
img.signup-arrow-image {
    height: 45px;
    margin-right: 5px;
}
.sign-up-logo.img-fluid {
    max-width: 250px;
}

#btnProcessBillingInfo.btn {
    border-radius: .25rem;
}
