/* Themify Customize Styling */
body {	background: none;
	background-color: #f9f9f9;
	background-size: cover;
	font-family: "Playwrite GB J";	font-weight:400;
 
}
:root {	
	--theme_accent: #712f88;
	--theme_accent_semi: #eb6924;
	--theme_accent_hover: #59226b; 
}
a, .post-nav .arrow {	
	color: #712f88; 
}
#pagewrap {	
	background-repeat: repeat;
	background-position: center center; 
}
h1 {	
	font-family: "Playwrite GB J";	font-weight:400;
	line-height:1em;

	color: #eb6924; 
}
h2 {	
	font-family: "Playwrite GB J";	font-weight:400;
	line-height:1em;

	color: #712f88; 
}
h3 {	
	font-family: "Playwrite GB J";	font-weight:400;

	color: #eb6924; 
}
h4 {	
	font-family: "Playwrite GB J";	font-weight:400;

	color: #9653ad; 
}
h5 {	
	font-family: "Playwrite GB J";	font-weight:400;

	color: #e88854; 
}
h6 {	
	font-family: "Playwrite GB J";	font-weight:400;
	text-transform:uppercase;
	color: #000000; 
}
.page-title {	
	font-family: "Playwrite GB J";	font-weight:400;
 
}

/* 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-bordered tr td {
	border: 1px solid #ccc;
}

.table .table-header {
	background: #712F89;
	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;
	justify-content: flex-start;
	width: 100%;
}

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