/* 
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 */
.site-header, .site-footer{
	display: none !important;
}
.elementor-widget-tablepress-table{
	width: 100%;
}
.tablepress>:where(thead,tfoot)>tr>*{
	background-color: #0066C0;
	color: #FFF;
	border-block-start: none !important;
	font-family: 'Baloo Thambi 2';
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
}
.orange-table .tablepress>:where(thead,tfoot)>tr>*{
	background-color: #F89927;
}
.tablepress>:where(thead,tfoot)>tr{
	border-block-start: none !important;
}
.tablepress>:where(thead,tfoot)>tr>th:first-child,.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)))>td:first-child{
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.tablepress>:where(thead,tfoot)>tr>th:last-child, .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)))>td:last-child{
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.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-color: #FFF;
	color: #000;
	font-family: 'Baloo Thambi 2';
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
}
.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)))>*{
	background-color: #E4E4E4;
	border-top: none !important;
	color: #000;
	font-family: 'Baloo Thambi 2';
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
}