/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 18:06:46 */
div#main-content .col {
	box-shadow:  0 1rem 3rem rgba(0,0,0,0.100);
	font-family: inherit;
	font-size: 14px;
	flex: 1 0 250px; 
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
div#main-content .col-title {
	background-color: #000; 
	color: #fff;
	font-size: 15px; 
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
}
div#main-content .col-title i {
	order: 1px solid #fff;
	border-radius: 50%;
	min-width: 32px;
	width: 32px;
	font-size: 18px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#main-content .col-description {
	margin-bottom: 0 !important;
	text-transform: uppercase;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
div#main-content .col-description .custom-button, 
div#main-content table .custom-button {
	border-radius: 20px;
	background: #000;
}
div#main-content .col-description .custom-button:hover, 
div#main-content table .custom-button:hover {
	background: #000000cc;
}
div#main-content .col-title {
	padding: 0.7rem;
}
div#main-content .col-description {
	padding: 1rem; 
}

div#main-content .overflow-x-scroll {
	border-radius: 10px; 
}

div#main-content table:not(.fc-col-header):not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table) {
	width: 100%;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	border-radius: 10px; 
}

.custom-wrapper table:not(.fc-col-header):not(.fc-scrollgrid):not(.fc-scrollgrid-sync-table) {
	border: 2px solid #000;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.custom-wrapper table td:not(.fc-col-header td):not(.fc-scrollgrid td):not(.fc-scrollgrid-sync-table td), 
.custom-wrapper table th:not(.fc-col-header th):not(.fc-scrollgrid th):not(.fc-scrollgrid-sync-table th) {
	border: 1px solid #000;
}
.custom-wrapper table tbody tr:not(.fc-col-header tr):not(.fc-scrollgrid tr):not(.fc-scrollgrid-sync-table tr) {
	background: #eee;
}
.custom-wrapper table tr:hover {
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
.custom-wrapper .page-numbers {
	list-style: none;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	margin-top: 16px;
	flex-wrap: wrap; 
}
.custom-wrapper .page-numbers li span, 
.custom-wrapper .page-numbers li a {
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	line-height: 1.2;
	border: 2px solid #eee;
	font-weight: 400;
	font-size: 16px;
}
.custom-wrapper .page-numbers li span.current {
	background: #e02b20; 
	border: 2px solid #e02b20;
	color: #fff;
}
.custom-wrapper .filter input {
	padding: 16px;
}
.custom-wrapper .filter input, 
.custom-wrapper .filter .select2-container {
	border-radius: 10px;
	border: 2px solid #000;
	font-size: 14px;
	width: 100% !important;
	min-height: 52px;
}
.custom-wrapper .filter .selection {
	flex: 1 0 100%;
}
.custom-wrapper .filter .select2-selection--single {
	background: transparent; 
	width: 100%;
}
.custom-wrapper .filter .select2-container {
	display: flex; 
	align-items: center; 
}
.custom-wrapper .filter .select2-container .select2-selection__arrow {
	top: 50% !important;
	transform: translateY(-50%);
}
.custom-wrapper .filter input:focus, 
.custom-wrapper .filter input:active, 
.custom-wrapper .filter .select2-container:focus, 
.custom-wrapper .filter .select2-container:active {
	border: 2px solid #000;
}
.custom-wrapper .export {
	background: #41644A;
}
.custom-wrapper .export, button[type="reset"] {
	border-radius: 10px; 
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase;  
	color: #fff; 
}
.custom-wrapper .link a:hover {
	color: #000 !important;
	text-decoration: none;
}

@media only screen and (max-width: 500px) {
	div#main-content .col-description {
		text-overflow: unset; 
		white-space: wrap; 
	}
}