#site-navigation {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
#site-navigation .content-left, #site-navigation .content-right {
  display: flex;
}

#navbarSupportedContent {
  display: flex;
  max-width: 500px;
  align-items: center;
  flex-grow: 1;
  flex-basis: auto;
  justify-content: center;
  position: relative;
}
#navbarSupportedContent .search-form {
  width: 100%;
}
#navbarSupportedContent .search-form .form-search {
  display: flex;
  width: 100%;
  height: 40px;
  background-color: var(--cb-bg_color2);
  border-radius: 100px;
  border: 1px solid var(--cb-bg_color3);
  font-size: 16px;
}
#navbarSupportedContent .search-form .form-search:hover, #navbarSupportedContent .search-form .form-search.focus {
  background-color: var(--cb-fg_color_on_primary_colo);
  border-color: var(--cb-primary-color);
}
#navbarSupportedContent .search-form .form-search label {
  display: flex;
  padding: 0 9px 0 15px;
  font-size: 22px;
  align-items: center;
  cursor: pointer;
}
#navbarSupportedContent .search-form .form-search input {
  appearance: none;
  background: none;
  width: 100%;
  height: 100%;
  margin-right: 16px;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 14px;
  color: var(--cb-fg_color);
}
#navbarSupportedContent .search-form .form-search .close-mobile {
  display: none;
}
#navbarSupportedContent .search-form.hot-topics-opened:before {
  content: "";
  width: 100%;
  height: 44px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.1490196078), 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.1490196078);
  position: absolute;
  top: 0;
  left: 0;
}
#navbarSupportedContent .search-form.hot-topics-opened .form-search {
  background-color: var(--cb-white);
  border-color: transparent;
  position: relative;
}
#navbarSupportedContent .search-form.hot-topics-opened .form-search:hover, #navbarSupportedContent .search-form.hot-topics-opened .form-search.focus {
  background-color: var(--cb-white);
  border-color: var(--cb-blue);
}

#hot-topics {
  background-color: var(--cb-white);
  width: 100%;
  max-height: calc(100vh - 44px);
  padding: 0 16px;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.1490196078), 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.1490196078);
  overflow: auto;
  scrollbar-width: thin;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 1000;
}
#hot-topics h2 {
  padding: 16px 0 14px 0;
  color: var(--cb-secondary_fg_color);
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#hot-topics > div {
  padding: 16px 0;
  border-top: 1px solid var(--cb-border_color);
  color: var(--cb-secondary_fg_color);
}
#hot-topics > div:not([data-link="#"]) {
  cursor: pointer;
}
#hot-topics > div .top {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
}
#hot-topics > div .top a {
  color: var(--cb-secondary_fg_color);
}
#hot-topics > div .top .tag {
  background-color: var(--cb-fg_color);
  display: inline-block;
  width: 68px;
  height: 20px;
  margin: 0 0 0 8px;
  padding: 2px 0;
  border-radius: 5px;
  color: var(--cb-white);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#hot-topics > div .top .tag.per-tutti, #hot-topics > div .top .tag.unlock {
  background-color: var(--cb-green);
}
#hot-topics > div .top .tag.riservato {
  background-color: var(--cb-yellow);
  color: var(--cb-fg_color);
}
#hot-topics > div .top .tag.membri {
  background-color: var(--cb-blue);
}
#hot-topics > div .top .tag.caldo {
  background-color: var(--cb-primary-color);
}
#hot-topics > div h3 {
  margin: 5px 0;
  font-size: 18px;
}
#hot-topics > div h3 a {
  color: var(--cb-fg_color);
}
#hot-topics > div .bottom {
  font-size: 12px;
  line-height: 1.2;
}
#hot-topics > div .bottom a {
  color: var(--cb-primary-color);
}
#hot-topics > div.topic .forum-icon {
  background-color: var(--cb-bg_color3);
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border-radius: 100%;
}
#hot-topics > div.topic .right-icon {
  display: inline-block;
  width: calc(100% - 101px);
  font-size: 12px;
  line-height: 14px;
}
#hot-topics > div.event .top .info {
  display: inline-block;
  width: calc(100% - 76px);
  font-size: 12px;
  line-height: 14px;
}
#hot-topics > div.event .top .info a {
  color: var(--cb-primary-color);
}

#default-header {
  background: var(--cb-white);
  min-width: 320px;
  padding: 4px 0;
  border-bottom: 1px solid var(--cb-border_color);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 998;
}
#default-header #ta-back-url {
  color: var(--cb-fg_color);
  padding: 8px 8px 8px 0;
  font-size: 20px;
  width: 28px;
  text-align: center;
}
#default-header .socialv-logo.navbar-brand {
  display: flex;
  width: 142px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}
