#pdctfinder_settings .w100 {
    position: relative;
    display: inline-block;
    width: 100%;
}

#pdctfinder_settings .w40 {
    width: 33%;
}

#pdctfinder_settings .w20 {
    width: 20%;
}

.pfinder_table table {
    width: 100%;
    padding: 10px;
    border-spacing: 0;
    font-size: 12px;
}

.pfinder_table table p.form-field {
    padding: 2px !important;
    margin: 0 !important;
}

.pfinder_table table .inputmax p .short {
    width: 100%;
}

.pfinder_table table .inputmax2 input {
    width: 100%;
}

.pfinder_table table p label {
    padding: 0;
    margin: 0;
}

.pfinder_table table tr td {
    vertical-align: middle;
    padding: 5px;
}

.pfinder_table table tr td button {
    margin: 0;
    max-width: 70%;
    float: right;
}

.pfinder_table table tr .checkb label {
    width: auto;
    padding-left: 4px;
}

.pfinder_table table tr td .span_rm {
    color: #A6A7A7;
    margin-top: 5px;
    margin-right: 10px;
}

.pfinder_table table tr td .span_rm:hover {
    cursor: pointer;
}

.pfinder_table table tr td .span_cp {
    color: #A6A7A7;
    margin-top: 5px;
}

.pfinder_table table tr td .span_cp:hover {
    cursor: pointer;
}

.pftfoot_td {
    border: 1px solid #E8D3B7;
    border-style: solid none;
    background-color: #F7F7F7;
    padding: 5px;
}

.pftfoot_td1 {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 5px;
}

.pftfoot_td2 {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pftfootq_td {
    border: 0 !important;
    border-top: 0 !important;
    background-color: #eeecec;
    padding: 10px !important;
}

.pfinder_table .lnkoption {
    width: 100%;
}

#pdctfinder_settings #pfinder_table1 {
    table-layout: fixed;
}

#pdctfinder_settings #pfinder_table1 > tbody > tr > td:nth-child(1) {
    width: 20%;
}

#pdctfinder_settings #pfinder_table1 > tbody > tr > td:nth-child(2) {
    width: 38%;
}

#pdctfinder_settings #pfinder_table1 > tbody > tr > td:nth-child(3) {
    width: 24%;
}

#pdctfinder_settings #pfinder_table1 > tbody > tr > td:nth-child(4) {
    width: 18%;
    white-space: nowrap;
}

#pdctfinder_settings #pfinder_table1 input[type="text"],
#pdctfinder_settings #pfinder_table1 input[type="number"],
#pdctfinder_settings #pfinder_table1 select,
#pdctfinder_settings #pfinder_table1 .select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

#pdctfinder_settings #pfinder_table1 .pfkeyword {
    width: 100% !important;
}

/* Keep the Select2 label vertically centered in the normal product editor.
   Quick Edit is intentionally excluded because its native alignment is correct. */
#woocommerce-product-data #price_finder_data select.pfselect2 + .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
}

#woocommerce-product-data #price_finder_data select.pfselect2 + .select2-container .select2-selection--single .select2-selection__rendered {
    flex: 1;
    line-height: normal;
}

#woocommerce-product-data #price_finder_data select.pfselect2 + .select2-container .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

#pdctfinder_settings #pfinder_table1 td > button {
    float: none;
    max-width: none;
}

#pdctfinder_settings #pfinder_table1 .a_pf_remove,
#pdctfinder_settings #pfinder_table1 .a_pf_copy {
    display: inline-flex;
    vertical-align: middle;
}

.pfinder-quick-edit-loading {
    color: #646970;
}

.pfinder-quick-edit-error {
    color: #b32d2e;
}

@media screen and (max-width: 782px) {
    #pdctfinder_settings #pfinder_table1 > tbody > tr {
        display: grid;
        grid-template-columns: minmax(110px, 20%) minmax(0, 1fr) minmax(135px, 24%) minmax(145px, 18%);
        width: 100%;
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr > td {
        width: auto !important;
        min-width: 0;
        box-sizing: border-box;
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr.priceidx {
        grid-template-columns: minmax(0, 1fr);
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr.priceidx > td:first-child {
        display: none;
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr.priceidx > td:nth-child(2) {
        grid-column: 1 / -1;
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_inpidx_"],
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_sid_"] {
        grid-template-columns: minmax(120px, 32%) minmax(0, 1fr);
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_inpidx_"] > td:first-child,
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_sid_"] > td:first-child {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #pdctfinder_settings #pfinder_table1 > tbody > tr {
        grid-template-columns: minmax(105px, 32%) minmax(0, 1fr);
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr > td:nth-child(3),
    #pdctfinder_settings #pfinder_table1 > tbody > tr > td:nth-child(4) {
        grid-row: 2;
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr.priceidx > td:nth-child(2),
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_inpidx_"] > td:nth-child(2),
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_sid_"] > td:nth-child(2),
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_inpidx_"] > td:nth-child(3),
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_sid_"] > td:nth-child(3) {
        grid-row: auto;
    }

    #pdctfinder_settings #pfinder_table1 > tfoot > tr:last-child {
        display: grid;
        grid-template-columns: minmax(105px, 32%) minmax(0, 1fr);
        width: 100%;
    }

    #pdctfinder_settings #pfinder_table1 > tfoot > tr:last-child > td {
        width: auto !important;
        min-width: 0;
        box-sizing: border-box;
    }

    #pdctfinder_settings #pfinder_table1 > tfoot > tr:last-child > td:nth-child(3) {
        grid-column: 2;
    }
}

