.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-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: #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;
	color: #ffffff;
}

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