#default-header .socialv-logo.navbar-brand .logo-main {
  display: none;
  max-height: 40px;
  margin-right: 8px;
  font-size: 0;
}
#default-header .socialv-logo.navbar-brand .logo-main img {
  height: 100%;
  max-height: 30px;
}
#default-header .socialv-logo.navbar-brand .logo-title {
  font-size: 28px;
  line-height: 40px;
  color: var(--cb-primary-color);
}
#default-header .socialv-logo.navbar-brand .logo-title.with-image {
  font-size: 0;
  line-height: 0;
}
#default-header .socialv-logo.navbar-brand .logo-title.with-image img {
  height: 100%;
  max-height: 36px;
  vertical-align: top;
}
#default-header .socialv-logo.navbar-brand.logo-align-left .logo-title {
  margin: 0;
}
#default-header .dropdown-profile-ta {
  font-size: 0;
}
#default-header .dropdown-profile-ta .main-profile {
  width: 40px;
}
#default-header .dropdown-profile-ta .main-profile .user-link {
  line-height: 0;
  display: block;
}
#default-header .dropdown-profile-ta .dropdown-toggle {
  display: flex;
  height: 40px;
  padding: 0;
  align-items: center;
}
#default-header .dropdown-profile-ta .dropdown-toggle img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#default-header .dropdown-profile-ta .user-profile-menu {
  margin: 0;
  padding: 16px 16px 0 16px;
  list-style: none;
}
#default-header .dropdown-profile-ta .user-profile-menu li a {
  display: flex;
  padding: 0.625em 0;
  color: var(--cb-secondary_fg_color);
  letter-spacing: 0.038em;
  align-items: center;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  transition: all 0.45s ease-in-out;
}
#default-header .dropdown-profile-ta .user-profile-menu li a > i {
  font-size: 1.3em;
  vertical-align: middle;
}
#default-header .dropdown-profile-ta .user-profile-menu li a .menu-title {
  font-size: 0.875em;
  vertical-align: top;
}
#default-header .dropdown-profile-ta .user-profile-menu li:hover a {
  color: var(--cb-primary-color);
}
#default-header .dropdown-profile-ta .user-profile-menu li:first-child a {
  padding-top: 0;
}
#default-header .dropdown-profile-ta .user-menu-footer {
  padding: 16px;
}
#default-header .dropdown-profile-ta #change-society-kind-form {
  margin: 16px 0 0 0;
  padding: 16px 16px 0 16px;
  border-top: 1px solid var(--cb-border_color);
}
#default-header .dropdown-profile-ta #change-society-kind-form label {
  display: inline-block;
  margin: 0 0 8px 0;
  color: var(--cb-fg_color);
}
#default-header .dropdown-profile-ta .info-footer {
  margin: 16px 0 0 0;
  padding: 16px;
  border-top: 1px solid var(--cb-border_color);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
