html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #f8f0eb;
}

body>.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.navbar {
  background-color: #2b2b2b;
  padding: 0;
  margin-bottom: 2rem;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-nav .nav-item {
  border-right: 1px solid #ddd;
  padding: 0 20px 0 20px;
}

.navbar-nav .nav-item:last-child {
  border-right: none;
}

.nav-link {
  display: block;
  color: white;
  padding: 20px;
}

.nav-item:hover {
  background-color: #ffbb33;
}


#layout-footer {
  position: relative;
  margin-top: auto;
  background-color: #2b2b2b;
  color: white;
  text-align: center;
  padding: 1rem;
  width: 100%;
}

#layout-footer img {
  width: 20%;
}

#layout-content-card {
  border-radius: 0.75rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.breadcrumb-title.active {
  color: #f60;
}

.breadcrumb-title:not(:last-child)::after {
  content: '>';
  margin: 0 0.5rem 0 0.7rem;
}
