.table-custom thead {
	background-color: #fbfcfc;
}

.table-custom th,
strong {
	font-weight: 500;
}

.table-custom th {
	border-right: dashed 1px #dfdfdf;
	padding-left: 0.5rem;
}

.table-custom td {
	font-size: 15px !important;
	padding-left: 0.5rem;
}

.table-info {
	font-weight: 400;
	color: #1e3150;
	font-size: 15px;
	box-sizing: border-box;
	border: 1px solid #f5f6fa;
	height: 32px;
	margin: 4px;
	display: flex;
	padding: 0 8px;
	background: #f5f6fa;
	align-items: center;
	border-radius: 6px;
}

.table-pagination .pagination-nav {
	box-shadow: none;
}

.table-pagination svg {
	width: 20px !important;
	height: 20px !important;
}

.table-pagination .option {
	border: none !important;
	font-weight: 500 !important;
	width: fit-content !important;
	margin: 4px !important;
	min-width: 32px !important;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	height: 32px;
	padding: 0 8px;
	box-shadow: none;
	max-width: 100%;
	border-radius: 6px;
	text-transform: none;
	letter-spacing: normal;
	font-size: 15px;
	background: #f5f6fa !important;
	color: #1e3150 !important;
}

.table-pagination .option.number {
	padding: 0 8px;
}

/* .table-pagination .option.number span{
    min-width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 500;
} */

.table-pagination .option.active {
	background: #1e3150 !important;
	color: #ffffff !important;
}

.table-info-dropdown {
	font-weight: 400;
	color: #1e3150 !important;
	border: 1px solid #f5f6fa;
	background: #f5f6fa;
	font-size: 15px;
	box-sizing: border-box;
	height: 32px;
	margin: 4px;
	display: flex;
	padding: 0 8px;
	align-items: center;
	border-radius: 6px;
}

.table-info-dropdown > i {
	color: #1e3150;
}

.table-info-dropdown:hover,
.table-info-dropdown:focus {
	color: #1e3150 !important;
	border: 1px solid #f5f6fa;
	background: #f5f6fa;
}
.table-info-dropdown-toggle::after {
	color: #1e3150;
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.1em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.table-custom .btn-icon .ni {
	font-size: 1.1rem !important;
}
