body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background: #e6e7f0 !important;
    background-repeat: no-repeat;
}

.card {
    z-index: 0;
    background-color: #ECEFF1;
    padding-bottom: 20px;
    margin-top: 10vh;/*90px;*/
    margin-bottom: 90px;
    border-radius: 10px;
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important;
}

/*Icon progressbar*/
#progressbar, #progressbarimpo {
    margin-bottom: 30px;
    overflow: hidden;
    color: #2c3940;
    padding-left: 0px;
    margin-top: 0px;
} 

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16.6%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar .step0:before, #progressbarimpo .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff;
}

#progressbar li:before, #progressbarimpo li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

/*ProgressBar connectors*/
#progressbar li:after, #progressbarimpo li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}

#progressbar li:last-child:after, #progressbarimpo li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(1):after, #progressbar li:nth-child(6):after, #progressbarimpo li:nth-child(1):after, #progressbarimpo li:nth-child(6):after {
    left: -50%;
}

#progressbar li:first-child:after, #progressbarimpo li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after, #progressbarimpo li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after, #progressbarimpo li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after, #progressbarimpo li.active:before, #progressbarimpo li.active:after {
    background: #651FFF;
}

#progressbar li.active:before, #progressbarimpo li.active:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*Icon progressbar*/
#progressbarheader, #progressbarheaderimpo{
    margin-bottom: 0px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
} 

#progressbarheader li {
    list-style-type: none;
    font-size: 12px;
    width: 16.6%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbarheaderimpo li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbarimpo li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

.icon {
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

.icon-content { 
    padding-bottom: 10px;
}

.font-weight-600{
    font-weight: 600;
}

.header-responsive{
    display: none;
}

#cod {
	width: 100%;
	height: 2.5rem;
	padding-left: 0.75rem;
}

.mt-45{
    margin-top: 35vh;
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 400%;
    }

    .card{
        margin-top: 2px;
    }

    #progressbar li, #progressbarimpo li{
        width: auto;
        float: none;
    }

    #progressbar li::after, #progressbarimpo li::after{
        display: none;
    }

    #progressbarheader, #progressbarheaderimpo{
        display: none;
    }

    .header-responsive{
        display: inline;
    }

    .top{
        padding-top: 1.75rem;
    }

    .mt-45{
        margin-top: 1rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}