/* Minification failed. Returning unminified contents.
(274,22): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(275,24): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(719,13): run-time error CSS1030: Expected identifier, found '-'
(719,13): run-time error CSS1031: Expected selector, found '-'
(719,13): run-time error CSS1025: Expected comma or open brace, found '-'
(725,17): run-time error CSS1030: Expected identifier, found '-'
(725,17): run-time error CSS1031: Expected selector, found '-'
(725,17): run-time error CSS1025: Expected comma or open brace, found '-'
(730,13): run-time error CSS1030: Expected identifier, found '-'
(730,13): run-time error CSS1031: Expected selector, found '-'
(730,13): run-time error CSS1025: Expected comma or open brace, found '-'
(733,17): run-time error CSS1030: Expected identifier, found '-'
(733,17): run-time error CSS1031: Expected selector, found '-'
(733,17): run-time error CSS1025: Expected comma or open brace, found '-'
(845,26): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(924,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(1569,19): run-time error CSS1030: Expected identifier, found '-'
(1569,19): run-time error CSS1031: Expected selector, found '-'
(1569,19): run-time error CSS1025: Expected comma or open brace, found '-'
(1683,21): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(1688,26): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(1699,22): run-time error CSS1039: Token not allowed after unary operator: '-primary'
 */
/* --> order.css v4.1 */

.aside,
footer,
.aside__nav,
.aside__btn-nav-expander { display: none !important; }
.main__content,
.footer__content {
    margin-left: 0 !important;
    padding-bottom: 0 !important;
}
main {
    min-height: calc(100vh - 50px);
    background: #f6f9fc;
    background: url(/images/order/order-bk.png) center right -50px /cover no-repeat;
}
ul { list-style:none; }

/*** Multitext ***/
.multiselect-native-select .btn-group > .btn:first-child {
    padding: 12px 16px;
    font-size: 14px;
    margin: 0 0 0;
}
.multiselect-native-select .btn-group > .error.btn:first-child { border-color: red; }

