.index-module .ajax-preloader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8) url("../img/circlular-spinner.svg") center no-repeat;
  z-index: 499;
}

.index-module .index-info {
  text-align: center;
  font-style: italic;
  padding-top: 3em !important;
  padding-bottom: 6em !important;
}

.index-module .index-header {
  padding-top: 2em !important;
  padding-bottom: 4em !important;
}

.index-module #download-pdf #back  {
  display: none !important;
}

.index-module .index-panel {
  position: fixed;
  left: -270px;
  top: 48px;
  width: 270px;
  border-radius: 0 4px 4px 0;
  color: #fff !important;
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.4);
  z-index: 500;
  transition: transform 0.5s ease-in-out;
}

.toolbar-tray-open .index-module .index-panel {
  top: 89px;
}

.index-module .index-panel.open {
  transform: translateX(269px);
}

.index-module .index-panel .panel-title {
  background: #c03300;
  padding: 12px !important;
  border-top-right-radius: 4px;
}

.index-module .index-panel .panel-content {
  background: #db3e00;
  padding: 16px 10px !important;
  height: calc(100vh - 104px);
  border-bottom-right-radius: 4px;
  overflow: auto;
}

.toolbar-tray-open .index-module .index-panel .panel-content {
  height: calc(100vh - 145px);
}

.index-module .index-panel .panel-content ul {
  list-style: none !important;
  padding: 0 !important;
}

.index-module .index-panel .panel-content > ul > .term:not(.has-children),
.index-module .index-panel .panel-content > ul > .term > span {
  padding: 1px 4px 1px 22px !important;
}

.index-module .index-panel .panel-content .term {
  margin-bottom: 10px !important;
  line-height: 20px;
  user-select: none;
}

.index-module .index-panel .panel-content .term > span:hover,
.index-module .index-panel .panel-content .term:not(.has-children):hover,
.index-module .index-panel .panel-content .term.active {
  background-color: #008b8b!important;
}

.index-module .index-panel .panel-content .term > span,
.index-module .index-panel .panel-content .term:not(.has-children) {
  cursor: pointer !important;
}

.index-module .index-panel .panel-content .term > span {
  background: url("../img/arrow-down.svg") -2px no-repeat;
}

.index-module .index-panel .panel-content .term.collapsed > span {
  background-image: url("../img/arrow-right.svg");
}

.index-module .index-panel .panel-content .term > ul {
  margin-top: 10px !important;
  padding-left: 26px !important;
}

.index-module .index-panel .panel-content .term > ul > .term {
  padding: 1px 4px 1px 4px !important;
}

.index-module .index-panel .panel-content .term.collapsed > ul {
  display: none;
}

.index-module .index-panel .panel-content .term small {
  font-size: 60% !important;
  color: #0a0a0a;
  background: #d2d2d2;
  border-radius: 999px;
  padding: 2px 4px 1px !important;
}

.index-module .index-panel .btn-toggle-panel {
  position: absolute;
  right: -66px;
  bottom: 72px;
  padding: 8px 32px 8px 12px !important;
  border: none !important;
  border-radius: 4px !important;
  transform: rotate(90deg);
  font-family: "ralewayregular", sans-serif !important;
  font-size: 16px !important;
  background: #db3e00 url("../img/chevron-up.svg") calc(100% - 8px) calc(50% + 1px) no-repeat !important;
  color: #fff !important;
  box-shadow: 1px 0 6px 1px rgba(0, 0, 0, 0.4);
  z-index: 500;
}

.index-module .index-panel.open .btn-toggle-panel {
  background: #db3e00 url("../img/chevron-down.svg") calc(100% - 8px) calc(50% + 1px) no-repeat !important;
}

@media (max-width: 1023px) {
  .index-module .index-panel {
    top: 85px;
  }

  .index-module .index-panel .panel-content {
    height: calc(100vh - 140px);
  }
}
