@keyframes pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

@keyframes pulseL {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.4); } }

@keyframes liking-pop-in {
  0% {
    display: none; }
  39% {
    display: none; }
  40% {
    display: inline-block;
    transform: scale(0); }
  70% {
    display: inline-block;
    transform: scale(1.5); }
  100% {
    display: inline-block;
    transform: scale(1); } }

@keyframes liking-pop-out {
  0% {
    transform: scale(1); }
  39% {
    transform: scale(1.5); }
  40% {
    display: none;
    transform: scale(0); }
  100% {
    display: none; } }

@keyframes liking-hover-pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.25); } }

.likes-container {
  align-items: center;
  display: inline-flex;
  margin-left: auto;
  margin-right: 25px; }
  .likes-container .like-toggle {
    animation: none;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.75rem;
    padding: 5px; }
    .likes-container .like-toggle--linked:hover {
      animation: liking-hover-pulse .5s alternate infinite;
      cursor: pointer; }
    .likes-container .like-toggle--linked .fa {
      color: #e25945; }
    .likes-container .like-toggle .fa {
      position: relative; }
    .likes-container .like-toggle[data-liked='true'] .fa-heart {
      animation: liking-pop-in .6s; }
    .likes-container .like-toggle[data-liked='true'] .fa-heart-o {
      animation: liking-pop-out .6s;
      display: none; }
    .likes-container .like-toggle:not([data-liked='true']) .fa-heart {
      animation: liking-pop-out .6s;
      display: none; }
    .likes-container .like-toggle:not([data-liked='true']) .fa-heart-o {
      animation: liking-pop-in .6s; }
  .likes-container .likes-total {
    flex-shrink: 0;
    font-size: 1.25rem; }
    .likes-container .likes-total-interactive {
      text-decoration: underline; }
      .likes-container .likes-total-interactive:hover {
        cursor: pointer;
        text-decoration: underline; }
    .likes-container .likes-total.disabled {
      pointer-events: none; }
    .likes-container .likes-total span {
      padding: 6px 6px 6px 3px; }

.social .social-item {
  overflow: hidden; }
  .social .social-item > [class^="social-"] {
    position: relative;
    text-align: center; }
    .social .social-item > [class^="social-"] .social-icon {
      display: inline-block;
      font-size: 20px;
      left: 10px;
      line-height: 20px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 20px; }
  .social .social-item .social-facebook {
    background: #3b5998; }
    .social .social-item .social-facebook:hover {
      background: #324c81; }
  .social .social-item .social-twitter {
    background: #1da1f2; }
    .social .social-item .social-twitter:hover {
      background: #1989ce; }
  .social .social-item .social-linkedin {
    background: #0077b5; }
    .social .social-item .social-linkedin:hover {
      background: #00659a; }
  .social .social-item .social-pinterest {
    background: #bd081c; }
    .social .social-item .social-pinterest:hover {
      background: #a10718; }
  @media (max-width: 991px) {
    .social .social-item > [class^="social-"] .social-icon {
      font-size: 14px;
      left: 6px; }
    .social .social-item > [class^="social-"] .social-label {
      font-size: .8em; } }

.sociallinks {
  display: flex;
  float: left;
  justify-content: center;
  list-style: none;
  margin: 5px 0 0;
  width: 100%; }
  .sociallinks .social-item:not(:first-child) {
    margin-left: 5px; }
  .sociallinks .social-item [class^="social-"] {
    align-items: center;
    border-radius: 0;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    text-indent: 0;
    width: 30px; }
  .sociallinks .social-item .social-icon {
    font-size: 18px;
    line-height: 21px; }
  .sociallinks .social-item .social-facebook {
    background: #3b5998; }
    .sociallinks .social-item .social-facebook:hover {
      background: #324c81; }
  .sociallinks .social-item .social-twitter {
    background: #1da1f2; }
    .sociallinks .social-item .social-twitter:hover {
      background: #1989ce; }
  .sociallinks .social-item .social-linkedin {
    background: #0077b5; }
    .sociallinks .social-item .social-linkedin:hover {
      background: #00659a; }
  .sociallinks .social-item .social-pinterest {
    background: #bd081c; }
    .sociallinks .social-item .social-pinterest:hover {
      background: #a10718; }

#root .btn__icon {
  font-size: 14px; }
  #root .btn__icon--margin-right {
    margin-right: 8px; }

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger.disabled, .btn.btn-danger[disabled] {
  background-color: #bd362f;
  background-image: none;
  color: #fff; }

.btn.btn--text {
  align-items: center;
  background: transparent;
  border: 0;
  color: #555;
  display: inline-flex;
  justify-content: center; }
  .btn.btn--text:hover, .btn.btn--text:focus, .btn.btn--text:active {
    background: rgba(0, 0, 0, 0.05);
    color: #333; }

.category-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-top: 5px; }
  .category-filters.disabled {
    pointer-events: none; }
    .category-filters.disabled .category-filter {
      opacity: .5; }
  .category-filters .category-filter {
    display: inline-flex;
    margin-bottom: 4px;
    margin-left: 10px; }
  .category-filters .category-filter-input:not(:checked) ~ .category-filter-label .fa {
    opacity: 0; }
  .category-filters .category-filter-input:checked ~ .category-filter-label {
    background: #999;
    color: #fff; }
    .category-filters .category-filter-input:checked ~ .category-filter-label .category-filter-cb {
      background: transparent;
      border-color: transparent; }
    .category-filters .category-filter-input:checked ~ .category-filter-label .fa {
      animation: popCheck 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      opacity: 1; }
  .category-filters .category-filter-cb {
    align-items: center;
    border: 1px solid #999;
    border-radius: 50%;
    display: inline-flex;
    height: 10px;
    justify-content: center;
    margin-right: 2px;
    width: 10px; }
  .category-filters .category-filter-label {
    border: 1px solid #999;
    border-radius: 8px;
    color: #999;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0;
    padding: 4px 8px;
    transition: transform .2s, box-shadow .2s; }
    .category-filters .category-filter-label:hover {
      transform: scale(1.05); }

@keyframes popCheck {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.category-labels-heading {
  display: block;
  margin-bottom: 4px; }

.category-labels {
  display: flex;
  flex-wrap: wrap; }
  .category-labels .category-label {
    border: 1px solid #999;
    border-radius: 8px;
    color: #999;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 8px;
    width: auto; }

body .postcomment .postcomment-extras {
  display: block;
  margin-left: 70px;
  width: calc(100% - 70px); }

body .postcomment .postcomment-attachments {
  display: inline-flex;
  flex-direction: column; }

#root .checkbox-list {
  display: flex;
  flex-direction: column; }
  #root .checkbox-list__item {
    align-items: center;
    display: flex; }
    #root .checkbox-list__item:not(:first-child) {
      margin-top: 8px; }
  #root .checkbox-list__label {
    margin-left: 8px; }

.datepicker .add-on {
  display: inline-flex;
  height: 38px;
  padding: 0;
  width: 26px; }

.datepicker .datepicker-label {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  width: 100%; }

.datepicker input {
  height: 30px; }

.flatpickr-calendar .numInputWrapper {
  align-items: flex-start;
  display: inline-flex; }
  .flatpickr-calendar .numInputWrapper .numInput {
    height: calc(100% - 2px); }

.flatpickr-calendar input.flatpickr-hour {
  font-weight: normal; }

.flatpickr-calendar .numInputWrapper input:focus, .flatpickr-calendar .numInputWrapper input:active, .flatpickr-calendar .numInputWrapper input:hover {
  background: none; }

.flatpickr-calendar *::selection {
  background: inherit;
  color: inherit; }

body .flatpickr-input {
  background-color: #fff; }
  body .flatpickr-input.active {
    background-color: #fff; }

#root .input-field {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  min-height: 38px;
  padding: 8px;
  width: 100%; }
  #root .input-field--white {
    background: #fff;
    border: 1px solid #cacaca; }
  #root .input-field--textarea {
    max-width: 65ch;
    min-height: 150px;
    resize: vertical;
    width: 100%; }
  #root .input-field:focus {
    outline: none; }

#root .input-label {
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 8px;
  text-transform: uppercase; }
  #root .input-label--no-margin-bottom {
    margin-bottom: 0; }
  #root .input-label .tooltip {
    text-transform: none; }

#root .form-group {
  border-bottom: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding-bottom: 16px; }

#root .file-upload__container {
  align-self: flex-start;
  background: #fff;
  border-radius: 12px;
  display: inline-flex;
  flex-direction: column;
  min-width: 190px;
  padding: 0 8px; }

.password-requirements {
  border: 1px solid #dadada;
  border-radius: 8px;
  list-style: none;
  margin: 10px 0 0;
  max-width: 300px;
  padding: 8px; }
  .password-requirements__item {
    align-items: flex-start;
    display: flex;
    line-height: 15px; }
    .password-requirements__item--met .password-requirements__icon:after {
      background: rgba(85, 85, 85, 0); }
    .password-requirements__item--met .password-requirements__check {
      transform: scale(1) translateX(-50%) translateY(-50%); }
    .password-requirements__item:not(:first-child) {
      margin-top: 4px; }
  .password-requirements:before {
    border-color: transparent transparent #dadada;
    border-style: solid;
    border-width: 0 9px 9px;
    content: ' ';
    display: inline-block;
    height: 0;
    left: 15px;
    position: absolute;
    top: 2px;
    width: 0;
    z-index: 0; }
  .password-requirements:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 8px;
    content: ' ';
    display: inline-block;
    height: 0;
    left: 16px;
    position: absolute;
    top: 3px;
    width: 0;
    z-index: 1; }
  .password-requirements__icon {
    color: #43c537;
    font-size: 12px;
    height: .96rem;
    margin-right: 8px;
    margin-top: 4px;
    position: relative;
    width: 12px; }
    .password-requirements__icon:after {
      background: #555;
      border-radius: 50%;
      content: ' ';
      display: inline-block;
      height: 4px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 4px; }
  .password-requirements__check {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: scale(0) translateX(-50%) translateY(-50%);
    transform-origin: center center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .password-requirements__text {
    color: #333; }

body .noUi-horizontal {
  border-color: #bbb;
  height: 14px; }
  body .noUi-horizontal:hover {
    border-color: #999;
    cursor: pointer; }
  body .noUi-horizontal .noUi-handle {
    background: #ededed;
    border-color: #bbb;
    box-shadow: 0 3px 6px -3px #bbb;
    color: #555;
    height: 20px;
    top: -5px;
    transition: all .2s;
    width: 20px; }
    body .noUi-horizontal .noUi-handle:hover, body .noUi-horizontal .noUi-handle:focus {
      background: #dadada;
      border-color: #999;
      cursor: pointer;
      transform: scale(1.15); }
      body .noUi-horizontal .noUi-handle:hover:after, body .noUi-horizontal .noUi-handle:hover:before, body .noUi-horizontal .noUi-handle:focus:after, body .noUi-horizontal .noUi-handle:focus:before {
        background-color: #999; }
    body .noUi-horizontal .noUi-handle:after, body .noUi-horizontal .noUi-handle:before {
      background-color: #bbb;
      height: calc(100% - 8px);
      top: 4px; }
    body .noUi-horizontal .noUi-handle:after {
      left: calc(50% + 2px); }
    body .noUi-horizontal .noUi-handle:before {
      left: calc(50% - 3px); }
  body .noUi-horizontal:not(.target-set) .noUi-handle {
    opacity: 0; }

.switch-container input {
  display: none; }
  .switch-container input:checked ~ .switch {
    background: #cadcea; }
    .switch-container input:checked ~ .switch:before {
      background: #679ac3;
      left: 20px; }
      .switch-container input:checked ~ .switch:before:active {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28); }
  .switch-container input:disabled ~ .switch {
    cursor: not-allowed; }

.switch-container .switch {
  background: rgba(0, 0, 0, 0.26);
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  width: 40px; }
  .switch-container .switch:before {
    background: #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
    content: '';
    height: 24px;
    left: -4px;
    position: absolute;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    top: -4px;
    width: 24px; }
    .switch-container .switch:before:active {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1); }

.token-input-list-facebook {
  align-items: center;
  background: none;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%; }
  .token-input-list-facebook * {
    box-sizing: border-box; }
  .token-input-list-facebook li {
    list-style: none; }
  .token-input-list-facebook .token-input-input-token-facebook {
    margin-right: 8px;
    order: -1;
    width: 150px; }
    .token-input-list-facebook .token-input-input-token-facebook input {
      background: #fff;
      border: 1px solid #cacaca;
      border-radius: 4px;
      box-shadow: none;
      color: #555;
      display: block !important;
      font-size: 16px;
      line-height: 1.25;
      margin: 0;
      min-height: 38px;
      padding: 8px;
      width: 100% !important; }
      .token-input-list-facebook .token-input-input-token-facebook input:focus {
        border-color: #516eb1;
        outline: none; }
  .token-input-list-facebook .token-input-token-facebook {
    align-items: center;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 16px;
    display: flex;
    height: 32px;
    margin-right: 4px;
    margin-top: 2px;
    padding: 0; }
    .token-input-list-facebook .token-input-token-facebook p {
      align-items: center;
      display: flex;
      margin: 0;
      padding-left: 4px; }
      .token-input-list-facebook .token-input-token-facebook p img {
        border-radius: 50%;
        margin-right: 8px; }
    .token-input-list-facebook .token-input-token-facebook .token-input-delete-token-facebook {
      color: #bbb;
      display: inline-flex;
      font-size: 20px;
      padding: 8px;
      transition: all .2s; }
      .token-input-list-facebook .token-input-token-facebook .token-input-delete-token-facebook:hover {
        cursor: pointer;
        transform: scale(1.2); }

.token-input-dropdown-facebook {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  cursor: default;
  font-size: 1.1rem;
  overflow: hidden;
  position: absolute;
  width: 400px;
  z-index: 888; }
  .token-input-dropdown-facebook p {
    color: #777;
    font-style: italic;
    margin: 0;
    padding: 5px; }
  .token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0; }
    .token-input-dropdown-facebook ul li {
      align-items: center;
      background-color: #fff;
      display: flex;
      list-style-type: none;
      margin: 0;
      padding: 4px 8px; }
      .token-input-dropdown-facebook ul li:hover {
        cursor: pointer; }
      .token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
        background-color: #fff; }
      .token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
        background-color: #fff; }
      .token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
        background-color: #f5f5f5; }
      .token-input-dropdown-facebook ul li em {
        font-style: normal;
        font-weight: bold; }
      .token-input-dropdown-facebook ul li img {
        border-radius: 50%; }
      .token-input-dropdown-facebook ul li span {
        margin-left: 8px; }

body #root .select-component__dropdown {
  flex-direction: column;
  max-height: 250px;
  overflow: auto;
  padding-bottom: 8px;
  width: 100%; }
  body #root .select-component__dropdown.show {
    display: flex; }

body #root .select-component__group {
  background: #ededed;
  padding: 8px 16px; }
  body #root .select-component__group:not(:nth-child(2)) {
    margin-top: 4px; }
  body #root .select-component__group:not(:last-child) {
    margin-bottom: 4px; }

body #root .select-component__group-text {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0; }

body #root .select-component__list-item {
  display: flex;
  flex-shrink: 0;
  font-size: 1rem; }

body #root .select-component__anchor {
  background: none;
  color: #333;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 100%; }
  body #root .select-component__anchor:focus {
    box-shadow: none;
    outline: none; }
  body #root .select-component__anchor:hover, body #root .select-component__anchor:focus {
    background: #f5f5f5;
    color: #333;
    text-decoration: none; }

