/* Custom CSS for documentation page */

/* Header */
.custom-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.custom-header .app-container {
  justify-content: space-between;
}

.custom-header .header-left {
  display: flex;
  align-items: center;
}

.custom-header .header-right {
  display: flex;
  align-items: center;
}

.custom-header .search-input {
  width: 300px;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
}

.custom-header .login-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: 500;
}

/* Sidebar */

.custom-sidebar {
  background-color: #f8f9fa;
  border-right: 1px solid #e0e0e0;
}

.custom-sidebar .app-sidebar-header {
  display: none;
}

.custom-sidebar .menu-title {
  color: #3f4254;
  font-weight: 500;
}

.custom-sidebar .menu-item .menu-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.custom-sidebar .menu-item.active > .menu-link .menu-title {
  color: #007bff;
}

.custom-sidebar .menu-sub-accordion {
  background-color: #f8f9fa;
}

.custom-sidebar .menu-sub-accordion .menu-item .menu-link {
  padding-left: 30px;
}

.custom-sidebar .bullet-dot {
  display: none;
}

.sidebar-search-container {
  padding: 20px;
}

.documentation-link {
  display: block;
  padding: 20px 20px 0 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3f4254;
}
