/*api post feed*/

.techex_co_agenda_track h4 {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #0e1428;
	margin: 0px 0px 10px 0px;
}

.techex_co_agenda_track {
	display:flex;
	flex-direction: column;
	align-content: center;
}

.techex_co_agenda_row p {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	text-align:left;
	color:white;
}

.techex_co_agenda_row p a {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	text-align:left;
	color:white;
}


.techex_co_agenda_row {
	display:flex;
	flex-direction: column;
	align-content: center;
	background-color: #0e1428;
	padding:10px 10px 0px 10px!important;
	width:100%;
	margin: 0px 0px 10px 0px;
}

.techex_co_agenda_day {
	transform: rotate(-45deg);
	font-size:12px;
	background-color:var(--e-global-color-primary);
	padding:0px 5px 2px 5px;
}