body #root .select-component__label {
  cursor: pointer;
  font-size: 1.2rem;
  margin: 0;
  padding: 4px 16px;
  width: 100%;
  word-wrap: break-word; }
  body #root .select-component__label [type="radio"],
  body #root .select-component__label label {
    display: none; }

body #root .select-component__filter {
  align-items: flex-start;
  background: #fff;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  margin: 0;
  padding: 4px;
  width: 100%; }

body #root .select-component__filter-search {
  align-items: center;
  background: #ededed;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  box-sizing: border-box;
  color: #555;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-align: center;
  width: 30px; }

body #root .select-component__filter-input {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.1rem;
  height: 40px;
  margin: 0; }

body #root .select-component__filter-clear {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  color: #999;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px; }
  body #root .select-component__filter-clear:hover {
    background: #f5f5f5;
    color: #333;
    cursor: pointer;
    text-decoration: none; }
  body #root .select-component__filter-clear:focus {
    box-shadow: none;
    outline: none; }

body #root .select-component__toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.25;
  min-width: 250px;
  padding: 8px; }
  body #root .select-component__toggle:focus {
    box-shadow: none;
    outline: none; }
  body #root .select-component__toggle:hover {
    color: #555;
    cursor: pointer;
    text-decoration: none; }

body #root .select-component__toggle-caret {
  flex-shrink: 0;
  margin-left: auto; }

body #root .select-component {
  display: inline-flex;
  position: relative;
  width: auto; }
  body #root .select-component * {
    box-sizing: border-box; }

.loader {
  margin: 16px 0; }
  .loader__wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden; }
  .loader__indicator--spinning-circle {
    animation: spinning-circle 1s infinite linear;
    border: 3px solid #a9a9a9;
    border-radius: 50%;
    border-top-color: #fff;
    height: 18px;
    width: 18px; }
  .loader__text {
    align-self: center;
    color: #999;
    font-size: 12px;
    margin-left: 8px;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    width: auto; }
    .loader__text.loader-text-enter-active {
      transition: max-width .5s, margin-left .5s .5s, opacity .5s .5s; }
    .loader__text.loader-text-leave-active {
      transition: max-width .5s .5s, margin-left .5s, opacity .5s; }
    .loader__text.loader-text-enter, .loader__text.loader-text-leave-to {
      margin-left: 0;
      max-width: 0;
      opacity: 0; }
  .loader.loader-fade-enter-active {
    transition: height .5s ease .2s, opacity .5s ease .4s, margin .5s ease .4s; }
  .loader.loader-fade-leave-active {
    transition: height .5s ease .2s, opacity .5s ease, margin .5s ease; }
  .loader.loader-fade-enter, .loader.loader-fade-leave-to {
    height: 0;
    margin: 0;
    opacity: 0; }

@keyframes spinning-circle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.atwho-inserted {
  display: inline-block; }

