body {
    background-color: #f2f2f7;
}
.navbar-menu {
    width: 250px;
    z-index: 1002;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
body.navbar-closed .navbar-menu, body.navbar-closed .navbar-menu-inner {
    width: 0;
}
.navbar-menu-inner {
    width: 250px;
    z-index: 1002;
    background: #1d262d;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    padding: 0 0 calc(70px + 72px) 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
}
.navbar-brand-box {
    padding: 25px 1.3rem;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #222c33;
}
#scrollbar {
    overflow: auto;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#scrollbar {
    overflow: auto;
}
#scrollbar::-webkit-scrollbar {
    width: 0.4em;
}
#scrollbar::-webkit-scrollbar-track {

}
#scrollbar::-webkit-scrollbar-thumb {
    background-color: #1d262d;
    border-radius: 5px;
}
#scrollbar:hover::-webkit-scrollbar-thumb, #scrollbar:focus::-webkit-scrollbar-thumb {
    background-color: #5c6f7c;
}
.main-content {
    position: relative;
    min-height: 100vh;
    min-height: var(--app-height);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 20px;
    padding-left: 24px;
}
body.navbar-closed .main-content {
    margin-left: 0px;
}
#navbar-toggler-btn {
    position: absolute;
    background: #1d262d;
    color: #fff;
    top: 50%;
    right: -16px;
    height: 64px;
    width: 16px;
    transform: translate(0px, -50%);
    cursor: pointer;
}
.navbar-toggler-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #747474;
}
#navbar-menu-list>li {
    padding: 0 20px;
}
#navbar-menu-list>li.active .navbar-icon {
    color: #039703;
}
#navbar-menu-list>li.active span a {
    color: #039703;
}
#navbar-menu-list li span {
    padding: 10px 0;
    flex: 1;
    display: flex;
    align-items: center;
}
.navbar-icon {
    font-size: 20px;
    min-width: 21px;
    margin-right: 14px;
    text-align: center;
    color: #b5b5b5;
}
#navbar-menu-list li span a {
    text-decoration: none;
    color: #b5b5b5;
    display: block;
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .main-content {
        margin-left: 250px;
    }
}
button {
    cursor: pointer;
    outline: 0 !important;
}
.click-label {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
input, textarea, select {
    outline: 0 !important;
}
select {
    padding: 3px;
}

.tabbed-pane {

}
.tabs-headers-wrapper {
    display: flex;
    gap: 6px;
    overflow-y: auto;
}
.tab-header {
    background-color: #4ea347;
    color: #f5f613;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-width: 110px;
    text-align: center;
}
.tab-header.active {
    background-color: #24611f;
}
.tabs-bodies-wrapper {

}
.tab-body {
    background: #fff;
    padding: 20px 10px;
    displaY: none;
}
ul.pagination {
    gap: 10px;
}
ul.pagination>li {
    font-size: 16px;
    display: inline-block;
    background: #9e9e9e;
}
ul.pagination>li.active {
    background: #4ea347 !important;
}
ul.pagination>li>a {
    color: #ffffff;
    display: block;
    padding: 3px 10px;
}
ul.pagination>li.active>a {
    color: #f5f613;
}

.btn-sm {
    padding: .25rem .9rem !important;
}
.btn-primary {
    background-color: #4ea347 !important;
    border-color: #4ea347 !important;
    color: #f5f613 !important;
    border-radius: 10px;
}
.btn-secondary {
    background-color: #f2faf1 !important;
    color: #4ea347 !important;
    border-radius: 10px;
    border-color: #4ea347 !important;
    box-shadow: none !important;
}

/* Bootstrap Modal */
.modal-content {
    border-radius: 0px !important;
}