section .d_content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #302F32;
  padding: 15px 25px;
  border-radius: 0px 0px 15px 15px;
}
section ng-transclude {
  display: block;
  width: 100%;
}

.section_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 25px;
}

.section_header {
  z-index: 2;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 50px;
  background-color: #3E3D40;
  align-items: center;
  border-radius: 15px 15px 0px 0px;
  padding-left: 25px;
}

.section_pretitle {
  color: #00AAAE;
  font-size: 16px;
  margin-left: 0px;
}

.section_title {
  font-size: 16px;
  margin-left: 0px;
}

.right_side_of_section_header {
  z-index: 2;
  position: absolute;
  height: 50px;
  display: flex;
  align-items: center;
  top: -50px;
  right: 25px;
}

.sh {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}/*# sourceMappingURL=section.css.map */