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

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

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

.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.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: rgb(255, 255, 255) !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; */
	color: #f5f6fa !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-info-dropdown {
	font-weight: 400 !important;
	padding: 0 8px !important;
	height: 32px !important;
}

.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;
	/* background-color: #0071c9; */
	color: #ffffff;
}

.table-custom tbody tr:nth-of-type(odd) {
	/* background-color: rgba(0, 228, 239, 0.1); */
}

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

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

.table-case-custom th {
	border-right: dashed 1px #dfdfdf;
	padding-left: 0.5rem;
	background-color: rgba(15, 108, 189, 0.5);
	color: #ffffff;
}

.dropdown-custom .dropdown-menu {
	padding: 0 0;
}
