.error-boundary {
  margin: 20px;
  text-align: center;
}
.error-boundary__headline {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
}
.error-boundary__text,
.error-boundary__message {
  font-size: 16px;
}
.error-boundary__message {
  color: red;
}

@-webkit-keyframes webkit-omq-circle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes moz-omq-circle {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes omq-circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto.eot');
  src: url('/fonts/Roboto/Roboto.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto/Roboto.woff2') format('#{$woff}'), url('/fonts/Roboto/Roboto.ttf') format('truetype'), url('/fonts/Roboto/Roboto.svg##{$family}') format('svg');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Bold.eot');
  src: url('/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto/Roboto-Bold.woff2') format('#{$woff}'), url('/fonts/Roboto/Roboto-Bold.ttf') format('truetype'), url('/fonts/Roboto/Roboto-Bold.svg##{$family}') format('svg');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoMedium';
  src: url('/fonts/Roboto/Roboto-Medium.eot');
  src: url('/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto/Roboto-Medium.woff2') format('#{$woff}'), url('/fonts/Roboto/Roboto-Medium.ttf') format('truetype'), url('/fonts/Roboto/Roboto-Medium.svg##{$family}') format('svg');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('/fonts/RobotoSlab/RobotoSlab-Regular.eot');
  src: url('/fonts/RobotoSlab/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoSlab/RobotoSlab-Regular.woff') format('#{$woff}'), url('/fonts/RobotoSlab/RobotoSlab-Regular.ttf') format('truetype'), url('/fonts/RobotoSlab/RobotoSlab-Regular.svg##{$family}') format('svg');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OMQ Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/google-material-icons/MaterialIcons-Regular.woff2) format('woff2');
}
.userlike-help {
  font-family: Roboto, system-ui, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}
