/*
Theme Name: Speed Queen Home
Author: Agência Madeby
Description: Speed Queen Home Brasil System
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Ajuste largura da coluna Ordem */
.salesking_orders_page .nk-tb-col:first-child {
    width: 60px !important;
    max-width: 60px !important;
    white-space: nowrap !important;
}

add_action('salesking_dashboard_head', function(){ ?>
    <style type="text/css">
        #salesking_add_customer_form .form-group label[for="company"],
        #salesking_add_customer_form .form-group label[for="phone"] {
            display: none;
        }
        #salesking_add_customer_form .form-group input[name="company"],
        #salesking_add_customer_form .form-group input[name="phone"] {
            display: none;
        }
    </style>
<?php });
