h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10px
}

h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600
}

/* 防止全屏模式下右滑出现白板 */
html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wrapper {
    overflow-x: hidden !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 文字颜色 */
body {
    font-family: PingFang SC, PingFang SC;
    font-size: 12px;
    color: #676a6c;
    overflow-x: hidden
}

.fixed-sidebar #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #F7F7F7
}

body.canvas-menu .navbar-static-side,
body.fixed-sidebar .navbar-static-side {
    margin: 10px;
    position: fixed;
    width: 220px;
    z-index: 2001;
    height: 98%;
    background: #EDF0FD;
    /* 圆角 */
    border-radius: 24px 24px 24px 24px;
}

.top-navbar {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 0 20px;
}


.navbar-header button {
    border: none;
    cursor: pointer;
    color: #676a6c;
    background-color: white;
    font-size: 18px;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top_nav_fa {
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #676a6c;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dropdown-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-size: 12px;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    line-height: normal;
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 65px;
}

body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span,
body.mini-navbar .profile-element {
    display: none
}

body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span,
body.mini-navbar .profile-element {
    display: none
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
    display: none
}

.fixed-sidebar.mini-navbar .nav li>.nav-second-level {
    display: none
}

.nav-second-level li a {
    width: 220px;
    padding: 7px 15px 7px 10px;
    padding-left: 52px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #848893;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    /* 文字靠左 图标靠右边 */
}

.nav-link .nav-icon {
    /* 靠右 */
    margin-left: auto;
}

.navbar-nav .meunu.active .nav-link,
.navbar-nav .meunu.active .nav-link:hover,
.navbar-nav .meunu.active .nav-link.active,
.navbar-nav .meunu.active .nav-link:focus .navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
    color: #5A84F7;
}


.navbar-nav .J_menuItem {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.navbar-nav .J_menuItem:hover,
.navbar-nav .J_menuItem.active,
.navbar-nav .J_menuItem:focus {
    background: rgba(90, 132, 247, 0.1);
    color: #5A84F7;
}

.navbar-default .nav-header {
    padding: 10px;
    align-items: center;
}

.navbar-default .sidebar-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-default .profile-element {
    margin: 10px 0;
    color: #2f4050;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-toggle img {
    width: 60px;
    height: 60px;
    /* 圆形 */
    border-radius: 50%;
}

.navbar-default .sidebar-username {
    margin: 5px;
    color: #2f4050;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-default .sidebar-role {
    color: #2f4050;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-collapse .nav>li.active {
    border-left: 4px solid #5A84F7;
    background: rgba(90, 132, 247, 0.1);
}

.sidebar-collapse .nav>li.active>a {
    color: #5A84F7;
}

.pace-done #page-wrapper,
.pace-done .footer,
.pace-done .nav-header,
.pace-done .navbar-static-side,
.pace-done li.active {
    -webkit-transition: all .5s;
    transition: all .5s
}

#page-wrapper {
    padding: 0 0px;
    position: inherit;
    margin: 0 0 0 240px;
}

.content-tabs {
    font-size: 14px;
    border: 1px solid #E7EFE7;
    /* 下面的盒子线隐藏 */
    border-bottom: 0;
    position: relative;
    height: 42px;
    background: #fff;
    line-height: 40px;
    margin: 10px;
    border-radius: 16px 16px 16px 16px;
}

.content-tabs .roll-nav,
.page-tabs-list {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #999;
    background: #fff;
    z-index: 2;
    top: 0
}

.content-tabs .J_tabLeft {
    border-radius: 16px 0px 0px 16px;
}

.content-tabs .J_tabRight {
    right: 0px;
    border-radius: 0px 16px 16px 0px;
}


.content-tabs .navbar-right {
    right: 110px;
}


.roll-right.btn-group {
    right: 60px;
    width: 80px;
    padding: 0;
    border-radius: 16px 16px 16px 16px;
}

.content-tabs button {
    background: #EDEDED;
    border: 0;
    height: 40px;
    width: 35px;
    outline: 0
}

.content-tabs button:hover {
    color: #5A84F7
}

nav.page-tabs {
    margin-left: 40px;
    width: 100000px;
    height: 40px;
    overflow: hidden
}

nav.page-tabs .page-tabs-content {
    float: left
}

.page-tabs a {
    display: block;
    float: left;
    padding: 0 15px
}

.page-tabs a i:hover {
    color: #c00
}

.content-tabs .roll-nav:hover,
.page-tabs a:hover {
    color: #5A84F7;
    background: #f2f2f2;
    cursor: pointer
}

.page-tabs a.active {
    color: #5A84F7;
}

