table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}
.post-taxonomy-table, .post-taxonomy-table th, .post-taxonomy-table td {
    border: 1px solid #ededed;
    border-collapse: collapse;
    padding-left: 15px
}
.pp-advance-protection-wrapper > table > tbody > tr > th {
    display: none;
}
.password-edit-modal-wrapper {
    width: 100%;
    z-index: 123456;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    position: fixed;
    top:0;
    left: 0;
    backdrop-filter: blur(1px);
    display: none;
    justify-content: center;
    align-items: center;
}
.password-edit-modal {
    width: 550px;
    background: #fff;
    box-shadow: 4px 4px 10px rgba(0 0 0 / 50% );
    position: relative;
}
.password-edit-modal-header {
    width: 100%;
    height: 50px;
    text-align: center;
}
.password-edit-modal-header-text {
    padding-left: 5px;
    line-height: 50px;
}
.password-edit-modal-close-button {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
}
.password-edit-modal-footer {
    position: relative;
    bottom: 0;
    height: 50px;
    padding-left: 10px;
}
.password-edit-modal-body {
    width: calc( 100% - 30px );
    height: calc( 100% - 130px );
    padding: 15px;
}
.password-edit-modal-close-button button {
    background: transparent;
    border: none;
    outline: none;
}

.pp-warning-notice {
    border: 1px solid #c3c4c7;
    border-left: 4px solid #dba617;
    width: 100%;
}

.pp-warning-notice p {
    padding: 3px 0 3px 10px;
}

.dataTables_filter,
.dataTables_length {
    margin-bottom: 15px;
}

.pp-password-protected-placeholder {
    display: inline-block;
    font-family: Consolas, monospace;
    font-weight: 400;
    min-width: 90px;
    min-height: 20px;
    text-align: center;
    position: relative;
    line-height: 20px;
    padding: 3px 10px 2px;
    margin-left: 25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.pp-password-protected-placeholder:before {
    font-family: "dashicons", sans-serif;
    content: "\f112";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 25px;
    background-color: #c0c0c0;
    color: #ffffff;
    line-height: 25px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pp-password-protected-placeholder.pp-no-pass:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "*** *** ***";
    color: rgba(0,0,0,.4);
    line-height: 25px;
}

.pp-show-hide-actions-wrapper {
    display: none;
}
.pp-show-attr:hover .pp-show-hide-actions-wrapper {
    display: inline-block;
}


#pp-jquery-datatables th.password {
    width: 15% !important;
}
#pp-jquery-datatables th.bypass {
    width: 25% !important;
}
#pp-jquery-datatables th.status  {
    width: 7% !important;
}
#pp-jquery-datatables th.terms  {
    
}
#pp-jquery-datatables th.actions  {
    
}

#password_protected_pro_enable_password .form-group.checkboxes {
    display: flex;
    align-items: center;
    gap: 10px;
}

#password_protected_pro_enable_password .form-group.checkboxes p {
    margin: 0;
}

#password_protected_pro_enable_password .form-group.checkboxes input {
    margin: 0;
}
/*Select 2*/
