.logo {    
    color: #fff;
}
.mb-3.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}
.table-blue{
    background-color: #8bcaa2;
    color: #fff;
    vertical-align: revert !important;
}
.table-blue a{
    color: #fff;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    color: #ffffff;
    background: var(--vz-table-head-bg);
    font-size: 14px;
    border-bottom: none;
}
.rounded-0 td .form-control {
    border-radius: 0!important;
}
.step-arrow-nav .nav .nav-link.active{
    background-color: #8bcaa2;
    color: #fff;
}
.step-arrow-nav .nav .nav-link.active::before{
    border-left-color: #8bcaa2;
}
.step-arrow-nav .nav{
        background-color: #8bcaa226;
}
.form-group > label:first-child {
    display: block;
}
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.prev-img-thumb{
    max-width:160px;
    height: auto;
    margin-bottom: 5px;
}
.prev-img-thumb img{
    width: 100%;
    height: 100%;
}