.ESContainerVertical {
  display: flex;
  flex-direction: column;
}

.ESNavbar .p-menubar-start {
  display: flex;
}

.mb-2 {
  margin-bottom: 0.4rem;
}

.ESSidebar {
  background: #15489b;
  color: #fff;
}
.ESSidebar > .p-sidebar-content {
  padding-right: 0.4rem !important;
}
.ESSidebar .ESSidebarHeader.has-close-icon .ESSidebar-close-btn {
  color: #fff;
}
.ESSidebar .ESSidebarContent::-webkit-scrollbar,
.ESSidebar .ESMenu > .p-menu::-webkit-scrollbar {
  width: 0.6rem;
}
.ESSidebar .ESSidebarContent::-webkit-scrollbar-track,
.ESSidebar .ESMenu > .p-menu::-webkit-scrollbar-track {
  width: 0.2rem;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.6rem;
}
.ESSidebar .ESSidebarContent::-webkit-scrollbar-thumb,
.ESSidebar .ESMenu > .p-menu::-webkit-scrollbar-thumb {
  background-color: #0e264e;
  border-radius: 0.6rem;
}
.ESSidebar .ESSidebarContent {
  padding: 0;
}
.ESSidebar .ESSidebarContent > .sidebar-section {
  margin-bottom: 1rem;
}
.ESSidebar .ESSidebarContent > .sidebar-section:first-child .sidebar-section-title {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.ESSidebar .ESSidebarContent > .sidebar-section .sidebar-section-title {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1215686275);
  color: #c9c9c9;
}
.ESSidebar .ESSidebarContent > .sidebar-section .sidebar-section-links {
  display: flex;
  flex-direction: column;
}
.ESSidebar .ESSidebarContent > .sidebar-section .sidebar-section-links .ESLink {
  text-decoration: none !important;
  border-radius: 0.4rem;
}
.ESSidebar .ESSidebarContent > .sidebar-section .sidebar-section-links .ESLink button.p-button {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none !important;
}
.ESSidebar .ESSidebarContent > .sidebar-section .sidebar-section-links .ESLink button.p-button:focus {
  box-shadow: none;
}
.ESSidebar .ESSidebarContent > .sidebar-section .sidebar-section-links .ESLink button.p-button span.p-button-label {
  text-decoration: none;
}
.ESSidebar .ESSidebarContent > .sidebar-section .sidebar-section-links .ESLink:hover {
  background: rgba(0, 0, 0, 0.2392156863);
}

.component-doc-page-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e1e1e1;
}
.component-doc-page-header .title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  display: block;
}
.component-doc-page-header .description {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.doc-section {
  margin-bottom: 3rem;
}
.doc-section .doc-section-title {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
.doc-section .doc-section-title + .ESCard {
  margin-top: 1rem;
}
.doc-section .doc-section-description {
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.doc-section > .ESCard > .p-card {
  margin: 0;
  padding: 0;
}
.doc-section .ESAvatar {
  display: inline-block;
  margin-right: 0.5rem;
}
.doc-section .ESAvatarGroup {
  display: inline-flex;
}

.doc-section .p-tag {
  margin-right: 4px;
  margin-bottom: 4px;
}

.top-cards .amount {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: var(--primary-color);
}

.top-cards .percent {
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}

.top-scroll-page .ESMarkdown {
  max-height: 580px;
  overflow: auto;
}

.scroll-bottom-btn {
  right: 6rem;
}

.container-vertical-demo-page .auto-scroll.auto-scroll-bottom {
  max-height: 300px;
  overflow: auto;
}
.container-vertical-demo-page .auto-scroll.auto-scroll-bottom > span.ESText {
  display: block;
  margin: 40px 0;
}

.card-title-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-title-actions > .ESText {
  font-weight: 600;
  font-size: 1.3rem;
}

.technology-stack-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
  margin-top: 1rem;
}
.technology-stack-group > .ESContainerComponent {
  background: #efefef;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.4rem 0 0.8rem;
}
.technology-stack-group > .ESContainerComponent:hover {
  background: #d3d3d3;
}
.technology-stack-group > .ESContainerComponent > .ESLink {
  margin: 0 !important;
  background: transparent;
  color: inherit;
  border: none;
  width: auto;
  height: auto;
  padding: 0.4rem;
}
.technology-stack-group > .ESContainerComponent > .ESLink button {
  display: none;
}

.details-fields-group {
  margin-top: 0.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.details-fields-group > .ESField {
  margin: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.details-fields-group > .ESField:nth-of-type(7) {
  background-color: #ededed;
  align-self: stretch;
}
.details-fields-group > .ESField:nth-of-type(8) {
  background-color: #ededed;
  align-self: stretch;
}
.details-fields-group > .ESField:nth-of-type(9) {
  background-color: #ededed;
  align-self: stretch;
}
.details-fields-group > .ESField:nth-of-type(10) {
  background-color: #ededed;
  align-self: stretch;
}
.details-fields-group > .ESField:nth-of-type(11) {
  background-color: #ededed;
  align-self: stretch;
}
.details-fields-group > .ESField:nth-of-type(12) {
  background-color: #ededed;
  align-self: stretch;
}
.details-fields-group > .ESField:nth-of-type(13) {
  background-color: #ededed;
  align-self: stretch;
}
.details-fields-group > .ESField:nth-of-type(14) {
  background-color: #ededed;
  align-self: stretch;
}

.actual-state-fields-group {
  margin-top: 0.6rem;
}

.project-details-page-2 .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  padding-left: 2rem;
}
.project-details-page-2 .p-card.p-component {
  margin: 0;
}
.project-details-page-2 .ESAction {
  background: transparent;
  color: inherit;
  border: none;
  margin: 0 !important;
}

.technology-stack-card {
  padding-top: 1rem;
  height: 100%;
}
.technology-stack-card > .p-card.p-component {
  height: 100%;
}

.info-btn {
  margin-left: 0.4rem;
}

.project-details-page .ESAction,
.project-details-page .ESLink,
.project-details-page-2 .ESAction,
.project-details-page-2 .ESLink {
  pointer-events: none;
}

.ESToolbar.page-toolbar {
  position: sticky;
  padding: 0;
  top: 0;
  z-index: 100;
}
.ESToolbar.page-toolbar .p-toolbar.p-component {
  border: none;
  background: #2b63bd;
  border-radius: 0;
  padding: 0.5rem 2rem;
  color: #fff;
}

.ESPage {
  padding: 1.5rem;
}

.ESTooltip.p-confirm-popup.p-component {
  z-index: 1;
}

.ESAudioPlayer {
  display: inline-block;
}

.ESAvatar {
  display: inline-block;
}

.ESAvatarGroup {
  display: inline-block;
}

.ESBadge {
  display: inline-block;
}

.ESOverlayMenu {
  display: inline-block;
}

.ESSkeleton {
  display: inline-block;
}

.ESImage {
  display: inline-block;
}

.ESImageLink {
  display: inline-block;
}

.ESLinkAbs {
  display: inline-block;
}

.ESTag {
  display: inline-block;
}

.ESText {
  display: inline-block;
}

.ESTopScroll {
  display: inline-block;
}

.ESKnobInput {
  display: inline-block;
}

.release-notes {
  font-weight: bold;
}

/*# sourceMappingURL=css-overrides.css.map */