.atwho-view {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  color: #000;
  display: none;
  left: 0;
  margin-top: 18px;
  max-width: 300px;
  min-width: 300px;
  position: absolute;
  top: 0;
  z-index: 1000; }
  .atwho-view * {
    box-sizing: border-box; }
  .atwho-view .atwho-header {
    border-bottom: solid 1px #eaeff1;
    color: #6f8092;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    padding: 5px; }
    .atwho-view .atwho-header:hover {
      cursor: default; }
    .atwho-view .atwho-header .small {
      color: #6f8092;
      float: right;
      font-size: 12px;
      font-weight: normal;
      margin-right: -5px;
      padding-top: 2px; }
  .atwho-view .cur {
    background: #ededed; }
    .atwho-view .cur strong {
      font-weight: bold; }
  .atwho-view strong {
    color: #25b4a5;
    font-weight: bold; }
  .atwho-view small {
    color: #777; }
  .atwho-view ul {
    list-style: none;
    margin: auto;
    max-height: 200px;
    overflow-y: auto;
    padding: 8px 0; }
    .atwho-view ul li {
      display: flex; }
      .atwho-view ul li > * {
        width: 100%; }
    .atwho-view ul .mention-list-item {
      align-items: center;
      cursor: pointer;
      display: flex;
      padding: 4px 16px;
      width: 100%; }
      .atwho-view ul .mention-list-item__avatar-figure {
        display: inline-flex;
        flex-shrink: 0;
        height: 34px;
        margin-right: 16px;
        width: 34px; }
      .atwho-view ul .mention-list-item__avatar {
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .atwho-view ul .mention-list-item__label {
        align-self: center; }

.comment-field {
  line-height: 20px; }
  .comment-field:empty:before {
    color: #aaaaaa;
    content: attr(placeholder);
    display: block; }

.mention__url {
  color: #3192d0;
  text-decoration: none; }
  .mention__url:hover {
    color: #3192d0;
    text-decoration: underline; }

.mention-edit {
  padding: 0 2px;
  position: relative;
  z-index: 0; }
  .mention-edit:before {
    background-color: #3192d0;
    bottom: 0;
    content: ' ';
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

vue-mention-edit {
  display: inline-block; }

.posts .postbody .postcomment-body {
  min-height: 62px; }

.breadcrumbs {
  display: flex;
  font-size: calc(var(--font-size) - 2px);
  list-style: none;
  margin-bottom: 16px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .breadcrumbs__item {
    align-items: center;
    display: inline-flex;
    line-height: 1.1;
    max-width: 33%; }
    .breadcrumbs__item:last-child .breadcrumbs__separator {
      display: none; }
  .breadcrumbs__link {
    color: #999;
    font-size: calc(var(--font-size) - 4px);
    font-style: italic;
    line-height: 1.5;
    overflow: hidden;
    padding-left: 1px;
    padding-right: 2px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .breadcrumbs__link[href]:hover {
      color: var(--color-primary); }
  .breadcrumbs__separator {
    color: var(--color-primary);
    flex-shrink: 0;
    margin: 0 8px; }

[dir='rtl'] .breadcrumbs__separator {
  transform: rotate(180deg); }

.bullets__bullet {
  background-color: #ededed;
  border-radius: 50%;
  height: 10px;
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
  width: 10px;
  z-index: 2; }
  .bullets__bullet:hover {
    transform: scale(1.2); }

.bullets__anchor {
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px; }

.iframe-consent {
  align-items: center;
  background: #dadada;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 281px;
  justify-content: center;
  max-width: 500px;
  padding: 32px;
  text-align: center;
  width: 100%; }
  .iframe-consent .iframe-consent__description {
    margin-bottom: 16px; }

html body img {
  object-fit: cover; }
  html body img.object-fit-image {
    font-family: 'object-fit: cover; object-position: center center;';
    object-fit: cover;
    object-position: center center;
    width: 100% !important; }

.main-image.right {
  display: inline-flex; }

#root .meta {
  color: #999; }
  #root .meta__author-by {
    margin-right: 4px; }
  #root .meta__author {
    align-items: center;
    display: flex; }
  #root .meta__author-avatar {
    height: 24px;
    margin: 0 4px 0 0;
    width: 24px; }

.flash-notifications {
  left: 20px;
  position: fixed;
  top: 20px;
  z-index: 9999; }
  .flash-notifications .flash-notification {
    align-items: center;
    background: #f5f5f5;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.3);
    color: #555;
    display: flex;
    margin-bottom: 10px;
    padding: 0; }
    .flash-notifications .flash-notification.info .flash-icon {
      color: #3865a3; }
    .flash-notifications .flash-notification.notify .flash-icon {
      color: #3865a3; }
    .flash-notifications .flash-notification.notice .flash-icon {
      color: #3865a3; }
    .flash-notifications .flash-notification.success .flash-icon {
      color: #64a338; }
    .flash-notifications .flash-notification.warning .flash-icon {
      color: #ffb013; }
    .flash-notifications .flash-notification.error .flash-icon {
      color: #e03b24; }
  .flash-notifications .flash-icon {
    animation: pulse .5s alternate infinite;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    margin: 0 10px 0 15px;
    width: 20px; }
  .flash-notifications .flash-messages {
    list-style: none;
    margin: 0 10px;
    padding: 10px 0; }
  .flash-notifications .error:not(:first-child) {
    margin-top: 4px; }
  .flash-notifications .flash-close {
    color: #555;
    padding: 15px; }
    .flash-notifications .flash-close:hover {
      animation: pulseL .5s alternate infinite; }

.statusmessage ~ .flash-notifications {
  margin-top: 30px; }

.statusmessage + .statusmessage ~ .flash-notifications {
  margin-top: 60px; }

@media only screen and (min-width: 768px) {
  .flash-notifications {
    margin-left: 75px; }
  .navigation-container:not(.small) ~ #root .flash-notifications {
    margin-left: 250px; } }

.realtime-notification {
  left: auto;
  overflow: visible;
  right: 20px; }
  .realtime-notification .rt-notification-item {
    background: #fff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: flex;
    margin-bottom: 10px;
    padding: 0;
    transform: scale(0);
    transition: transform .2s ease-out;
    width: 300px; }
    .realtime-notification .rt-notification-item.show-notification {
      transform: scale(1);
      transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.675); }
  .realtime-notification .rt-notification-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px 16px; }
  .realtime-notification .rt-notification-title {
    background: none;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0; }
  .realtime-notification .rt-notification-link {
    color: #000;
    margin-top: 8px;
    transition: opacity .2s; }
    .realtime-notification .rt-notification-link:hover {
      opacity: .5; }
  .realtime-notification .rt-notification-confirmation-buttons {
    margin-top: 12px; }
    .realtime-notification .rt-notification-confirmation-buttons--yes {
      background-color: #42c437;
      margin-right: 8px; }
  .realtime-notification .close {
    align-items: start;
    color: #000;
    display: inline-flex;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 3rem;
    margin: 0 0 0 auto;
    opacity: 1;
    padding: 0 5px;
    position: relative;
    right: 0;
    top: 0;
    transition: opacity .2s; }
    .realtime-notification .close:hover {
      cursor: pointer;
      opacity: .5; }

.rating-big-container {
  align-items: center;
  display: flex; }

.rating-count {
  font-size: 10px;
  line-height: 1;
  margin-left: 4px;
  margin-top: 2px; }

.rating-hidden {
  display: none; }

.rating-interactive {
  display: flex;
  margin-left: auto; }
  .rating-interactive .rating-input {
    display: none; }
    .rating-interactive .rating-input:checked:nth-of-type(1) ~ .rating-stars .rating-star:nth-last-of-type(1) {
      color: #f3cb54; }
      .rating-interactive .rating-input:checked:nth-of-type(1) ~ .rating-stars .rating-star:nth-last-of-type(1) ~ .rating-star {
        color: #f3cb54; }
    .rating-interactive .rating-input:checked:nth-of-type(2) ~ .rating-stars .rating-star:nth-last-of-type(2) {
      color: #f3cb54; }
      .rating-interactive .rating-input:checked:nth-of-type(2) ~ .rating-stars .rating-star:nth-last-of-type(2) ~ .rating-star {
        color: #f3cb54; }
    .rating-interactive .rating-input:checked:nth-of-type(3) ~ .rating-stars .rating-star:nth-last-of-type(3) {
      color: #f3cb54; }
      .rating-interactive .rating-input:checked:nth-of-type(3) ~ .rating-stars .rating-star:nth-last-of-type(3) ~ .rating-star {
        color: #f3cb54; }
    .rating-interactive .rating-input:checked:nth-of-type(4) ~ .rating-stars .rating-star:nth-last-of-type(4) {
      color: #f3cb54; }
      .rating-interactive .rating-input:checked:nth-of-type(4) ~ .rating-stars .rating-star:nth-last-of-type(4) ~ .rating-star {
        color: #f3cb54; }
    .rating-interactive .rating-input:checked:nth-of-type(5) ~ .rating-stars .rating-star:nth-last-of-type(5) {
      color: #f3cb54; }
      .rating-interactive .rating-input:checked:nth-of-type(5) ~ .rating-stars .rating-star:nth-last-of-type(5) ~ .rating-star {
        color: #f3cb54; }
  .rating-interactive .rating-stars {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap; }
  .rating-interactive .rating-star {
    color: #dadada;
    display: inline-flex;
    font-size: 20px;
    justify-content: flex-end;
    line-height: 20px;
    margin: 0;
    padding: 2px 0;
    transition: transform .2s; }
    .rating-interactive .rating-star:not(:first-child) {
      margin-left: 2px; }
    .rating-interactive .rating-star:hover {
      color: #f3a446 !important; }
      .rating-interactive .rating-star:hover ~ .rating-star {
        color: #f3a446 !important; }

.rating-view {
  display: flex; }
  .rating-view.light .rating-star {
    color: #fff; }
  .rating-view.dark .rating-star {
    color: #444; }
  .rating-view.default .rating-star {
    color: #f3cb54; }
  .rating-view.small .rating-star {
    font-size: 12px; }
  .rating-view .rating-stars {
    display: flex;
    flex-wrap: wrap; }
  .rating-view .rating-star {
    color: #f3cb54;
    display: inline-flex;
    font-size: 20px;
    justify-content: flex-end;
    line-height: inherit; }
    .rating-view .rating-star:not(:first-child) {
      margin-left: 2px; }

.modal-ratings {
  margin-left: -150px;
  width: 300px; }
  .modal-ratings .title-average-rating {
    border-left: 1px solid #e5e5e5;
    margin-left: 5px;
    padding-left: 8px; }
    .modal-ratings .title-average-rating i {
      color: #f3cb54; }
  .modal-ratings .ratings-list {
    display: flex;
    flex-direction: column; }
    .modal-ratings .ratings-list .rating {
      align-items: center;
      border-bottom: 1px solid #ededed;
      display: flex;
      order: 1;
      padding: 8px 0; }
      .modal-ratings .ratings-list .rating:nth-child(3) {
        padding-top: 0; }
      .modal-ratings .ratings-list .rating .avatar-container {
        flex-shrink: 0;
        height: 36px;
        width: 36px; }
        .modal-ratings .ratings-list .rating .avatar-container img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
      .modal-ratings .ratings-list .rating .username {
        margin-left: 15px;
        text-decoration: none; }
      .modal-ratings .ratings-list .rating .rating-view {
        margin-left: 15px;
        margin-top: 2px; }
    .modal-ratings .ratings-list .rating-placeholder {
      display: none; }
    .modal-ratings .ratings-list .load-more {
      display: flex;
      justify-content: center;
      margin-top: 15px;
      order: 2; }
      .modal-ratings .ratings-list .load-more .load-more-button {
        align-items: center;
        cursor: pointer;
        display: inline-flex; }
    .modal-ratings .ratings-list .no-ratings-label {
      justify-content: center; }
      .modal-ratings .ratings-list .no-ratings-label:not(.visible) {
        display: none; }
      .modal-ratings .ratings-list .no-ratings-label.visible {
        display: flex; }

.filter {
  float: left; }
  .filter a {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    margin-left: 16px;
    padding: 0 0 8px;
    text-decoration: none; }
  .filter__link:hover {
    cursor: pointer; }
  .filter__link .filter__sort-icon {
    margin-left: 2px; }
    .filter__link .filter__sort-icon--asc {
      display: none; }
    .filter__link .filter__sort-icon--desc {
      display: none; }
    .filter__link .filter__sort-icon--regular {
      display: inline-block; }
  .filter__link.asc .filter__sort-icon--asc {
    display: none; }
  .filter__link.asc .filter__sort-icon--desc {
    display: inline-block; }
  .filter__link.asc .filter__sort-icon--regular {
    display: none; }
  .filter__link.desc .filter__sort-icon--asc {
    display: inline-block; }
  .filter__link.desc .filter__sort-icon--desc {
    display: none; }
  .filter__link.desc .filter__sort-icon--regular {
    display: none; }

.viewtype {
  float: right; }
  .viewtype a {
    border-radius: 0;
    box-shadow: none;
    color: #6a6a6a;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .5em;
    margin-left: 16px;
    padding: 0 0 8px;
    text-decoration: none;
    white-space: nowrap; }
    .viewtype a:hover {
      text-decoration: none; }
  @media screen and (max-width: 480px) {
    .viewtype {
      float: left;
      margin-top: 15px; }
      .viewtype a {
        clear: both;
        display: block;
        margin-bottom: 5px;
        margin-left: 0;
        margin-top: 0; } }

.tool-tip {
  align-items: center;
  background: #bbb;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 16px;
  justify-content: center;
  width: 16px; }
  .tool-tip:hover {
    cursor: pointer; }

#root .usergroup-labels {
  display: inline-flex; }
  #root .usergroup-labels__icon {
    align-items: center;
    align-self: flex-start;
    color: #555;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 12px;
    height: 24px;
    margin-right: 4px; }
  #root .usergroup-labels__list {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: 350px;
    padding: 0; }
  #root .usergroup-labels__item {
    align-self: flex-start;
    background: #e6e6e6;
    border-radius: 10px;
    color: #555;
    font-size: 10px;
    margin: 2px;
    padding: 4px 8px; }

#root .image-carousel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }
  #root .image-carousel * {
    box-sizing: border-box; }
  #root .image-carousel__input {
    display: none; }
  #root .image-carousel__wrapper {
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1; }
  #root .image-carousel__slides {
    display: flex;
    opacity: .9999;
    width: 100%; }
    #root .image-carousel__slides > div,
    #root .image-carousel__slides > div > div {
      display: flex;
      flex-shrink: 0; }
      #root .image-carousel__slides > div.active .image-carousel__heading, #root .image-carousel__slides > div.active .image-carousel__text, #root .image-carousel__slides > div.active .image-carousel__read-more,
      #root .image-carousel__slides > div > div.active .image-carousel__heading,
      #root .image-carousel__slides > div > div.active .image-carousel__text,
      #root .image-carousel__slides > div > div.active .image-carousel__read-more {
        opacity: 1;
        transform: translateX(0); }
  #root .image-carousel__slide {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    padding: 16px;
    position: relative;
    width: 100%;
    z-index: 1; }
  #root .image-carousel__figure {
    background: #f5f5f5 url("/front-end/pf2/images/image-placeholder-icon.svg") no-repeat center center;
    background-size: 40px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
    #root .image-carousel__figure:before {
      background: #000;
      content: ' ';
      display: inline-block;
      height: 100%;
      left: 0;
      opacity: .25;
      position: absolute;
      top: 0;
      width: 100%; }
  #root .image-carousel__image {
    font-family: 'object-fit: cover; object-position: center center;';
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%; }
  #root .image-carousel__text-box {
    max-width: 100%;
    padding-bottom: 32px;
    padding-left: 64px;
    padding-right: 64px;
    word-wrap: break-word; }
    @media (max-width: 480px) {
      #root .image-carousel__text-box {
        padding-left: 0;
        padding-right: 0; } }
  #root .image-carousel__heading {
    background: none !important;
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: .5px;
    line-height: 40px;
    margin-bottom: 8px;
    opacity: 0;
    text-transform: none;
    transform: translateY(30px);
    transition: all .5s ease-in-out .6s;
    z-index: 2; }
    #root .image-carousel__heading--dark-text {
      color: #000; }
  #root .image-carousel__text {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    max-width: 775px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-in-out .6s;
    z-index: 2; }
    #root .image-carousel__text--dark-text {
      color: #000; }
  #root .image-carousel__read-more {
    font-size: 16px;
    margin-top: 32px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-in-out .6s;
    z-index: 2; }
  #root .image-carousel__bullets {
    bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    margin-bottom: -5px;
    padding: 0 16px;
    position: absolute;
    width: 100%; }

#sidebar .image-carousel__slide {
  flex-direction: column;
  justify-content: flex-start; }

#sidebar .image-carousel__text-box {
  padding-left: 0;
  padding-right: 0; }

#sidebar .image-carousel__heading {
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 16px;
  margin-top: 16px; }

#sidebar .image-carousel__text {
  font-size: 16px;
  line-height: 1.25; }

