File "loan_calculator_admin_settings.css"

Full Path: /home/adniftyx/public_html/wp-content/plugins/loan-calculator-wp/includes/css/loan_calculator_admin_settings.css
File size: 1.75 KB
MIME-type: text/plain
Charset: utf-8

#loan_calculator_form_settings .sa-manage-level-product-box .error{
	color: red;
    display: flex;
}
#loan_calculator_form_settings .require-field-star{
    color: red;
}
.new-theme-fields-row,.ballon-amt-field-label-row,.downpayment-field-label-row,.extrapayment-field-label-row,.payment-mode-field-label-row,.total-interest-payable-label-row{
    display: none;
}
.new-theme-fields-row.active,.ballon-amt-field-label-row.active,.downpayment-field-label-row.active,.extrapayment-field-label-row.active,.payment-mode-field-label-row.active,.total-interest-payable-label-row.active{
    display: table-row;
}
#label_settings th{    
    align-content: center;
}
#label_settings .lc-sett-sec-col-th{
    padding-left: 25px;
}


/* Start css for Repayment Frequency */
.sortable-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sortable-wrapper {
    flex: 1;
    min-width: 250px;
}

.sortable-wrapper h4 {
    font-size: 14px;
    margin: 8px 0 8px 0;
    
}

.sortable-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    border: 1px solid #ccc;
    min-height: 40px;
}

.sortable-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
}

.sortable-list li:last-child {
    border-bottom: none;
}

.sortable-list input[type="checkbox"] {
    margin-right: 10px;
}

.disabled-options li {
    cursor: default;
    opacity: 0.8;
}

.enabled-options li {
    cursor: move;
}
.drag-handle {
    cursor: move;
    margin-right: 10px;
    font-size: 18px;
    color: #888;
    user-select: none; /* prevent text selection on drag */
}


/* end css for Repayment Frequency */