.page-tabs a.active::before {
    left: 50%;
    width: 32px;
    height: 2px;
    border-radius: 4px;
    background-color: #5A84F7;
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
}

.page-tabs a.active i:hover,
.page-tabs a.active:hover {
    color: #5A84F7;
}

.J_menuTab {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

#content-main {
    height: calc(97% - 100px);
    overflow: hidden;
    margin: 10px;
    border: 1px solid #E7EFE7;
    /* 上面的盒子线隐藏 */
    border-top: 0;
    border-radius: 16px 16px 16px 16px;
}

.wrapper-content {
    margin: 0 20px;
}

body,
body.full-height-layout #page-wrapper,
body.full-height-layout #wrapper,
html {
    height: 100%;
}

.J_iframe {
    background: #fff;
}

.gray-bg {
    height: 97%;
}

.btn-primary {
    background-color: #5A84F7;
    border-color: #5A84F7;
    color: #FFF
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    background-color: #7696ee;
    border-color: #7696ee;
    color: #FFF
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #7696ee;
    border-color: #7696ee;
    color: #FFF
}

.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #7696ee;
    border-color: #7696ee;
    color: #FFF
}

.btn-danger {
    background-color: #FC6767;
    border-color: #FC6767;
    color: #FFF
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    background-color: #f17777;
    border-color: #f17777;
    color: #FFF
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.active[disabled],
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #e08686;
    border-color: #e08686
}

.btn-warning {
    color: #FFF
}

.btn-group .btn-warning.active,
.btn-warning:active,
.btn-group .btn-warning:focus,
.btn-group .btn-warning:hover,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #FFF
}

.btn-warning.active[disabled],
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    color: #FFF
}


.btn-info {
    color: #FFF
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #FFF
}


/* 表格表头样式 */
.table>thead>tr>th {
    border-bottom: 1px solid #E7EFE7;
    color: #999999;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    /* 上下居中 */
    vertical-align: middle;
    border: 1px solid #F4F6FF;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    background-color: #F4F6FF;
}

.table-scroll #fullscreenBtn {
    display: none;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow: visible;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper,
body.mini-navbar #page-wrapper {
    margin: 0 0 0 75px !important;
}

.input-group-text {
    /* 去掉文字下划线 */
    text-decoration: none;
}

.page-last-separator .page-link {
    color: rgba(33, 37, 41, 0.75);
    background-color: #F6F9F4;
    border-color: #dee2e6;
}

.modal-body body {
    background-color: #fff;
}

.modal-content {
    background-color: #fff;
}

.alert-info {
    --bs-alert-color: #087990;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #9eeaf9;
    --bs-alert-link-color: #087990;
}

body.fixed-sidebar.mini-navbar .navbar-static-side .sidebar-toggle img {
    width: 45px;
    height: 45px;
}

body.fixed-sidebar.mini-navbar .navbar-static-side .nav-icon {
    display: none;
}

@media (max-width: 768px) {
    .nav-icon {
        display: none;
    }

    .sidebar-toggle img {
        width: 45px;
        height: 45px;
    }

    .navbar-right .nav_message {
        display: none;
    }


    .content-tabs .navbar-right {
        right: 65px;
    }

    .table-scroll #fullscreenBtn {
        display: block;
    }

    body.fixed-sidebar.mini-navbar .navbar-static-side {
        width: 60px;
    }

    .profile-element {
        display: none;
    }

    #content-main {
        height: calc(94% - 80px) !important;
        margin: 10px 10px 10px 10px !important;
        border-top: 0;
    }
}


.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
    border: 1px solid #E7EFE7 !important;
}

.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 0.5px solid #dee2e6;
}

.ibox-content {
    clear: both;
    background-color: #fff;
    color: inherit;
    padding: 15px 20px 20px;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
}

.float-e-margins .ibox-content {
    padding: 10px 0;
}

.form-control,
.single-line {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    -webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}

.input-group-text {
    font-size: 14px;
    color: #676A6C;
}

/* 去掉按钮下划线 */
.btn-link {
    text-decoration: none !important;
}

