/* logic-model-responses-max-991.css */
.logical-model-response-menu {
  overflow: auto;
  margin-bottom: 15px;
}

.logical-model-response-menu a {
  white-space: nowrap;
}

.logical-model-response-menu ul {
  justify-content: flex-start;
}

.logical-response-title {
  font-size: 16px;
  line-height: 22px;
}

/*********tooltip***********/
.progress-chart .tooltip-block {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: auto !important;
  z-index: 10000;
  margin: 0;
  left: 0 !important;
  right: auto;
  top: 0 !important;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: none;
  transform: none;
}

.progress-chart .tooltip-block:after {
  display: none;
}

.progress-chart .tooltip-block.open {
  display: flex !important;
}

.progress-chart .tooltip-inner {
  box-shadow: 1px 0 28px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 30px 15px 20px 15px;
  max-width: 400px;
  width: 100%;
  max-height: 100%;
  display: flex;
  border-radius: 0;
  border-top-right-radius: 25px;
}

.progress-chart .tooltip-section-close {
  position: absolute;
  right: 0px;
  bottom: calc(100% + 5px);
  display: block;
  width: 25px;
  height: 25px;
  background: url(/themes/custom/gff/components/home/logic-model-responses/css/../img/close_icon.svg) no-repeat center center transparent;
  cursor: pointer;
}

.progress-chart .tooltip-block:before {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.logical-response-indicators:first-child .logical-response-sub-item:first-child .tooltip-block {
  top: 0;
  transform: none;
}

.progress-chart .tooltip-inner li {
  padding-bottom: 0;
  font-size: 11px;
}

.grouping-wrap-outer {
  overflow: auto;
  flex: 1;
}

.grouping-wrap {
  width: 100%;
}

.grouping-wrap>.grouping {
  margin-right: 0 !important;
  width: 50%;
}

.grouping-wrap>.grouping:nth-child(even) {
  margin-right: 0;
  padding-left: 15px;
}

.grouping-wrap>.grouping ul {
  max-width: none;
}

/* logical-response-grid */
.logical-model-filter-btn {
  display: block;
}

.logical-response-grid {
  grid-template-columns: 1fr;
  position: relative;
}

.logical-response-grid .aside-category-section {
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
  min-height: 100%;
  transition: left 0.3s linear 0s;
  z-index: 1;
}

.filter-show .logical-response-grid .aside-category-section {
  left: 0;
}

.logical-response-box {
  min-height: 550px;
}

.logical-model-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url("/themes/custom/gff/components/home/logic-model-responses/css/../img/filter_icon_hover.svg") no-repeat center center;
  background-size: contain;
  font-size: 0;
  border: none;
}

.filter-show .logical-model-filter-btn {
  background: url("/themes/custom/gff/components/home/logic-model-responses/css/../img/filter_icon_with_close_hover.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  font-size: 0;
  border: none;
}

/* progress bar */
.progress-bar-component .item-unit,
.progress-bar-component .item-label {
  font-size: var(--fs-12);
}