.userlike-help .userlike-footer {
  margin: 25px 0;
}
.userlike-help .userlike-footer__link:hover {
  color: #cf148f;
}
.userlike-help .material-icons {
  font-family: 'OMQ Material Icons', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 16px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'liga';
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.userlike-help,
.userlike-help * {
  box-sizing: border-box;
}
.userlike-help + .userlike-help .userlike-modal {
  background: transparent;
}
.userlike-help p {
  margin: 0;
  padding: 0;
}
.userlike-help-container {
  width: 100%;
  margin: 0 auto;
  padding: 12.5px 0;
}
.error-view {
  color: red;
  text-align: center;
  padding: 20px;
}
.userlike-question-list-headline {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
  text-align: center;
}
.userlike-more-questions {
  display: block;
  line-height: 28px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  font-size: 18px;
  text-decoration: underline;
}
.userlike-more-questions:hover {
  color: #f60;
}
.userlike-help .userlike-modal__panel.mobile-search-input {
  padding: 0;
  overflow: auto;
}
.userlike-help .userlike-modal__panel.mobile-search-input .userlike-help-container {
  padding: 0;
}
.userlike-help .userlike-modal__panel.mobile-search-input .userlike-search {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.userlike-help .userlike-modal__panel.mobile-search-input .userlike-search__icon {
  background-size: 23px;
}
.userlike-help .userlike-modal__panel.mobile-search-input .userlike-question-list {
  overflow: auto;
}
.userlike-help .userlike-modal__panel.mobile-search-input .userlike-question-list__empty,
.userlike-help .userlike-modal__panel.mobile-search-input .userlike-question-list__question {
  margin: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  box-shadow: none;
}

.userlike-search {
  background: white;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 10px;
  border: 1px solid #d9d9d9;
}
.userlike-search__wrapper {
  display: flex;
  padding: 20px;
}
.userlike-search__icon {
  flex: 0 0 23px;
  height: 23px;
  background: url(/help/assets/icons/magnifer.svg) no-repeat center;
  background-size: 18px;
  cursor: pointer;
}
.userlike-search__input {
  flex: 1;
  font-size: 18px;
  line-height: 21px;
  margin: 0 20px;
  border: none;
  padding: 0;
  outline: none;
  width: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  font-family: inherit;
  z-index: 100;
}
.userlike-search__icon--close {
  background-image: url(/help/assets/icons/close.svg);
}
.userlike-search--is-disabled {
  opacity: 0.35;
}
.userlike-search--is-disabled .userlike-search__icon {
  cursor: default;
}
::-webkit-input-placeholder {
  color: #c6c6c6;
}

.userlike-auto-complete {
  padding: 0 20px 20px 63px;
}
.userlike-auto-complete__item {
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.userlike-auto-complete__item.userlike-auto-complete__item--active,
.userlike-auto-complete__item:hover {
  color: #f60;
}

.userlike-help-navigation {
  display: block;
  padding: 0 1px;
  min-height: 19px;
}
.userlike-help-navigation__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userlike-help-navigation__item {
  display: inline-block;
}
.userlike-help-navigation__item:not(:last-of-type)::after {
  content: '>';
  padding: 0 10px;
}
.userlike-help-navigation__link {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.userlike-help-navigation__link:visited {
  color: inherit;
}
.userlike-help-navigation__link:hover,
.userlike-help-navigation__link:focus {
  color: #f60;
  outline: none;
}

.userlike-question-list__empty,
.userlike-question-list__link {
  padding: 20px;
}
.userlike-question-list__empty {
  text-align: center;
}
.userlike-question-list__question {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: white;
}
.userlike-question-list__question:not(:last-of-type) {
  margin-bottom: 20px;
}
.userlike-question-list__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-family: RobotoMedium, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: inherit;
  outline: none;
  scroll-margin-top: 250px;
}
.userlike-question-list__link:hover {
  color: #f60;
}
.userlike-question-list__link h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0 auto 0 0;
  line-height: inherit;
}
.userlike-question-list .userlike-question-list__question--focus {
  border: 1px solid black;
}
.userlike-question-list__question--detail-view .userlike-question-list__link {
  cursor: default;
  display: block;
}
.userlike-question-list__question--detail-view .userlike-question-list__link:hover {
  color: rgba(0, 0, 0, 0.87);
}
.userlike-question-list__toggle-icon {
  display: block;
  flex: 0 0 21px;
  margin-left: 10px;
  height: 21px;
  transform: rotateZ(0deg);
  transition: transform 0.2s ease-out;
  background: url(/help/assets/icons/slick-arrow.svg);
  background-size: 21px;
}
.userlike-question-list__toggle-icon--down {
  transform: rotateZ(90deg);
}
.userlike-question-list__toggle-icon--up {
  transform: rotateZ(-90deg);
}
.userlike-question-list__print-button {
  background-color: white;
  border: 0;
  cursor: pointer;
  display: flex;
  font-weight: bold;
}
.userlike-question-list__print-icon {
  background: url(/help/assets/icons/print.svg) no-repeat center;
  background-size: 24px;
  cursor: pointer;
  height: 20px;
  margin: 4px;
  width: 23px;
}
.userlike-question-list__print-icon-container--detail-view {
  display: flex;
  justify-content: space-between;
}

.userlike-feedback {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9d9d9;
  padding: 20px;
}
label.userlike-feedback__label {
  flex: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.userlike-feedback__actions {
  flex: auto;
  white-space: nowrap;
  line-height: 0;
}
.userlike-feedback__action {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 20px;
  color: #a7a7a7;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.userlike-feedback__action:hover,
.userlike-feedback__action--selected {
  color: #f60;
}

.userlike-modal__panel.userlike-question-answer-modal {
  margin: auto auto;
  background: transparent;
  top: 30px;
  outline: none;
  padding: 0;
  width: 100%;
}
.userlike-question-answer-modal .userlike-popover__wrapper {
  background: white;
  border-radius: 6px 6px 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
}
.userlike-question-answer-modal .userlike-popover__header {
  display: flex;
  align-items: center;
  padding: 20px;
}
.userlike-question-answer-modal .userlike-popover__headline {
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.userlike-question-answer-modal .userlike-popover__close-icon {
  flex: 0 0 23px;
  height: 23px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><polygon points="22.71 4.71 21.29 3.29 13 11.59 4.71 3.29 3.29 4.71 11.59 13 3.29 21.29 4.71 22.71 13 14.41 21.29 22.71 22.71 21.29 14.41 13 22.71 4.71"/></svg>') no-repeat center center;
  background-size: 23px;
  cursor: pointer;
  margin-left: 10px;
}
.userlike-question-answer-modal .userlike-popover .userlike-question-list__answers {
  margin-bottom: 20px;
}
.userlike-question-answer-modal .userlike-question-list__answers {
  outline: none;
  padding: 0 20px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.userlike-question-answer-modal .userlike-question-list__answers::-webkit-scrollbar {
  width: 0;
  display: none;
}
.userlike-question-answer-modal .userlike-question-list__answers::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
@media (min-width: 992px) {
  .userlike-modal__panel.userlike-question-answer-modal {
    width: 50%;
    height: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .userlike-question-answer-modal .userlike-popover__wrapper {
    height: auto;
    border-radius: 6px;
    max-height: 80%;
  }
  .userlike-question-answer-modal .userlike-popover__headline {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    font-family: RobotoMedium, sans-serif;
  }
  .userlike-question-answer-modal .userlike-popover__answer {
    margin-right: 35px;
  }
  .userlike-question-answer-modal .userlike-question-list__answers {
    padding: 20px;
    border-top: 1px solid #d9d9d9;
  }
}

.userlike-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999998;
}
.userlike-modal__panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  overflow: hidden;
  z-index: 9999999999;
  box-sizing: border-box;
}
.userlike-modal__close {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(/images/assist/close.svg) no-repeat center;
  background-size: 18px;
  cursor: pointer;
}
@media screen {
  body.userlike-modal-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.userlike-category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.userlike-category-grid__category {
  flex: 0 0 100%;
  display: flex;
  padding: 15px;
  margin-bottom: 4%;
  color: #cf0e8f;
  border: #cf0e8f 1px solid;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}
.userlike-category-grid__category:focus {
  outline: none;
  border: 1px solid black;
}
.userlike-category-grid__icon.custom-icons,
.userlike-category-grid__icon.material-icons {
  display: inline-block;
  flex: 0 0 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
  align-self: center;
}
.userlike-category-grid__icon.material-icons:before {
  content: attr(data-icon-name);
}
.userlike-category-grid__icon.custom-icons {
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.userlike-category-grid__label {
  flex: 1;
  max-height: 40px;
  align-self: center;
  text-align: left;
  overflow: hidden;
  font-family: RobotoMedium, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.userlike-category-grid--columns-2 .userlike-category-grid__category {
  flex-basis: 48%;
  flex-basis: calc(100% / 2 - 2%);
}
.userlike-category-grid--small .userlike-category-grid__category {
  justify-content: center;
}
.userlike-category-grid--small .userlike-category-grid__label {
  font-size: 16px;
  line-height: 21px;
}
.userlike-category-grid--small .userlike-category-grid__icon {
  display: none;
}
.userlike-category-grid--has-selection .userlike-category-grid__category:not(.userlike-category-grid__category--is-active) {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .userlike-category-grid {
    justify-content: center;
    margin: 0 -1%;
  }
  .userlike-category-grid__category {
    flex-direction: column;
    height: 128px;
    padding: 34px 10px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .userlike-category-grid__icon.custom-icons,
  .userlike-category-grid__icon.material-icons {
    flex: 0 0 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 12px;
  }
  .userlike-category-grid__icon.custom-icons {
    width: 30px;
  }
  .userlike-category-grid__label {
    flex: 0 0 42px;
    max-height: none;
    line-height: 21px;
    text-align: center;
  }
  .userlike-category-grid--columns-3 .userlike-category-grid__category {
    flex-basis: 18%;
    flex-basis: calc(100% / 3 - 2%);
  }
  .userlike-category-grid--columns-4 .userlike-category-grid__category {
    flex-basis: 23%;
    flex-basis: calc(100% / 4 - 2%);
  }
  .userlike-category-grid--small .userlike-category-grid__category {
    height: 60px;
    padding: 0;
    flex-direction: row;
  }
  .userlike-category-grid--small .userlike-category-grid__label {
    flex: 1;
  }
}

.userlike-footer {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.userlike-footer__link,
.userlike-footer__text {
  opacity: 0.38;
}
.userlike-footer__link {
  color: inherit;
  text-decoration: underline;
}
.userlike-footer__link:hover {
  color: #f60;
  opacity: 1;
}


/*# sourceMappingURL=help.min.css.map*/