#sidebar .image-carousel__text-box {
  padding-bottom: 32px; }

[dir='rtl'] #root .image-carousel__slide {
  /*rtl:ignore*/
  direction: rtl; }

#root .text-carousel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0;
  width: calc(100% + 32px);
  z-index: 1; }
  #root .text-carousel * {
    box-sizing: border-box; }
  #root .text-carousel__input {
    display: none; }
  #root .text-carousel__wrapper {
    box-sizing: border-box;
    display: flex;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1; }
  #root .text-carousel__slides {
    display: flex;
    opacity: .9999;
    width: 100%; }
    #root .text-carousel__slides > div,
    #root .text-carousel__slides > div > div {
      display: flex;
      flex-shrink: 0; }
      #root .text-carousel__slides > div.active .text-carousel__heading, #root .text-carousel__slides > div.active .text-carousel__text, #root .text-carousel__slides > div.active .text-carousel__read-more,
      #root .text-carousel__slides > div > div.active .text-carousel__heading,
      #root .text-carousel__slides > div > div.active .text-carousel__text,
      #root .text-carousel__slides > div > div.active .text-carousel__read-more {
        opacity: 1;
        transform: translateX(0); }
  #root .text-carousel__slide {
    display: flex;
    flex-shrink: 0;
    margin: 0 16px;
    width: calc(100% - 32px);
    z-index: 1; }
  #root .text-carousel__figure {
    background: #f5f5f5 url("/front-end/pf2/images/image-placeholder-icon.svg") no-repeat center center;
    background-size: 40px;
    border-radius: 5px;
    flex-shrink: 0;
    height: 236px;
    width: 236px; }
    #root .text-carousel__figure + .text-carousel__text-box {
      padding-left: 32px; }
  #root .text-carousel__image {
    border-radius: 5px;
    font-family: 'object-fit: cover; object-position: center center;';
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    z-index: 1; }
  #root .text-carousel__text-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 16px;
    width: calc(100% - 237px);
    word-wrap: break-word; }
  #root .text-carousel__heading {
    color: #000;
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: .5px;
    line-height: 36px;
    margin-bottom: 16px;
    opacity: 0;
    text-transform: none;
    transform: translateY(30px);
    transition: all .5s ease-in-out .6s;
    z-index: 2; }
  #root .text-carousel__text {
    color: #000;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: .5px;
    line-height: 24px;
    opacity: 0;
    padding-bottom: 16px;
    transform: translateY(30px);
    transition: all .5s ease-in-out .8s;
    z-index: 2; }
  #root .text-carousel__read-more {
    align-self: flex-start;
    font-size: 16px;
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-in-out 1s;
    z-index: 2; }
  #root .text-carousel__bullets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -5px;
    padding: 8px 16px 0;
    width: 100%; }

#sidebar .text-carousel__figure {
  height: 200px;
  max-width: 100%;
  width: 100%; }
  #sidebar .text-carousel__figure + .text-carousel__text-box {
    padding-left: 0; }

#sidebar .text-carousel__slide {
  flex-direction: column; }

#sidebar .text-carousel__text-box {
  padding-left: 0;
  width: 100%; }

#sidebar .text-carousel__heading {
  font-size: 24px;
  line-height: 27px;
  margin-top: 16px; }

[dir='rtl'] #root .text-carousel__slide {
  /*rtl:ignore*/
  direction: rtl; }

.widget-carousel {
  max-width: 100%; }

.widget-challenge-latest-ideas .latest-ideas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px; }
  .widget-challenge-latest-ideas .latest-ideas-description {
    margin-bottom: 10px; }

.widget-challenge-latest-ideas .latest-idea {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  margin: 0 10px 20px;
  max-width: 100%;
  min-width: 325px;
  padding: 12px;
  width: calc(50% - 20px); }
  .widget-challenge-latest-ideas .latest-idea-figure {
    flex-shrink: 0;
    height: 150px;
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 250px;
    min-width: 130px;
    width: 40%; }
  .widget-challenge-latest-ideas .latest-idea-image {
    font-family: 'object-fit: cover';
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .widget-challenge-latest-ideas .latest-idea-title {
    font-size: calc(1rem + 8px); }
  .widget-challenge-latest-ideas .latest-idea-description {
    font-size: calc(1rem + 4px);
    max-width: 50ch; }
  .widget-challenge-latest-ideas .latest-idea-votes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px; }
  .widget-challenge-latest-ideas .latest-idea-button {
    box-sizing: border-box;
    margin-top: 8px;
    padding: 2px 8px;
    width: auto; }
  .widget-challenge-latest-ideas .latest-idea-content {
    min-width: 150px; }
  .widget-challenge-latest-ideas .latest-idea-comments, .widget-challenge-latest-ideas .latest-idea-likes {
    margin-right: 8px; }
  .widget-challenge-latest-ideas .latest-idea-rating {
    margin-bottom: 2px;
    width: 100%; }

#sidebar .widget-challenge-latest-ideas .latest-idea {
  flex-wrap: wrap;
  margin-bottom: 10px;
  min-width: 0;
  width: 100%; }
  #sidebar .widget-challenge-latest-ideas .latest-idea-figure {
    height: 80px;
    margin-bottom: 8px;
    margin-right: 0;
    max-width: 100%;
    width: 100%; }
  #sidebar .widget-challenge-latest-ideas .latest-idea-title {
    font-size: calc(1rem + 4px); }
  #sidebar .widget-challenge-latest-ideas .latest-idea-description {
    font-size: calc(1rem); }

.widget-challenge-related-ideas .related-ideas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px; }
  .widget-challenge-related-ideas .related-ideas-description {
    margin-bottom: 10px; }