.pager.wizard .navbar {
    position: absolute;
    z-index: 12;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 10px;
}
    .pager.wizard .navbar .nav-pills {
        text-align: center;
        width: 20px;
        list-style: none;
        position: fixed;
        z-index: 99;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
        .pager.wizard .navbar .nav-pills > li {
            float: none;
            display: inline-block;
            background: #ccc;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            margin: 10px 3px;
        }
            .pager.wizard .navbar .nav-pills > li > a {
                padding: 2px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
            }
            .pager.wizard .navbar .nav-pills > li.active > a {
                background: #2fcd70;
                padding: 3px;
                margin-bottom: -0px;
            }
.pager.wizard {
    position: fixed;
    z-index: 12;
    bottom: 0;
    left: 0;
    border-top: solid 1px #eee;
    width: 100%;
    background: #fff;
    margin: 0;
    text-align: right;
}
    .pager.wizard li {
        display: inline-block;
        margin: 6px 15px 0 0;
    }
        .pager.wizard li img {
            height: 12px;
            margin-right: 10px;
        }
        .pager.wizard li.continue-button-wrap {
            padding-top: 50px;
            width: 140px;
        }
            .pager.wizard li.continue-button-wrap.disabled { opacity: 0.4; }
                .pager.wizard li.continue-button-wrap.disabled .continue-button { background: #aaa; }
        .pager.wizard li .continue-button { height: 40px; }
        .pager.wizard li > a,
        .pager.wizard li > span {
            padding: 15px 14px;
            border: none;
            background: transparent;
            border-radius: 5px;
        }
            .pager.wizard li > a:hover,
            .pager.wizard li > span:hover { background: rgba(255, 255, 255, .8); }
    .pager.wizard .prev:hover,
    .pager.wizard .next:hover { background: none; }

.rootwizard .tab-pane {
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.51, 0.92, 0.24, 1);
    transition: -webkit-transform 3s cubic-bezier(0.51, 0.92, 0.24, 1);
    transition: transform 3s cubic-bezier(0.51, 0.92, 0.24, 1);
    transition: transform 3s cubic-bezier(0.51, 0.92, 0.24, 1), -webkit-transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
    will-change: transform;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}
    .rootwizard .tab-pane.translate {
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        transform: translateX(-150%);
        display: block;
        position: absolute;
        z-index: 8;
        overflow: hidden;
    }
    .rootwizard .tab-pane.translateback {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
        display: block;
        position: relative;
        z-index: 9;
    }
        .rootwizard .tab-pane.translateback.active { display: block; }

.wiz-loading {
    z-index: 1003;
    color: #fff;
    height: 90px;
    width: 90px;
    text-align: center;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 237px;
    right: 0;
}
    .wiz-loading .loader-box {
        height: 44px;
        width: 100%;
        margin: auto;
        margin-top: 15px;
        bottom: 0;
    }
        .wiz-loading .loader-box .circular {
            -webkit-animation: wiz-rotate 2s linear infinite;
            -moz-animation: wiz-rotate 2s linear infinite;
            -o-animation: wiz-rotate 2s linear infinite;
            animation: wiz-rotate 2s linear infinite;
            height: 100%;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            -o-transform-origin: center center;
            transform-origin: center center;
            width: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        .wiz-loading .loader-box .path {
            stroke-dasharray: 1,200;
            stroke-dashoffset: 0;
            -webkit-animation: wiz-dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            -ms-animation: wiz-dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            -o-animation: wiz-dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: wiz-dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            stroke-linecap: round;
            stroke: #d62d20;
        }

@-webkit-keyframes wiz-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes wiz-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes wiz-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}
@keyframes wiz-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

/******** ORDER ********/

.order section { margin-bottom: 40px; }
.order .title { font-size: 18px; }
.order .form-icon { width: 180px; }
.order .form-icon label {
    background-color: #fff;
    /*background-image: url(../img/form/icon-selected.png);*/
    background-size: 0% 0%;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: calc(100% - 4px);
    transition: all .2s cubic-bezier(0.77, 0, 0.175, 1);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 0.75em;
    border-radius: 50%;
    border: solid 2px #e3e3e3;
    cursor: pointer;
}
    .order .form-icon label.error { border-color: red; }
.order .disabled .form-icon label {
    background: #ccc;
    border-color: #e3e3e3;
}
.order .form-icon img {
    position: absolute;
    display: block;
    width: 40%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s cubic-bezier(0.77, 0, 0.175, 1);
    /*filter: invert(50%);*/
}
.order .form-icon:hover img { transform: translate(-50%, -50%) scale(0.9); }
.order .form-icon + h3 { font-size: 18px !important; }
.order .form-icon input:checked + label {
    background: var(--primary);
    border-color: var(--primary);
    position: relative;
}
    .order .form-icon input:disabled + label {
        background: #bbb;
        border-color: #bbb;
        opacity: .5;
        cursor: not-allowed;
    }
    .order .form-icon input:checked + label img { /*filter: invert(100%);*/ }
    .order .form-icon input:checked + label::after {
        content: "\f00c";
        font-family: 'FontAwesome';
        color: #fff;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
.order .form-icon input[readonly] + label {
    cursor: not-allowed !important;
    pointer-events: none;
}
#ActivatePlanIn > .tit {
    text-align:center;
    line-height:130%;
    margin:0 0 20px 0;
}
.order .sbs-item {
    display:inline-block;
    width:18%;
    margin:0 auto 10px auto;
    text-align:center;
}
.order .sbs-item .form-icon {
    margin:0 auto;
    width:100%;
    min-width:100px;
    max-width:200px;
}
.order .sbs-item .form-icon img { width: 60%; height:60%; }
@media(max-width: 1024px) {
    .order .sbs-item { width: 32%; }
}
@media(max-width: 540px) {
    .order .sbs-item { width: 45%; }
}
@media(max-width: 320px) {
    .order .sbs-item {  }
}

/*** Pricing Table ***/

.m-scene .pricing-container .table tbody tr:nth-child(even) th p { background: #fff; }
[data-form-type="pickplan"] .form-icon img { width: 70%; }
[data-form-type="pickplan"] .form-icon input:checked + label::after { bottom: 0; }
[data-form-type="pickproject"] .panel-heading input[type=radio] {
    margin: -2px 0 0 !important;
    outline: none;
}
[data-form-type="pickproject"] #project-name {
    padding: 12px 16px;
    font-size: 14px;
}
[data-form-type="pickproject"] .separator-or {
    margin-top: 60px;
    background: #eee;
}
[data-form-type="pickproject"] .panel { opacity: .5; }
[data-form-type="pickproject"] .panel:hover ,
[data-form-type="pickproject"] .panel-success { opacity: 1; }
.features-list { overflow-x: auto; }

/*** Rewrite IBuilder ***/

.ibuilder { margin-bottom: 50px; }
    .ibuilder .actions,
    .ibuilder [data-toggle="modal"] { display: none; }
    .ibuilder .panel-heading .block-price { margin-left: 17px; }

/*** Project Library ***/

.proj-lib-list { margin-top: 40px; }
.proj-lib-list .form-icon {
    width:100%;
    margin: 0;
}
.proj-lib-list .form-icon label {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    padding: 15px 10px;
    background: #fff;
    border: solid 1px #e3e3e3;
    border-radius: 4px;
    cursor: pointer;
    max-height: 48px;
    height: 48px;
    width: 100%;
    display: flex;
    flex: 1;
    align-items: center;
}
.proj-lib-list .form-icon label:hover {
    border-color: #00a4ff;
    box-shadow: 0 0 4px 0 rgba(0, 164, 255, .2);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 164, 255, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 164, 255, 0.2);
}
.proj-lib-list .form-icon label img {
    position: relative;
    height: 42px;
    width: 42px;
    left: 12px;
    top: 21px;
    border-radius: 3px;
    background:#FFF;
    margin:1px;
}
.proj-lib-list .form-icon input:checked + label { color: #fff; }
.proj-lib-list .form-icon input:checked + label::after {
    right: 0;
    left: 90%;
    bottom: 0;
    top: 0;
}

/*** Features ***/

section.app-features { padding-top:0; }
    section.app-features .features-list input[type=checkbox]:disabled + .feature {
        color: #999;
        background: #eee;
        border-color: #eee;
        cursor: not-allowed;
    }
        section.app-features .features-list input[type=checkbox]:disabled + .feature i { color: #aaa; }
        section.app-features .features-list input[type=checkbox]:disabled + .feature .feat-price {
            color:#999;
        }
        section.app-features .features-list input[type=checkbox]:checked:disabled + .feature .feat-price {
            text-transform:lowercase;
            padding:3px 4px 1px 3px;
            border-radius:7px 0 5px 0;
            font-size:13px;
            font-weight:normal;
            color: #FFF;
            margin:0 -5px -4px 0;
        }
        section.app-features .features-list input[type=checkbox]:checked:disabled + .feature .feat-price:before {
            content: '\f058';/*f14a*/
            color: #FFF;
            font-family: FontAwesome;
            font-weight: normal;
            line-height: inherit;
            padding: 0 5px 0 0;
        }
    /* section.app-features .features-list input[type=checkbox]:checked + .feature .feat-price */
    section.app-features .features-list input[type=checkbox]:checked + .feature .feat-price {
        color: #fff;
        font-size:12px;
        line-height:100%;
    }
    section.app-features .features-list input[type=checkbox]:checked + .feature,
    section.app-features .features-list input[type=checkbox]:checked:disabled + .feature {
        color: #333;
        background: #77c924;
        background: linear-gradient(to right, #FFF 30px, #77c924 80%);
        font-size:12px;
        line-height:100%;
    }
    section.app-features .features-list input[data-isbought=true]:checked + .feature .feat-price {
        background:#77c924;
        color:#FFF;
    }
    
    section.app-features .features-list input[type=checkbox] + .feature .feat-price .price {
        display:block;
        opacity:0;
        position:absolute;
        z-index:10;
        top:2px;
        right:2px;
        padding:0;
        border-radius:0;
        background:#FFF;
        border:solid 1px #77c924;
        color:#355614;
        font-size:1px;
        font-weight:bold;
        line-height:100%;
        transition:all 150ms ease;
        overflow:hidden;
        height:0;
    }
    section.app-features .features-list input[type=checkbox]:checked:disabled + .feature:hover .feat-price .price {
        opacity:1;
        overflow:visible;
        padding:4px 7px 3px 7px;
        height:20px;
        border-radius:5px;
        box-shadow:0 0 5px rgba(0,0,0,0.5);
        font-size:11px;
    }
    section.app-features .features-list input[type=checkbox]:checked:disabled + .feature {
        color: #5da414;
        background: rgb(240, 254, 226);
        border-color: rgba(119, 201, 36, 1);
        border-left-width:4px;
        padding-left:7px;
    }
    section.app-features .features-list input[type=checkbox]:checked + label i { color: #fff; }
    section.app-features .features-list input[type=checkbox]:checked:disabled + label i { color: #6ab220; }
    section.app-features .features-list .feature {
        position: relative;
        margin-bottom: 10px;
        text-align: left;
        padding: 15px 10px;
        background: #fff;
        border: solid 1px #e3e3e3;
        border-radius: 4px;
        cursor: pointer;
        max-height: 48px;
        height: 48px;
        width: 100%;
        display: flex;
        flex: 1;
        align-items: center;
    }
        section.app-features .features-list .feature .nm {
            max-height:inherit;
            overflow:hidden;
            padding:3px 0;
            max-width:calc(100% - 75px);
        }
        section.app-features .features-list .feature:hover {
            border-color: #00a4ff;
            box-shadow: 0 0 4px 0 rgba(0, 164, 255, .2);
            -webkit-box-shadow: 0 2px 6px 0 rgba(0, 164, 255, 0.2);
            box-shadow: 0 2px 6px 0 rgba(0, 164, 255, 0.2);
        }
        section.app-features .features-list .feature i {
            font-size: 32px;
            color: #AAA;/*#808080;*/
            /*transition: all .2s cubic-bezier(0.77, 0, 0.175, 1);*/
            margin-right: 15px;
            float: left;
            border:solid 3px #FFF;
            border-radius:50%;
            z-index:10;
        }
        section.app-features .features-list input[type=checkbox]:checked + .feature i { border-color:#77c924; }
        section.app-features .features-list input[type=checkbox]:checked:disabled + .feature i { border-color:rgb(240, 254, 226); }
        section.app-features .features-list .feature span {
            font-size: 14px;
            line-height: 110%;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        section.app-features .features-list .feature span.feat-price {
            position: absolute;
            right: 4px;
            bottom: 3px;
            font-weight: bold;
            font-size: 11px;
            color: #77c924;
        }
        section.app-features .features-list input[type=checkbox]:checked + .feature span.feat-price { font-weight:normal; }
        section.app-features .features-list .feature span.feat-platforms {
            position: absolute;
            right: 2px;
            top: 3px;
        }
            section.app-features .features-list .feature span.feat-platforms i {
                font-size: 12px;
                margin-right: 2px;
                color: #aaa;
            }
        section.app-features .features-list .feature .feature-details,
        section.app-features .features-list .feature .feature-details.instaled-feature {
            position: absolute;
            font-size: 12px;
            top: 3px;
            right: 22px;
            /*display: none;*/
            opacity:0.2;
            transition:all 200ms ease;
        }
        section.app-features .features-list .feature:hover .feature-details {
            opacity:1;
        }
        section.app-features .features-list .feature:hover .feature-details { display: block; }
        section.app-features .features-list .feature .installed-feature {
            display: inline-block;
            right: auto;
            left: 2px;
            top: 2px;
            color: #2fcd70;
        }
        section.app-features .features-list .feature .feature-icon {
            display: block;
            width: 28px;
            height: 28px;
            vertical-align: middle;
            float: left;
            margin-right: 10px;
        }
        section.app-features .features-list .feature svg,
        section.app-features .features-list .feature svg path { fill: #333; }
    section.app-features .features-list input[type=checkbox]:disabled + .feature svg,
    section.app-features .features-list input[type=checkbox]:disabled + .feature svg path { fill: #737373; }
    section.app-features .features-list input[type=checkbox]:checked + .feature svg,
    section.app-features .features-list input[type=checkbox]:checked + .feature svg path,
    section.app-features .features-list input[type=checkbox]:checked:disabled + .feature svg,
    section.app-features .features-list input[type=checkbox]:checked:disabled + .feature svg path { fill: #FFF; }

.order_feature_icon svg {
    width: 36px;
    vertical-align: baseline;
    margin: 0 20px;
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
    }
}
.form-alert { margin-left: 237px; }
.m-scene {
    margin-left: 237px;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
    .m-scene.fadein {
        animation: fadeIn 0.35s;
        -moz-animation: fadeIn 0.35s;
        -webkit-animation: fadeIn 0.35s;
        -o-animation: fadeIn 0.35s;
    }
    .m-scene.fadeinup {
        animation: fadeInUp 0.35s;
        -moz-animation: fadeInUp 0.35s;
        -webkit-animation: fadeInUp 0.35s;
        -o-animation: fadeInUp 0.35s;
    }
.link { cursor: pointer; }

#main-form .small {
    margin-bottom: 2vh;
    font-size: 16px;
}
#main-form h1,
#main-form h2 {
    text-align: center;
    font-size: 1.5em !important;
}
#main-form h3 {
    font-size: .80em;
    margin-bottom: 2em;
}
#main-form .hidden {
    visibility: hidden;
    line-height: .1em;
    margin: 0;
    padding: 0;
    height: .1em;
}
#main-form h6.section-caption {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 600;
    font-size: .6em;
    letter-spacing: .15em;
    margin: 0 0 4em;
    text-align: center;
    text-transform: uppercase;
    color: #888;
}
.anchor-link {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    text-transform: uppercase;
    font-size: .75em;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 auto 1em;
}
#businessid.--valid {
    border-color: var(--primary);
    background-image: url(/images/home/icons/interface/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center right 1rem;
}
    #businessid.--valid:-webkit-autofill {
        -webkit-animation-name: autofill-valid;
        -webkit-animation-fill-mode: both;
    }

#businessid.--invalid {
    border-color: red;
}
    #businessid.--invalid:-webkit-autofill {
        -webkit-animation-name: autofill-invalid;
        -webkit-animation-fill-mode: both;
    }

.form-content {
    margin-top: 7vh;
    margin-bottom: 70px;
    /*height: 92.5vh*/
}
.option-wrap { margin-top: 8vh; }
.step-number {
    font-size: .75em;
    color: #BFBBBB;
    margin-bottom: 2em;
}
    .step-number strong { color: #333; }
.start-project {
    display: block;
    font-size: 5em;
    color: #253069;
}
.step {
    min-height: 100vh;
    height: 100%;
}
    .chat-step h2,
    .step h2 { margin-bottom: .5em; }
.form-wrap { margin-top: 2vh; }
.js-create-project {
    /*margin-top: 10vh;
    margin-bottom: 0;*/
}
.project-name { margin: 80px 0 30px; }
.js-form-link, .js-show-section { cursor: pointer; }
    .js-form-link.selected .form-icon, .js-show-section.selected .form-icon {
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        background-color: #D6372E;
        background-size: 35% 35%;
    }
        .js-form-link.selected .form-icon img, .js-show-section.selected .form-icon img { opacity: 0; }
.form-error {
    display: block;
    margin-top: -1em;
    text-align: left;
    font-size: .6em;
    color: #D6372E;
}
.text-input {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 4em !important;
    height: auto;
    background-color: #EBECF1;
    margin: 0 0 1em;
    font-size: .75em;
    font-family: "Lato", "Open Sans", sans-serif;
    color: #253069;
    padding: 0 2em;
    border: 1px solid #fff;
}
    .text-input::-webkit-input-placeholder {
        color: #253069;
        opacity: 1;
    }
    .text-input :-ms-input-placeholder {
        color: #253069;
        opacity: 1;
    }
    .text-input::-ms-input-placeholder {
        color: #253069;
        opacity: 1;
    }
    .text-input::placeholder {
        color: #253069;
        opacity: 1;
    }
    .text-input:-ms-input-placeholder { color: #253069; }
.continue-button-wrap {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    margin-top: 2em;
    padding: 0;
    position: relative;
    width: 160px;
    height: auto;
    padding-top: 60px;
    border-radius: 5px;
    background-color: rgba(37, 48, 105, 0.15);
}
    .continue-button-wrap .continue-button {
        transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background: #2fcd70;
        background: var(--primary);
        color: #fff;
        padding: 0;
        font-size: .7em;
        font-weight: 600;
        letter-spacing: .15em;
        line-height: 1;
        width: calc(100% - 10px);
        margin: 5px;
        height: 50px;
        border: none;
        border-radius: 3px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1px;
    }
        .continue-button-wrap .continue-button:hover {
            background-image: url(../images/order/icArrow.svg);
            background-size: 12px;
            background-position: right 15% center;
        }
    .continue-button-wrap:hover {
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
        .continue-button-wrap:hover .continue-button {
            transform: scale(1.4);
            -moz-transform: scale(1.4);
            -webkit-transform: scale(1.4);
            -o-transform: scale(1.4);
            -ms-transform: scale(1.4);
        }
.form-alert .alert {
    margin: 10px 0 10px -10px;
    position: relative;
    z-index: 9;
}

/* --> .form-summary */

.form-summary {
    color: #fff;
    background: #192d35;
    /*border-right: solid 1px #eee;*/
    position: fixed;
    z-index: 13;
    top: 50px;
    left: 0;
    padding: 20px 15px 143px 15px;
    height: calc(100% - 50px);
    width: 237px;
}
.form-summary > ul {
    padding:0;
    margin:0 -10px 0 0;
    color:#666;
    max-height:calc(100% - 30px);
    overflow-y:auto;
}
.form-summary > ul > li {
    margin: 0 0 10px 0;
    padding:0 0 0 5px;
    list-style-type:none;
    border-left:solid 3px #CCC;
    line-height:110%;
}
.form-summary > ul > li > .lbl {
    color: #bbb;
    margin:0;
    padding:0;
    font-size:80%;
}
.form-summary > ul > li > .v {
    display:block;
    margin:0;
    padding:0;
    color: var(--primary);
    font-weight:bold;
}
.form-summary > ul > li > .v > .empty {
    font-size:90%;
    font-weight:normal;
    color:#999;
}
.form-summary > ul > li > .list-box {
    margin:0;
    max-height:calc(100vh - 400px);
    min-height:38px;
    overflow-y:auto;
}
.form-summary > ul > li > .v > .item {
    position:relative;
    display:block;
    margin:0;
    border-radius:2px;
    padding:8px 2px 2px 5px;
    line-height:110%;
    cursor:default;
    border-bottom:dashed 1px #CCC;
}
.form-summary > ul > li > #summaryFeaturesList.v > .item { margin-left:25px; }
    .form-summary > ul > li > .v > .item > .t {
        display: inline-block;
        padding: 2px;
        border-radius: 2px;
        font-size: 80%;
        font-weight: 600;
        line-height: 110%;
        color: #fff;
    }
.form-summary > ul > li > .v > .item > img,
.form-summary > ul > li > .v > .item > svg {
    height: 12px;
    width:25px;
    margin:1px 0 0 -30px;
    float:left;
}
.form-summary > ul > li .price {
    font-weight:normal;
    font-size:12px;
    line-height:12px;
    color:#09ae4d;
    float:right;
    margin:0 2px 0 5px;
}
.form-summary #summaryTotal {
    display:block;
    text-align:right;
    font-size:90%;
    font-weight:normal;
    border:none;
    padding:0;
}
.form-summary #summaryTotal >.in {
    display:inline-block;
    border-top:solid 1px #999;
    margin:5px 5px 0 0;
    padding:7px 0 0 0;
}
.form-summary #summaryTotal .price {
    font-size:110%;
    font-weight:bold;
    padding:0 0 0 5px;
}
.form-summary > ul > li > .v > .item .nm { float:left; }
.form-summary > ul > li > .v > .item .sml {
    font-weight:normal;
    font-size:80%;
    line-height:100%;
    text-transform:lowercase;
}
#summaryPlatformsList .item .nm .sml {
    line-height:14px;
    color:#777;
}
#summaryPlatformsList .item .nm .sml:before {
    font-family:FontAwesome;
    font-weight:normal;
    font-size:13px;
    line-height:inherit;
    padding:0 3px 0 0;
}
#summaryPlatformsList .item:after {
    position:absolute;
    right:0;
    bottom:3px;
}
#summaryPlatformsList .item.with-src .nm .sml { color:#62a41f; }
#summaryPlatformsList .item.with-src .nm .sml:before { content:'\f058'; color:#77c924; }
#summaryPlatformsList .item.no-src .nm .sml:before { content:'\f05e'; color:#777;  }

