.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.profile-sidebar {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu li {
  border-bottom: 1px solid #f1f1f1;
}
.sidebar-menu li:last-child {
  border-bottom: none;
}
.sidebar-menu a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 10px;
}
.sidebar-menu a:hover,
.sidebar-menu a.active {
  background-color: #70a558;
  color: white;
}
.sidebar-menu i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.form-section {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background-color: #fff;
  padding: 2rem;
}
.form-label::after {
  content: "*";
  color: red;
  margin-left: 2px;
}
.input-group-text {
  background-color: #f8f9fa;
  border-left: none;
  border-radius: 0 0.375rem 0.375rem 0;
}
.input-group .form-control {
  border-right: none;
}
.btn-secondary {
  background-color: #6c757d;
  color: #fff;
  border: none;
}
.btn-light {
  background-color: #f8f9fa;
  color: #000;
  border: 1px solid #dee2e6;
}

/* .row {
  display: flex;
  flex-direction: column;
} */
