﻿* {
    margin: 0;
    padding: 0
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
}


#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}


    #progressbar #info_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f039";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }
    #progressbar #saida_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f218";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

    #progressbar #emvenda_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f217";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

    #progressbar #finalizado_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }



    #progressbar #aberto_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f217";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

    #progressbar #pagamento_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f017";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

    #progressbar #quitado_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }



    #progressbar #cancelado_status:before {
        font-family: "Font Awesome 5 Free";
        content: "\f05e";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

#progressbar li:before {
    width: 70px;
    height: 60px;
    line-height: 55px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: grey;
        position: absolute;
        left: 0;
        top: 30px;
        z-index: -1
    }



.active-saida::before, .active-saida::after {
    background: #5bc0de !important;
}

.active-saida {
    color: #5bc0de !important;
}


.active-emvenda::before, .active-emvenda::after {
    background: #d1bd10 !important;
}

.active-emvenda {
    color: #d1bd10 !important;
}

.active-success::before, .active-success::after {
    background: #59ba1f !important;

}

.active-success {
    color: #59ba1f !important;
}

.active-cancelled::before, .active-cancelled::after {
    background: #282d30 !important;
}

.active-cancelled {
    color: #282d30 !important;
}

.fit-image {
    width: 100%;
    object-fit: cover
}
