body {
  --color-sf-bg-secondary-alt: #ffffff !important;
  --color-sf-utility-content-bg-color-selected: #f2f4f7 !important;
--brand-50: #f5f5f5 !important;
}

.app-header-container {
  border-bottom: 0 !important;
  background: #e2efff !important;
}

.search-container {
  background: #e2efff !important;
  background: linear-gradient(to bottom, #e2efff 0%, #ffffff 100%) !important;
}

#enhanced-search-container,
#kb-search-container {
  border: 1px solid silver !important;
}

.kb-list-content .search-container {
  box-shadow: none !important;
  color: var(--color-sf-text-primary);
}

.kb-list-content .center-content {
  padding-top: 20px !important;
}

.article-detail-container .article-detail-sidebar-container .sidebar-container .list-sidebar .e-active {
  border: 1px solid #B0C4DE !important;
}

.kb-list-content .category-container .category-list .card-anchor-tag {
  border: 1px solid #B0C4DE !important;
  background-color: #f7fbff !important;
}

.kb-list-content .category-container .category-list .card-anchor-tag .category-item .category-image-bg {
  background-color: none !important;
  border: none !important;
}

.app-root {
  background: linear-gradient(to bottom, #e2efff 0px, #ffffff 100px, #ffffff 100%) !important;
}

.article-list-view-container {
  background: linear-gradient(to bottom, #e2efff 0px, #ffffff 100px, #ffffff 100%) !important;
}

.article-detail-container {
  background: linear-gradient(to bottom, #e2efff 0px, #ffffff 100px, #ffffff 100%) !important;
}

.article-detail-container .article-detail-sidebar-container #article-list-sidebar {
  background: transparent !important;
}

#createTicketForm {
  background: linear-gradient(to bottom, #e2efff 0px, #ffffff 100px, #ffffff 100%) !important;
}

.ticket-detail-container .ticket-header-container {
  background-color: transparent !important;
}

.ticket-detail-container .body-container {
  background: linear-gradient(to bottom, #e2efff 0px, #ffffff 100px, #ffffff 100%) !important;
}

#list-sidebar-container {
  background: linear-gradient(to bottom, #e2efff 0px, #ffffff 100px, #ffffff 100%) !important;
}

.article-list-container .list-sidebar-parent-container .article-list-sidebar-container .sidebar-section .e-treeview .e-list-parent .e-list-item.e-active>.e-fullrow {
  background-color: #f2f4f7 !important;
  border: 1px solid silver !important;
}

.e-pager .e-currentitem,
.e-pager .e-currentitem:hover {
  background-color: #f2f4f7 !important;
}

.ticket-list-container {
  background-color: transparent !important;
}

#a-ipsdi {
  color: #222;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#a-url {
  color: #009383;
  text-decoration: underline;
  text-underline-offset: 4px;
}

h1.article-title {
font-size:30px !important;
}

h2.kb-header-element {
font-size:26px !important;
}

h3.kb-header-element {
font-size: 22px !important;
}