@charset "UTF-8";
/*!
 * Dashboard skeleton
 * Copyright Zdeněk Papučík
 * MIT License
*/
.nanobar .bar {
  background-color: #d2d2d2;
}

.text-silver {
  color: #adb5bd;
}
.text-purple {
  color: #6f42c1;
}
.text-pink {
  color: #d63384;
}
.text-orange {
  color: #fd7e14;
}
.text-teal {
  color: #20c997;
}

.navbar-nav-breadcrumb .nav-link {
  margin-right: 0.125rem;
  margin-left: 0.5rem;
}
.navbar-nav-breadcrumb li + li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f105";
  position: absolute;
  top: 1.25rem;
  font-size: 0.875rem;
  opacity: 0.2;
}

.content-box {
  padding: 1.25rem;
  border-radius: 0.375rem;
}
.half-size-img {
  width: 50%;
}
  @media (max-width: 768px) {
    .half-size-img {
    width: 75%;
  }
}
footer {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  text-align: center;
}

/*# sourceMappingURL=dashboard.css.map */
