.profile-image {
    border-radius: 50% 50%;
    border: solid 2px #ffffff;
}

.title-section i.pi {
    font-size: 1.5rem;
}

.p-column-title{
    text-transform: uppercase;
}
.p-badge{
    font-size: 0.9rem;
    font-weight: 600;
}
#editor{
    max-height: 78vh;
}
#tool-editor{
    max-height: 69vh;
    overflow-y: auto;
}
.pi{
    font-size:1.25rem;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    min-width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
}

.p-datatable .p-datatable-thead > tr > th{
    background: rgba(0, 0, 0, 0.05);
}

.ck-content span[lang]{
    font-style: normal !important;
}