/* Themify Customize Styling */
body {	
	font-family: "Manrope";	font-weight:500;

	color: #6e6e6e; 
}
:root {	
	--theme_accent: #5d125b;
	--theme_accent_semi: #0092ae;
	--theme_accent_hover: #0092ae; 
}
a, .post-nav .arrow {	
	color: #5d125b; 
}
h1 {	
	color: #5d125b; 
}
h2 {	
	color: #5d125b; 
}
h3 {	
	color: #5d125b; 
}
h4 {	
	color: #5d125b; 
}
h5 {	
	color: #5d125b; 
}
h6 {	
	color: #5d125b; 
}
.page-title {	
	color: #5d125b; 
}

/* Themify Custom CSS */
.table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.table tr:not(.table-header):hover {
	background: #eee;
}

.table-padding-10 tr td {
	padding: 10px;
}
.table-padding-20 tr td {
	padding: 20px;
}

.table-border tr td {
	border: 1px solid #ccc;
}

.table .table-header {
	background: #5d125b;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff
}
 
.module-addfile a.tf_in_flx {
	  place-items: start;
    flex-direction: row;
	    flex-wrap: nowrap;
}
.module-addfile.module .module-buttons-item {
	display: flex!important;
}
.module-addfile.module .module-buttons-item a {
	display: flex;
	align-items: center;
	width: 100%;
}

.module-buttons-item+.module-buttons-item {
    margin-inline-start: 0em!important;
}