body {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
    background-color: #161a25!important;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
.bg-dark {
    background-color: #161a25!important;
}
.navbar-dark.fixed-top {
    border-bottom: 1px solid #2a2e39;
}
.navbar-dark.fixed-bottom {
    border-top: 1px solid #2a2e39;
}
.dropdown-menu{
    background-color: #1e222d;
}
.nav-account {
    text-align: right;
    position: relative;
}
.nav-account::before{
    color:#ffc107;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    content: '\e068';
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 999;
}
.nav-account .nav-item {
    min-width: 160px;
    background-color: #2a2e39;
    border-radius: 4px;
}
.dropdown-menu .dropdown-item {
    color: rgba(255,255,255,.5);
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #2a2e39;
    color: #fff;
}
.dropdown-item {
    position: relative;
}
.dropdown-item.checked::before{
    color:#ffc107;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    content: '\f054';
    position: absolute;
    left: 10px;
    top: 6px;
}
.list-group-item {
    color: #b2b5be;
    border: none;
    background-color: transparent;
    padding: .35rem 1.25rem;
}
.list-group-item.active {
    background-color: #2a2e39;
    border-color: #2a2e39;
    color: #b2b5be;
    border-radius:inherit!important;
}
.list-group-item:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    text-decoration: none;
}
.list-group-item.active:hover {
    background-color: #2a2e39;
    border-color: #2a2e39;
    color: #fff;
    text-decoration: none;
}
.relative, .toggle-password {
    position: relative;
}
.toggle-password input {
    padding-right: 2.5em;
}
.toggle-password input+.bi-eye-fill {
    position: absolute;
    cursor: pointer;
    top: 42px;
    right: 12px;
    color: #80bdff;
}
.toggle-password input[type=password]+.bi-eye-fill {
    color: #ced4da;
}
.loading {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
}
.login {
    background-color: #eee;
}
.login .container {
    height: 100%;
    display: flex;
}
.login .card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    align-self: center;
}
.login .captcha {
    position: absolute;
    top: 36px;
    right: 8px;
    width: 105px;
    height: 30px;
    cursor: pointer;
}
.jumbotron {
    background-color: #161a25!important;
    border: 1px solid #2a2e39;
}
.card {
    background-color: #161a25!important;
    border-color: #2a2e39;
}
.card .card-title {
    height: 2.1rem;
    margin-bottom: 0.8rem;
    color: #fff;
}
.modal-content {
    background-color: #161a25!important;
}
.modal-content .modal-header {
    border-bottom: 1px solid #2a2e39;
    color: #fff;
}
.modal-content .modal-footer {
    border-top: 1px solid #2a2e39;
}
.modal-content .close {
    color: #fff;
}
.tbody .tr:first-child .th+.td{
    border-top: 1px solid #2a2e39;
}
.table {
    display: table;
    font-size: 0.85rem;
    color: #fff;
}
.table+.tfoot {
    border: 1px solid #2a2e39;
    border-top: 0;
    text-align: center;
    padding: 0.35rem;
    margin-bottom: 1rem;
    color: #fff;
}
.table .thead {
    display: table-header-group;
}
.table .tbody {
    display: table-row-group;
}
.table .tr {
    display: table-row;
}
.table .th,.table .td {
    display: table-cell;
    padding: 0.35rem 0.75rem;
    color: #fff;
    border-left: 1px solid #2a2e39;
    border-bottom: 1px solid #2a2e39;
}
.table .th {
    font-weight: bold;
    border-top: 1px solid #2a2e39;
    background-color: #2a2e39;
    color:#b2b5be;
}
.table .th:last-child {
    border-right: 1px solid #2a2e39;
}
.table .td:last-child {
    border-right: 1px solid #2a2e39;
}
.table .tbody .tr .th{
    background-color: #161a25;
    border-top: none!important;
    border-bottom: 1px solid #2a2e39;
}
.table .tbody .tr:first-child .th{
    border-top: 1px solid #2a2e39!important;
}
.table .tbody .tr:hover{
    background-color: #1E2329;
}
.table .td .btn-sm {
    padding: .05rem .5rem;
}
.table.sortable .thead .th.sortable-item {
    cursor: pointer;
}
.table .th.action-1 {
    width: 6rem;
}
.table .th.action-2 {
    width: 10rem;
}
.table .th.action-3 {
    width: 14rem;
}
.table .th.action-4 {
    width: 18rem;
}
.input-group-append .btn{
    color: #fff;
    border-color: #2a2e39;
    background-color: #2a2e39;
}
.input-group-append .btn:hover{
    border-color: #6c757d;
    background-color: #6c757d;
}
.text-green {
    color: #0ecb81!important;
}
.text-red {
    color: #f6465d!important;
}
.text-teal {
    color: #00897b!important;
}
.text-yellow {
    color: #ffeb3b!important;
}
.text-purple {
    color: #9c27b0!important;
}
.text-fuchsia {
    color: #e040fb!important;
}
.text-aqua {
    color: #00bcd4!important;
}
.jumbotron.error {
    position: relative;
}
.jumbotron.error .icon {
    font-size: 6rem;
}
.card.service {
    background-color: #1e2130!important;
}
.card.service .card-body {
    padding: 1rem;
}
.card.service .card-title {
    display: flex;
    height: auto;
    color: #a0a8b7;
}
.card.service .card-title .title {
    margin-top: 2px;
}
.card.service .card-title .h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.card.service .icon {
    height: 3.5rem;
    width: 3.5rem;
    font-size: 2rem;
    border: 2px solid #2a2e39;
    border-radius: .45rem;
    margin-right: 1rem;
    padding-left: .5rem;
    padding-top: .25rem;
    color: #6c757d;
}
.card.service hr {
    border-color: #2a2e39;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.card.service .card-text {
    font-size: 0.85rem;
    margin-top: .35rem;
    color:#3a3e59;
}
.pagger {
    height: 2.75rem;
}
.pagger .page-item .page-link,.pagger .page-item.disabled .page-link {
    background-color: #2a2e39;
    border-color: #2a2e39;
    color: #b2b5be;
}
.pagger .page-item .page-link:hover,.pagger .page-item.disabled .page-link:hover {
    color: #fff;
}
.pagger .page-item.active .page-link {
    box-shadow:  0 0 0.2rem rgb(178 181 190 / 25%);
    color: #fff;
}
.form blockquote {
    border: 1px solid #eee;
}
.form .title {
    margin: 0;
    padding: 0.5rem 1rem;
    background: #eee;
}
.form-group label,.form .col label {
    color: #b2b5be;
}
.form-group .form-control,.form .col .form-control {
    background-color: #161a25;
    border: 1px solid #2a2e39;
    color: #fff;
}
.form-control:disabled, .form-control[readonly], .form .col:disabled, .form .col[read-only] {
    color: #b2b5be;
}
.nav-param {
    border-bottom: none;
    margin-bottom: -1px;
}
.nav-param .nav-title {
    margin-top: .5rem;
    margin-left: 1rem;
    color: #00897b;
}
.nav-param .nav-link {
    border: 1px solid #2a2e39;
    border-bottom: none;
    background-color: #161a25;
    outline: none;
    border-radius: 0;
    color: #b2b5be;
}
.nav-param .nav-link.active {
    background-color: #2a2e39;
    border-color: #2a2e39;
    color: #fff;
}
.nav-param .nav-link:hover {
    border-color: #2a2e39;
    color: #fff;
}
.nav-param .nav-link.active {
    border-bottom: 2px solid #ec775c;
}
.nav-param+.tab-content{
    padding: 1rem;
    border: 1px solid #2a2e39;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: inherit;
        right: 0;
    }
    .nav-account {
        margin-right: 1.5rem;
    }
    .jumbotron.error .icon {
        position: absolute;
        top: 6rem;
        left: 10rem;
    }
}
@media screen and (max-width: 768px) {
    .md-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .table, .table .tbody, .table .thead, .table .tr {
        display: block;
    }
    .table .th, .table .td {
        display: block;
        position: relative;
        border-left: 0;
        border-bottom: 0;
        margin-left: 10rem;
        text-align: right;
        height: 1.8rem;
        padding: 0.2rem 0.75rem;
    }
    .table .tbody .tr .th{
        display: none;
    }
    .table .tbody .td{
        border: none!important;
    }
    .table .thead {
        display: none;
    }
    .table .tbody .td:before {
        display: block;
        position: absolute;
        left: -10rem;
        top: 0.3rem;
        color: #b2b5be;
        font-weight: normal;
        content: attr(data-title);
    }
    .table .tbody .td:last-child {
        border-right: 0;
    }
    .table .tbody .tr {
        border-top: 1px dashed #ccc;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }
    .table .tbody .tr:first-child {
        border-top: none;
        margin-top: 0;
    }
    .table .tbody .tr:hover {
        background-color: inherit;
    }
    .table+.tfoot {
        border-top: 1px solid #2a2e39;
    }
}