/*
 Theme Name:   Twenty Twenty-Four
 Description:  Twenty Twenty-Four Child Theme
 Author:       Tryfon Tzanetis
 Author URI:   http://tafhub.com
 Description: Twenty Twenty-Four is designed to be flexible,
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0 License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,
sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
 Text Domain:  yes-theme
*/

.elementor-widget-jet-smart-filters-select .select2-container {

}

.elementor-widget-jet-smart-filters-select .select2-container--default .select2-selection--single{
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ECECEC;
    border-radius: 6px 6px 6px 6px;
    padding: 7px 7px 7px;
    height: 42px;
}
.elementor-widget-jet-smart-filters-select .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #000000;
}
.select2-dropdown{
	border-color: #ECECEC !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	height: auto !important;
    border: 1px solid #ECECEC !important;
    border-radius: 6px 6px 6px 6px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focut-visible{
/*	outline: none !important;*/
}
.select2-container--open .select2-dropdown{
	margin-top: 33px;
}
.select2-container--default .select2-results>.select2-results__options{
  min-height: 150px;
  max-height: 300px !important;
  overflow-y: auto;
}
/*tr {
    display: table-row !important;
}*/

/* General Table Styling */
.jet-dynamic-table{
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: auto;
}
.box-contract-form .contract-list thead th{
    font-size: 15px;
    font-weight: 500;
}
.frm_message{
    text-align: center;
}
.btn-download{
    display: inline-flex;
}
.btn-download.edit{    
    background-color: transparent;
    color: #C19165;
}
.btn-download.edit a{
    color: #C19165 !important;
}