#default-header .dropdown-profile-ta .dropdown-menu {
  background: var(--cb-white);
  width: 16.125em;
  margin: 0;
  padding: 0;
  border: 0.0625em solid var(--border-color-light);
  box-shadow: 0 14px 54px rgba(0, 0, 0, 0.03);
  font-size: 16px;
  left: auto;
  right: 0;
  animation: fade-in-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  transition: all 0.45s ease-in-out;
}
#default-header .dropdown-profile-ta .socialv-button {
  background-color: transparent;
  padding: 0 0 0 16px;
  color: var(--cb-primary-color);
  font-size: 14px;
  line-height: 24px;
}
#default-header .dropdown-profile-ta .socialv-button .me-2 {
  margin-right: 0 !important;
}
#default-header .dropdown-profile-ta .socialv-button svg {
  display: none;
}
#default-header .dropdown-profile-ta .socialv-button:hover, #default-header .dropdown-profile-ta .socialv-button:focus {
  color: var(--cb-fg_color);
  background: none;
}
#default-header .login-button {
  display: flex;
  align-items: center;
}
#default-header .login-button .btn-login {
  display: inline-block;
  background-color: transparent;
  padding: 0 9px;
  border: 1px solid transparent;
  color: var(--cb-primary-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.0625em;
  line-height: 38px;
  text-transform: uppercase;
}
#default-header .login-button .btn-login .me-2 {
  margin-right: 0 !important;
}
#default-header .login-button .btn-login svg {
  display: none;
}
#default-header .login-button .btn-login:hover, #default-header .login-button .btn-login:focus {
  color: var(--cb-fg_color);
  background: none;
  border-color: var(--cb-border_color);
}
#default-header .content-right {
  column-gap: 7px;
  padding: 0 0 0 16px;
}
#default-header .ta-calendar-icon a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--cb-fg_color);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
#default-header .ta-calendar-icon a:hover, #default-header .ta-calendar-icon a:focus {
  border-color: var(--cb-border_color);
}
#default-header .ta-calendar-icon a:before {
  position: relative;
  top: -2px;
}
#default-header .better-message-icon a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--cb-fg_color);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  position: relative;
}
#default-header .better-message-icon a:hover, #default-header .better-message-icon a:focus {
  border-color: var(--cb-border_color);
}
#default-header .better-message-icon a .bpbmuc {
  background-color: var(--cb-primary-color);
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 100%;
  color: var(--cb-white);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -4px;
  right: -8px;
}
#default-header .better-message-icon a .bpbmuc[data-count="0"] {
  display: none;
}
#default-header .dropdown-notifications {
  padding-right: 9px;
  font-size: 0;
  position: relative;
}
#default-header .dropdown-notifications .dropdown-toggle {
  background: none;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--cb-fg_color);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  position: relative;
}
#default-header .dropdown-notifications .dropdown-toggle .notify-count {
  background-color: var(--cb-primary-color);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: var(--cb-white);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -4px;
  right: -8px;
}
#default-header .dropdown-notifications .dropdown-toggle:after {
  display: none;
}
#default-header .dropdown-notifications .dropdown-toggle:hover {
  border-color: var(--cb-border_color);
}
#default-header .dropdown-notifications .dropdown-menu {
  width: 480px;
  max-width: calc(100vw - 91px);
  min-width: 237px;
  max-height: calc(100vh - 130px);
  margin: 0;
  padding: 0;
  font-size: 16px;
  right: 0;
  left: auto;
  animation: fade-in-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  transition: all 0.45s ease-in-out;
}
#default-header .dropdown-notifications .dropdown-menu .item-heading {
  padding: 8px 16px;
}
#default-header .dropdown-notifications .dropdown-menu .item-heading .heading-title {
  line-height: 24px;
}
#default-header .dropdown-notifications .dropdown-menu .item-heading .header-notification-setting {
  padding: 3px 0 0 0;
  font-size: 0;
  color: var(--cb-fg_color);
}
#default-header .dropdown-notifications .dropdown-menu .item-heading .header-notification-setting .iconly-Setting {
  font-size: 20px;
}
#default-header .dropdown-notifications .dropdown-menu .item-body {
  max-height: calc(100vh - 210px);
  overflow: auto;
  scrollbar-width: thin;
}
#default-header .dropdown-notifications .dropdown-menu .item-body .no-message {
  padding: 8px 16px;
  background-color: var(--cb-bg_color2);
}
#default-header .dropdown-notifications .dropdown-menu .item-body .socialv-notification-box {
  padding: 8px 16px;
  border-bottom: 1px solid var(--cb-border_color);
  cursor: pointer;
}
#default-header .dropdown-notifications .dropdown-menu .item-body .socialv-notification-box .item-img {
  width: 32px;
  height: 32px;
}
#default-header .dropdown-notifications .dropdown-menu .item-body .socialv-notification-box .item-img img {
  max-height: 32px;
}
#default-header .dropdown-notifications .dropdown-menu .item-body .socialv-notification-box .notification-text a {
  color: var(--cb-fg_color);
}
#default-header .dropdown-notifications .dropdown-menu .item-body .socialv-notification-box .notification-text a:hover, #default-header .dropdown-notifications .dropdown-menu .item-body .socialv-notification-box .notification-text a:focus {
  color: var(--cb-primary-color);
}
#default-header .dropdown-notifications .dropdown-menu .item-footer {
  padding: 8px 16px;
  font-size: 0;
}
#default-header .dropdown-notifications .dropdown-menu .item-footer .view-btn {
  font-size: 14px;
  line-height: 24px;
}
#default-header .dropdown-notifications .dropdown-menu .item-footer .view-btn:hover, #default-header .dropdown-notifications .dropdown-menu .item-footer .view-btn:focus {
  text-decoration: underline;
}

