/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* tabs-design-start */
.page-id-32174 .entry-title {
    display: none;
}

.tab-ui-nav-wrapper {
    background-color: #bbb;
}

.tab-ui-nav-wrapper .custom-container {
    padding: 0 50px 0 80px;
}

.tab-ui-nav-wrapper .custom-container .tab-ui-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: -3px;
    flex-wrap: wrap;
}

.tab-ui-nav-wrapper .custom-container .tab-ui-nav .tab-ui-nav-iteam .tab-ui-nav-link {
    padding: 20px 15px;
    display: block;
    min-width: 210px;
    width: 100%;
    background-color: #757170;
    border: 1px solid #D3D3D3;
    border-radius: 10px 10px 0px 0px;
    color: #D3D3D3;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Avenir Next Regular', Sans-serif;
}

.tab-ui-nav-wrapper .custom-container .tab-ui-nav .tab-ui-nav-iteam .tab-ui-nav-link.active {
    background-color: #262626;
}

@media (max-width: 1750px) {
    .tab-ui-nav-wrapper .custom-container {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .tab-ui-nav-wrapper .custom-container .tab-ui-nav .tab-ui-nav-iteam {
        /*width: 100%;*/
    }

    .tab-ui-nav-wrapper .custom-container .tab-ui-nav .tab-ui-nav-iteam .tab-ui-nav-link {
        width: 100%;
        min-width: 100%;
        font-size: 11px;
    }

    #myReportTab {
	padding-top: 10px;
    }    
}

/* tabs-design-end*/