.widget-challenge-related-ideas .related-idea {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  margin: 0 10px 20px;
  max-width: 100%;
  min-width: 325px;
  padding: 12px;
  width: calc(50% - 20px); }
  .widget-challenge-related-ideas .related-idea-figure {
    flex-shrink: 0;
    height: 150px;
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 250px;
    min-width: 130px;
    width: 40%; }
  .widget-challenge-related-ideas .related-idea-image {
    font-family: 'object-fit: cover';
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .widget-challenge-related-ideas .related-idea-title {
    font-size: calc(1rem + 8px); }
  .widget-challenge-related-ideas .related-idea-description {
    font-size: calc(1rem + 4px);
    max-width: 50ch; }
  .widget-challenge-related-ideas .related-idea-button {
    box-sizing: border-box;
    margin-top: 4px;
    padding: 2px 8px;
    width: auto; }
  .widget-challenge-related-ideas .related-idea-categories {
    margin-top: 5px;
    padding: 0; }

#sidebar .widget-challenge-related-ideas .related-idea {
  flex-wrap: wrap;
  margin-bottom: 10px;
  min-width: 0;
  width: 100%; }
  #sidebar .widget-challenge-related-ideas .related-idea-figure {
    height: 80px;
    margin-bottom: 8px;
    margin-right: 0;
    max-width: 100%;
    width: 100%; }
  #sidebar .widget-challenge-related-ideas .related-idea-title {
    font-size: calc(1rem + 4px); }
  #sidebar .widget-challenge-related-ideas .related-idea-description {
    font-size: calc(1rem); }

.widget-forum-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .widget-forum-stats > h2 {
    width: 100%; }
  .widget-forum-stats > div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%; }
  .widget-forum-stats dl {
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    float: left;
    margin: 0 5px 10px;
    max-width: 140px;
    padding: 8px;
    text-align: center;
    width: calc(50% - 10px); }
  .widget-forum-stats dt {
    margin-bottom: 4px;
    margin-top: auto; }
  .widget-forum-stats dd {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: auto; }

.widget-poll {
  width: calc(100% - 40px); }
  .widget-poll .poll-attachments {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px; }
  .widget-poll .poll-attachment {
    height: 100px;
    margin: 0 5px 10px;
    max-width: 250px;
    width: calc(50% - 10px); }
    .widget-poll .poll-attachment-fancybox {
      height: 100%; }
    .widget-poll .poll-attachment-figure {
      height: 100%; }
    .widget-poll .poll-attachment-image {
      font-family: 'object-fit: cover;';
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .widget-poll .poll-button:disabled {
    cursor: not-allowed; }

@media (min-width: 768px) {
  #wrapper-top .widget-poll .poll-attachment,
  #wrapper-bottom .widget-poll .poll-attachment,
  #main-top .widget-poll .poll-attachment,
  #main-bottom .widget-poll .poll-attachment {
    min-width: 200px;
    width: auto; } }

.widget-spotlight-overview .spotlight-list .spotlight-list__item {
  max-width: 300px; }
  @media (min-width: 1500px) {
    .widget-spotlight-overview .spotlight-list .spotlight-list__item {
      width: calc((100% / 4) - 20px); } }
  @media (min-width: 1200px) and (max-width: 1499px) {
    .widget-spotlight-overview .spotlight-list .spotlight-list__item {
      width: calc((100% / 3) - 20px); } }

.widget-spotlight-overview .spotlight-list .spotlight-list__image {
  height: 100%; }

.widget-spotlight-overview .spotlight-list .spotlight-list__title {
  padding-left: 16px;
  padding-right: 16px; }

.widget-spotlight-overview .spotlight-carousel .spotlight-carousel__title {
  color: #555;
  font-size: 1.8rem; }

#main-bottom .widget-spotlight-overview .spotlight-list,
#main-top .widget-spotlight-overview .spotlight-list,
#wrapper-bottom .widget-spotlight-overview .spotlight-list,
#wrapper-top .widget-spotlight-overview .spotlight-list {
  margin: 0 -10px;
  max-width: none;
  width: calc(100% + 20px); }

.task-list-message {
  background: var(--color-primary);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.5;
  margin: 20px -20px 0;
  padding: 0; }
  .task-list-message__link {
    color: #fff;
    display: flex;
    padding: 8px 12px; }
    .task-list-message__link:hover {
      color: #fff;
      text-decoration: underline; }
  .task-list-message__icon {
    flex-shrink: 0;
    font-size: 18px;
    margin: 4px 12px 0 0; }

body .task-list-widget {
  padding: 0 !important;
  width: 100% !important; }
  body .task-list-widget * {
    box-sizing: border-box; }
  body .task-list-widget .task-list-widget__category-header {
    box-sizing: border-box;
    font-size: calc(1rem + 3px);
    margin: 0 -20px;
    padding-left: 32px;
    padding-right: 32px;
    width: calc(100% + 40px); }
    body .task-list-widget .task-list-widget__category-header--sidebar {
      padding-left: 16px;
      padding-right: 16px; }
  body .task-list-widget .task-list-widget__tasks {
    margin: 0 -20px;
    width: calc(100% + 40px);
    box-sizing: border-box; }
  body .task-list-widget .task-item__link, body .task-list-widget .task-item__blocked-overlay {
    font-size: calc(1rem + 3px); }
  body .task-list-widget .no-results-message {
    align-items: center;
    background: #ededed;
    border-radius: 12px;
    display: flex;
    width: 100%; }
    body .task-list-widget .no-results-message__content {
      color: #595959;
      font-size: 14px;
      line-height: 1.3;
      padding: 16px;
      text-align: center;
      width: 100%; }

.widget__description {
  margin-bottom: 20px; }

body .box .redactor-content ul > li,
body .box .redactor-content-content ul > li,
body .box .forum-post-content ul > li,
body .box .redactor-box ul > li {
  list-style-type: disc; }

body .box .redactor-content ul ul > li,
body .box .redactor-content-content ul ul > li,
body .box .forum-post-content ul ul > li,
body .box .redactor-box ul ul > li {
  list-style-type: circle; }

body .box .redactor-content ul ul ul > li,
body .box .redactor-content-content ul ul ul > li,
body .box .forum-post-content ul ul ul > li,
body .box .redactor-box ul ul ul > li {
  list-style-type: square; }

body .box .redactor-content ol > li,
body .box .redactor-content-content ol > li,
body .box .forum-post-content ol > li,
body .box .redactor-box ol > li {
  list-style-type: decimal; }

body .box .redactor-content ol ol > li,
body .box .redactor-content-content ol ol > li,
body .box .forum-post-content ol ol > li,
body .box .redactor-box ol ol > li {
  list-style-type: lower-latin; }

body .box .redactor-content ol ol ol > li,
body .box .redactor-content-content ol ol ol > li,
body .box .forum-post-content ol ol ol > li,
body .box .redactor-box ol ol ol > li {
  list-style-type: lower-roman; }

body .box .redactor-content figure,
body .box .redactor-content-content figure,
body .box .forum-post-content figure,
body .box .redactor-box figure {
  float: none;
  text-align: left; }
  body .box .redactor-content figure img,
  body .box .redactor-content-content figure img,
  body .box .forum-post-content figure img,
  body .box .redactor-box figure img {
    float: none;
    width: auto; }

.modal-new:not(.in) {
  display: none; }

.modal-new.fade.in {
  top: 50%;
  transform: translateY(-50%); }

.modal-new .modal-header {
  background: #f6f6f6;
  border-bottom-color: #e5e5e5;
  border-radius: 6px;
  padding: 15px; }
  .modal-new .modal-header .close {
    background: none;
    border: 0;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-top: -2px;
    padding: 0; }
  .modal-new .modal-header h4 {
    border-top: 0; }

.modal-new .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0; }

.modal-new .modal-body {
  font-size: 16px;
  margin: 0 0 10px; }
  .modal-new .modal-body p {
    margin: 0 0 10px; }

body .fancybox-new {
  height: auto !important;
  left: 50% !important;
  max-height: 80%;
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%);
  width: 560px !important; }
  body .fancybox-new .fancybox-inner {
    height: auto !important;
    width: 100% !important; }
    body .fancybox-new .fancybox-inner .confirmbox {
      width: 100%; }
      body .fancybox-new .fancybox-inner .confirmbox > h1 {
        background: #f6f6f6;
        border-bottom: 1px solid #e5e5e5;
        box-sizing: border-box;
        color: #444;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        padding: 15px;
        text-align: left;
        text-transform: capitalize; }
      body .fancybox-new .fancybox-inner .confirmbox > p {
        box-sizing: border-box;
        font-size: 16px;
        min-height: 100px;
        padding: 15px;
        width: 100%; }
      body .fancybox-new .fancybox-inner .confirmbox > .buttons {
        background: #f5f5f5;
        border-top: 1px solid #ddd;
        box-shadow: inset 0 1px 0 #fff;
        box-sizing: border-box;
        margin: 0;
        padding: 14px 15px 15px;
        text-align: right;
        width: 100%; }

.modal-likes {
  margin-left: -150px;
  width: 300px; }
  .modal-likes .likes-list {
    display: flex;
    flex-direction: column; }
    .modal-likes .likes-list .like {
      align-items: center;
      border-bottom: 1px solid #ededed;
      display: flex;
      order: 1;
      padding: 8px 0; }
      .modal-likes .likes-list .like:nth-child(3) {
        padding-top: 0; }
      .modal-likes .likes-list .like .avatar-container {
        flex-shrink: 0;
        height: 36px;
        width: 36px; }
        .modal-likes .likes-list .like .avatar-container img {
          height: 100%;
          object-fit: cover;
          width: 100%; }
      .modal-likes .likes-list .like .username {
        margin-left: 15px;
        text-decoration: none; }
    .modal-likes .likes-list .like-placeholder {
      display: none; }
    .modal-likes .likes-list .load-more {
      display: flex;
      justify-content: center;
      margin-top: 15px;
      order: 2; }
      .modal-likes .likes-list .load-more .load-more-button {
        align-items: center;
        cursor: pointer;
        display: inline-flex; }
    .modal-likes .likes-list .no-likes-label {
      justify-content: center; }
      .modal-likes .likes-list .no-likes-label:not(.visible) {
        display: none; }
      .modal-likes .likes-list .no-likes-label.visible {
        display: flex; }

