/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 15:27:04 */
ul[role="tablist"] {
	display: flex; 
	justify-content: flex-start; 
	align-items: center; 
	flex-wrap: wrap;
	margin: 0;
}
li[role="tab"] {
	list-style: none; 
	margin: 0 !important;
	flex: 1 0 auto !important;
}
li[role="tab"] a {
	font-weight: 900;
	margin-right: 0px;
	line-height: 1.42857143;
	border: 1px solid #eee;
	background-color: #ffffff;
	color: #522058;
	padding: 15px 25px;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	display: block; 
}
li[role="tab"].ui-state-active {
	border: none !important;
}
li[role="tab"].ui-state-active span.count {
	background: #fff; 
	color: #000 !important;
}
li[role="tab"].ui-state-active a {
	border: none !important;
	background: rgb(82,32,88);
	color: #fff;
}
li[role="tab"] a:hover {
	background: rgb(82,32,88);
	color: #fff;
}
li[role="tab"] a i {
	margin-right: 5px;
	margin-left: 5px;
	font-weight: 900;
}
.ui-tabs-panel { 
	padding: 20px 16px;
	background: #fff;
	color: #000000;
	font-size: 16px;
	font-family: inherit;
	border: 1px solid #e6e6e6;
}

.ui-tabs-panel h2 {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom: 20px;
	color: rgb(82,32,88);
}

.ui-tabs-panel .custom-btn:not(.ui-tabs-panel input[type="submit"]):not(.ui-tabs-panel button[type="submit"]) {
	background: rgb(82,32,88) !important;
	color: #fff !important;
	border-radius: 50px !important;
	padding: 0.5rem 1rem !important;
	font-weight: bold;	
}

.ui-tabs-panel input[type="submit"], 
.ui-tabs-panel button[type="submit"] {
	background: rgb(82,32,88);
	color: #fff;
	border-radius: 10px;
	padding: 0.8rem 1rem;
	font-weight: bold;	
}

.ui-tabs-panel input[type="submit"]:active, 
.ui-tabs-panel button[type="submit"]:active {
	color: rgb(82,32,88);
}

.ui-tabs-panel .custom-btn:hover {
	background: #fff; 
	color: rgb(82,32,88); 
	border: 1px solid rgb(82,32,88);
}

@media only screen and (max-width: 630px) {
	ul[role="tablist"] {
		flex-direction: column;
	}
	ul[role="tablist"] li {
		width: 100%; 
	}
}

