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

/**
 * Custom Styles (migrated from parent hello-elementor)
 */
td.text-red {
	color: red !important;
}
td.text-green {
	color: green !important;
}

body.home header#site-header {
    background: #018F72 !important;
}

body.scrolled header#site-header {
    background: #018F72;
}

/* Resources Page */
ul.resource-list {
	padding-left: 0;
	list-style: none;
}

.resource-title {
	font-weight: bold;
}

ul.resource-list p:not(.resource-title) {
	font-size: 18px;
}

/* Dashboard Page */

.dashboard-secondary-posts {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

@media (max-width: 1280px) {
	.dashboard-secondary-posts {
		grid-template-columns: 1fr;
	}
}

.dashboard-secondary-post {
	box-shadow: 0px 3px 6px #00000036;
    border-radius: 5px;
    padding: 16px;
    border-top: solid 5px #018F72;
    margin-bottom: 24px;
	display: flex;
    flex-direction: column;
}

.dashboard-secondary-post a {
	color:#018F72;
	font-weight:bold;
}

.dashboard-secondary-post-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dashboard-secondary-post-meta p {
	margin:0;
}

.dashboard-secondary-post-meta .dashboard-secondary-post-date {
	font-size: 14px;
	font-weight:600;
}

.dashboard-secondary-post-meta .read-more-button {
	border: solid 1px #018F72;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-secondary-post-meta .read-more-button img {
		width: 6px;
}

.dashboard-resource-links {
	box-shadow: 0px 3px 6px #00000036;
    border-top: solid 5px #018F72;
    border-radius: 5px;
    padding: 16px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media (max-width: 1280px) {
	.dashboard-resource-links {
		justify-content: start;
	}
}

.dashboard-resource-links h3 {
	font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #018F72;
}

.dashboard-resource-links p {
    border-bottom: 1px solid #00000036;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dashboard-resource-links p:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.dashboard-resource-links a {
	color:#018F72;
}

.dashboard-charts img {
	box-shadow:0px 1px 3px #00000036;
	border-radius: 5px;
}

th.sparkline-header-col-first {
    color: transparent !important;
}

td.sparkline-column {
	color:transparent !important;
}

.dashboard-datatable-container {
	box-shadow: 0px 3px 6px #00000036;
	border-radius: 5px;
}

.wpDataTables table {
	font-size:0.7em !important;
}


/* @media (max-width: 1400px) {
	.home-dashboard-container.e-grid {
		--e-con-grid-template-columns: minmax(0, 1fr) 525px;
		grid-template-columns: minmax(0, 1fr) 525px;
		grid-template-rows: auto auto;
		grid-template-areas:
			"featured tables"
			"secondary charts";
	}

	.home-dashboard-container > .dashboard-featured-post,
	.home-dashboard-container > .elementor-element-566f640 {
		grid-area: featured;
	}

	.home-dashboard-container > .dashboard-secondary-column,
	.home-dashboard-container > .elementor-element-4cab1db {
		grid-area: secondary;
	}

	.home-dashboard-container > .dashboard-charts {
		grid-area: charts;
	}

	.home-dashboard-container > .dashboard-datatable-container {
		grid-area: tables;
	}
}

@media (max-width: 900px) {
	.home-dashboard-container.e-grid {
		--e-con-grid-template-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas:
			"featured"
			"secondary"
			"tables"
			"charts";
	}

	.home-dashboard-container > .dashboard-datatable-container {
		width: 100%;
		max-width: 100%;
	}
} */

