/**
 * Define or overwrite your theme variables here.
 *
 * Check for @humhub/static/less/variables.less file for all available variables.
 *
 * You can also access your variables within your view files by calling Yii::$app->view->theme->variable('myVariable');
 *
 * You can disable the import of humhub theme components by using variables of the format @prev-{component} e.g.:
 * This will prevent comment.less component from beeing imported.
 * e.g.:
 * @prev-comment: true;
 *
**/
/**
 * Define your mixins within this file.
**/
/* Fonts */
.heading {
  font-weight: 400;
  font-family: var(--hh-ct-heading-font-family);
  color: var(--hh-ct-text-color-heading);
}
.heading .btn,
.heading .help-block {
  font-family: var(--hh-ct-font-family);
}
.heading .heading-link {
  color: var(--text-color-link) !important;
}
.img-rounded:not(#img-logo) {
  border-radius: 50%;
}
.space-acronym {
  border-radius: 50% !important;
}
.modules-group .img-rounded:not(#img-logo) {
  border-radius: 0;
}
.dropdown-menu {
  transition: .25s;
  border: 1px solid var(--hh-ct-menu-border-color);
  border-radius: .215rem;
  box-shadow: 0 3px 12px #0000000d;
}
.dropdown-menu > .media-list > li {
  margin: 2px 5px;
}
.form-control {
  border-radius: 25px;
}
#contentForm_message .form-control {
  border-radius: var(--hh-ct-panel-border-radius);
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 0);
  }
}
@media (min-width: 992px) {
  .container {
    width: calc(100% - 15px);
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(100% - 45px);
    max-width: var(--hh-ct-container-max-width);
  }
}
body {
  padding-top: calc(var(--hh-ct-top-bar-height) + var(--hh-ct-top-bar-bottom-spacing));
  padding-bottom: var(--hh-fixed-footer-height);
  font-family: var(--hh-ct-font-family);
  font-size: var(--hh-ct-font-size);
  font-weight: var(--hh-ct-font-weight);
}
@media print {
  #topbar {
    display: none;
  }
}
h1 {
  font-size: var(--hh-ct-h1-font-size);
}
h2 {
  font-size: var(--hh-ct-h2-font-size);
}
h3 {
  font-size: var(--hh-ct-h3-font-size);
}
h4 {
  font-size: var(--hh-ct-h4-font-size);
}
h5 {
  font-size: var(--hh-ct-h5-font-size);
}
h6 {
  font-size: var(--hh-ct-h6-font-size);
}
.badge.messageCount,
#badge-notifications,
#badge-messages {
  border-radius: 50%;
}
.container-cards .card .card-header .card-image-link {
  border: none;
}
.container-cards .card .card-panel {
  border-width: var(--hh-ct-panel-border-width);
  border-style: var(--hh-ct-panel-border-style);
  border-color: var(--hh-ct-panel-border-color);
  border-radius: var(--hh-ct-panel-border-radius);
  box-shadow: var(--hh-ct-panel-box-shadow);
}
.wall-entry-controls a[data-action-click="comment.toggleComment"] {
  font-size: 0;
}
.wall-entry-controls a[data-action-click="comment.toggleComment"] .comment-count {
  font-size: 11px;
}
.wall-entry-controls a[data-action-click="comment.toggleComment"]:before {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  content: "\f0e5";
  display: inline-block;
}
.wall-entry-controls a[data-action-click="like.toggleLike"] {
  font-size: 0;
}
.wall-entry-controls a[data-action-click="like.toggleLike"] .comment-count {
  font-size: 11px;
}
.wall-entry-controls a[data-action-click="like.toggleLike"]:before {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  content: "\f087";
  display: inline-block;
  margin-right: 3px;
}
.wall-entry-controls a[data-action-click="like.toggleLike"].unlike:before {
  content: "\f164";
}
.modal .dropdown-menu li,
.nav-tabs .dropdown-menu li,
.panel .dropdown-menu li,
.modal .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected,
.panel .dropdown-menu li.selected,
.modal .dropdown-menu li:hover:not(.divider),
.nav-tabs .dropdown-menu li:hover:not(.divider),
.panel .dropdown-menu li:hover:not(.divider) {
  border-left: none;
}
.image-upload-container .image-upload-buttons {
  right: 20px;
  bottom: 20px;
}
.form-control:focus {
  border: 1px solid var(--info);
}
.list-group-item {
  border-left: none !important;
  padding: 10px 15px;
  transition: .25s;
  font-size: var(--hh-ct-menu-font-size);
}
a.list-group-item {
  color: var(--hh-ct-menu-text-color);
}
a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  border-left: none !important;
  background-color: var(--primary);
  color: var(--text-color-contrast);
}
a.list-group-item:hover {
  background-color: var(--background-color-secondary);
  color: var(--text-color-highlight);
}
.media-list li {
  border-left: none;
}
.media-list li.new {
  border-left: none;
}
.media-list li:hover,
.media-list li.selected {
  border-left: none;
}
.media-list li.placeholder:hover {
  border-left: none;
}
.media .media-body {
  font-size: var(--hh-ct-font-size);
}
.media .media-body strong {
  color: var(--text-color-soft);
}
.has-online-status .user-online-status {
  right: -4%;
  bottom: -4%;
}
.has-online-status.img-size-large .user-online-status {
  right: 0;
  bottom: 0;
}
.markdown-render h1,
[data-ui-markdown] h1,
[data-ui-richtext] h1 {
  font-size: var(--hh-ct-h1-font-size);
}
.markdown-render h2,
[data-ui-markdown] h2,
[data-ui-richtext] h2 {
  font-size: var(--hh-ct-h2-font-size);
}
.markdown-render h3,
[data-ui-markdown] h3,
[data-ui-richtext] h3 {
  font-size: var(--hh-ct-h3-font-size);
}
.markdown-render h4,
[data-ui-markdown] h4,
[data-ui-richtext] h4 {
  font-size: var(--hh-ct-h4-font-size);
}
.markdown-render h5,
[data-ui-markdown] h5,
[data-ui-richtext] h5 {
  font-size: var(--hh-ct-h5-font-size);
}
.markdown-render h6,
[data-ui-markdown] h6,
[data-ui-richtext] h6 {
  font-size: var(--hh-ct-h6-font-size);
}
.modal-content {
  border-radius: var(--hh-ct-panel-border-radius);
}
.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4,
.modal .modal-header h5 {
  color: var(--hh-ct-text-color-heading);
}
@media (max-width: 768px) {
  #layout-content .left-navigation .list-group {
    white-space: normal;
  }
  #layout-content .panel-profile .panel-profile-header .img-profile-header-background {
    min-height: 65px !important;
  }
  .topbar,
  .topbar > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #topbar > .container .topbar-brand.hidden-xs {
    flex: 1;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #topbar > .container .topbar-brand.hidden-xs a.navbar-brand {
    display: block !important;
    padding-left: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
  }
  #topbar > .container #space-menu-dropdown .media-list,
  #topbar > .container #search-menu-dropdown .media-list {
    max-height: 200px;
  }
  #topbar > .container .topbar-actions {
    padding-right: 13px;
  }
}
@media (max-width: 570px) {
  #topbar > .container .caret {
    display: none;
  }
  #topbar > .container > .nav > li > a {
    padding: 7px 8px 0;
  }
  #topbar > .container #top-menu-nav {
    position: fixed;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: var(--background-color-secondary);
    border-top: solid 2px #CCC;
    width: auto;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #topbar > .container #top-menu-nav > li > a {
    width: 65px;
    padding: 0 0 5px 0;
    height: auto;
    line-height: 12px !important;
    font-size: 10px;
    color: var(--primary);
  }
  #topbar > .container #top-menu-nav > li > a.active,
  #topbar > .container #top-menu-nav > li > a:hover,
  #topbar > .container #top-menu-nav > li > a:active,
  #topbar > .container #top-menu-nav > li > a:focus {
    background-color: var(--primary) !important;
    color: var(--background-color-secondary) !important;
    border-bottom: none !important;
  }
  #topbar > .container #top-menu-nav > li > a#space-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #topbar > .container #top-menu-nav > li > a#space-menu .space-acronym {
    line-height: 20px;
  }
  #topbar > .container #top-menu-nav > li > a#space-menu .no-space {
    margin-bottom: 5px;
  }
  #topbar > .container #top-menu-nav > li > a i {
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 0;
  }
  #topbar > .container #top-menu-nav.hide-menu-item-texts > li > a {
    width: 50px;
    padding: 0;
    line-height: 0 !important;
    font-size: 0;
  }
  #topbar > .container #top-menu-nav.hide-menu-item-texts > li > a#space-menu .no-space {
    margin-bottom: 0;
  }
  #topbar > .container #top-menu-nav.hide-menu-item-texts > li > a i {
    line-height: 50px;
  }
  #topbar > .container .notifications .dropdown-menu {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 50px !important;
  }
  #topbar > .container .open #space-menu-dropdown {
    display: flex;
    flex-direction: column-reverse;
  }
  #topbar > .container .open #space-menu-dropdown #space-menu-spaces {
    max-height: calc(100vh - 250px) !important;
  }
  body.is-guest #topbar #search-menu-nav {
    display: none;
  }
}
.nav-pills .dropdown-menu li,
.nav-tabs .dropdown-menu li,
.account .dropdown-menu li,
.nav-pills .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.account .dropdown-menu li:hover,
.nav-pills .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected,
.account .dropdown-menu li.selected {
  border-left: none !important;
}
.tab-menu .nav-tabs li > a,
ul.tab-menu-settings li > a {
  color: var(--hh-ct-menu-text-color);
  padding-top: 14px;
  border: none;
  border-bottom: 1px solid var(--hh-ct-menu-border-color);
  background-color: transparent;
  max-height: 41px;
  outline: none;
  transition: .25s;
}
.tab-menu .nav-tabs li > a:hover,
ul.tab-menu-settings li > a:hover,
.tab-menu .nav-tabs li > a:focus,
ul.tab-menu-settings li > a:focus {
  padding-top: 14px;
  border-top: none !important;
}
.tab-menu .nav-tabs li > a:hover,
ul.tab-menu-settings li > a:hover {
  background-color: var(--background-color-secondary);
}
.tab-menu .nav-tabs li.active > a,
ul.tab-menu-settings li.active > a,
.tab-menu .nav-tabs li.active > a:hover,
ul.tab-menu-settings li.active > a:hover,
.tab-menu .nav-tabs li.active > a:focus,
ul.tab-menu-settings li.active > a:focus {
  padding-top: 14px;
  background-color: var(--primary);
  color: var(--text-color-contrast);
  border: none !important;
  border-bottom: 1px solid var(--primary) !important;
}
.panel {
  border-width: var(--hh-ct-panel-border-width);
  border-style: var(--hh-ct-panel-border-style);
  border-color: var(--hh-ct-panel-border-color);
  border-radius: var(--hh-ct-panel-border-radius);
  box-shadow: var(--hh-ct-panel-box-shadow);
}
.panel .panel {
  border: none;
  box-shadow: none;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: var(--hh-ct-panel-border-radius);
  border-bottom-right-radius: var(--hh-ct-panel-border-radius);
}
.panel .panel-heading {
  border-top-left-radius: var(--hh-ct-panel-border-radius);
  border-top-right-radius: var(--hh-ct-panel-border-radius);
  font-size: var(--hh-ct-ph-font-size);
  font-weight: var(--hh-ct-ph-font-weight);
}
.panel .panel-body {
  font-size: var(--hh-ct-font-size);
  font-weight: var(--hh-ct-font-weight);
}
.panel h1 {
  font-size: var(--hh-ct-h1-font-size);
}
.panel h2 {
  font-size: var(--hh-ct-h2-font-size);
}
.panel h3 {
  font-size: var(--hh-ct-h3-font-size);
}
.panel h4 {
  font-size: var(--hh-ct-h4-font-size);
}
.panel h5 {
  font-size: var(--hh-ct-h5-font-size);
}
.panel h6 {
  font-size: var(--hh-ct-h6-font-size);
}
.panel-profile .panel-profile-header {
  border-radius: var(--hh-ct-panel-border-radius);
  border-top-right-radius: var(--hh-ct-panel-border-radius);
  border-top-left-radius: var(--hh-ct-panel-border-radius);
}
.panel-profile .panel-profile-header .image-upload-container {
  border-radius: var(--hh-ct-panel-border-radius);
}
.panel-profile .panel-profile-header img.img-profile-header-background {
  min-height: 100px;
  object-fit: cover;
}
.panel-profile .panel-profile-header img.img-profile-header-background[src$="/img/default_banner.jpg"] {
  width: 0;
}
.panel-profile .panel-profile-header div.img-profile-header-background {
  border-radius: 50% !important;
}
.panel-profile .panel-profile-header .img-profile-data {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.4) 100%);
}
.panel-profile .panel-profile-header .img-profile-data,
.panel-profile .panel-profile-header .img-profile-data h1,
.panel-profile .panel-profile-header .img-profile-data h2 {
  color: var(--text-color-contrast);
  text-shadow: 0 0 4px var(--text-color-highlight);
}
.panel-profile .panel-profile-header .img-profile-data h1 {
  font-weight: 600 !important;
  font-size: 150% !important;
}
.panel-profile .panel-profile-header .img-profile-data h2.space {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 16px;
}
.panel-profile .panel-profile-header img.img-profile-header-background[src$="/img/default_banner.jpg"] + .img-profile-data {
  background: var(--primary);
}
.panel-profile .panel-profile-header img.img-profile-header-background[src$="/img/default_banner.jpg"] + .img-profile-data,
.panel-profile .panel-profile-header img.img-profile-header-background[src$="/img/default_banner.jpg"] + .img-profile-data h1,
.panel-profile .panel-profile-header img.img-profile-header-background[src$="/img/default_banner.jpg"] + .img-profile-data h2 {
  text-shadow: none !important;
}
.panel-profile .panel-profile-header .profile-user-photo-container .profile-user-photo + .user-online-status {
  right: 8px;
  bottom: 8px;
}
.panel-profile .panel-body {
  min-height: 50px;
}
.topbar {
  position: fixed;
  height: var(--hh-ct-top-bar-height);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.topbar ul.nav {
  float: left;
}
.topbar ul.nav > li {
  float: left;
}
.topbar ul.nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: normal;
}
.topbar .dropdown-footer {
  margin: 10px;
}
.topbar .dropdown-header {
  font-size: 16px;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-weight: 300;
  color: var(--text-color-soft);
}
.topbar .dropdown-header .arrow {
  display: none !important;
}
.topbar .dropdown-header .dropdown-header-link {
  position: absolute;
  top: 2px;
  right: 10px;
}
.topbar .dropdown-header .dropdown-header-link a {
  color: var(--link) !important;
  font-size: 12px;
  font-weight: normal;
}
.topbar .dropdown-header:hover {
  color: var(--text-color-soft);
}
#topbar {
  background-color: var(--hh-ct-top-menu-background-color);
  top: 0;
  z-index: 1030;
  overflow: unset;
  border-bottom-width: var(--hh-ct-panel-border-width);
  border-bottom-style: var(--hh-ct-panel-border-style);
  border-bottom-color: var(--hh-ct-panel-border-color);
  box-shadow: var(--hh-ct-panel-box-shadow);
}
#topbar > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(var(--hh-ct-top-bar-height) - var(--hh-ct-panel-border-width));
}
#topbar > .container #text-logo {
  color: var(--hh-ct-top-menu-text-color);
}
#topbar > .container:before,
#topbar > .container:after {
  content: none;
}
#topbar > .container a.navbar-brand {
  padding: 0 5px 0 0;
  height: auto;
}
#topbar > .container a.navbar-brand img#img-logo {
  max-height: calc(var(--hh-ct-top-bar-height) - 10px);
}
#topbar > .container a.navbar-brand-text {
  padding-top: 7px;
  padding-bottom: 0;
  padding-right: 34px;
  line-height: 33px;
  font-weight: bold;
}
#topbar > .container > :first-child {
  margin-right: 13px;
}
#topbar > .container > :last-child {
  margin-left: 13px;
}
#topbar > .container .nav > .account .dropdown-toggle {
  padding: 0;
  line-height: 1.1em;
  text-align: left;
}
@media (max-width: 768px) {
  #topbar > .container .nav > .account .dropdown-toggle {
    padding-right: 8px;
  }
}
#topbar > .container .nav > .account .dropdown-toggle span {
  font-size: 12px;
}
#topbar > .container .nav > .account .dropdown-toggle span.has-online-status {
  margin-bottom: 0;
}
#topbar > .container .topbar-brand {
  position: relative;
  z-index: 2;
}
#topbar > .container .topbar-actions {
  position: relative;
  z-index: 3;
}
#topbar > .container #top-menu-nav {
  flex: 1;
  display: flex;
  justify-content: var(--hh-ct-top-menu-nav-justify-content);
}
#topbar > .container #top-menu-nav > li > a:hover {
  background-color: var(--hh-ct-top-menu-button-hover-background-color);
  color: var(--hh-ct-top-menu-button-hover-text-color);
}
#topbar > .container .notifications {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
}
#topbar > .container .notifications .btn-group {
  position: relative;
  text-align: left;
}
#topbar > .container .notifications .btn-group > a {
  color: var(--hh-ct-top-menu-text-color);
  padding: 5px 10px;
  margin: 10px 2px;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  text-align: left;
}
#topbar > .container .notifications .btn-group > a:hover,
#topbar > .container .notifications .btn-group > a:active,
#topbar > .container .notifications .btn-group > a:focus {
  background-color: var(--hh-ct-top-menu-button-hover-background-color);
  color: var(--hh-ct-top-menu-button-hover-text-color);
  text-decoration: none;
  border-bottom: none;
}
#topbar > .container .notifications .btn-group > .label {
  position: absolute;
  top: 4px;
  right: -2px;
}
#topbar > .container .notifications .dropdown-menu {
  width: 350px;
  left: auto;
  right: -70px;
}
#topbar > .container .notifications .dropdown-menu ul.media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar > .container .notifications .dropdown-menu li {
  position: relative;
}
#topbar > .container .notifications .dropdown-menu li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px;
}
#topbar > .container .notifications .dropdown-menu li i.accepted {
  color: #5cb85c;
}
#topbar > .container .notifications .dropdown-menu li i.declined {
  color: #d9534f;
}
#topbar > .container .notifications .dropdown-menu li .media {
  position: relative;
}
#topbar > .container .notifications .dropdown-menu li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
#topbar > .container .dropdown-footer {
  margin: 10px 10px 5px;
}
#topbar > .container .caret {
  display: none !important;
}
#topbar > .container .btn-group > a:hover {
  background-color: var(--background-color-secondary);
}
#topbar > .container .btn-group > a:active,
#topbar > .container .btn-group.open > a,
#topbar > .container .btn-group.open .dropdown-toggle {
  background-color: var(--primary-lighten-5);
  color: var(--text-color-contrast);
}
#topbar > .container .btn-enter {
  background-color: var(--primary-lighten-5);
  margin: 6px 0;
}
#topbar > .container .btn-enter:hover {
  background-color: var(--primary-lighten-8);
}
#topbar > .container .media-list a {
  color: var(--text-color-highlight);
  padding: 0;
}
#topbar > .container .media-list li {
  color: var(--text-color-highlight);
}
#topbar > .container .media-list li i.accepted {
  color: var(--link) !important;
}
#topbar > .container .media-list li i.declined {
  color: var(--danger) !important;
}
#topbar > .container .media-list li.placeholder {
  border-bottom: none;
}
#topbar > .container .media-list .media .media-body .label {
  padding: 0.1em 0.5em;
}
#topbar > .container .account .user-title {
  display: none;
}
#topbar > .container .dropdown.account > a,
#topbar > .container .dropdown.account.open > a,
#topbar > .container .dropdown.account > a:hover,
#topbar > .container .dropdown.account.open > a:hover {
  background-color: transparent;
}
#topbar > .container .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
#topbar > .container .dropdown-menu .divider {
  margin: 0;
}
#topbar > .container #space-menu-dropdown,
#topbar > .container #search-menu-dropdown {
  width: 400px;
}
#topbar > .container #space-menu-dropdown .media-list,
#topbar > .container #search-menu-dropdown .media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar > .container #space-menu-dropdown form,
#topbar > .container #search-menu-dropdown form {
  margin: 10px;
}
#topbar > .container #space-menu-dropdown .search-reset,
#topbar > .container #search-menu-dropdown .search-reset {
  position: absolute;
  color: #BFBFBF;
  margin: 7px;
  top: 0;
  right: 40px;
  z-index: 10;
  display: none;
  cursor: pointer;
}
#topbar > .container #search-menu {
  display: inline-block;
  height: auto;
  padding: 5px 10px;
  margin: 10px 2px;
  color: var(--hh-ct-top-menu-text-color);
}
#topbar > .container #search-menu:hover,
#topbar > .container #search-menu:active,
#topbar > .container #search-menu:focus {
  background-color: var(--hh-ct-top-menu-button-hover-background-color);
  color: var(--hh-ct-top-menu-button-hover-text-color);
  text-decoration: none;
  border-bottom: none;
}
#topbar > .container .nav > li > a {
  color: var(--hh-ct-top-menu-text-color);
}
#topbar > .container > .nav > li > a {
  color: var(--hh-ct-top-menu-text-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 13px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
  font-size: var(--hh-ct-top-bar-font-size);
  height: calc(var(--hh-ct-top-bar-height) - var(--hh-ct-panel-border-width));
  text-transform: uppercase;
  text-align: center;
  transition: .25s;
  white-space: nowrap;
}
#topbar > .container > .nav > li > a > br {
  display: none;
}
#topbar > .container > .nav > li > a:hover,
#topbar > .container > .nav > li > a:active,
#topbar > .container > .nav > li > a:focus {
  background-color: var(--hh-ct-top-menu-button-hover-background-color);
  color: var(--hh-ct-top-menu-button-hover-text-color);
  text-decoration: none;
  border-bottom: none;
}
#topbar > .container > .nav > li > a i {
  font-size: 14px;
  margin-bottom: 5px;
}
#topbar > .container > .nav > li > a .caret {
  border-top-color: var(--text-color-secondary);
}
#topbar > .container > .nav > li.active > a,
#topbar > .container > .nav > li.hover > a {
  background-color: var(--hh-ct-top-menu-text-color);
  color: var(--hh-ct-top-menu-background-color);
  text-decoration: none;
}
#topbar > .container > .nav > li > ul > li > a {
  background-color: var(--text-color-contrast);
  color: var(--text-color-highlight);
}
#topbar > .container > .nav > li > ul > li > a:hover,
#topbar > .container > .nav > li > ul > li > a.active {
  background-color: var(--primary);
  color: var(--text-color-contrast);
}
#topbar > .container > .nav > li > a:not(.active):hover {
  background-color: var(--background-color-secondary);
  color: var(--text-color-highlight);
}
#topbar > .container > .nav > li.active > a:hover,
#topbar > .container > .nav > li.active > a:focus {
  border-bottom: none;
}
#topbar > .container #space-menu-dropdown li > ul > li > a > .media .media-body p {
  color: var(--text-color-soft);
  font-size: 11px;
  margin: 0;
  font-weight: 400;
}
#topbar > .container .btn-group.active > a {
  background-color: var(--hh-ct-top-menu-text-color);
  color: var(--hh-ct-top-menu-background-color);
}
.wall-entry [data-ui-richtext] h1 {
  font-size: var(--hh-ct-h1-stream-font-size);
}
.wall-entry [data-ui-richtext] h2 {
  font-size: var(--hh-ct-h2-stream-font-size);
}
.space-layout-container .pinned-entry > .panel {
  border-color: var(--border-color-danger);
}
.messagePreviewEntry.unread,
.media-list li.new {
  background-color: var(--info-lighten-50) !important;
}
@media (max-width: 570px) {
  .conversation-entry-list {
    max-height: calc(100vh - 60px - var(--hh-fixed-footer-height)) !important;
    padding-bottom: 35px;
  }
  .mail-message-form {
    bottom: var(--hh-fixed-footer-height) !important;
  }
}
#left-navigation-expand-btn {
  margin-bottom: 6px;
}
@media (max-width: 570px) {
  body.hide-top-menu #topbar {
    top: calc(var(--hh-ct-top-bar-height) * -1);
    transition: top 0.6s;
  }
  body.hide-bottom-menu #topbar > .container #top-menu-nav {
    bottom: -50px;
    padding-bottom: 0;
    transition: bottom 0.6s;
  }
  body.hide-bottom-menu #topbar > .container #top-menu-nav > li > a {
    line-height: 0 !important;
    font-size: 0;
  }
}
.wall-entry-controls .share-between-container > a {
  font-size: 0;
  padding: 0 3px;
}
.wall-entry-controls .share-between-container > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  content: "\f045";
  display: inline-block;
}
.wall-entry-controls .reaction-container {
  margin-bottom: -5px !important;
}
.oembed-container .oembed_snippet {
  max-height: 300px;
}