/* <-- .form-summary */

    .form-summary .badges {
        position: absolute;
        left:0;
        right:-1px;
        bottom: 0;
        padding: 14px;
        border-top: solid 1px #e6e9ec;
        background:#FFF;
    }
    .form-summary .badges a { text-decoration:none; }
        .form-summary .badges a:first-of-type:hover { opacity: .7; }
        .form-summary .badges .img-thumbnail {
            opacity: .8;
            height: auto;
            max-height: 34px;
            margin: 0;
        }
            .form-summary .badges .img-thumbnail.second { padding: 8px 14px 8px 8px; }
            .form-summary .badges .fa {
                font-size: 6px;
                color: #8c8d8d;
                position: relative;
                top: -10px;
                right: 18px;
            }
    .form-summary .play-button {
        position: absolute;
        bottom: 73px;
        font-size: 14px;
        font-weight: 500;
    }

/*** Watch Video Modal ***/

#watch-video .close {
    opacity: 1;
    float: left;
}
    #watch-video .close span { color: #fff; }

.checkout { text-align:center; }
.img-moneyback {
    width:80%;
    display:inline;
    margin:0 0 20px 0;
}

/*** paypal payment ***/

#paypalContainer {
    height: 54px;
    background: #ffc439;
    border-radius: 6px;
}
#paypalContainer .paypal-button-widget { display: block; }
#paypalContainer .paypal-button.paypal-style-checkout.paypal-size-medium {
    display: block;
    max-width: 100% !important;
    width: 100%;
}
#paypalContainer .paypal-button.paypal-style-checkout.paypal-size-medium.paypal-shape-rect .paypal-button-content::before { content: none; }
#paypalContainer .paypal-button.paypal-style-checkout.paypal-color-gold .paypal-button-content {
    width: 100%;
    padding: 12px 0;
    margin: 0;
}
#paypalContainer .paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-tag-content { display: none; }

