/* Auto-generated at Sat, 06 Jun 26 22:04:50 +0000. */

frontend-root fe-form-field .form-field {
  background-color: #fff;
}
frontend-root fe-board-message fe-card-content .card-content {
  color: #fff;
}
body.frontend {
  /** Footer **/
  /** Navigation **/
  /** Topic Overview **/
}
body.frontend widget-index .index-wrapper .widget {
  padding: 80px 0px;
}
body.frontend .btn.btn-secondary:hover {
  color: var(--white);
}
body.frontend fe-footer .footer .footer-items {
  display: flex;
}
body.frontend fe-footer .footer .footer-items fe-footer-item a:hover {
  color: var(--brand-primary) !important;
}
body.frontend fe-nav-item-desktop .nav-item a {
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}
body.frontend fe-nav-item-desktop .nav-item a:hover {
  color: var(--brand-primary) !important;
  border-bottom: 4px solid var(--brand-primary);
}
body.frontend fe-nav-item-desktop .nav-item a.active {
  border-bottom: 4px solid var(--brand-secondary);
}
body.frontend .top-nav {
  background-color: var(--gray-darkest);
}
body.frontend .top-nav ul li a, body.frontend .top-nav ul li .top-nav-button {
  color: var(--gray-light);
  text-decoration: none;
}
body.frontend .top-nav ul li a:hover, body.frontend .top-nav ul li .top-nav-button:hover {
  color: var(--white);
}
body.frontend fe-topic-detail fe-topic-overview-default fe-panel .panel, body.frontend fe-topic-detail fe-topic-overview-default fe-card .inn_card.small {
  background-color: var(--gray-lightest);
}
.frontend dynamic-content .toolkit-row-card-three .toolkit-card, .frontend dynamic-content .toolkit-row-user .toolkit-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.frontend dynamic-content .toolkit-row-card-three .toolkit-card .card-content, .frontend dynamic-content .toolkit-row-user .toolkit-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.frontend dynamic-content .toolkit-row-card-three .toolkit-card .card-content p:last-of-type, .frontend dynamic-content .toolkit-row-user .toolkit-card .card-content p:last-of-type {
  margin-top: auto;
}
.frontend form-description ul, .frontend form-description li {
  list-style: disc;
}
.frontend form-description ul {
  padding-left: 32px;
}
.oauth-wrapper oauth-button button::after {
  content: "   SSO";
  font-size: 14px;
}
.frontend auth-container .auth-container .auth-inner .link-wrapper a, .backend auth-container .auth-container .auth-inner .link-wrapper a  {
  display: none;
}
.frontend section.faq-container, .backend section.faq-container {
  padding: 20px;
}
.frontend section.faq-container h2, .backend section.faq-container h2 {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 56px;
}
.frontend section.faq-container .subtitle, .frontend section.faq-container h3, .backend section.faq-container .subtitle, .backend section.faq-container h3 {
  text-align: left !important;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 142.857% */
}
.frontend section.faq-container h3, .backend section.faq-container h3 {
  margin-top: 45px;
  margin-bottom: 5px;
  text-align: left;
}
.frontend section.faq-container .faq-item, .backend section.faq-container .faq-item {
  border-radius: 10px;
  background: white;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 16px 41px;
  border: 1px solid #BBB9AD;
}
.frontend section.faq-container .faq-question, .backend section.faq-container .faq-question {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.frontend section.faq-container .faq-question::before, .backend section.faq-container .faq-question::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://idea.rhimagnesita.com/api/v4/media/d803bc2b40ab9c6c6898946651376ab6/thumbnail/strategy/full");
  width: 40px;
  height: 30px;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s;
  margin: 13px 3px;
}
.frontend section.faq-container input[type="checkbox"], .backend section.faq-container input[type="checkbox"] {
  display: none;
}
.frontend section.faq-container input[type="checkbox"]:checked + .faq-question::before, .backend section.faq-container input[type="checkbox"]:checked + .faq-question::before {
  transform: rotate(180deg);
}
.frontend section.faq-container .faq-answer, .backend section.faq-container .faq-answer {
  display: none;
  padding-top: 22px;
  color: #333;
  font-size: 18px !important;
  line-height: 32px !important;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 767px) {
  .frontend section.faq-container .faq-answer p, .backend section.faq-container .faq-answer p {
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: 400;
  }
}
.frontend section.faq-container input[type="checkbox"]:checked + .faq-question + .faq-answer, .backend section.faq-container input[type="checkbox"]:checked + .faq-question + .faq-answer {
  display: block;
}