/* 
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
*/

html, body {
	overflow-x: hidden !important;
}

a {
	transition: 0.25s ease-out;
}

::selection {
	background-color: var(--e-global-color-secondary);
	color: #fff;
}

ul ::marker,
ol ::marker {
	color: var(--e-global-color-secondary);
	font-weight: bold;
}

.elementor-button {
	min-width: 140px;
}

.elementor-widget-text-editor ul li {
	margin-bottom: 10px;
}

#ttcont {
	background: #F5FFD6 !important;
	color: black !important;
	padding: 15px!important;
	font-size: 14px!important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*,
.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*, .tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>* {
	background: #F5FFD6 !important;	
}

.tablepress>:where(thead)+tbody>:where(:not(.child))>*, .tablepress>tbody>*~:where(:not(.child))>*, .tablepress>tfoot>:where(:first-child)>*,
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-color: #517664 !important;
}

#tt.cmtt #ttcont div.glossaryItemTitle {
	border: 0 !important;
	font-size: 15px !important;
	font-weight: bold !important;
	margin-bottom: 5px !important;
}

.tablepress>:where(thead,tfoot)>tr>* {
	background: #517664 !important;
}

.tablepress tr td,
.tablepress tr th {
	transition: 0.15s ease-out;
}

.tablepress tr:hover td,
.tablepress tr:hover th {
	background: #e2edc2 !important;
}

#usercentrics-cmp-ui * {
	color: #000 !important;
}