/*** order cart ***/

.order-cart { padding: 60px 0 20px 0; }
.order-cart .cart-left > .tit .fa { margin:0 10px 0 0; }
.order-cart .empty-state {
    padding: 100px 0;
    color: #666;
}
.order-cart .cart-list {
    padding: 20px 20px 15px 20px;
    border-radius: 4px;
    background:#FFF;
}
.order-cart .cart-list a { text-decoration:underline; }
.order-cart .cart-list:hover {
    -webkit-box-shadow: 0 0 0 1px #eee;
    -moz-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
}
.order-cart .cart-list .cart-item-head {
    color: #777;
    margin-top: 20px;
    border-bottom: solid 1px #eee;
    padding-bottom: 16px;
}
.order-cart .cart-list .cart-item-head + .subscription-plan {
    border: none!important;
    padding-bottom: 0;
}
.order-cart .cart-item { 
    position:relative;
    z-index:1;
    padding:12px 48px 12px 12px;
    margin:0 0 5px 0;
    border-left:solid 5px #DDD;
    font-size:100%;
    line-height:18px;
    font-weight:600;
    border-bottom:dashed 1px #EEE;
}
.order-cart .cart-project { padding:0 0 15px 0; }
.order-cart .cart-project .cart-item { 
    border-left:none;
    border-radius:4px;
    margin:0;
    font-size:100%;
    line-height:18px;
}
.order-cart .cart-project .cart-item.project { 
    padding-left:3px;
    border-bottom: solid 2px #DDD;
    margin:0 0 10px 0;
    border-radius:0;
}
.order-cart .cart-project .cart-item.project .name { margin-top:5px; }
.order-cart .cart-item:hover { background:linear-gradient(to right, #F3F3F3, #F9F9F9, #FFF); }
.order-cart .cart-item.lvl-1 { padding-left:22px; }
.order-cart .cart-item:before,
.order-cart .cart-item:after {
    position:absolute;
    content:'';
    background: #DDD;
}
.order-cart .cart-item.lvl-1:before,
.order-cart .cart-item.lvl-2:before {
    width:2px;
    height:calc(100% + 5px);
    left:7px;
    top:-10px;
}
.order-cart .cart-item.lvl-1:nth-last-child(1):before,
.order-cart .cart-item.lvl-2:nth-last-child(1):before { height:calc(100% - 10px); }
.order-cart .cart-item.lvl-1:after,
.order-cart .cart-item.lvl-2:after {
    width:10px;
    height:2px;
    left:7px;
    top:21px;
}
.order-cart .cart-item.lvl-2 { padding-left:37px; }
.order-cart .cart-item.lvl-2:after { width:25px; }
.order-cart .cart-list .cart-item.subscription-plan-debt { border-left-color:#F99; }
.order-cart .cart-list .cart-item.subscription-plan-debt .name:before { color:#F99; }
.order-cart .cart-list .cart-item.subscription-plan-debt,
.order-cart .cart-list .cart-item.subscription-plan-debt a,
.order-cart .cart-list .cart-item.subscription-plan-debt .price { color:#F99; }
.order-cart .cart-list .cart-item.subscription-plan-debt a:hover { color:#F00; }

.order-cart .cart-list .cart-item .name { 
    position:relative;
    float:left;
    max-width:65%;
    padding-left:26px;
}
.order-cart .cart-list .cart-item .name:before {
    display:block;
    float:left;
    width:26px;
    margin:0 0 0 -26px;
    content:'';
    font-family:FontAwesome;
    font-weight:normal;
    font-size:inherit;
    line-height:inherit;
    color:#CCC;
    text-align:left !important;
}
.order-cart .cart-list .cart-project .cart-item.project .name { font-weight:bold; }

/*.order-cart .cart-item:hover:before { background: linear-gradient(to bottom, #DDD, #999 22px, #DDD); }
.order-cart .cart-item:hover:after { background: #999; }*/
.order-cart .cart-list .cart-item:hover .name:before { color:#AAA; }

.order-cart .cart-list .cart-item.project .name:before { content:'\f00b'; }
.order-cart .cart-list .cart-item.platform-iOS .name:before { content:'\f179'; }
.order-cart .cart-list .cart-item.platform-Android .name:before { content:'\f17b'; }
.order-cart .cart-list .cart-item.platform-Web .name:before { content:'\f0ac'; }
.order-cart .cart-list .cart-item.project-feature .name:before { content:'\f085'; }
.order-cart .cart-list .cart-item.subscription-plan .name:before { content:'\f155'; }
.order-cart .cart-list .cart-item.subscription-plan-debt .name:before { content:'\f155'; }
.order-cart .cart-list .cart-item .price { 
    float:right;
    font-weight:600;
    color:#2FCD70;
    line-height:18px;
}

    .order-cart .cart-list .cart-item .deleted-price {
        display: block;
        font-size: 90%;
         /*margin: 5px -38px 0 30px;*/ 
        float: right;
        font-weight: 600;
        color: #FF0000;
        line-height: 18px;
        margin-left: 15px;
    }

        .order-cart .cart-list .cart-item .deleted-price:before {
            content: " ";
            display: block;
            width: 100%;
            border-top: 2px solid rgba(255, 0, 0, 0.9);
            height: 7px;
            transform: rotate(-8deg);
            margin: -16px 0;
        }

.discount .ins {
    color: green;
    font-size: 32px;
    text-decoration: none;
    padding: 1em 1em 1em .5em;
}
.order-cart .cart-list .cart-item.deleted .price { margin-right:48px; }
.order-cart .cart-list .cart-item button { 
    float:right;
    display:none;
    padding:5px 10px;
    border-radius:3px;
    margin:-6px -48px -10px 15px;
    transition:all 250ms ease;
    background:#EEE;
    color:#999;
}
.order-cart .cart-list .cart-item button.disabled,
.order-cart .cart-list .cart-item button[disabled] {
    pointer-events:none;
    opacity:0.5;
}
.order-cart .cart-list .cart-item  button.del { display:block; }
.order-cart .cart-list .cart-item.deleted button.del { display:none; }
.order-cart .cart-list .cart-item.deleted button.restore { display:block; }
.order-cart .cart-list .cart-item.project button {
    background:#CCC;
    color:#666;
}
.order-cart .cart-list .cart-item button:hover {
    background:#F33;
    color:#FFF;
}
.order-cart .cart-list .cart-item.deleted button:hover {
    background:#2FCD70;
    color:#FFF;
}

.order-cart .cart-item.deleted { display:none; }
.order-cart .cart-item.deleted > * {
    text-decoration:line-through;
    text-decoration-color:#000;
}

.order-cart .checkout .btn { padding: 16px; }

.order-cart .price { margin-left:15px; }
.order-cart .cart-list label { font-weight:400; }
.order-cart .subscription-plan-debt .price,
.order-cart .total-row {
    margin:0;
    padding:0;
    text-align:right;
}
.order-cart .total-row .total-cart {
    display:inline-block;
    line-height:100%;
}
.order-cart .total-row.top .total-cart {
    margin:0 0 10px 0;
    padding:0 0 5px 15px;
    border-bottom:solid 1px #CCC;
}
.order-cart .total-row.bottom .total-cart {
    display:inline-block;
    margin:15px 0 0 0;
    padding:10px 0 0 15px;
    border-top:solid 1px #CCC;
}
.order-cart .total-cart { margin:0; }
.order-cart .total-cart .n {
    margin: 0 0 0 10px;
    font-size:120%;
    font-weight:600;
}
.order-cart .cart-confirm-row {
    margin:20px 0 10px 0;
    text-align:center;
}
.order-cart #cart-confirm-btn { 
    background:#2FCD70;
    font-size:90%;
    color:#FFF;
    padding:10px 30px;
    transition:all 250ms ease;
}
.order-cart #cart-confirm-btn > i {
    transform:scale(1.4);
    margin:0 20px 0 0;
}
.order-cart #cart-confirm-btn:hover {
    background:#0FAD50;
    transform:scale(1.05);
}

.order-cart #msgShoppingCart {
    font-size:14px;
    line-height:130%;
    word-break:break-all;
}

.pricing-container .col-borders-top:first-of-type {
    border-left: none;
}

.need-login {
    font-size: 120%;
    line-height: 120%;
    margin: 0 0 20px 0;
}
.need-login .regOrLogin {
    width:80%;
    margin:15px auto 10px auto;
}
#summaryBoxRegOrLogin {
    display:block;
    position:absolute;
    bottom:90px;
    left:0;
    right:0;
    margin:0;
    padding:0 10px;
    text-align:center;
}

.form-pager { display: none; }
/*.form-pager li.next-step a { color:#2fcd70; }*/
.form-pager li.disabled,
.form-pager li.disabled a,
.form-pager li.disabled a:active {
    color:#999;
    cursor:default;
}
.form-pager li.disabled a,
.form-pager li.disabled a:active {
    pointer-events:none !important;
    text-decoration:none !important;
}

@media(min-width:1200px) {
    .need-login .regOrLogin { line-height:34px; }
    .need-login .regOrLogin > .icon {
        width:34px;
        height:34px;
    }
    .need-login .regOrLogin > .icon > i { margin-left:-1px; }
}

@media (max-width:1200px) {
    .img-moneyback { width: 100%; }
    .need-login { font-size:16px; }
    .need-login .regOrLogin {
        width:auto;
        font-size:16px;
        line-height:30px;
    }
    .need-login .regOrLogin > .icon {
        width:30px;
        height:30px;
    }
}

@media (max-width:1024px) {
    .checkout .img-moneyback {
        width:100%;
        max-width:400px;
    }
    .need-login { font-size:14px; }
    .need-login .regOrLogin {
        width:auto;
        font-size:15px;
        line-height:28px;
    }
    .need-login .regOrLogin > .icon {
        width:28px;
        height:28px;
    }
}

@media(max-width:800px){
    .order .form-content {
        margin:10px 0 0 0;
        padding:0;
    }
    .order .form-content > h2 { line-height:120%; }
    .order .form-content .form-wrap,
    .order .form-content .option-wrap { margin:0; }
    .proj-lib-list { margin:15px 0 0 0; }
    .proj-lib-list .item {
        padding:0 5px;
        margin:0 0 5px 0;
    }
    #projectOrderFormFeaturesList,
    #pickpan-tbl { padding-bottom:50px; }
    .order-cart { padding: 20px 0; }
}

@media(max-width:767px){
    .ibuilder .platform-block.ios::after,
    .ibuilder .platform-block.web::before { display:none;}
}

@media(max-width:530px){
    .order-cart { padding:10px 0 0 0; }
    .order-cart-out {
        margin:0;
        padding:0 10px;
    }
    .row > div.cart-left {
        padding:0;
        margin:0;
    }
    .row > div.cart-left >.tit {
        margin:5px 0 10px -20px;
        text-align:center;
    }
    .order-cart .cart-list {
        margin:0 0 20px 0;
        padding: 20px 10px 15px 10px;
        border-radius:0;
    }
    .order-cart .cart-item {
        padding-right: 38px;
        padding-bottom:3px;
    }
    .order-cart .cart-list .cart-item .name {
        display:block;
        width:100%;
        max-width: unset;
        padding-left: 26px;
        line-height:110%;
    }
    .order-cart .cart-list .cart-item .price {
        float:left;
        display: block;
        font-size: 90%;
        margin: 5px -38px 0 30px;
    }
    .cart-right > h1 { text-align:center; }
    .order-cart .cart-list .cart-item button {
        padding: 3px 8px;
        margin: 0 -38px 5px 5px;
    }
    .order-cart .total-row { text-align:center; }
    .order-cart .total-row.top .total-cart { padding:0 15px 5px 15px; }
    .order-cart .total-row.bottom .total-cart { padding:10px 15px 0 15px; }
}

@media(max-width:400px){
    .proj-lib-list .item {
        width:100%;
        padding:0 2px;
        margin:0 0 5px 0;
    }
}

@media only screen and (max-width:48em) {
    .text-input {
        line-height: 2em;
        height: auto;
    }
    .slider-input { font-size: 1.75em; }
    .main-type p.section-caption {
        font-size: .6em;
        margin: 2em 0 0;
    }
    .rootwizard .navbar .nav-pills { left: 4px; }
    .aside { display: none; }
    .header_logo a { padding: 15px; }
    .js-menu-button { padding: 13px; }
    .wiz-loading { left: 0; }
    .m-scene,
    .form-alert { margin-left: 0; }
    .form-summary {
        position: static;
        width: calc(100% + 30px);
        margin: 0 -15px;
        overflow:unset;
        max-height:unset;
        height:auto;
        padding-bottom:0;
    }
        .form-summary .play-button,
        .form-summary .badges { display: none; }

    .form-summary > ul > li > .list-box {
        min-height:unset;
        max-height:unset;
        overflow:unset;
    }

    #summaryBoxRegOrLogin {
        position:static;
        bottom:unset;
        left:unset;
        margin:0 0 15px 0;
    }
    #summaryBoxRegOrLogin .regOrLogin {
        margin:0 auto;
        width:auto;
        max-width:300px;
    }
    #summaryBoxRegOrLogin .regOrLogin,
    .need-login .regOrLogin {
        font-size: 16px;
        line-height:28px;
    }
    #summaryBoxRegOrLogin .regOrLogin > i,
    .need-login .regOrLogin > i {
        width:28px;
        height:28px;
    }
    .need-login {
        font-size: 16px;
        line-height: 24px;
    }
    .need-login .regOrLogin {
        width: 80%;
        max-width:400px;
        min-width:260px;
    }

    [data-form-type="pickproject"] .separator-or { display: none; }
    .pager.wizard li.previous {
        float: left;
        padding-left: 10px;
    }
}