.status-label {
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: normal;
  height: 15px;
  line-height: 15px;
  opacity: 1 !important;
  padding: 2px 6px;
  text-transform: uppercase;
  text-shadow: none; }
  .status-label.isdraft {
    background: #2C5B6D;
    color: #fff !important; }
    .status-label.isdraft[data-toggle='tooltip']:hover {
      background: #4692b0;
      cursor: pointer; }
  .status-label.isfuture {
    background: #6F5506; }
    .status-label.isfuture[data-toggle='tooltip']:hover {
      background: #654D06;
      cursor: pointer; }
  .status-label.isended {
    background: #f37c6c;
    color: #000 !important; }
    .status-label.isended[data-toggle='tooltip']:hover {
      background: #b35c50;
      cursor: pointer; }
  .status-label.isnew {
    background: #43611F; }
    .status-label.isnew[data-toggle='tooltip']:hover {
      background: #6d8c48;
      cursor: pointer; }
  .status-label.iscompleted, .status-label.isfinished {
    background: #7A3E73; }
    .status-label.iscompleted[data-toggle='tooltip']:hover, .status-label.isfinished[data-toggle='tooltip']:hover {
      background: #9c869a;
      cursor: pointer; }
  .status-label.isinprogress {
    background: #57585C; }
    .status-label.isinprogress[data-toggle='tooltip']:hover {
      background: #7d7e80;
      cursor: pointer; }

body .label--expired {
  background: #f37c6c; }

body .label--scheduled {
  background: #6F5506; }

body .label--draft {
  background: #2C5B6D; }

#root .blog-item {
  display: flex;
  width: 100%; }
  #root .blog-item:not(:first-child) {
    margin-top: 32px; }
  #root .blog-item * {
    box-sizing: border-box; }
  #root .blog-item__link {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dadada;
    color: #333;
    display: flex;
    padding: 16px;
    text-decoration: none;
    transition: transform .2s;
    width: 100%; }
    #root .blog-item__link:hover {
      transform: scale(1.02); }
    @media (max-width: 991px) {
      #root .blog-item__link {
        flex-wrap: wrap; } }
  #root .blog-item__visual {
    flex-shrink: 0;
    height: 200px;
    margin: 0;
    width: 200px; }
    @media (max-width: 991px) {
      #root .blog-item__visual {
        margin-bottom: 16px;
        order: -1;
        width: 100%; } }
  #root .blog-item__image {
    font-family: 'object-fit: cover;';
    height: 100%;
    object-fit: cover;
    width: 100%; }
  #root .blog-item__body {
    flex-grow: 1;
    margin: 0 16px 0 4px;
    min-height: 200px;
    padding: 0; }
  #root .blog-item__header {
    margin-bottom: 16px; }
  #root .blog-item__title {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2; }
  #root .blog-item__header-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px; }
  #root .blog-item__meta {
    margin-top: 4px; }
    #root .blog-item__meta--status .status-label {
      margin-right: 8px; }
    #root .blog-item__meta--date {
      margin-right: 4px; }
  #root .blog-item__footer {
    display: flex;
    flex-wrap: wrap; }
  #root .blog-item__comments {
    flex-shrink: 0; }
  #root .blog-item__comments-icon {
    align-items: center;
    align-self: flex-start;
    color: #555;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 24px;
    margin-right: 4px; }
  #root .blog-item__categories {
    display: flex;
    margin-bottom: 8px;
    width: 100%; }
  #root .blog-item__categories-list {
    align-items: flex-start;
    align-self: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -2px;
    padding: 0; }
  #root .blog-item__category {
    align-self: flex-start;
    background: #fff;
    border: 1px solid;
    border-radius: 10px;
    font-size: 10px;
    margin: 2px;
    padding: 4px 8px; }
  #root .blog-item__usergroups {
    margin-left: 16px; }
  #root .blog-item__row {
    display: flex; }
  #root .blog-item .status-label {
    float: none;
    height: auto;
    line-height: 1.5;
    padding: 4px 8px;
    position: relative;
    vertical-align: middle; }

#root .blog-article__usergroups {
  margin-top: 16px; }

.add-idea-form {
  background: #ededed;
  box-sizing: border-box;
  padding: 16px;
  width: 100%; }
  .add-idea-form * {
    box-sizing: border-box; }
  .add-idea-form__input-title {
    max-width: 400px; }
  .add-idea-form .postbody,
  .add-idea-form .postcomment-extras {
    margin: 0;
    width: 100%; }
  .add-idea-form .btn-drawing-tool {
    margin-top: 16px; }
  .add-idea-form .btn-cancel {
    margin-right: 8px; }

#root .challenge .challenge-header .user-dropdown,
#root .challenge .idea-header .user-dropdown,
#root .idea .challenge-header .user-dropdown,
#root .idea .idea-header .user-dropdown {
  top: 88px; }

#root .challenge-item__usergroups {
  margin-bottom: 4px;
  margin-top: 8px; }

.move-idea-modal {
  overflow: hidden; }
  .move-idea-modal * {
    box-sizing: border-box; }
  .move-idea-modal .modal-header {
    background: #f6f6f6;
    padding: 15px; }
  .move-idea-modal .modal-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4; }
  .move-idea-modal .move-idea-modal__form {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .move-idea-modal .move-idea-modal__challenges-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    max-height: 250px;
    overflow: auto; }
  .move-idea-modal .move-idea-modal__challenges {
    margin: 16px 15px;
    width: calc(100% - 30px); }
  .move-idea-modal .move-idea-modal__challenge {
    overflow: visible; }
    .move-idea-modal .move-idea-modal__challenge:not(:first-child) {
      margin-top: 8px; }
  .move-idea-modal .move-idea-modal__challenge-input {
    display: none; }
  .move-idea-modal .move-idea-modal__challenge-label {
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 18px;
    display: flex;
    margin: 0;
    padding: 8px 16px 8px 8px;
    transition: all .2s ease-in-out;
    width: 100%; }
    .move-idea-modal .move-idea-modal__challenge-label:before {
      background: #dadada;
      border-radius: 50%;
      content: ' ';
      display: inline-flex;
      flex-shrink: 0;
      height: 14px;
      margin-right: 16px;
      transition: all .2s ease-in-out;
      width: 14px; }
    .move-idea-modal .move-idea-modal__challenge-label:hover {
      transform: scale(1.02); }
  .move-idea-modal .move-idea-modal__footer {
    margin: 16px -15px -15px; }

.referrals__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .referrals__container * {
    box-sizing: border-box; }

@media (max-width: 1199px) {
  .referrals__column {
    width: 100%; }
    .referrals__column:not(:last-child) {
      margin-bottom: 32px; } }

@media (min-width: 1200px) {
  .referrals__column {
    width: calc(50% - 16px); } }

.referrals__title {
  margin-bottom: 16px; }

.referral-link {
  margin-bottom: 32px; }
  .referral-link__container {
    align-items: center;
    display: flex; }
  .referral-link__link {
    align-items: center;
    background-color: #ededed;
    border: 2px solid #ededed;
    border-radius: 6px;
    display: inline-flex;
    font-size: 13px;
    height: 46px;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    transition: border-color .35s; }
    .referral-link__link.copy-success {
      border-color: #3fd850; }
    .referral-link__link > div {
      height: 16px;
      overflow: hidden;
      width: 100%; }
      .referral-link__link > div > div {
        overflow: auto hidden;
        white-space: nowrap;
        width: 100%; }
  .referral-link__copy {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    margin-left: 8px;
    transition: all .3s;
    width: 40px; }
    .referral-link__copy:hover {
      color: #3192d0;
      cursor: pointer;
      transform: scale(1.1); }

.referral-form__form {
  background-color: #ededed;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 16px; }

.referral-form__form-label {
  font-size: 1.2rem; }

.referral-form__form-group {
  margin-bottom: 16px; }

.referral-form .referral-form__form-input, .referral-form .referral-form__form-textarea {
  border-radius: 4px;
  box-shadow: none;
  height: 36px;
  margin-bottom: 0; }

.referral-form .referral-form__form-input {
  height: 36px; }

.referral-form .referral-form__form-textarea {
  min-height: 100px;
  resize: vertical;
  width: 100%; }

.referral-form__submit {
  margin-left: auto;
  margin-top: 16px; }

.referral-form__error {
  display: block;
  margin-top: 2px; }

.referrals-completed__list {
  list-style: none;
  padding: 0; }

.referrals-completed__headers {
  border-bottom: 1px solid #777;
  display: flex;
  font-weight: bold;
  padding: 6px 0; }

.referrals-completed__item {
  border-bottom: 1px solid #dadada;
  display: flex;
  padding: 6px 0; }
  .referrals-completed__item:nth-child(odd) {
    background-color: #f5f5f5; }

.referrals-completed__column {
  flex-shrink: 0;
  padding: 0 16px;
  width: 50%; }

.referrals-completed__pagination {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 16px;
  max-width: 80%; }

.referrals-completed__no-items {
  color: #777;
  margin: 8px 0;
  text-align: center; }
  .referrals-completed__no-items:not(:nth-child(2)) {
    display: none; }

.badges-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px); }
  .badges-list__badge {
    margin: 8px;
    width: calc(20% - 16px); }
    .badges-list__badge img {
      display: inline-block;
      font-family: 'object-fit: contain; object-position: center center;';
      height: 100%;
      object-fit: contain;
      object-position: center center;
      width: 100%; }
  .badges-list__figure {
    height: 100%;
    margin: 0; }

.user-profile > .box_content > .breadcrumb {
  margin: 4px 8px 18px; }

.profile-fields,
.profile-stats,
.profile-main,
.profile-badges,
.profile-activity {
  box-sizing: border-box;
  margin: 0 8px 16px;
  padding: 0 8px 16px; }

.profile-fields,
.profile-stats {
  width: calc(35% - 16px); }

.profile-main {
  padding-top: 8px;
  width: calc(30% - 16px); }

.profile-badges {
  width: calc(70% - 16px); }

.profile-activity {
  margin-bottom: 0;
  width: calc(100% - 16px); }

.editprofile__password-requirements {
  flex-direction: column;
  position: relative; }
  .editprofile__password-requirements.show {
    display: flex; }

.reason-textarea {
  max-width: 250px;
  min-height: 80px;
  resize: both;
  width: 100%; }

.topic-title .topic-icon,
.forum-title .forum-icon {
  display: block;
  float: left;
  height: 32px;
  margin-right: 2.53807106598985%;
  width: 9.99609527528306%; }
  .topic-title .topic-icon .bubble,
  .forum-title .forum-icon .bubble {
    fill: #d5d5d5; }
  .topic-title .topic-icon .pin,
  .topic-title .topic-icon .lock,
  .forum-title .forum-icon .pin,
  .forum-title .forum-icon .lock {
    fill: #333;
    visibility: hidden; }
  .topic-title .topic-icon.unread .bubble,
  .forum-title .forum-icon.unread .bubble {
    fill: #3192d0; }
  .topic-title .topic-icon.locked .lock,
  .forum-title .forum-icon.locked .lock {
    visibility: visible; }
  .topic-title .topic-icon.sticky .pin,
  .forum-title .forum-icon.sticky .pin {
    visibility: visible; }

#root .forum-new-topic {
  background: #ededed;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 16px; }
  #root .forum-new-topic * {
    box-sizing: border-box; }
  #root .forum-new-topic__input-title {
    max-width: 400px; }
  #root .forum-new-topic .postbody,
  #root .forum-new-topic .postcomment-extras {
    margin: 0;
    width: 100%; }
  #root .forum-new-topic .btn-drawing-tool {
    margin-top: 16px; }
  #root .forum-new-topic .btn-cancel {
    margin-right: 8px; }
  #root .forum-new-topic .postcomment-action {
    display: flex;
    justify-content: flex-end; }

