<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #0a0a0a!important;
}
.bg-gradient-info2 {
    background-color: #e9fbfe;
}
.sidebar .nav-item .nav-link span {
    text-transform: uppercase;
}
.table {
    color: #212529!important;
}
.table thead th {
    border-bottom: 2px solid #7b7b7b!important;
}
.table thead th {
    border-bottom: 2px solid #7b7b7b!important;
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #7b7b7b!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #7b7b7b!important;
}
.form-control {
    border: 1px solid #7b7b7b!important;
}
.menu .collapse-item {
    white-space: normal!important;
}
.mobile-app-icon {
    max-width:100%;
    padding:5%
}
@media (min-width: 768px) {
    #accordionSidebar .nav-item .nav-link {
        padding: .75rem 1rem;
    }
}
#accordionSidebar .nav-item .nav-link {
    padding: .5rem 1rem;
}
.card-body {
    padding: .75rem 1.25rem!important;
}
/** --- sort -----*/
a.asc:after, a.desc:after {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
a.asc:after {content: "\f15d";}
a.desc:after {content: "\f15e";}
.sort-numerical a.asc:after {content: "\f162";}
.sort-numerical a.desc:after {content: "\f163";}
.sort-ordinal a.asc:after {content: "\f160";}
.sort-ordinal a.desc:after {content: "\f161";}
.form-control, .select2 {
    color: black!important;
}

.number-without-arrows::-webkit-outer-spin-button,
.number-without-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.number-without-arrows {
    -moz-appearance: textfield;
}
a.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
.card .py-2.card-header[data-toggle=collapse]::after {
    line-height: 41px;
}
.popover-body {
    color: #000000!important;
}</pre></body></html>