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

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

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

.table-custom td {
	font-size: 15px !important;
}

.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: 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 #3520C8;
	background: #3520C8;
}

.table-info-dropdown:hover >i {
	color: #f5f6fa !important;
}

.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;
}
