/** This file is auto-generated by the Clean Theme configuration. Do not edit the file directly. */

:root {
    --hh-ct-container-max-width: 2000px;
    --default: #ffffff;
    --primary: #dd0031;
    --info: #dd0031;
    --success: #dd0031;
    --warning: #dd0031;
    --danger: #680436;
    --link: #dd0031;
    --hh-ct-text-color-heading: #3A3C42;
    --text-color-main: #3A3C42;
    --text-color-default: #3A3C42;
    --text-color-secondary: #3A3C42;
    --text-color-highlight: #242424;
    --text-color-soft: #555555;
    --text-color-soft2: #838383;
    --text-color-soft3: #CFCFCC;
    --text-color-contrast: #ffffff;
    --background-color-main: ##ffffff;
    --background-color-secondary: #f7f7f7;
    --background-color-page: #f7f7f7;
    --background-color-highlight: #daf0f3;
    --background-color-highlight-soft: #f2f9fb;
    --hh-ct-font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 16px;
    --hh-ct-font-weight: 400;
    --hh-ct-font-bold-weight: 700;
    --hh-ct-heading-font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 16px;
    --hh-ct-h1-font-size: 2.5em;
    --hh-ct-h1-stream-font-size: 2em;
    --hh-ct-h2-font-size: 2.25em;
    --hh-ct-h2-stream-font-size: 1.75em;
    --hh-ct-h3-font-size: 1.5em;
    --hh-ct-h4-font-size: 1.3em;
    --hh-ct-h5-font-size: 1.15em;
    --hh-ct-h6-font-size: 1.15em;
    --hh-ct-ph-font-weight: 700;
    --hh-ct-panel-border-width: 1px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #d2d3e4;
    --hh-ct-panel-border-radius: 4px;
    --hh-ct-panel-box-shadow: 0 1px 10px #00000019;
    --hh-ct-menu-font-size: 14px;
    --hh-ct-menu-text-color: #000000;
    --hh-ct-menu-border-color: #e4eaec;
    --hh-ct-top-bar-height: 100px;
    --hh-ct-top-bar-font-size: 14px;
    --hh-ct-top-menu-nav-justify-content: space-around;
    --hh-ct-top-menu-background-color: #dd0031;
    --hh-ct-top-menu-text-color: #ffffff;
    --hh-ct-top-menu-button-hover-background-color: #f7f7f7;
    --hh-ct-top-menu-button-hover-text-color: #dd0031;

    --background-color-main-darken-10: #e6e6e6;
    --background-color-page-darken-5: #eaeaea;
    --background-color-page-lighten-10: #ffffff;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #f2f2f2;
    --background-color-secondary-darken-5: #eaeaea;
    --danger-darken-10: #37021d;
    --danger-darken-5: #4f0329;
    --danger-lighten-20: #8e4469;
    --danger-lighten-5: #721443;
    --default-darken-2: #fafafa;
    --default-darken-5: #f2f2f2;
    --default-lighten-2: #ffffff;
    --info-darken-10: #aa0026;
    --info-darken-27: #530012;
    --info-darken-5: #c4002b;
    --info-lighten-25: #ec718c;
    --info-lighten-30: #ef879e;
    --info-lighten-40: #f5b4c2;
    --info-lighten-5: #e01743;
    --info-lighten-50: #fbe1e7;
    --info-lighten-8: #e2244e;
    --link-darken-2: #d3002f;
    --link-lighten-5: #e01743;
    --primary-darken-10: #aa0026;
    --primary-darken-5: #c4002b;
    --primary-lighten-10: #e32d55;
    --primary-lighten-20: #e95a7a;
    --primary-lighten-25: #ec718c;
    --primary-lighten-5: #e01743;
    --primary-lighten-8: #e2244e;
    --success-darken-10: #aa0026;
    --success-darken-5: #c4002b;
    --success-lighten-20: #e95a7a;
    --success-lighten-5: #e01743;
    --text-color-highlight-fade-15: #24242426;
    --text-color-highlight-fade-30: #2424244d;
    --text-color-secondary-lighten-25: #7b7c80;
    --warning-darken-10: #aa0026;
    --warning-darken-2: #d3002f;
    --warning-darken-5: #c4002b;
    --warning-lighten-10: #e32d55;
    --warning-lighten-20: #e95a7a;
    --warning-lighten-40: #f5b4c2;
    --warning-lighten-5: #e01743;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 130px;
    --hh-fixed-footer-height: 0px;
}

