.navbar-brand {
  padding: 0.75rem 1rem;
  font-size: 1rem;
}
.navbar-expand-md {
  height: 60px;
}
div#navbarNav {
  position: absolute;
  line-height: 1;
  left: 130px;
  padding-top: 0;
  font-size: 14px;
}
#navbarNav ul.navbar-nav.mr-auto {
  width: 100%;
  display: block;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #fff !important;
}
.navbar-dark .navbar-brand i {
  color: #fff;
}
#navbarNav ul li.nav-item {
  position: relative;
  float: left;
  list-style: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.nav-link i {
  color: rgba(255, 255, 255, .5);
}
#navbarNav ul.navbar-nav.mr-auto {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 13px;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 13px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
#stats-chart{
  width: auto;
  height: 500px;
  position: relative;
}
#stats-chart:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 19px;
  bottom: 0px;
  left: 0;
  background: var(--bs-body-bg);
}
.box>.box-icon {
  border-radius: 2px 0 0 2px;
  display: block;
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  background: rgba(0,0,0,.2);
}
.box .box-content {
  padding: 14px 10px;
  margin-left: 65px;
}
.badge.empty, .box.empty {
  background-color: #D1D1D1 !important;
}
.box .box-content .box-number, .box .box-content .box-text, .box>.box-icon>i {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.badge.badge-level-all, .box.level-all {
  background-color: #8A8A8A;
}
.badge.badge-level-alert, .box.level-alert {
  background-color: #D32F2F;
}
.badge.badge-level-critical, .box.level-critical {
  background-color: #F44336;
}
.badge.badge-level-error, .box.level-error {
  background-color: #FF5722;
}
.badge.badge-level-emergency, .box.level-emergency {
  background-color: #B71C1C;
}
.badge.badge-level-warning, .box.level-warning {
  background-color: #FF9100;
}
.badge.badge-level-notice, .box.level-notice {
  background-color: #4CAF50;
}
.badge.badge-level-info, .box.level-info {
  background-color: #1976D2;
}
.badge.badge-level-debug, .box.level-debug {
  background-color: #90CAF9;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.badge.badge-env, .badge.badge-level-alert, .badge.badge-level-all, .badge.badge-level-critical, .badge.badge-level-debug, .badge.badge-level-emergency, .badge.badge-level-error, .badge.badge-level-info, .badge.badge-level-notice, .badge.badge-level-warning, .badge.empty {
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.badge {
  display: inline-block !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: baseline !important;
  border-radius: 0.325rem !important;
}
span.badge i {
  color: #fff;
  font-size: 13px;
  align-self: center;
  display: inline-flex;
}
.box .box-content .progress {
  background: rgba(0,0,0,.2);
}
.box .box-content .progress .progress-bar {
  background-color: #fff;
}
.progress .progress-bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.progress .progress-bar {
  font-size: 13px !important;
  line-height: 20px;
}
.box.empty {
  background: rgb(209 209 209) !important;
}
.box {
  display: block;
  padding: 0;
  min-height: 70px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  border-radius: 0.25rem;
}
.btn-group-sm>.btn, .btn-sm {
  padding: 6px 12px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0.4rem !important;
}
.btn i {
  padding-right: 0 !important;
  vertical-align: middle !important;
  line-height: 0 !important;
}
button#search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#search-btn > .fa-search {
  color: #fff !important;
  width: 50px;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  padding: 0.75rem 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ebedf2;
  border-image: initial;
}
.log-menu .list-group-item.disabled .level-name {
  color: #d1d1d1;
}
.log-menu .list-group-item.disabled .level-name i {
  color: #d1d1d1;
}
.log-menu .list-group-item.disabled {
  cursor: not-allowed;
}
.badge-env2{
  color: #646464 !important;
  text-shadow: 0 0 0 transparent !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
@media (min-width: 768px){
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}