/* Auto-generated at Sat, 13 Jun 26 15:17:59 +0000. */

.frontend .accessibility-nav ul li a, .backend .accessibility-nav ul li a {
  color: var(--nav-item-color);
}
.frontend .accessibility-nav ul li .accessibility-nav-button, .backend .accessibility-nav ul li .accessibility-nav-button {
  color: var(--nav-item-color);
}
.frontend fe-suggestion-submit h2.sub-title, .backend fe-suggestion-submit h2.sub-title {
  font-size: 22px;
  font-weight: normal;
  display: none;
}
header-desktop header-logo .nav-brand {
  display: flex;
  flex-direction: row;
}
header-desktop header-logo .nav-brand::after {
  content: "";
  background: url("https://voiceofthecustomer.straumann.com/api/v4/media/607e17360ec011405883f9dd3cff4636/thumbnail/strategy/full");
  width: 200px;
  height: 45px;
  margin-left: 20px;
  /* Adds space before the logo*/
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.frontend fe-survey-likert .survey-likert .likert-wrapper .answer-wrapper .answer-item:nth-child(odd), .frontend fe-survey-likert .survey-likert .likert-wrapper .answer-wrapper .answer-item:nth-child(odd) .answer-option, .backend fe-survey-likert .survey-likert .likert-wrapper .answer-wrapper .answer-item:nth-child(odd), .backend fe-survey-likert .survey-likert .likert-wrapper .answer-wrapper .answer-item:nth-child(odd) .answer-option {
  background-color: #ebebeb;
}
.frontend fe-topic-participate-description .back-wrapper {
  display: none;
}
.toolkit-btn {
  color: #ffff;
  /* Text color */
  font-size: 16px;
  /* Text size */
  text-decoration: none;
  /* Remove underline */
  display: inline-block;
  /* Make it behave like a button */
  padding: 10px 20px;
  /* Button padding */
  background-color: #46b98d;
  /* Background color */
  border: 2px solid #46b98d;
  /* Border color (matching the background color or choose another) */
  border-radius: 5px;
  /* Rounded corners */
  cursor: pointer;
  /* Pointer cursor on hover */
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* Smooth transition for color and scaling */
}
.toolkit-btn:hover {
  color: #ffffff;
  /* Change text color on hover */
  background-color: #46b98d;
  /* Button background color on hover */
  transform: scale(1.05);
  /* Slightly enlarge on hover */
}
.toolkit-btn:active {
  color: #ffffff;
  /* Change text color on active */
  background-color: #3a9f79;
  /* Darker background when clicked */
  transform: scale(1);
  /* Reset scaling when clicked */
}
.frontend fe-lottery-profile .profile-about {
  display: none;
}
.frontend .profile-settings-nav > a[href="/profile/myideas"], .frontend navigation-link > internal-link > a[href="/profile/myideas"] {
  display: none;
}
.frontend fe-profile-statistics .statistics-container div:nth-child(6) {
  display: none;
}