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

.elementor-menu-anchor {
	top: -125px;
	position: relative;
}

a,
a:visited {
  color: #000043;
}

.t1 th {
        background-color: rgba(128, 128, 128, 0.0759882353);
        text-align: center;
        vertical-align: middle;
        border: 0px;
        padding: 4px;}
.t1 td {
        text-align: center;
        vertical-align: top;
        border: 0px;
        padding: 4px;}
.t1 thead:first-child tr:first-child th {
		border-block-start: 1px solid #000000;}
.t1 thead tr th {
        border-block-end: 1px solid #000000;}
.t1 tbody tr:last-child {        
        border-block-end: 1px solid #000000;}
.t1 tbody tr:nth-child(odd) td {
        background-color: rgba(0, 0, 0, 0.0);}
.t1 tbody tr:hover td {
        background-color: rgba(0, 0, 0, 0.00);}
.t1 tbody tr:hover th {
        background-color: rgba(128, 128, 128, 0.0759882353);}
.t1 th:first-child { 
        text-align: left;}
.t1 thead tr:nth-child(even) th {
        text-align: center;}
.t1 td:first-child { 
        text-align: left;}

.t2 th {
        background-color: rgba(128, 128, 128, 0.0759882353);
        text-align: center;
        vertical-align: middle;
        border: 0px;
        padding: 4px;}
.t2 td {
        text-align: left;
        vertical-align: top;
        border: 0px;
        padding: 4px;}
.t2 thead:first-child tr:first-child th {
    	border-block-start: 1px solid #000000;}
.t2 thead tr th {
        border-block-end: 1px solid #000000;}
.t2 tbody tr:last-child {        
        border-block-end: 1px solid #000000;}
.t2 tbody tr:nth-child(odd) td {
        background-color: rgba(0, 0, 0, 0.0);}
.t2 tbody tr:hover td {
        background-color: rgba(0, 0, 0, 0.00);}
.t2 tbody tr:hover th {
        background-color: rgba(128, 128, 128, 0.0759882353);}
.t2 thead tr:nth-child(even) th {
        text-align: center;}

.t3 th {
        background-color: rgba(128, 128, 128, 0.0759882353);
        text-align: center;
        vertical-align: middle;
        border: 0px;
        padding: 4px;}
.t3 td {
        text-align: right;
        vertical-align: top;
        border: 0px;
        padding: 4px;}
.t3 thead:first-child tr:first-child th {
    	border-block-start: 1px solid #000000;}
.t3 thead tr th {
        border-block-end: 1px solid #000000;}
.t3 tbody tr:last-child {        
        border-block-end: 1px solid #000000;}
.t3 tbody tr:nth-child(odd) td {
        background-color: rgba(0, 0, 0, 0.0);}
.t3 tbody tr:hover td {
        background-color: rgba(0, 0, 0, 0.00);}
.t3 tbody tr:hover th {
        background-color: rgba(128, 128, 128, 0.0759882353);}
.t3 th:first-child { 
        text-align: left;}
.t3 thead tr:nth-child(even) th {
        text-align: center;}
.t3 td:first-child { 
        text-align: left;}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.custom-table th,
.custom-table td {
    border: none;
    padding: 10px 15px;
    line-height: 1.3;
    vertical-align: top;
}
.custom-table thead th,
.custom-table tbody th {
    border: none;
}
.custom-table tr {
    border: none;
}
