/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 11:07:25 */
.brand-color {
	color: #dd1816 !important;
}
#form_request_loaders .elementor-form-fields-wrapper {
	gap: 15px;
}
@media (min-width: 1024px) {
	#form_request_loaders .elementor-form-fields-wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 0px;
	}
}
.default-table th, .default-table td {
    text-align: left;
}
.default-table, .default-table th, .default-table td {
   border: 1px solid #ddd;
   padding: 8px;
   text-align: left;
}
.default-table {
  border-collapse: collapse;
  width: 100%;
	margin-bottom: 10px;
}
div.responsive-table {
  overflow-x: auto;
}