body {
    background-color: #fff;
}
.app-header-fixed .app-header {
    border-bottom: 1px solid #ccc;
}

.search-panel {
    background-color: #F0F3F5;
    padding: 10px;
}
.search-panel table {
    width: 100%;
}
.search-panel table th, .search-panel table td {
    padding: 8px;
}
.search-panel table th, .search-panel table td span {
    color: #707F89;
}
.search-panel table th {
    text-align: right;
}
.search-panel table td .form-control {
    width: auto;
    display: inline-block;
}
.btn-reset, .btn-reset:hover {
    border: 1px solid #98A6B5;
    color: #004BB1;
}
.btn-reset:hover {
    background-color: #D6DCDF;
}
.index-table thead th {
    background-color: #E5E5E5;
}
.index-table tbody td {
    background-color: #FAFAFA;
}
.index-table tbody td:first-child {
    border-left-width: 1px;
}
.index-table tbody td:last-child {
    border-right-width: 1px;
}

.app-sidebar, .app-sidebar-bg {
    background: transparent;
}
.app-sidebar .menu .menu-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.app-sidebar .menu .menu-item .menu-link {
    color: #004BB1;
    font-weight: bold;
    font-size: 1rem;
    padding: 12px 20px;
}
.app-sidebar .menu .menu-item.active > .menu-link,
.app-sidebar .menu .menu-item .menu-link:hover {
    background: #004BB1;
    color: #fff;
}
.app-sidebar .menu .menu-arrow-right {
    display: block;
    width: 20px;
    text-align: center;
    font-size: 0.6875rem;
    border: none;
    font-family: Font Awesome\ 6 Free, Font Awesome\ 6 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-left: auto;
}
.app-sidebar .menu .menu-arrow-right:before {
    content: "\f061";
    display: block;
    text-align: center;
    opacity: 0.5;
    transition: all 0.2s linear;
}