.forum-category__usergroups,
.forum-topic__usergroups {
  margin-bottom: 16px; }

.forum-header__bottom {
  border: 1px solid #dadada;
  border-top: 0;
  margin-bottom: 16px;
  padding: 10px; }

#root .send_message .prv-msg-tmp-input {
  background: url("/front-end/pf4/images/loading-icon-frontend.gif") no-repeat, #fff;
  background-position: 8px center;
  background-size: 16px 16px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  box-shadow: none;
  color: #555;
  cursor: not-allowed;
  display: block;
  float: none !important;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  min-height: 38px;
  opacity: .5;
  padding: 8px;
  pointer-events: none;
  user-select: none;
  width: 150px !important; }

#root .send_message .prv-msg-input-subject {
  max-width: 400px; }

#root .send_message .prv-msg-input-message {
  max-width: 65ch;
  min-height: 150px; }

#root .send_message .prv-msg-cancel {
  font-size: 1.4rem;
  margin-right: 8px;
  padding: 8px 16px; }

.qs-questionnaire .qs-toggle-description {
  background: #e5e5e5;
  color: #777;
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 5px; }
  .qs-questionnaire .qs-toggle-description:hover {
    background: #999;
    color: #fff; }

.qs-questionnaire .qs-toggle-description-cb:checked ~ .qs-toggle-description .show-label {
  display: none; }

.qs-questionnaire .qs-toggle-description-cb:not(:checked) ~ .qs-toggle-description .hide-label {
  display: none; }

.qs-questionnaire .qs-toggle-description-cb:not(:checked) ~ *:not(.qs-toggle-description) {
  display: none; }

.qs-questionnaire .qs-question header .redactor-content ul > li {
  list-style: disc; }

.qs-questionnaire .qs-question .multiple-choice-answer-option {
  overflow: hidden; }
  .qs-questionnaire .qs-question .multiple-choice-answer-option input {
    float: left; }
  .qs-questionnaire .qs-question .multiple-choice-answer-option .multiple-choice-answer-option-label {
    overflow: hidden; }
    .qs-questionnaire .qs-question .multiple-choice-answer-option .multiple-choice-answer-option-label .visual-attachments {
      float: none;
      clear: both;
      margin-left: 0 !important;
      width: 100px; }
      .qs-questionnaire .qs-question .multiple-choice-answer-option .multiple-choice-answer-option-label .visual-attachments .image {
        width: auto; }

#root .questionnaire__usergroups {
  display: flex;
  margin-top: 8px; }

.two-factor-page #wrapper {
  display: flex;
  flex-direction: column; }

.search-results .srch-filters > li > a {
  display: inline-block; }

.main-footer {
  box-sizing: border-box;
  margin-top: auto;
  padding: 32px; }
  .main-footer * {
    box-sizing: border-box; }
  .main-footer__wrapper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; }
    @media (max-width: 899px) {
      .main-footer__wrapper {
        flex-wrap: wrap; } }
  .main-footer__content {
    flex-grow: 1; }
    @media (max-width: 899px) {
      .main-footer__content {
        width: 100%; } }
    @media (min-width: 900px) {
      .main-footer__content {
        flex-direction: row; } }
  .main-footer__text {
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 75ch;
    width: 100%; }
    @media (min-width: 900px) {
      .main-footer__text:not(:last-child) {
        margin-bottom: 16px; } }
    .main-footer__text p:last-child {
      margin-bottom: 0; }
  .main-footer__credits {
    flex-shrink: 0;
    height: 20px;
    margin: auto 0 0 auto;
    text-align: right;
    width: auto; }

.footer-navigation {
  display: flex; }
  @media (max-width: 899px) {
    .footer-navigation {
      margin-bottom: 32px; } }
  .footer-navigation__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .footer-navigation__list {
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: 32px; } }
  .footer-navigation__item {
    align-items: center;
    display: inline-flex;
    margin: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .footer-navigation__item:not(:first-child) {
        margin-left: 8px; } }
    @media (min-width: 900px) {
      .footer-navigation__item:not(:first-child):before {
        content: ' '; } }
    .footer-navigation__item:before {
      background: #999;
      border-radius: 50%;
      display: inline-flex;
      height: 5px;
      margin-right: 8px;
      width: 5px; }
  .footer-navigation__link {
    font-size: inherit;
    padding: 4px 0;
    text-decoration: none; }
    .footer-navigation__link:hover {
      text-decoration: underline; }

.credits__link {
  align-items: center;
  border-bottom: 1px solid transparent;
  /*rtl:ignore*/
  direction: ltr;
  display: inline-flex;
  text-decoration: none; }
  .credits__link:hover {
    text-decoration: none; }

.credits__logo {
  height: 20px;
  /*rtl:ignore*/
  margin-left: 4px;
  width: 65px; }

@media (min-width: 1200px) {
  .platform-structure--astra .main-footer {
    padding-left: 64px;
    padding-right: 64px; } }

@media (max-width: 899px) {
  body #root .box-community .box_content {
    display: flex;
    flex-direction: column; }
  body #root .box-community .filter {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -8px; }
    body #root .box-community .filter a {
      margin: 4px 8px; }
  body #root .box-community .viewtype {
    display: flex;
    margin-bottom: 16px;
    margin-top: 32px;
    width: 100%; }
    body #root .box-community .viewtype a:not(:first-child) {
      margin-left: 16px; }
  .professional-design #root .box-community .community.com-me {
    display: block;
    float: none;
    margin-bottom: 0; }
  .professional-design #root .box-community .community .userprofiles .profile:not(.profile-picture-view) figure {
    height: 30px;
    width: 30px; }
  .professional-design #root .box-community .community .userprofiles .profile:not(.profile-picture-view) a > div {
    border-left: 0;
    min-height: 0; }
  .professional-design #root .box-community .community .userprofiles .profile.profile-picture-view {
    flex-shrink: 0;
    max-width: calc(50% - 16px);
    width: auto; }
  .no-professional-design #root .box-community .userprofiles .profile {
    border: 0; }
    .no-professional-design #root .box-community .userprofiles .profile:not(.profile-picture-view) figure {
      height: 50px;
      margin-right: 8px;
      width: 50px; }
    .no-professional-design #root .box-community .userprofiles .profile > a:first-child > div {
      border: 1px solid var(--color-primary);
      border-radius: var(--main-border-radius); }
      .no-professional-design #root .box-community .userprofiles .profile > a:first-child > div .username {
        margin-top: -1px; } }

@media (max-width: 899px) {
  body #root .email-settings form > section dl dt {
    margin-right: 4px; }
  body #root .email-settings form > section dl input {
    height: 14px;
    max-width: 14px;
    width: 14px; }
  body #root .email-settings form > section dl .icon-envelope {
    display: none; } }

.comment-options {
  display: flex;
  justify-content: baseline;
  align-items: baseline; }

.comment-selected {
  background: var(--color-primary-tint-85) !important;
  border-radius: var(--main-border-radius); }

