@charset "UTF-8";

@font-face {
    font-family: "FontAwesome";
    src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.svg") format("svg");
}

@font-face {
    font-family: "FontAwesomeSolid";
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.svg") format("svg");
}


.multi-steps {
    padding-inline-start: 0 !important;
}

.multi-steps li {
    background-image:none !important;
    padding-left: 0 !important;
}

.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
    position: relative;
    z-index: 10;
}

.multi-steps > li.is-active ~ li.person:before, .multi-steps > li.person.is-active:before {
    font-family: "FontAwesome";
    content: "\f007";
}

.multi-steps > li.is-active ~ li.overview:before, .multi-steps > li.overview.is-active:before {
    font-family: "FontAwesomeSolid";
    content: "\f039";
}

.multi-steps > li.is-active ~ li.paymentPlan:before, .multi-steps > li.paymentPlan.is-active:before {
    font-family: "FontAwesomeSolid";
    content: "\f155";
}

.multi-steps > li.is-active ~ li.background:before, .multi-steps > li.background.is-active:before {
    font-family: "FontAwesomeSolid";
    content: "\f129";
}

.multi-steps > li.is-active ~ li.folderOpen:before, .multi-steps > li.folderOpen.is-active:before {
    font-family: "FontAwesomeSolid";
    content: "\f07c";
}

.multi-steps > li.is-active ~ li.phone:before, .multi-steps > li.phone.is-active:before {
    font-family: "FontAwesomeSolid";
    content: "\f095";
}

.multi-steps > li.is-active ~ li.folder:before, .multi-steps > li.folder.is-active:before {
    font-family: "FontAwesomeSolid";
    content: "\f07b";
}



.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
    background-size: 35px 35px;
    background-color: #666666;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    z-index: 9;
}

.progress-wrapper {
    margin-bottom: 2rem;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .multi-steps > li {
        counter-increment: stepNum;
        text-align: center;
        display: table-cell;
        position: relative;
        /*color: #fff;*/
    }

        /*.multi-steps > li a {
            color: #fff;
            text-decoration: none;
        }

            .multi-steps > li a:hover {
                color: #666666;
            }*/

        .multi-steps > li:before {
            content: "\f00c";
            content: "✓"; /*check mark*/
            content: "𐀃";
            content: "𐀃";
            content: "✓";
            display: block;
            margin: 0 auto 4px;
            background-color: red;
            width: 36px;
            height: 36px;
            line-height: 35px;
            text-align: center;
            font-weight: bold;
            border-width: 2px;
            border-style: solid;
            border-color: #fff;
            border-radius: 50%;
            color: #fff;
            position: relative;
            z-index: 10;
        }

        .multi-steps > li:after {
            content: "";
            height: 15px;
            width: 100%;
            background-color: red;
            position: absolute;
            top: 13px;
            left: 50%;
            z-index: -1;
            background-size: 35px 35px;
            background-color: rgba(255, 0, 0, 0.6);
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            z-index: 9;
        }

        .multi-steps > li:last-child:after {
            display: none;
        }

        /*.multi-steps > li.is-active {
            color: white;
        }*/

            .multi-steps > li.is-active:before {
                background-color: red;
                border-color: #fff;
            }

            /*.multi-steps > li.is-active ~ li {
                color: #fff;
            }*/

                .multi-steps > li.is-active ~ li:before {
                    color: black;
                    background-color: #fff;
                    border-color: #666666;
                }

@media all and (max-width: 800px) {
    .multi-steps {
        width: 100%;
    }

        .multi-steps > li {
            counter-increment: stepNum;
            text-align: left;
            display: block;
            position: relative;
            /*color: #fff;*/
        }

            .multi-steps > li:before {
                content: "\f00c";
                content: "✓"; check mark
                content: "𐀃";
                content: "𐀃";
                content: "✓";
                display: inline-block;
                margin-right: 0.4rem;
                background-color: red;
                width: 36px;
                height: 36px;
                line-height: 35px;
                text-align: center;
                font-weight: bold;
                border-width: 2px;
                border-style: solid;
                border-color: #fff;
                border-radius: 50%;
            }

            .multi-steps > li:after {
                content: "";
                height: 100%;
                width: 2px;
                background-color: red;
                position: absolute;
                top: 16px;
                left: 19px;
                z-index: 9;
            }

            .multi-steps > li:last-child:after {
                display: none;
            }

            .multi-steps > li.is-active:before {
                background-color: red;
                border-color: #fff;
            }

            /*.multi-steps > li.is-active ~ li {
                color: #fff;
            }*/

                .multi-steps > li.is-active ~ li:before {
                    background-color: #fff;
                    border-color: #666666;
                }
}