@media (max-width: 1120px) {
  #site-navigation {
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  #default-header #ta-back-url {
    margin-right: 8px;
  }
  #default-header .socialv-logo.navbar-brand {
    width: 42px;
    justify-content: flex-start !important;
  }
  #default-header .socialv-logo.navbar-brand .logo-title {
    display: none;
  }
  #default-header .socialv-logo.navbar-brand .logo-main {
    margin-right: 0;
    display: inline-block;
  }
  #default-header .ta-calendar-icon a {
    font-size: 26px;
    line-height: 38px;
  }
  #default-header .ta-calendar-icon a:before {
    top: 0;
  }
  #default-header .better-message-icon a {
    font-size: 26px;
    line-height: 38px;
  }
  #default-header .better-message-icon a .bpbmuc {
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
    top: 0;
    right: -5px;
  }
  #default-header .dropdown-notifications .dropdown-toggle {
    font-size: 26px;
    line-height: 36px;
  }
  #default-header .dropdown-notifications .dropdown-toggle .notify-count {
    width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
    top: 0;
    right: -2px;
  }
  body.logged-in-condition #default-header .dropdown-profile-ta .main-profile {
    width: 26px;
  }
  body.logged-in-condition #default-header .dropdown-profile-ta .dropdown-toggle img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 600px) {
  #default-header #navbarSupportedContent .search-form .form-search {
    background-color: transparent;
    border: none;
    border-radius: 0;
    justify-content: flex-end;
  }
  #default-header #navbarSupportedContent .search-form .form-search label {
    padding: 0;
  }
  #default-header #navbarSupportedContent .search-form .form-search .forum-label-content, #default-header #navbarSupportedContent .search-form .form-search input {
    display: none;
  }
  #default-header #navbarSupportedContent .search-form.hot-topics-opened:before {
    content: none;
  }
  #default-header:not(.open-search) #navbarSupportedContent .search-form .form-search label {
    width: 40px;
    padding: 0 4px;
    border: 1px solid transparent;
    border-radius: 5px;
    justify-content: center;
  }
  #default-header:not(.open-search) #navbarSupportedContent .search-form .form-search label:hover {
    border-color: var(--cb-border_color);
  }
  #default-header.open-search #navbarSupportedContent {
    background-color: var(--cb-primary-color);
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #default-header.open-search #navbarSupportedContent .search-form .form-search {
    background-color: var(--cb-primary-color);
  }
  #default-header.open-search #navbarSupportedContent .search-form .form-search label {
    background: var(--cb-white);
    padding: 0 9px 0 15px;
    border-radius: 5px 0 0 5px;
  }
  #default-header.open-search #navbarSupportedContent .search-form .form-search .forum-label-content {
    display: flex;
  }
  #default-header.open-search #navbarSupportedContent .search-form .form-search input {
    display: block;
    background-color: var(--cb-white);
    margin-right: 31px;
    border-radius: 0 5px 5px 0;
  }
  #default-header.open-search #navbarSupportedContent .search-form .form-search input::-webkit-search-cancel-button {
    display: none;
  }
  #default-header.open-search #navbarSupportedContent .search-form .form-search .close-mobile {
    display: block;
    color: var(--cb-fg_color_on_primary_color);
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
  }
  #default-header.open-search #navbarSupportedContent .search-form .form-search:hover, #default-header.open-search #navbarSupportedContent .search-form .form-search.focus {
    background-color: transparent;
    border-color: transparent;
  }
  #default-header .content-right {
    padding-left: 7px;
  }
  #default-header .dropdown-notifications {
    position: static;
  }
  #default-header .dropdown-notifications .dropdown-toggle:hover, #default-header .dropdown-notifications .dropdown-toggle.selected {
    border-color: var(--cb-border_color);
  }
  #default-header .dropdown-notifications .dropdown-toggle.selected {
    border-bottom-color: var(--cb-white);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 99;
  }
  #default-header .dropdown-notifications .dropdown-toggle.selected + .dropdown-menu {
    border-top-right-radius: 0;
    top: 39px;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
  #hot-topics {
    height: calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    top: 48px;
  }
  body.logged-in-condition #default-header .dropdown-profile-ta .main-profile {
    width: 26px;
  }
  body.logged-in-condition #default-header .dropdown-profile-ta .main-profile .user-link {
    display: flex;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
  }
  body.logged-in-condition #default-header .dropdown-profile-ta .main-profile .user-link:hover {
    border-color: var(--cb-border_color);
  }
  body.logged-in-condition #default-header .dropdown-profile-ta .dropdown-toggle.selected .main-profile .user-link {
    border-color: var(--cb-border_color);
    border-bottom-color: var(--cb-white);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    z-index: 99;
  }
  body.logged-in-condition #default-header .dropdown-profile-ta .dropdown-toggle.selected + .dropdown-menu {
    border-top-right-radius: 0;
    top: 39px;
  }
}
@media (max-width: 479px) {
  #default-header:not(.header-verticle) .navbar-brand {
    margin-right: 0 !important;
  }
  body.logged-out-condition #default-header .btn-login {
    height: 38px;
    display: flex;
    align-items: center;
    color: var(--cb-primary-color);
  }
  body.logged-out-condition #default-header .btn-login span {
    display: none;
  }
  body.logged-out-condition #default-header .btn-login svg {
    display: block;
  }
  body.logged-out-condition #default-header .btn-login:hover, body.logged-out-condition #default-header .btn-login:focus {
    color: var(--cb-fg_color);
  }
}