html,
body{
    margin: 0;
    padding: 0;
    background: #f2f2f2;

    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uk-light{
    color: #fff !important;
}

.uk-alert-warning{
    background-color: #f5b027;
    /* color: #806a1e; */
    color: #333;
}

.uk-button-primary{
    background-color: #47a447 !important;
    border: 1px solid #47a447 !important;
    color: #fff !important;
}

.uk-button-primary:hover,
.uk-button-primary:focus,
.uk-button-primary:active,
.uk-button-primary.uk-active{
    background-color: #51b451 !important;
}

.form-card{
    width: 420px;
    margin: 0 auto;
    border-radius: 15px;
}

@media(max-width: 700px){
    .form-card{
        width: 80%;
    }
}

@media(max-width: 500px){
    .form-section{
        padding-bottom: 100px;
    }
    .form-card{
        width: 100%;
    }
}

.info-panel > div{
    border-top: 6px solid #777777;
    margin: 0 17px;
    padding: 10px 0 7px;
}
@media(max-width: 420px){
    .info-panel > div{
        margin: 0 5px;
        padding: 10px 0 7px;
    }
}

.header .uk-card{
    padding: 10px 7px;
    border-radius: 7px;
}
.header{
    vertical-align: middle;
}
.green-text,
.header h4,
.header h5,
.info-panel h3,
.info-panel h4,
.info-panel h5{
    color: #01a187;
}
.uk-overlay-primary {
    background: rgba(81, 51, 9, 0.23);
}
.uk-overlay-primary .uk-form-label{
    color: #333;
}
.uk-overlay-primary .uk-input{
    background-color: #fff;
    color: #666;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
}
.uk-overlay-primary .uk-input:active,
.uk-overlay-primary .uk-input:focus{
    background-color: #fff;
    color: #666;
    border-color: #1e87f0;
}

.flow-list > li{
    /* margin-bottom: 60px; */
    position: relative;
}

.flow-list > li:nth-child(n+2){
    margin-top: 0;
}

.flow-list > li:before{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 8px;
}

.flow-list > li > .step{
    /* margin-left: 13px; */
    display: table;
    border-left: 1px dashed #01a187;
    margin-left: -34px;
    padding-left: 50px;
    padding-bottom: 40px;
}

.flow-list > li:last-child > .step{
    border-left: none;
}

/* .flow-list > li:after{
    position: absolute;
    top: 75px;
    left: 50px;
    width: 1px;
    height: 100%;
    min-height: 70px;
    border-left: 1px dashed #01a187;
} */
.flow-list > li:last-child:after{
    display: none;
}
.uk-button-contact{
    text-transform: none;
    line-height: 10px;
    background: #01a187;
    padding: 15px 36px;
    color: rgba(255,255,255,.7)
}

a.koltiva-link{
    color: #01a187;
    font-weight: bolder;
    text-decoration: none;
}

a.koltiva-link:hover{
    color: #0fbea1;
    font-weight: bolder;
}


.invisible > div{
    display: none;
}

.uk-badge {
    background: #01a187;
    font-size: 11px;
    max-width: 240px;
    height: auto;
    display: inline-block;
    padding: 4px 16px;
}