@media (max-width: 899px) {
  body #root .journal .chapter-question .main-image {
    margin: 0;
    width: auto; }
  body #root .journal .chapter-question .bodytext h3 {
    margin-bottom: 8px;
    margin-top: 8px; }
  body #root .journal .journal-posts #new {
    padding: 16px 0 0; }
    body #root .journal .journal-posts #new .postbody {
      float: none;
      width: 100%; }
    body #root .journal .journal-posts #new .postcomment-extras {
      margin: 16px 0 0;
      width: 100%; }
    body #root .journal .journal-posts #new .entry-date .datepicker {
      display: flex;
      width: 100%; }
      body #root .journal .journal-posts #new .entry-date .datepicker .entry-date-input {
        flex-grow: 1; }
    body #root .journal .journal-posts #new .postcomment-action {
      margin: 16px 0 0;
      width: 100%; }
  body #root .journal .journal-posts-overview .journal-article header,
  body #root .journal .journal-posts .journal-article header {
    display: flex;
    flex-wrap: wrap; }
    body #root .journal .journal-posts-overview .journal-article header h1,
    body #root .journal .journal-posts .journal-article header h1 {
      margin-bottom: 8px; }
    body #root .journal .journal-posts-overview .journal-article header .btn-group,
    body #root .journal .journal-posts .journal-article header .btn-group {
      margin-left: auto; }
    body #root .journal .journal-posts-overview .journal-article header .post-author,
    body #root .journal .journal-posts .journal-article header .post-author {
      border-bottom: 0;
      order: -1; }
    body #root .journal .journal-posts-overview .journal-article header .author,
    body #root .journal .journal-posts .journal-article header .author {
      order: -2; }
    body #root .journal .journal-posts-overview .journal-article header .avatar,
    body #root .journal .journal-posts .journal-article header .avatar {
      height: 30px;
      width: 30px; }
  body #root .journal .journal-posts-overview .journal-article .journal-content,
  body #root .journal .journal-posts .journal-article .journal-content {
    margin: 0;
    width: 100%; }
  body #root .journal .journal-posts-overview .journal-article .first-image-container,
  body #root .journal .journal-posts .journal-article .first-image-container {
    display: inline-block;
    height: auto;
    margin-bottom: 8px;
    max-height: 150px;
    width: 100%; }
    body #root .journal .journal-posts-overview .journal-article .first-image-container .main-image,
    body #root .journal .journal-posts .journal-article .first-image-container .main-image {
      height: auto;
      margin: 0;
      width: 100%; }
  body #root .journal .journal-posts-overview .journal-article .article-comments,
  body #root .journal .journal-posts .journal-article .article-comments {
    margin-top: 16px;
    width: calc(100% - 16px); }
    body #root .journal .journal-posts-overview .journal-article .article-comments .postbody,
    body #root .journal .journal-posts .journal-article .article-comments .postbody {
      display: flex; }
    body #root .journal .journal-posts-overview .journal-article .article-comments .miniavatar,
    body #root .journal .journal-posts .journal-article .article-comments .miniavatar {
      flex-shrink: 0;
      height: 30px;
      margin-right: 8px;
      position: relative;
      width: 30px; }
    body #root .journal .journal-posts-overview .journal-article .article-comments .message,
    body #root .journal .journal-posts .journal-article .article-comments .message {
      flex-grow: 1;
      margin: 0; }
    body #root .journal .journal-posts-overview .journal-article .article-comments .postcomment-action,
    body #root .journal .journal-posts .journal-article .article-comments .postcomment-action {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      body #root .journal .journal-posts-overview .journal-article .article-comments .postcomment-action button,
      body #root .journal .journal-posts .journal-article .article-comments .postcomment-action button {
        width: auto; }
    body #root .journal .journal-posts-overview .journal-article .article-comments .comment,
    body #root .journal .journal-posts .journal-article .article-comments .comment {
      background: red !important; }
      body #root .journal .journal-posts-overview .journal-article .article-comments .comment .avatar,
      body #root .journal .journal-posts .journal-article .article-comments .comment .avatar {
        height: 30px;
        width: 30px; }
      body #root .journal .journal-posts-overview .journal-article .article-comments .comment .commentbody,
      body #root .journal .journal-posts .journal-article .article-comments .comment .commentbody {
        padding: 0;
        width: 100%; }
        body #root .journal .journal-posts-overview .journal-article .article-comments .comment .commentbody article,
        body #root .journal .journal-posts .journal-article .article-comments .comment .commentbody article {
          width: 100% !important; } }

@media (max-width: 899px) {
  body #root > header {
    margin-bottom: 0 !important; }
  body #root > header #header_wrapper {
    min-height: 0; }
  body #root > header h1 {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 !important; }
  body #root > header a {
    margin: 0 !important; }
  body #root > #innerbody {
    margin-top: 0 !important; } }

@media (max-width: 899px) {
  .cntrl_private_messaging #root .box .private-messaging__boxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .cntrl_private_messaging #root .box .private-messaging__boxes a:not(:first-child) {
      margin-left: 8px; }
  .cntrl_private_messaging #root .box .messages td {
    font-size: 12px; }
    .cntrl_private_messaging #root .box .messages td:first-child {
      padding-right: 8px; }
  .cntrl_private_messaging #root .box.view_message .avatar {
    height: 30px;
    width: 30px; } }

@media (max-width: 899px) {
  body #root .editprofile form > section {
    margin: 16px 0;
    width: 100%; }
  body #root .editprofile form dl {
    display: flex;
    flex-direction: column;
    padding: 0; }
    body #root .editprofile form dl dt,
    body #root .editprofile form dl dd {
      width: 100%; }
    body #root .editprofile form dl input[type='text'],
    body #root .editprofile form dl input[type='number'],
    body #root .editprofile form dl input[type='date'],
    body #root .editprofile form dl input[type='password'],
    body #root .editprofile form dl select,
    body #root .editprofile form dl textarea {
      box-sizing: border-box;
      max-width: 100%;
      width: 100%; }
    body #root .editprofile form dl input[type='radio'],
    body #root .editprofile form dl input[type='checkbox'] {
      margin-right: 4px;
      margin-top: 0;
      transform: translateY(3px);
      vertical-align: top;
      width: 14px; }
      body #root .editprofile form dl input[type='radio'] + label,
      body #root .editprofile form dl input[type='checkbox'] + label {
        display: inline-block;
        margin-bottom: 4px;
        max-width: calc(100% - 18px); }
  #mthd_sign_off #root .user-profile dl {
    padding-left: 0; }
    #mthd_sign_off #root .user-profile dl dt,
    #mthd_sign_off #root .user-profile dl dd {
      width: 100%; }
    #mthd_sign_off #root .user-profile dl input[type='text'],
    #mthd_sign_off #root .user-profile dl input[type='number'],
    #mthd_sign_off #root .user-profile dl input[type='date'],
    #mthd_sign_off #root .user-profile dl input[type='password'],
    #mthd_sign_off #root .user-profile dl select,
    #mthd_sign_off #root .user-profile dl textarea {
      box-sizing: border-box;
      max-width: 100%;
      width: 100%; } }

@media (max-width: 767px) {
  body #root .editprofile .nav-tabs {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 500px) {
  body #root .qs-overview .box_content .qs-list > li > a {
    display: flex;
    flex-direction: column; }
    body #root .qs-overview .box_content .qs-list > li > a figure {
      height: auto;
      margin: -16px -16px 16px;
      max-height: 200px;
      position: relative;
      width: calc(100% + 32px); }
    body #root .qs-overview .box_content .qs-list > li > a h1 {
      margin: 0 0 16px; }
    body #root .qs-overview .box_content .qs-list > li > a .redactor-content {
      margin: 0;
      padding: 0; }
  .no-professional-design #root .qs-overview .box_content .qs-list > li > a figure {
    border-radius: var(--main-border-radius) var(--main-border-radius) 0 0;
    margin: -16px -10px 16px;
    width: calc(100% + 20px); }
  .no-professional-design #root .qs-overview .box_content .qs-list > li .status-label {
    right: 8px;
    top: 2px; } }

@media (max-width: 899px) {
  body #root .qs-questionnaire .qs-progress {
    float: none;
    margin-bottom: 16px;
    width: 100%; }
  body #root .qs-questionnaire header > h1 {
    margin-bottom: 16px; }
  body #root .qs-finished .qs-progress {
    float: none;
    margin-bottom: 16px;
    width: 100%; } }

@media (max-width: 991px) {
  body #root #innerbody #wrapper #sidebar {
    bottom: 0;
    box-sizing: border-box;
    height: calc(100vh - 54px);
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    top: 54px; } }

@media (max-width: 899px) {
  body #root .user-profile .profile-main .profile-user figure {
    margin: 0 auto;
    padding: 0; }
  body #root .user-profile .profile-main .profile-user .username {
    box-sizing: border-box;
    margin-top: 16px;
    min-height: 0;
    padding: 0 16px;
    width: 100%; }
  body #root .user-profile .profile-main .profile-user .user-details {
    margin-bottom: 0; }
  body #root .user-profile .profile-main .profile-actions .profile-pm {
    width: 100%; }
  body #root .user-profile .profile-main .profile-actions .dropdown-menu {
    top: 100%; }
  body #root .user-profile .profile-fields dl {
    margin-top: 8px; }
  body #root .user-profile .profile-fields dt {
    margin-top: 8px; }
    body #root .user-profile .profile-fields dt:first-child {
      margin-top: 0; }
  body #root .user-profile .profile-fields dd {
    padding-left: 0; }
  body #root .user-profile .profile-stats,
  body #root .user-profile .profile-badges,
  body #root .user-profile .profile-activity,
  body #root .user-profile .profile-fields,
  body #root .user-profile .profile-user {
    box-sizing: border-box;
    padding: 16px; }
  .no-professional-design #root .user-profile .profile-user > figure {
    display: inline-block;
    height: 50px;
    margin-bottom: 16px !important;
    margin-right: 16px !important;
    width: 50px; } }

@media (max-width: 899px) {
  body #root .webshop .shop_items .shopitem figure {
    height: 100px; }
  body #root .webshop .shop_items .shopitem h1 {
    font-size: 1.2em; }
  body #root .webshop.webshop-item .box_content > article {
    display: flex;
    flex-direction: column-reverse; }
  body #root .webshop.webshop-item .shopvisual {
    width: auto; }
  body #root .webshop .shop-cart-overview table thead th {
    font-size: 12px; }
    body #root .webshop .shop-cart-overview table thead th:nth-child(2) {
      display: none; }
    body #root .webshop .shop-cart-overview table thead th:last-child {
      max-width: 20px;
      width: 20px; }
  body #root .webshop .shop-cart-overview table tbody td {
    font-size: 12px; }
    body #root .webshop .shop-cart-overview table tbody td:first-child {
      display: none; }
    body #root .webshop .shop-cart-overview table tbody td:nth-child(2) {
      padding-left: 0; }
    body #root .webshop .shop-cart-overview table tbody td:last-child {
      max-width: 20px;
      width: 20px; }
    body #root .webshop .shop-cart-overview table tbody td input {
      box-sizing: border-box;
      font-size: 12px;
      width: 30px; }
    body #root .webshop .shop-cart-overview table tbody td .close {
      align-items: center;
      border-radius: 50%;
      display: inline-flex;
      font-size: 10px;
      height: 20px;
      justify-content: center;
      text-transform: uppercase;
      width: 20px; }
  body #root .webshop .shop-cart-overview table tfoot tr:not(.shop-total) td:nth-child(2) {
    padding-left: 0; }
  body #root .webshop .shop-cart-overview table tfoot td {
    font-size: 12px; }
    body #root .webshop .shop-cart-overview table tfoot td:first-child {
      display: none; }
  body #root .webshop .shop-cart-overview .cart-remarks .btn {
    clear: left;
    display: inline-block;
    margin-top: 16px; }
  body #root .webshop .shop-order-details .shop-comments {
    width: 100%; }
    body #root .webshop .shop-order-details .shop-comments textarea {
      box-sizing: border-box;
      width: 100%; }
  body #root .webshop .shop-place-order .btn {
    margin-bottom: 8px; } }

body #wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
