.hn-card-header {
	padding: 15px;
}
.hn-card {
	-webkit-box-shadow: 0px 2px 4px rgba(90, 116, 148, 0.1);
	        box-shadow: 0px 2px 4px rgba(90, 116, 148, 0.1);
	border: 1px solid #f9f9f9;
	background-color: #fff;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
	max-width: calc(100% - 10px);
	padding: 0;
	margin: 1em auto;
}

.hn-pagination {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}
.hn-pagination .btn {
	padding: 6px 8px;
	height: auto;
	min-width: 32px;
	min-height: 32px;
	border-radius: 8px;
	border: 1px solid transparent;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 12px;
	font-weight: 500;
	color: #656f84;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.hn-pagination .btn:hover, .hn-pagination .btn:focus {
	background-color: #eceff5;
	border-color: #eceff5;
}
.hn-pagination .btn .hn-icon {
	width: 1.25em;
	height: 1.25em;
}
.hn-pagination .active .btn {
	background-color: #656f84;
	border-color: #656f84;
	color: #ffffff;
	opacity: 1;
}

.hn-card-head-left .page-size-select {
	width: auto;
	display: inline-block;
}

.hn-card-head-right {
	text-align: right;
}

.total-dom-found {
	font-size: 1.2em;
	color: #c6c6c6;
	line-height: 1;
	margin-bottom: 15px;
}
.total-dom-found span {
	display: block;
	font-size: 1.8em;
	padding-top: 8px;
	opacity: 1;
	color: #656f84;
}

.layout-switch {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 6px 6px 0;
}
.layout-switch .hn-icon {
	width: 1.25em;
	height: 1.25em;
}
.layout-switch button {
	color: #444;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 5px 10px;
}
.layout-switch button:first-child {
	border-radius: 5em 0 0 5em;
}
.layout-switch button:last-child {
	border-left: 0;
	border-radius: 0 5em 5em 0;
}
.layout-switch button.active {
	background: #ddd;
	color: #767676;
}
.layout-switch button:not(:disabled):hover {
	background: #f9f9f9;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: middle;
}
.table .thead-primary tr th {
	background-color: #656f84;
	border-color: #656f84;
	color: #fff;
	border-bottom: 2px solid #dee2e6;
	padding: 1.25rem 0.75rem;
}
.table tbody td {
	font-weight: 400;
}
.table span.data-domain {
	font-size: 1.5em;
	font-weight: 500;
}
/*# sourceMappingURL=custom.css.map */