/* customizable-summaries.css */
.s-AggregatesPopup {
  background-color: powderblue;
  border: 1px solid gray;
  padding: 2px;
  display: inline-block;
  min-width: 100px;
  box-shadow: var(--s-modal-shadow);
  z-index: 99999;
}
.s-AggregatesPopup li {
  padding: 4px 4px 4px 14px;
  list-style: none;
  cursor: pointer;
}
.s-AggregatesPopup li.active {
  font-weight: bold;
}
.s-AggregatesPopup li:hover {
  background-color: white;
}

/* entity-grid-dialog.css */
.s-GridWithDialog .s-GridDialogPane {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  outline: 0;
  overflow: hidden;
  padding: 0 1rem;
  background-color: var(--s-card-bg);
}
.s-GridWithDialog:not(.dialog-open) .panel-titlebar {
  display: none;
}
.s-GridWithDialog:not(.dialog-open) .dialog-button-separator {
  display: none;
}
.s-GridWithDialog:not(.dialog-open) .s-GridDialogPane {
  display: none;
}
.s-GridWithDialog.dialog-open .slick-pane-left {
  width: 50% !important;
}
@media (max-width: 767px) {
  .s-GridWithDialog.dialog-open .slick-pane-left {
    display: none !important;
  }
  .s-GridWithDialog.dialog-open .quick-filters-bar {
    display: none;
  }
  .s-GridWithDialog.dialog-open .s-QuickSearchBar {
    display: none;
  }
  .s-GridWithDialog.dialog-open .s-GridDialogPane {
    width: 100% !important;
    height: auto !important;
    position: initial !important;
    border-left: none;
  }
  .s-GridWithDialog.dialog-open .add-button,
  .s-GridWithDialog.dialog-open .column-picker-button,
  .s-GridWithDialog.dialog-open .refresh-button,
  .s-GridWithDialog.dialog-open .dialog-button-separator {
    display: none !important;
  }
  .s-GridWithDialog.dialog-open .grid-title {
    display: none;
  }
  .s-GridWithDialog.dialog-open .s-SlickPager {
    display: none !important;
  }
}

/* header-filters.css */
.s-header-filter-button {
  cursor: pointer;
  opacity: 0.3;
  font-size: 15px;
}
.s-header-filter-button::before {
  font-family: var(--s-icon-font);
  font-weight: var(--s-icon-solid);
  content: "\f0b0";
  color: var(--s-header-text);
  line-height: 1;
}
.s-header-filter-button.is-filtered {
  opacity: 1;
  color: var(--s-sidebar-icon-active);
}
.s-header-filter-menu {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  border: 1px solid var(--s-card-border);
  border-radius: 4px;
  box-shadow: var(--s-modal-shadow);
  min-width: 250px;
  padding: 8px;
  z-index: 100000;
  cursor: default;
  display: flex;
  flex-direction: column;
  position: absolute;
}
.s-header-filter-menu input.input {
  width: 100%;
  padding: 2px 6px;
  font-size: 0.9em;
}
.s-header-filter-menu label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.s-header-filter-menu input[type=checkbox] {
  margin-right: 4px;
  cursor: pointer;
}
.s-header-filter-menu label a {
  text-decoration: none;
  cursor: pointer;
}
.s-header-filter-menu .buttons {
  display: flex;
  justify-content: space-between;
}
.s-header-filter-menu button {
  width: 32%;
}
.s-header-filter-menu .filter {
  font-size: 0.9em;
  height: 300px;
  margin: 8px 0;
  border: 1px solid var(--s-card-border);
  padding: 8px;
  border-radius: 4px;
  overflow-y: scroll;
  white-space: nowrap;
  font-family: var(--s-tabular-font);
}
.s-header-filter-item {
  border: 1px solid transparent;
  padding: 2px 4px;
  cursor: pointer;
  list-style: none outside none;
  margin: 0;
}
.s-header-filter-icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
.s-header-filter-content {
  display: inline-block;
  vertical-align: middle;
}
.s-header-filter-item:hover {
  border-color: #BFBDBD;
}

/* wizard.css */
.wizard-horz {
  border: var(--s-card-border);
  box-shadow: var(--s-card-shadow);
  border-radius: 4px;
  position: relative;
  min-height: 48px;
}
.wizard-horz .wizard-grid {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.wizard-horz .tab-pane {
  padding: 15px;
}
.wizard-horz .property-panes > .tab-pane:not(.active) {
  display: none !important;
}
.wizard-horz ul.property-tabs {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 999999px;
}
.wizard-horz ul.property-tabs li {
  float: left;
  margin: 0;
  padding: 0 20px 0 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-size: 16px;
  cursor: not-allowed;
}
.wizard-horz ul.property-tabs li > .has-secondary-text {
  display: inline;
}
.wizard-horz ul.property-tabs li > .has-secondary-text > h4 {
  display: inline;
  font-size: 16px;
  font-weight: normal;
}
.wizard-horz ul.property-tabs li > .has-secondary-text > small {
  display: none;
}
.wizard-horz ul.property-tabs li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid rgba(var(--s-bright-rgb), 0.15);
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.wizard-horz ul.property-tabs li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid var(--bs-body-bg);
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}
.wizard-horz ul.property-tabs li.active {
  background: var(--s-card-border);
  cursor: default;
}
.wizard-horz ul.property-tabs li.active .chevron:before {
  border-left: 14px solid var(--s-card-border);
}
.wizard-horz ul.property-tabs li .badge {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
  border-radius: 1em;
  text-align: center;
  font-size: 14px;
  font-family: var(--s-tabular-font);
}
.wizard-horz ul.property-tabs li.active .badge {
  background-color: var(--bs-primary);
}
.wizard-horz ul.property-tabs li span.text {
  margin-left: 4px;
}
.wizard-horz ul.property-tabs li .badge-success {
  background-color: rgba(var(--bs-success-rgb), 0.7);
}
.wizard-horz ul.property-tabs li:first-child {
  border-radius: 4px 0 0 0;
  padding-left: 20px;
}
.wizard-horz.compact-steps span.text {
  display: none;
}
.wizard-horz.compact-steps ul.property-tabs > li.active span.text {
  display: inline;
}
.wizard-horz.compact-steps ul.property-tabs > li:hover span.text {
  display: inline;
}
.wizard-horz .buttons {
  padding: 0.75rem 0.5rem;
}
.wizard-horz .buttons button {
  margin-left: 6px;
}

/* index.css */
