.filters { background: #f8f9fa; padding: 20px; border-radius: 5px; margin-bottom: 20px; }
.domains-table { width: 100%; border-collapse: collapse; background: white; }
.domains-table th, .domains-table td { padding: 8px; text-align: left; border-bottom: 1px solid #ddd; }
.domains-table th { background: #f8f9fa; font-weight: bold; }
.domains-table tr:hover { background: #f5f5f5; }
.pagination { text-align: center; margin: 20px 0; }
.pagination button { margin: 0 2px; padding: 8px 12px; border: 1px solid #ddd; border-radius: 4px; background: white; cursor: pointer; }
.pagination button.active { background: #687fe8; color: white; }
.pagination button:hover { background: #e9ecef; }
.loading { text-align: center; padding: 20px; }
.total-count { margin: 0 auto 50px auto; text-align: center;}
@media (max-width:767px) {
.mb-xs-1 {
	margin-bottom: 3px;
}
.xscroll {
	overflow-x: scroll;
}
.drop-description {
	font-size: 14px;
}
.label-expired {
	margin-bottom: 20px;
}
}