.user-editor.post-type-page .select-lang,
.user-editor.post-type-page .table-heading-languages,
.user-editor.post-type-page .table-langs,
.user-editor.post-type-page .table-langs-edit,
.user-editor.post-type-page .language-panel {
    display: none;
}
.quick-edit,
.helper-view {
    display: none;
}
.sidebar-employee .fe-edit-3:before {
    content: "\e9f1";
}
.sidebar-training .fe-edit-3:before {
    content: "\e972";
}
.sidebar-competency .fe-edit-3:before {
    content: "\e926";
}
.employee-current-level {
    font-weight: 600;
    margin-bottom: 5px;
    color: #3e487e;
}
.download-buttons {
    display: flex;
    gap: 10px;
}
.download-button img {
    width: 14px;
    margin-right: 10px;
}
.download-button a {
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 25px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    font-size: 13px;
}
.excel-button a {
    background: green;
}
.download-button a:hover {
    color: white;
    background: #222;
}
.post-type-employee .admin-content-editor,
.post-type-employee .post-slug,
.post-type-training .admin-content-editor,
.post-type-training .post-slug,
.post-type-competency .admin-content-editor,
.post-type-competency .post-slug,
.post-type-discipline .admin-content-editor,
.post-type-discipline .post-slug,
.view-page,
.alert-success a,
.go-site,
.admin-cache,
.title-helper-view {
    display: none;
}
.personal-area {
    width: 100%;
    background: white;
    color: black;
}
.personal-heading {
    width: 100%;
    padding: 10px 15px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.personal-header-blocks {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
    line-height: 1.5;
}
.personal-header-block {
    padding: 0 15px 30px;
    width: 50%;
}
.personal-item {
    margin-bottom: 3px;
}
.pp {
    display: flex;
    gap: 20px;
    align-items: center;
}
.pp:not(:last-child) {
    margin-bottom: 15px;
}
.pp-name {
    font-size: 13px;
    font-weight: 600;
    width: 120px;
    line-height: 1.2;
}
.pp-progress {
    border: 1.5px solid #ddd;
    height: 25px;
    border-radius: 30px;
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    padding: 0 6px;
}
.pp-progress-line {
    height: 12px;
    background: #0085ba;
    border-radius: 30px;
}
.total-pp .pp-progress-line {
    background: #58b058;
}
.pp-percent {
    font-weight: 600;
    font-size: 15px;
}


/* Personal */
.personal-body {
    width: 100%;
}
.p-list-title {
    padding: 10px 15px;
    font-weight: 600;
    background: #f8f8f8;
    position: relative;
    user-select: none;
}
.past-current-list-item .p-list-title:before {
    content: "\e92e";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: feather;
    font-size: 18px;
    transition: .3s all;
}
.past-current-list-item.active .p-list-title:before {
    transform: translateY(-50%) rotate(180deg);
}
.active .p-list-title {
    border-bottom: 1px solid #ddd;
}
.p-list:not(:first-child) .p-list-title {
    border-top: 1px solid #ddd;
}
.p-list-content {
    display: none;
    padding: 20px 15px;
    width: 85%;
    margin-left: auto;
}
.active .p-list-content {
    display: block;
}
.p-list-heading {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #696969;
    background: #f5f5f5;
    padding: 10px 10px;
    margin: 0 -10px 10px;
    text-align: center;
}
.p-list-item-name {
    width: 55%;
    text-align: left;
}
.p-list-item:not(:last-child) {
    margin-bottom: 35px;
}
.pli {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
}
.pli-name-block {
    width: 55%;
}
.pli-level, .pli-status, .pli-date {
    width: 15%;
    text-align: center;
}
.pli-date {
    padding-right: 30px;
}
.pli-status a {
    color: blue !important;
    text-decoration: underline;
    text-align: center;
    display: flex;
    justify-content: center;
    text-underline-offset: 2px;
}
.pli-result {
    position: relative;
    width: 15%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pli-result input {
    margin: 0;
    background: #eee;
    top: 50%;
    transform: translateY(-50%);
}
.past-current-list-item .p-list-title {
    cursor: pointer;
}
.pli-result i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4fcf4f;
    color: white;
    border-radius: 50%;
}
.pli-error i {
    background: red;
}
.p-list-content .admin-form-element {
    border-bottom: 0;
    padding: 0;
}
.pli-delete {
    position: absolute;
    right: 0;
}



/* Training table */
.training-table {
    padding: 15px;
    width: 100%;
    background: white;
    border-bottom: 1px solid #ddd;
}
.training-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.training-table th, .training-table td {
    padding: 8px 15px 8px 0;
    border-bottom: 1px solid #ddd;
}
.training-name {
    font-weight: 600;
}
.training-heading {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #0085ba;
}
.training-status {
    background: #cf4d4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 5px;
    color: white;
    font-size: 13px;
}
.training-status-active {
    background: #0dc90d;
}


/* Post actions */
.post-action-buttons {
    padding: 10px;
    display: flex;
    margin: 0 -5px;
    width: 400px;
    max-width: 100%;
}
.post-action-button a {
    color: black;
    width: 100%;
}
.post-action-button {
    width: 33.3%;
    padding: 0 5px;
}
.post-action-button button {
    width: 100%;
}


/* Training form */
.training-form {
    width: 100%;
}
.no-training {
    padding: 15px;
}
.training-actions {
    display: flex;
    gap: 3px;
}
.training-action, .pli-delete-button {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    color: white!important;
}
.training-edit {
    background: green;
}
#trainingModal {
    display: none;
}
.training-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}


/* Login */
.login-logo img {
    height: 120px;
}


/* Level modal */
#levelModal {
    display: none;
    width: 500px;
    color: black;
    padding: 30px;
}
.level-modal-name {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
.pli-check {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05c805;
    color: white;
    border-radius: 50%;
}
.pli-status {
    display: flex;
    justify-content: center;
}
.pli-note:not(:empty) {
    font-weight: 400;
    margin-top: 5px;
    font-style: italic;
    color: #555;
}
.fancybox-active .ui-datepicker {
    position: absolute!important;
}



/* Posts */
.admin-post-status,
.admin-post-publish-time {
    display: none;
}



/* Admin */
.admin-sidebar {
    background: #3d377d!important;
}
.admin-sidebar-element > a:hover {
    background: #534d96;
}
.filter-blocks {
    display: flex;
    gap: 10px;
}
.raport-table th {
    font-weight: 600;
}



/* Level files */
.default-level-file {
    display: none;
}
.level-files-area {
    margin-bottom: 10px;
}
.level-files-button {
    display: flex;
    justify-content: flex-end;
}
.level-form .admin-form-element {
    border-bottom: 0;
    padding: 0 0 10px;
}
.media-library-area {
    z-index: 200000;
}
.pli-files {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.pli-file {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.pli-file a {
    color: blue;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.pli-file-remove {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.sidebar-dashboard, .sidebar-media {
    display: none;
}



/* Users */
.user-extra-fields {
    display: none;
}
.table-heading-my, .table-heading-public {
    display: none!important;
}
.all-single-media-img span {
    height: auto;
    max-height: 100px;
}
body:not(.all-media-php) .all-single-media-area:not(.uploaded-file) {
    display: none;
}