.bg-dark {
  background-color: #262626 !important;
  background-size: cover;
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.text-danger {
  color: #ff0000 !important;
}


code {
  font-size: 87.5%;
  color: #ff0000 !important;
  word-break: break-word;
}

.sidebar.toggled .nav-item .nav-link {
  text-align: center;
  padding: 0.5rem 1rem;
  width: 6.5rem;
}

.sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.8rem 1rem;
  width: 14rem;
}


.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.sidebar-divider-right {
  border-right: 1px solid #444 !important;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: .7;
  border-radius: 0.2rem;
}

.progress-circle {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-circle>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-circle .progress-circle-left {
  left: 0;
}

.progress-circle .progress-circle-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-circle .progress-circle-left .progress-circle-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-circle .progress-circle-right {
  right: 0;
}

.progress-circle .progress-circle-right .progress-circle-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-circle .progress-circle-value {
  position: absolute;
  top: 0;
  left: 0;
}



.progress-circle-xs {
  width: 75px;
  height: 75px;
  background: none;
  position: relative;
}

.progress-circle-xs::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-circle-xs>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-circle-xs .progress-circle-left-xs {
  left: 0;
}

.progress-circle-xs .progress-circle-bar-xs {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-circle-xs .progress-circle-left-xs .progress-circle-bar-xs {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-circle-xs .progress-circle-right-xs {
  right: 0;
}

.progress-circle-xs .progress-circle-right-xs .progress-circle-bar-xs {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-circle-xs .progress-circle-value-xs {
  position: absolute;
  top: 0;
  left: 0;
}