/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.wpDataTablesWrapper div.wdtscroll {
    overflow-x: auto !important;
}
.scroll.responsive.display.nowrap.data-t.data-t.wpDataTable.dataTable.no-footer {
    width: 100% !important;
}
.fund-detail thead tr{
  display: none;
    font-family: 'Open Sans';
}
.textli {
    font-size: 14px !important;
}
.header_menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    align-items: center !important;
}
.elementor-icon-box-content p:empty {
    margin: 0 !important;
}
h3.elementor-icon-box-title {
    margin-top: 0;
    margin-bottom: 5px;
}
ul.dash_list li:before {
    content: "– ";
    list-style: none;
}
ul.dash_list {
    position: relative;
    padding: 0;
    list-style-position: inside !important;
}
ul.dash_list li {
    list-style: none;
    padding: 0;
    margin-bottom: 0.5em;
}