@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/roboto/roboto-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/roboto/roboto-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/roboto/roboto-bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/roboto/roboto-bold-italic.woff2') format('woff2');
}
:root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767.98px) {
	.col-auto {
		width: 100%;
	}
}
input.bg-dark::placeholder {
	color: var(--bs-light);
	opacity: 0.5;
}
.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);
}
