/* Bootstrap Extended CSS */
/* Additional Bootstrap utilities and components */

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-bottom: 1px solid #d8d6de;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-item {
  margin-right: 0.5rem;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #6e6b7b;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--bs-primary);
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #6e6b7b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d8d6de;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #6e6b7b;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.footer {
  padding: 1rem 0;
  margin-top: auto;
  color: #6e6b7b;
  text-align: center;
  background-color: #f8f9fa;
  border-top: 1px solid #d8d6de;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 260px;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #d8d6de;
  overflow-y: auto;
}

.content-wrapper {
  margin-left: 260px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  padding: 2rem;
}

.content-header {
  margin-bottom: 2rem;
}

.content-header-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #5e5873;
  margin: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb-item a {
  color: var(--bs-primary);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: var(--bs-primary);
  text-decoration: none;
}

.navbar-brand:hover {
  color: #5a52d5;
  text-decoration: none;
}

.brand-logo {
  display: inline-block;
  margin-right: 0.5rem;
}

.brand-text {
  display: inline-block;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5e5873;
}

.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation li {
  margin: 0;
}

.navigation a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  color: #6e6b7b;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.navigation a:hover,
.navigation .active a {
  color: var(--bs-primary);
  background-color: rgba(115, 103, 240, 0.12);
  border-left-color: var(--bs-primary);
}

.navigation i {
  margin-right: 0.75rem;
  width: 1rem;
  text-align: center;
}

.menu-title {
  font-weight: 500;
  padding-left: 10px;
}

.header-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 260px;
  z-index: 1020;
  background-color: #fff;
  border-bottom: 1px solid #d8d6de;
  padding: 0.5rem 1rem;
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookmark-wrapper {
  display: flex;
  align-items: center;
}

.user-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.user-name {
  font-weight: 600;
  color: #5e5873;
  margin: 0;
}

.user-status {
  font-size: 0.875rem;
  color: #6e6b7b;
}

.avatar-status-online {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: var(--bs-success);
  border: 2px solid #fff;
  border-radius: 50%;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1025;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.drag-target {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1026;
  width: 20px;
  height: 100vh;
  display: none;
}

@media (max-width: 991.98px) {
  .main-menu {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  
  .main-menu.show {
    transform: translateX(0);
  }
  
  .content-wrapper {
    margin-left: 0;
  }
  
  .header-navbar {
    left: 0;
  }
  
  .sidenav-overlay.show {
    display: block;
  }
} 