@media (max-width: 767.98px) {
	.col-auto {
		width: 100%;
	}
}
input.bg-dark::placeholder {
    opacity: 0.5;
    color: var(--bs-light);
}
.pagination-dark .page-link{
    color:#f8f9fa;
    background-color:#343a40;
    border-color:#6c757d
}
.pagination-dark .page-link:hover{
    color:#f8f9fa;
    background-color:#6c757d;
    border-color:#6c757d
}
.pagination-dark .page-link:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(13,110,253,.25)
}
.pagination-dark .page-item.active .page-link{
    color:#fff;
    background-color:#0d6efd;
    border-color:#0d6efd
}
.pagination-dark .page-item.disabled .page-link{
    background-color:#343a40;
    border-color:#6c757d
}
.table-nonfluid {
   width: auto !important;
}
.text-nowrap {
	white-space: nowrap;
}
.up-link-dark {
	color: #fff !important;
	text-decoration: none !important;
}
.up-link-light,
tr.table-danger > td > a {
	color: #000 !important;
	text-decoration: none !important;
}
.up-table-subcategory > td {
    font-weight: 200;
}
.up-table-subcategory > td:first-of-type {
    padding-left: 1.5rem;
}
.up-text-dark {
	color: rgba(255,255,255,.55);
}
.up-text-light {
	color: rgba(0,0,0,.7);
}
