.navbar-nav .nav-item {
  font-size: 18px;
  text-transform: uppercase;
  color: #175e54 !important;
  font-weight: bold;
}

.link-home {
  color: #175e54 !important;
}
.navbar-nav .linkNew {
  font-size: 15px;
  text-transform: uppercase;
  color: #175e54 !important;
  font-weight: bold;
}

html, body {
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif !important;
}

.shadow-all-sides {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
              0 -4px 6px rgba(0, 0, 0, 0.05),
              4px 0 6px rgba(0, 0, 0, 0.05),
              -4px 0 6px rgba(0, 0, 0, 0.05);
}

.breadcrumb-container {
  display: flex;
  font-family: sans-serif;
}


.breadcrumb-item {
  position: relative;
  background: linear-gradient(to right, #2196f3, #1e88e5);
  color: white;
  padding: 10px 25px 10px 45px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
  margin-right: -10px;
  z-index: 1;
}

.breadcrumb-item .bi-beaker{
  margin-right: 30px;
}

.breadcrumb-item.first {
  padding-left: 20px;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 2;
}

