/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.dataTables_length select {
    padding: 5px 10px; /* Add padding for space */
    width: auto; /* Ensure it adjusts to content */
}
.dataTables_wrapper .dataTables_length select{
padding:5px 15px !important;
    
}
/* Target the container with class table-filters */
.table-filters {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    margin-bottom: 10px;
}

/* Target the dropdowns within table-filters */
.table-filters select {
    padding: 5px;
    min-width: 150px;
    text-align: left;
    box-sizing: border-box; /* Ensure padding doesn’t affect width */
}

/* Target the DataTable wrapper */
.dataTables_wrapper {
    width: 100% !important;
    overflow-x: auto !important;
}

/* Ensure table alignment */
.dataTables_wrapper table {
    width: 100% !important;
    border-collapse: collapse;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .table-filters {
        flex-direction: column;
        gap: 5px;
    }
    .table-filters select {
        width: 100% !important;
    }
}


/* Target submenu items specifically if needed */
.ast-builder-menu-2 .sub-menu .menu-item:hover > .menu-link,.ast-builder-menu-1 .sub-menu .menu-item:hover > .menu-link {
    color: #b28e65 !important; /* Ensure submenu hover color */
}