@media (max-width: 768px) {
    :root {
        --hh-ct-top-bar-height: 50px;
        --hh-ct-top-bar-bottom-spacing: 5px;
        --hh-fixed-header-height: 55px;
    }
}

@media (max-width: 570px) {
    :root {
        --hh-fixed-footer-height: 52px;
    }
}

@charset "UTF-8";
/* Modal form Buttons to be visible */
.modal-footer .btn {
  visibility: visible;
}
/* Institute Page Styles */
.community-hero {
  background: #3C3C3C;
  color: white;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 10px;
  hyphens: none !important;
}
.panel {
  hyphens: none !important;
}
.community-event {
  background: #6B1D45;
  color: white;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  hyphens: none !important;
}
.community-event a[href] {
  text-decoration: underline;
  color: white;
  hyphens: none !important;
}
.homecard {
  background: transparent;
  margin-bottom: 10px;
  background: #3C3C3C;
  color: white;
  hyphens: none !important;
}
.footer-hero {
  background: #3C3C3C;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  hyphens: none !important;
}
.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero-content p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}
.featured-section {
  padding: 10px 0;
  background: #ffffff;
}
.featured-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #1f2937;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
.content-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  hyphens: none !important;
}
.content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-content {
  padding: 24px;
  hyphens: none !important;
}
.card-category {
  display: inline-block;
  background: #3b82f6;
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.card-category-sub {
  background: #6b7280;
  margin-left: 8px;
}
.card-date {
  display: block;
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.card-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.card-content h3 a {
  color: #1f2937;
  text-decoration: none;
}
.card-content h3 a:hover {
  color: #3b82f6;
}
.card-content p {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 16px;
}
.read-more {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
}
.read-more:hover {
  text-decoration: underline;
}
/* Posemirror drop down colour */
.ProsemirrorEditor .ProseMirror-menu-dropdown-menu {
  background-color: white;
}
/* Responsive Design */
@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .institute-hero {
    padding: 60px 20px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
}
.pull-left {
  visibility: hidden;
}
/* Hide Space title and breadcrumb */
.panel-profile .panel-profile-header .img-profile-data h1.space-header-with-breadcrumb a {
  visibility: hidden;
}
/* Login Page Background Fix */
/* Override the login container background */
.login-container, body.layout-login {
  background-color: #f7f7f7 !important;
  min-height: 100vh;
}
/* Remove or override the gradient background */
.login-container::before, body.layout-login::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7 !important;
  /* Remove gradient, use solid color */
  z-index: -1;
}
/* Ensure the body itself also has the correct background on login pages */
body.layout-login, html.layout-login {
  background-color: #f7f7f7 !important;
}
/* Make sure any wrapper divs also inherit the correct background */
.layout-login .container, .layout-login .container-fluid, .layout-login .row, .layout-login .col-md-4, .layout-login .col-md-6, .layout-login .col-md-8, .layout-login .col-md-12 {
  background-color: transparent !important;
}
/* Ensure the main content area doesn't override */
.layout-login #main-content, .layout-login .content, .layout-login .layout-container {
  background-color: transparent !important;
}
/* Ensure the navbar-brand container accommodates the larger logo */
.topbar-brand .navbar-brand {
  height: auto !important;
  padding: 10px 15px !important;
  /* Adjust padding for centering */
  display: flex !important;
  align-items: center !important;
}
/* Navigation Hover Color Override - List Group */
/* Target list-group hover states */
.list-group-item:hover, .list-group .list-group-item:hover, .sidebar .list-group-item:hover, .layout-sidebar-left .list-group-item:hover {
  background-color: #F3A5B9 !important;
  color: #000000 !important;
  border-color: #F3A5B9 !important;
}
/* Target list-group links specifically */
.list-group-item a:hover, .list-group .list-group-item a:hover, .list-group-item:hover a {
  background-color: #F3A5B9 !important;
  color: #000000 !important;
}
/* Keep the active/selected state as #DD0031 */
.list-group-item.active, .list-group .list-group-item.active, .list-group-item.active a {
  background-color: #DD0031 !important;
  color: #ffffff !important;
  border-color: #DD0031 !important;
}
/* Typography System - Brand Guidelines */
.btn-sm, .btn-small {
  font-size: 16px !important;
  line-height: 1 !important;
  /* 100% */
  font-weight: 600 !important;
}
/* Input Text */
input, textarea, select, .form-control {
  font-size: 16px !important;
  line-height: 1.5 !important;
  /* 150% */
}
/* Caption Text */
.caption, .text-muted, .help-block {
  color: #3A3C42 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  /* 160% */
}
/* Responsive Breakpoints */
/* Tablet (768px and below) */
@media (max-width: 768px) {
  h1 {
    font-size: 38px !important;
    line-height: 1.18 !important;
    /* 118% */
  }
  h2 {
    font-size: 24px !important;
    line-height: 1.25 !important;
    /* 125% */
  }
  h3 {
    font-size: 20px !important;
    line-height: 1.25 !important;
    /* 125% */
  }
  h4 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    /* 140% */
  }
  p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    /* 150% */
  }
}
/* Mobile (480px and below) */
@media (max-width: 480px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.18 !important;
    /* 118% */
  }
  h2 {
    font-size: 24px !important;
    line-height: 1.25 !important;
    /* 125% */
  }
  h3 {
    font-size: 20px !important;
    line-height: 1.25 !important;
    /* 125% */
  }
  h4 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    /* 140% */
  }
  p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    /* 150% */
  }
  .caption, .text-muted, .help-block {
    font-size: 10px !important;
    line-height: 1.4 !important;
    /* 140% */
  }
}
/* Target specific HumHub content areas */
.layout-content-container h1, .layout-content-container h2, #homepage-content h1, #homepage-content h2, .richtext h1, .richtext h2 {
  color: #3A3C42 !important;
}
.layout-content-container h3, .layout-content-container h4, .layout-content-container p, #homepage-content h3, #homepage-content h4, #homepage-content p, .richtext h3, .richtext h4, .richtext p {
  color: #3A3C42 !important;
}
/* Stream and Panel content */
.panel-body p, .stream-entry p {
  color: #3A3C42 !important;
}
/* FAQ Accordion Styling - HumHub Compatible */
.faq-accordion {
  max-width: 100% !important;
  margin: 20px 0 !important;
}
.faq-title {
  color: #DD0031 !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  text-align: left !important;
}
.faq-item {
  border: 1px solid #e4eaec !important;
  border-radius: 4px !important;
  margin-bottom: 12px !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
}
.faq-question {
  background-color: #f7f7f7 !important;
  color: #3A3C42 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 18px 20px !important;
  margin: 0 !important;
  cursor: pointer !important;
  list-style: none !important;
  border: none !important;
  outline: none !important;
  user-select: none !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  line-height: 1.4 !important;
  transition: all 0.3s ease !important;
}
.faq-question:hover {
  background-color: #F3A5B9 !important;
  color: #000000 !important;
}
.faq-item[open] .faq-question {
  background-color: #DD0031 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #e4eaec !important;
}
.faq-item[open] .faq-question:hover {
  background-color: #DD0031 !important;
  color: #ffffff !important;
}
/* Custom plus/minus icons */
.faq-question::after {
  content: "+" !important;
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  transition: transform 0.3s ease !important;
}
.faq-item[open] .faq-question::after {
  content: "−" !important;
  transform: translateY(-50%) !important;
}
/* Hide the default browser arrow */
.faq-question::-webkit-details-marker {
  display: none !important;
}
/* TinyMCE Accordion Styling - HTML5 Details/Summary Elements */
/* TinyMCE Accordion Container */
details.mce-accordion {
  border: 1px solid #e4eaec !important;
  border-radius: 4px !important;
  margin-bottom: 12px !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
  max-width: 100% !important;
}
details.mce-accordion ul {
  margin-left: 20px !important;
  padding-left: 20px !important;
}
/* Dropdown menu colour */
.tab-content .tab-pane a {
  color: #3A3C42;
}
/* TinyMCE Accordion Header (Summary) */
details.mce-accordion summary {
  background-color: #f7f7f7 !important;
  color: #3A3C42 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 18px 20px !important;
  padding-right: 50px !important;
  margin: 0 !important;
  cursor: pointer !important;
  border: none !important;
  outline: none !important;
  user-select: none !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  line-height: 1.4 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  font-family: inherit !important;
  list-style: none !important;
}
/* Hide the default browser arrow */
details.mce-accordion summary::-webkit-details-marker {
  display: none !important;
}
details.mce-accordion summary::marker {
  display: none !important;
  content: none !important;
}
/* Hover state for accordion header */
details.mce-accordion summary:hover {
  background-color: #F3A5B9 !important;
  color: #000000 !important;
  text-decoration: none !important;
}
/* Active/Open state for accordion header */
details.mce-accordion[open] summary {
  background-color: #DD0031 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #e4eaec !important;
}
details.mce-accordion[open] summary:hover {
  background-color: #DD0031 !important;
  color: #ffffff !important;
}
/* Custom plus/minus icons */
details.mce-accordion summary::after {
  content: "+" !important;
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  transition: transform 0.3s ease !important;
}
/* Minus icon when expanded */
details.mce-accordion[open] summary::after {
  content: "−" !important;
  transform: translateY(-50%) !important;
}
/* Content area styling */
details.mce-accordion > p, details.mce-accordion > div, details.mce-accordion > *:not(summary) {
  background-color: #ffffff !important;
  padding: 20px !important;
  margin: 0 !important;
  border-top: none !important;
}
/* First content element gets top padding */
details.mce-accordion > *:not(summary):first-of-type {
  padding-top: 20px !important;
}
/* Last content element gets bottom padding */
details.mce-accordion > *:not(summary):last-of-type {
  padding-bottom: 20px !important;
}
/* Paragraph styling inside accordion */
details.mce-accordion p {
  color: #3A3C42 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
  text-align: left !important;
  background-color: transparent !important;
  padding: 0 20px !important;
}
details.mce-accordion p:first-of-type {
  padding-top: 20px !important;
}
details.mce-accordion p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}
/* Animation for opening/closing */
details.mce-accordion[open] {
  animation: fadeIn 0.3s ease-in-out !important;
}
@keyframes fadeIn {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
/* Ensure proper rendering in HumHub content areas */
.layout-content-container details.mce-accordion, .panel-body details.mce-accordion, .richtext details.mce-accordion, .stream-entry details.mce-accordion, .mce-content-body details.mce-accordion {
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
  margin: 20px 0 !important;
}
/* Override any conflicting HumHub styles */
.layout-content-container details.mce-accordion summary, .panel-body details.mce-accordion summary, .richtext details.mce-accordion summary, .stream-entry details.mce-accordion summary, .mce-content-body details.mce-accordion summary {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: inherit !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  details.mce-accordion summary {
    font-size: 16px !important;
    padding: 15px 18px !important;
    padding-right: 50px !important;
  }
  details.mce-accordion p {
    font-size: 14px !important;
    padding: 0 18px !important;
  }
  details.mce-accordion p:first-of-type {
    padding-top: 15px !important;
  }
  details.mce-accordion p:last-child {
    padding-bottom: 15px !important;
  }
  details.mce-accordion > p, details.mce-accordion > div, details.mce-accordion > *:not(summary) {
    padding: 15px 18px !important;
  }
}
/* Additional specificity for stubborn cases */
body details.mce-accordion {
  border: 1px solid #e4eaec !important;
  border-radius: 4px !important;
  margin-bottom: 12px !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) !important;
}
body details.mce-accordion summary {
  background-color: #f7f7f7 !important;
  color: #3A3C42 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 18px 20px !important;
  padding-right: 50px !important;
}
body details.mce-accordion[open] summary {
  background-color: #DD0031 !important;
  color: #ffffff !important;
}
body details.mce-accordion summary:hover {
  background-color: #F3A5B9 !important;
  color: #000000 !important;
}
body details.mce-accordion[open] summary:hover {
  background-color: #DD0031 !important;
  color: #ffffff !important;
}
/* Rounded Edges for HumHub Containers */
/* Main content panels */
.panel, .panel-default, .panel-body {
  border-radius: 20px !important;
}
/* Stream entries (posts, comments) */
.wall-entry, .stream-entry, .comment, .comment-entry {
  border-radius: 20px !important;
}
/* Activity stream items */
.activity-entry, .activity-stream-entry {
  border-radius: 20px !important;
}
/* Profile and user content boxes */
.profile-header, .profile-content, .user-profile-container {
  border-radius: 20px !important;
}
/* Space and directory containers */
.space-container, .directory-container, .member-container {
  border-radius: 20px !important;
}
/* Modal dialogs */
.modal-content, .modal-dialog .modal-content {
  border-radius: 20px !important;
}
/* Form containers */
.form-group, .form-container, .login-form {
  border-radius: 20px !important;
}
/* Widget containers */
.widget, .sidebar-widget, .dashboard-widget {
  border-radius: 20px !important;
}
/* Card-style containers */
.card, .content-card, .info-card {
  border-radius: 20px !important;
}
/* Input groups and form elements */
.input-group, .form-control {
  border-radius: 20px !important;
}
.card-panel {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.img-profile-data {
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
}
#space-main-menu .panel-heading {
  border-radius: 20px 20px 0 0 !important;
}
#space-main-menu.panel {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.panel-heading {
  border-radius: 20px 20px 0 0 !important;
}
/* Main topic label styling */
.topic-label-list .label.label-light {
  background-color: #dd0031 !important;
  color: white !important;
  border-color: #dd0031 !important;
}

