/*
cd /Acutiator/SpintypeClient/styles
sass -w KnowledgeHubDemoScss.scss KnowledgeHubDemoScss.css

The client theme must export the following classes. 
.siteBackground set the background color 
*/
.ShowByCustomTag .tagNameHeadline {
  text-align: center;
}

body {
  font-family: "Open Sans", sans-serif !important;
  margin: 0;
  padding: 0;
  color: #707070 !important;
}

div, input, textarea, select {
  box-sizing: border-box;
}

input {
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border-radius: 9px;
  padding: 10px 20px 8px;
}

input::placeholder {
  color: #aaa;
}

a:hover {
  text-decoration: underline !important;
}

.CrossTopics {
  text-align: center;
}
.CrossTopics img {
  width: 40px;
  height: 40px;
  padding: 20px 30px 10px 30px;
}
.CrossTopics a {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin: 0 12px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  border-color: #aaa;
  border-style: Solid;
  border-width: 1px;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.StdButton {
  color: white;
}

.StdButton:hover {
  color: orange;
}

.AiChat .robot {
  position: absolute;
  width: 50px;
  left: -8px;
  top: 73px;
}
.AiChat .answer {
  padding-left: 60px;
  padding-bottom: 30px;
}
.AiChat .replies {
  font-size: 16px;
  line-height: 18px;
}

.AiChatFullpageMode .replies {
  border-width: 1px;
  border-radius: 10px;
}
.AiChatFullpageMode .CrossTopics {
  display: none !important;
}

body.noScroll {
  overflow: hidden;
}

.customBorderColor {
  border-width: 1px;
}

/** Tmp thisted for all hack */
.tagNameHeadline {
  font-family: "Open sans" BureauGrotesque;
}

/** For flowcon only */
body .tagNameHeadline {
  font-family: "Open sans";
}

.ShowByCustomTagHeader .shortDescription {
  display: none;
}

.ShowByCustomTag .tagName {
  position: relative;
  top: 12px;
  color: #295160;
}

.ShowAllBlocks .productName {
  color: #295160;
}

body .PageTopMenu .menuItem {
  font-weight: 500;
  width: auto;
  margin: 0 30px;
}

body .CrossTopics {
  margin-top: 230px;
}

body .CrossTopics > h2 {
  display: none;
}

.desktopOnlyRobot, .smallRobot, .robot {
  display: block;
}

body .questionPane.newest {
  background-color: #e7e9ed;
  color: black;
}

/*# sourceMappingURL=KnowledgeHubDemoScss.css.map */