@media screen and (max-width: 480px) {
    #pdctfinder_settings #pfinder_table1 > tbody > tr,
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_inpidx_"],
    #pdctfinder_settings #pfinder_table1 > tbody > tr[id^="pf_tr_sid_"] {
        grid-template-columns: minmax(0, 1fr);
    }

    #pdctfinder_settings #pfinder_table1 > tbody > tr > td {
        grid-column: 1;
        grid-row: auto !important;
    }

    #pdctfinder_settings #pfinder_table1 > tfoot > tr:last-child {
        grid-template-columns: minmax(0, 1fr);
    }

    #pdctfinder_settings #pfinder_table1 > tfoot > tr:last-child > td {
        grid-column: 1 !important;
    }
}

.pfinder_table .vibr {
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}

.pfinder_table .vibr2 {
    padding-top: 10px;
    font-weight: bold;
}

.pfinder_wd {
    width: 6em;
    max-width: 6em;
}

#pdctfinder_qktable tr td {
    padding-top: 6px;
}

.pfinder_product_p {
    font-size: 14px;
    margin: 10px 0;
}

.pfinder_product_dv {
    width: 100%;
    padding: 10px 0 15px 0;
    overflow: auto;
}

.pfinder_product_bg {
    background-color: #f2f2f2;
    border: 1px solid #dcdbdb;
    border-radius: 3px;
    margin-top: 1px;
    width: 100%;
    padding: 2px;
    display: flex;

}

.pfinder_product_bg1 {
    display: flex;
    align-items: center;
    width: 80%;
}

.pfinder_product_bg2 {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: left;
    width: 20%;
}

.pfinder_product_bg1_img {
    width: 30px;
    height: 30px;
}

.pfinder_product_bg1_span {
    padding-right: 10px;
    font-size: 13px;
    color: #212020;
}

.pfinder_product_btn {
    width: 85px;
    height: 30px;
    padding: 1px;
    margin-left: 2px;
    border: 1px solid #008cba;
    background-color: #ffffff;
    border-radius: 5px;
    transition-duration: 0.4s;
    color: #373737;
    font-size: 13px;
}

.pfinder_product_btn:hover {
    border: 1px solid #008cba;
    background-color: #008cba;
    color: #ffffff;
    cursor: pointer;
}

.pfinder_acheck:hover {
    cursor: pointer;
}

.pfinder_shop:hover {
    cursor: pointer;
}

.pfinder_product_tr {
    display: none;
}

.settlogo_rm {
    color: #A6A7A7;
    vertical-align: bottom;
    margin-right: 5px;
}

.settlogo_rm:hover {
    cursor: pointer;
}

.settlogo_hd {
    display: none;
}

.pf_selectlogo {
    border: 1px solid #DBDBDB;
    vertical-align: bottom;
}

.pf_cronform .spndesc {
    padding-top: 5px;
    color: #969797;
    font-size: 12px;
    position: relative;
    display: block;
}

#pf_table_crons a:hover {
    cursor: pointer;
}

.pf_cron_table {
    table-layout: fixed;
}

.pf_cron_table .pf_cron_col_edit {
    width: 58px;
}

.pf_cron_table .pf_cron_col_interval {
    width: 150px;
}

.pf_cron_table .pf_cron_col_categories {
    width: 20%;
}

.pf_cron_table .pf_cron_col_status {
    width: 92px;
}

.pf_cron_table .pf_cron_col_actions {
    width: 168px;
}

.pf_cron_table th,
.pf_cron_table .pf_cron_program_row > td {
    padding: 12px 10px;
    vertical-align: middle;
}

.pf_cron_table .pf_cron_program_row > td {
    font-size: 13px;
}

.pf_cron_table th {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.pf_cron_table thead th:nth-child(2),
.pf_cron_table thead th:nth-child(3),
.pf_cron_table thead th:nth-child(4),
.pf_cron_table thead th:nth-child(5) {
    font-weight: 700;
}

.pf_cron_cell_edit {
    text-align: center !important;
}

.pf_cron_cell_categories,
.pf_cron_cell_details {
    overflow-wrap: anywhere;
    line-height: 1.8;
}

.pf_cron_cell_details {
    color: #646970;
    font-size: 10px;
}

.pf_cron_cell_details,
.pf_cron_cell_details * {
    font-size: 10px;
}

.pf_cron_status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #f0f0f1;
    font-size: 13px;
    line-height: 1.5;
}

.pf_cron_status.is-active {
    background: #edfaef;
    color: #167329 !important;
}

.pf_cron_status.is-inactive {
    color: #646970 !important;
}

.pf_cron_actions_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 12px;
    font-size: 13px;
}

