@import "variable";
// section Title style
.dnxte_dashb_module_commontitle {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: $dash-main-title;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 20px;
}
.dnxte_module_header {
  position: sticky;
  top: 32px;
  z-index: 100;
  overflow: hidden;
  background: white;
  padding-top: 20px;
}
.total_wrap {
  margin-top: 20px;
}

.livedemo_docs {
  &.disable-link-group {
    opacity: 0.5;

    > a {
      cursor: not-allowed;
      pointer-events: none;
    }
  }
}