.btn-xs {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.search_reset {
    width: 70px;
    background-color: #DBDBDB;
    border-color: #DBDBDB;
    color: #666666
}

.search_submit {
    width: 80px;
}

.form-search {
    margin-bottom: var(--bs-gutter-y);
}

.form-search .input-group-text {
    background-color: #D7DDF7;
    border-color: #D7DDF7;
    min-width: 80px;
    font-size: 12px;
    /* 左右居中 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-search .form-control {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.form-search .form-select {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.bootstrap-table.bootstrap5 .columns {
    float: none;
}

.bootstrap-table .fixed-table-toolbar .columns button {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    color: #666666;
    float: none;
}

.bootstrap-table .fixed-table-toolbar .search {
    margin-left: 5px;
    float: left;
}

.bootstrap-table .fixed-table-toolbar .search input {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.float-e-margins .btn {
    margin-bottom: 2px;
}

.btn-link {
    color: inherit;
}

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
    color: #5A84F7;
    text-decoration: none
}

.btn-link.active[disabled],
.btn-link.disabled,
.btn-link.disabled.active,
.btn-link.disabled:active,
.btn-link.disabled:focus,
.btn-link.disabled:hover,
.btn-link[disabled],
.btn-link[disabled]:active,
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link.active,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #cacaca
}

.page-list button {
    background-color: #5A84F7;
    border: 1px solid #5A84F7;
}

.page-list button:hover {
    background-color: #7193f0;
    border: 1px solid #7193f0;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active {
    background-color: #5A84F7;
    border: 1px solid #5A84F7;
    color: #FFF;
}



.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #7596f0;
    color: #FFF;
    border-color: #DDD;
    cursor: default;
    z-index: 2
}

.pagination>li:hover,
.pagination>li>a:hover {
    background-color: #7596f0;
    color: #FFF;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #FFF;
    border: 1px solid #E7EFE7;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}

.modal-content .input-group-text {
    color: #666666;
    border-radius: .375rem .375rem 0 0;
}

.modal-content .modal-header {
    background-color: #F4F6FF;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E7EFE7;
    color: #676A6C;
}

.modal-content-box {
    display: flex;
    align-items: center;
}

.modal-content .modal-header h5 {
    margin-top: 0;
    color: #676A6C;
}

.modal-header .btn-close {
    font-size: 12px;
    padding: 0 0 0 8px;
    margin: 0;
    color: #676A6C;
    filter: none
}

.modal-header .fullscreenBtn {
    padding: 0 8px;
    font-size: 14px;
}

.form-control-xs {
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

/* 上传图片开始 */
/* 旋转按钮样式 */
.pop_rotate-btn {
    position: absolute;
    bottom: 60px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    z-index: 10000;
}

#pop_rotate-left {
    left: calc(50% - 80px);
}

#pop_rotate-right {
    left: calc(50% + 20px);
}

/* 上一张和下一张按钮样式 */
#pop_prev-img,
#pop_next-img {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

#pop_prev-img {
    left: 20px;
}

#pop_next-img {
    right: 20px;
}

#pop_prev-img:hover,
#pop_next-img:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* 图片计数显示 */
.pop_img-counter {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    z-index: 10000;
}

.pic-del-btn {
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    border-radius: 50%;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    margin: 5px auto 0;
    display: none;
}

/* 优化的删除按钮样式 - 位于图片正下方居中 */
.remove-this {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    display: block;
    margin: 5px auto 0;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 2;
}

.remove-this:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #ff5252, #ff1744);
}

.remove-this:active {
    transform: scale(0.95);
}

/* 文件项样式优化 - 适应删除按钮在下方居中 */
.file-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
    transition: all 0.3s ease;
}

.file-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.remove-this:hover {
    background: linear-gradient(135deg, #ee5253, #ff6b6b);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

/* 上传图片结束 */

.long-tr th {
    text-align: center
}

.long-td td {
    text-align: center
}

.buttom_class_style {
    width: 100%;
    text-align: center;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -5px;
    z-index: 1000;
    box-shadow: 2px 2px 5px #bbb;
    background: #fff;
    padding-top: 10px;
}

.button_class_height {
    height: 50px;
}

/* 返回首页按钮样式 */
.gohome {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 100
}

.gohome a {
    height: 38px;
    width: 38px;
    display: block;
    background: #2f4050;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    opacity: .5
}

.gohome a:hover {
    opacity: 1
}


/* 隐藏下拉菜单滚动条但保持滚动功能 */
.slimScrollDiv,
.navbar-default.navbar-static-side {
    height: 100vh !important;
    overflow: hidden !important;
}

.navbar-static-side .sidebar-collapse {
    height: 98vh !important;
    overflow-y: auto !important;
    max-height: none !important;
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    /* IE and Edge */
}

/* 隐藏WebKit浏览器的滚动条 */
.navbar-static-side .sidebar-collapse::-webkit-scrollbar,
.navbar-static-side .sidebar-collapse .nav-second-level::-webkit-scrollbar,
.navbar-static-side .sidebar-collapse .nav-third-level::-webkit-scrollbar {
    display: none !important;
}

.slimScrollBar {
    display: none !important;
}