.pf_cron_actions_inner a,
.pf_cron_actions_inner a span {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    white-space: nowrap;
}

.pf_cron_actions_inner .dashicons {
    margin: 0 0 0 3px;
}

.pf_cron_progress_row > td,
.pf_cron_health_row > td {
    padding: 10px 12px !important;
}

.pf_acronst,
.pf_acronst span {
    color: #A6A7A7;
    font-size: 13px;
}

.pf_acronst span,
.pf_acronrm span {
    margin-top: 6px;
}

.pf_acronrm,
.pf_acronrm span {
    color: #fcabab;
    font-size: 13px;
}

.pf_acronedt {
    color: #A6A7A7;
    font-size: 17px;
    cursor: pointer;
}

.pf_catgrzdt,
.pf_catgrzdt span {
    color: #fcabab;
    font-size: 17px;
    cursor: pointer;
    margin-right: 5px;
}

.pf_prss_hide {
    display: none;
}

.pf_prss_show {
    display: block;
}

.pf_elem_hide {
    display: none;
}

.pf_settinfo span {
    padding-top: 2px;
    font-size: 15px;
}

th.column-clm_pfinder,
td.column-clm_pfinder {
    display: none !important;
}

/* ------- */
.pf_progress {
    padding: 1px;
    margin: 0;
    background: rgba(117, 117, 117, 0.25);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(117, 117, 117, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(117, 117, 117, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.pf_progress-bar {
    height: 30px;
    line-height: 30px;
    /* width: 95%;      */
    vertical-align: middle;
    text-align: center;
    background-color: #f2cc11;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.pf_scheduler_health_card {
    margin: 8px 0;
    padding: 14px;
    border: 1px solid #dcdcde;
    border-right-width: 4px;
    background: #fff;
    color: #50575e;
    box-sizing: border-box;
}

.pf_health_title {
    margin-bottom: 8px;
    color: #1d2327;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pf_health_system {
    margin-bottom: 12px;
    font-size: 13px;
    text-align: right;
}

.pf_health_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px 12px;
    font-size: 12px;
}

.pf_health_grid > span {
    min-width: 0;
    min-height: 20px;
    padding: 7px 9px;
    border: 1px solid #f0f0f1;
    border-radius: 3px;
    background: #f9f9f9;
    box-sizing: border-box;
    white-space: nowrap;
}

.pf_health_grid strong {
    font-variant-numeric: tabular-nums;
}

.pf_health_messages {
    min-height: 1px;
}

.pf_health_messages p {
    margin: 8px 0 0;
    font-size: 11px;
}

@media screen and (max-width: 960px) {
    .pf_cron_table .pf_cron_col_interval {
        width: 125px;
    }

    .pf_cron_table .pf_cron_col_actions {
        width: 130px;
    }

    .pf_cron_actions_inner {
        align-content: center;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

@media screen and (max-width: 782px) {
    .pf_cron_table,
    .pf_cron_table tbody {
        display: block;
        width: 100%;
    }

    .pf_cron_table colgroup,
    .pf_cron_table thead {
        display: none;
    }

    .pf_cron_table .pf_cron_program_row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
        margin: 10px;
        padding: 4px 12px;
        border: 1px solid #dcdcde;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    }

    .pf_cron_table .pf_cron_program_row > td {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: start;
        min-width: 0;
        padding: 9px 0;
        border: 0;
        border-bottom: 1px solid #f0f0f1;
        text-align: right !important;
    }

    .pf_cron_table .pf_cron_program_row > td::before {
        content: attr(data-label);
        color: #646970;
        font-size: 11px;
        font-weight: 600;
    }

    .pf_cron_table .pf_cron_program_row > .pf_cron_cell_details,
    .pf_cron_table .pf_cron_program_row > .pf_cron_cell_actions {
        grid-column: 1 / -1;
    }

    .pf_cron_actions_inner {
        flex-direction: row;
        align-items: center;
        gap: 8px 16px;
    }

    .pf_cron_progress_row,
    .pf_cron_health_row,
    .pf_cron_progress_row > td,
    .pf_cron_health_row > td {
        display: block;
        width: auto;
    }

    .pf_cron_progress_row > td,
    .pf_cron_health_row > td {
        margin: 0 10px;
    }

    .pf_cron_table tfoot,
    .pf_cron_table tfoot tr,
    .pf_cron_table tfoot td {
        display: block;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .pf_health_grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pf_health_grid > span {
        white-space: normal;
    }

    .pf_cron_table .pf_cron_program_row {
        grid-template-columns: minmax(0, 1fr);
    }

    .pf_cron_table .pf_cron_program_row > .pf_cron_cell_details,
    .pf_cron_table .pf_cron_program_row > .pf_cron_cell_actions {
        grid-column: auto;
    }
}

/* ------- */
.pfspinner {
    width: 18px;
    height: 18px;
    border: 2px solid #a6a7a7;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: pf_rotation 1s linear infinite;
    float: left;
    display: none;
}

@keyframes pf_rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pfspn_is_active {
    display: inline-block;
}

@keyframes pf_rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ------- */
