.c-sidebar-nav-link {
    white-space: normal !important;
}

* {
    font-family: 'Poppins';
}

.logo-image,
.logo-image img {
    width: 110% !important;
    height: 50px !important;
}

.text-bold {
    font-weight: 900;
}


.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 25%;
}

.table th,
.table td {
    padding: 0.5rem 0.75rem 0 0.75rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !;
}

.w-015 {
    width: 15%;
}

.w-025 {
    width: 25%;
}

.subheader-lha-dashboard {
    background-color: #014284 !important;
    color: #FFF !important;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subheader-lha-dashboard h5 {
    padding: 0 !important;
    margin: 0 !important;
}

p {
    text-align: justify !important;
}

.name-signature {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.ck.ck-content:not(.ck-comment__input *) {
    height: 200px !important;
    overflow-y: auto !important;
}

.ck .ck-balloon-panel .ck-balloon-panel_position_border-side_right .ck-powered-by-balloon .ck-powered-by {
    display: none !important;
}

.vertical-center {
    align-items: center !important;
}