@media only screen and (min-width:48em) {
    #main-form h1,
    #main-form h2 { font-size: 2em !important; }
    #main-form h1.--small { font-size: 1.2em !important; }
    #main-form h3 { margin-bottom: 0; }
    #main-form h1 .start-feature-icon { height: 24px; }
    #main-form .section-caption { font-size: .65em; }
}

@media only screen and (min-width:64em) {
    #main-form h1,
    #main-form h2 {
        font-size: 2em !important;
        font-weight: 700;
        line-height: 1.2;
    }
    #main-form h3 {
        font-size: .8333em;
        margin-bottom: 0;
    }
    #main-form h1 .start-feature-icon { height: 28px; }
    #main-form .section-caption { font-size: .5em; }
    #main-form .step {
        padding-top: 5vh;
        height: 95vh;
    }
    .form-icon { margin: 15px auto; }
    .form-pager {
        display: block;
        position: fixed;
        z-index: 99;
        bottom: 1px;
        left: 250px;
    }
    .form-pager ul { padding-left: 0; }
    .form-pager li {
        position: relative;
        z-index: 999;
        font-weight: 400;
        line-height: 3em;
        display: inline-block;
        margin:0;
        padding:0;
        width: 3em;
        font-size: 16px;
        font-weight:500;
    }
    .form-pager li a {
        text-align: center;
        position: relative;
        display: block;
        padding-top:20px;
    }
    .form-pager li a:before,
    .form-pager li a:after {
        transform: translate(-50%, -50%);
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 10%;
        z-index: -1;
        margin-top:9px;
        width: 38px;
        height: 38px;
    }
    .form-pager li a:before {
        transform-origin: 50% 50%;
        opacity: 1;
        background-color: rgba(0, 164, 255, 0.05);
    }
    .form-pager li.disabled a:before {
        background-color: rgba(0, 0, 0, 0.01);
    }
    .form-pager li a:after {
        transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
        transform: translate(-50%, -50%) scale(0.1);
        opacity: 0;
        background-color: #a9a9a9;
    }
    .form-pager li a.active {
        transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1);
        color: #fff;
    }
    .form-pager li a.active:after {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        width: 38px;
        height: 38px;
    }
    .form-pager li a:hover,
    .form-pager li a:active { text-decoration: none; }
    .form-pager li.next-step a:hover,
    .form-pager li.next-step a:active,
    .form-pager li.enabled a:hover { 
        color:#FFF;
        text-decoration:none;
    }
    .form-pager li.enabled a:hover:after,
    .form-pager li.enabled a:active:after {
        opacity:1;
        background:#00a4ff;
        transform: translate(-50%, -50%) scale(1);
        width: 38px;
        height: 38px;
    }
    .form-pager li.current-step a { color:#FFF; }
    .form-pager li.current-step a:after {
        opacity:1;
        background:#00a4ff;
        transform: translate(-50%, -50%) scale(1);
        width: 38px;
        height: 38px;
    }
    .form-pager li.next-step a {
        color: #2FCD70;
        color: var(--primary);
    }
    .form-pager li.next-step a:hover:after {
        opacity: 1;
        background: #2FCD70;
        background: var(--primary);
        transform: translate(-50%, -50%) scale(1);
        width: 38px;
        height: 38px;
    }
    .form-pager li.enabled a:active:after { background:#f16161; }
}

/*** REWRITE BOOSTRAP ***/
.panel-success > .panel-heading {
    color: #fff;
    background: var(--primary);
}

/* <-- order.css */
