.content-page {
  background: #ffffff;
}
.content-page h2 {
  margin: 0;
  line-height: normal;
  font-weight: 600;
}
.content-page h2::before {
  font-weight: normal;
}
.content-page hr {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.content-page tr {
  transition: 0.3s;
}
.content-page .flex-container {
  display: flex;
}
.content-page .align-items {
  align-items: center;
}
.content-page .justify-content {
  justify-content: space-between;
}
.content-page .flex-wrap {
  flex-wrap: wrap;
}
.content-page .flex-basis {
  flex-basis: 100%;
}
.content-page .fd-column {
  flex-direction: column;
}
.content-page .fg1 {
  flex-grow: 1;
}
.content-page .min-w-0 {
  min-width: 0;
}
.content-page .f1 {
  flex: 1;
}
.content-page [class$=-icon] {
  font-family: "se-icons";
  display: inline-flex;
  align-items: center;
  color: #C3C3C3;
}
.content-page .question-icon::before {
  content: "\f51b";
}
.content-page .star-icon::before {
  content: "\f61c";
}
.content-page .comment-icon::before {
  content: "\f1f4";
}
.content-page [data-call_modal] {
  cursor: pointer;
}
.content-page .header_background {
  background: #F1F6FB;
}
.content-page .sub_menu__line {
  border-bottom: 1px solid #E5E5E5;
}
.content-page .sub_menu__line span {
  font-weight: 600;
  color: #1A73AA;
}
.content-page .sub_menu__line span.active {
  color: #333333;
  border-bottom: 3px solid #1A73AA;
}
.content-page .sub_menu__line a {
  color: unset;
  text-decoration: unset;
}
.content-page .grid-view.rounded {
  min-width: 0;
  width: 100%;
}
@media (min-width: 1024px) and (hover: hover) {
  .content-page {
    border-radius: 10px;
    overflow: hidden;
  }
  .content-page .gap-X {
    gap: 20px;
  }
  .content-page .content_header__padding {
    padding: 10px 30px;
  }
  .content-page .content_wrapper__padding {
    padding: 20px 30px;
  }
  .content-page h2 {
    font-size: 18px;
  }
  .content-page .wrapper-icon {
    cursor: pointer;
  }
  .content-page [class$=-icon] {
    font-size: 18px;
  }
  .content-page .question-icon:hover::before {
    content: "\ede0";
  }
  .content-page .sub_menu__line span {
    font-size: 18px;
    padding: 0 10px 7px;
    cursor: pointer;
  }
}
@media (max-width: 500px) {
  .content-page {
    border-radius: 7px;
    overflow: hidden;
  }
  .content-page .gap-X {
    gap: 10px;
  }
  .content-page .content_header__padding {
    padding: 10px 20px;
  }
  .content-page .content_wrapper__padding {
    padding: 10px 20px;
  }
  .content-page h2 {
    font-size: 18px;
  }
  .content-page [class$=-icon] {
    font-size: 16px;
  }
  .content-page .sub_menu__line span {
    font-size: 16px;
    padding: 0 6px 3px;
  }
}
