.kt-form-submit {
    flex-direction: row-reverse;
}

#kt .kt-form-submit>div:last-child {
    text-align: right;
}


#kt,#fd input,
#fd button,
#fd select,
#fd textarea,
#fd .o-btn,
#fd .o-empty
{
    font-family: 'Yek';
}


#fd, #fd-lightbox, .tribute-container, .tippy-box, .tippy-box[data-theme~=fd-dark], .si-theme-foundry {
      font-family: 'Yek';
}

.kt-comment-message {
    color: #4e4e4e;
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
}


/*List of posted commentst in dashboard */
#fd .kt-dashboard .row-comments-items {
    cursor: pointer;
}

#fd .kt-dashboard a.fd-name {
    color: black;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

#fd .kt-dashboard .o-inline-list>div+div:before {
    display: flex;
    align-items: unset;
    justify-content: unset;
    padding: 0 0 10px 0;
    font-size: 60px;
    content: attr(fd-breadcrumb);
    height: 0px;
}

#fd .kt-dashboard .label-select-comments {
    display: none;
}

#fd .kt-dashboard .o-avatar--md {
    width: auto;
    height: auto;
}

#fd .kt-dashboard .avatar-incomments {
    width: 120px;
}

#fd .kt-dashboard .o-avatar__content img {
  border-radius: 50%;
    width: 200px;
    position: unset;
}

#fd .kt-dashboard .kt-db-comment-content__bd p {
    color: #4e4e4e;
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
}

#fd .kt-dashboard .o-avatar + .mt-xs {
    display: none;
}

/* To create a form distance from the bottom element */
.formArea.kmt-form-area {
    margin-bottom: 30px;
}