.navbar {
    background: #286454 !important;
}

#loader {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Chrome scrollbar custom start */

::-webkit-scrollbar-track {
    /* background-color: #d6d6d6; */
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: grey;
}

::-webkit-scrollbar-thumb:hover {
    background: #5f5f5f;
}

/* Chrome scrollbar custom end */
/* Firefox scrollbar custom start */
.overflow-auto,
.wrapper,
html {
    scrollbar-color: grey transparent;
}

/* Firefox scrollbar custom end */

.sidebar-nav-app {
    background: #f7901e;
}

.sidebar-nav-app .app-api-sidebar.nav-pills .nav-link {
    color: #f7901e;
    border-bottom: 1px solid #f7901e;
    background-color: #f5f1f1;
}

.sidebar-nav-app .app-api-sidebar.nav-pills .nav-link.active,
.sidebar-nav-app .app-api-sidebar.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f7901e !important;
}

.sidebar-nav-app .app-api-sidebar.nav-pills .nav-link:hover,
.sidebar-nav-app .app-api-sidebar.nav-pills .nav-link:focus,
.sidebar-nav-app .app-api-sidebar.nav-pills .nav-link::selection {
    color: #fff;
    background-color: #f7901e;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item {
    color: #858585;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item:before {
    background: #f7901e;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item.active {
    color: #f7901e;
    background: #f1eeff !important;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item.active::after {
    background: #f7901e;
}

.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item.active,
.sidebar-nav-app .app-api-sidebar.nav ul li a.sub-item:hover {
    background: #e8e4ff !important;
}

.error_body_content {
    /* background: orange; */
}

.wysiwyg h1 {
    border-left: 3px solid #f7901e;
}

#copyButton {
    color: #f7901e;
}

.btn-danger {
    color: #fff !important;
    background-color: #f7901e !important;
    border-color: #f7901e !important;
}

.btn-login {
    color: #fff !important;
    background-color: #f7901e !important;
    border-color: #f7901e !important;
}

.btn-login:hover,
.btn-login:focus,
.btn-login::selection {
    color: #fff !important;
    background-color: #e17800 !important;
    border-color: #e17800 !important;
}
