﻿.logo {
	width: 120px;
	height: 120px;
}

.stock {
	cursor: pointer;
	margin-bottom: 15px;
}

#tgaMenu {
	cursor: pointer;
}

#TGAStocks {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #16191F;
	opacity: 1;
	color: white;
	border-radius: 10px;
}

.info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	background: #16191F;
	/*border-radius: 10px;*/
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	min-width: 350px;
	/*opacity: 0.9;*/
	color: white;
	border-radius: 10px;
}

.info2 {
	padding: 20px;
	background: #16191F;
	/*border-radius: 10px;*/
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	/*opacity: 0.9;*/
	color: white;
	border-radius: 10px;
}

.statistics {
	display: border-radius: 10px;
	/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
	min-width: 350px;
	/*opacity: 0.9;*/
	color: white;

	border-radius: 10px;
}

.activities {
	/*opacity: 0.9;*/
	border-radius: 10px;
}

.chart {
	margin-bottom: 10px;
	/*opacity: 0.9;*/
	border-radius: 10px;
}

.alerts, textarea {
	background-color: #16191F !important;
	color: white;
	/*opacity: 0.9;*/
	padding: 20px;
	border-radius: 10px;
}

.reports {
	width: 100%;
	height: 350px;
}
