.clickable {
    cursor: pointer;
}
.aka-tex [class*='icon-']:before {
    font-family: inherit;
}
.aka-tex .roundimage {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: inline-block;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: center center;
}
.aka-tex-progress a {
    color: #406753;
    text-decoration: none;
    font-size: 12px;
}
.aka-tex .uk-form input.ng-invalid.ng-touched {
    border-color: #dc8d99!important;
    background: #fff7f8!important;
    color: #d85030!important;
}
.aka-tex .uk-form select.ng-invalid.ng-touched {
    border-color: #dc8d99!important;
    background: #fff7f8!important;
    color: #d85030!important;
}

.aka-tex .uk-form input.ng-invalid.ng-untouched {
  border-color: #FFEB3B!important;
}

.aka-tex .uk-form select.ng-invalid.ng-untouched {
  border-color: #FFEB3B!important;
}
