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

:root {
    --hh-ct-container-max-width: 1600px;
    --default: #f0ede8;
    --primary: #003D5B;
    --info: #00798C;
    --success: #518132;
    --warning: #AF640E;
    --danger: #EC0426;
    --link: #003D5B;
    --hh-ct-text-color-heading: #37474f;
    --text-color-main: #31414a;
    --text-color-default: #4b4b4b;
    --text-color-secondary: #7a7a7a;
    --text-color-highlight: #242424;
    --text-color-soft: #555555;
    --text-color-soft2: #838383;
    --text-color-soft3: #bac2c7;
    --text-color-contrast: #ffffff;
    --background-color-main: #ffffff;
    --background-color-secondary: #f0f2f5;
    --background-color-page: #FBF8EF;
    --background-color-highlight: #daf0f3;
    --background-color-highlight-soft: #f2f9fb;
    --hh-ct-font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 14px;
    --hh-ct-font-weight: 400;
    --hh-ct-font-bold-weight: 700;
    --hh-ct-heading-font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 16px;
    --hh-ct-h1-font-size: 1.7em;
    --hh-ct-h1-stream-font-size: 1.45em;
    --hh-ct-h2-font-size: 1.5em;
    --hh-ct-h2-stream-font-size: 1.3em;
    --hh-ct-h3-font-size: 1.2em;
    --hh-ct-h4-font-size: 1.1em;
    --hh-ct-h5-font-size: 1.0em;
    --hh-ct-h6-font-size: 0.85em;
    --hh-ct-ph-font-weight: 700;
    --hh-ct-panel-border-width: 1px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #cccccc;
    --hh-ct-panel-border-radius: 9px;
    --hh-ct-panel-box-shadow: 0 1px 10px #00000019;
    --hh-ct-menu-font-size: 14px;
    --hh-ct-menu-text-color: #31414a;
    --hh-ct-menu-border-color: #e4eaec;
    --hh-ct-top-bar-height: 60px;
    --hh-ct-top-bar-font-size: 10px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #ffffff;
    --hh-ct-top-menu-text-color: #31414a;
    --hh-ct-top-menu-button-hover-background-color: #f7f7f7;
    --hh-ct-top-menu-button-hover-text-color: #242424;

    --background-color-main-darken-10: #e6e6e6;
    --background-color-page-darken-5: #eeebe3;
    --background-color-page-lighten-10: #ffffff;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #ebedf0;
    --background-color-secondary-darken-5: #e3e5e8;
    --danger-darken-10: #ba031e;
    --danger-darken-5: #d30422;
    --danger-lighten-20: #f36378;
    --danger-lighten-5: #ee1c3a;
    --default-darken-2: #ebe8e3;
    --default-darken-5: #e3e0db;
    --default-lighten-2: #f4f2ee;
    --info-darken-10: #004d59;
    --info-darken-27: #000202;
    --info-darken-5: #006373;
    --info-lighten-25: #58a7b4;
    --info-lighten-30: #69b0bc;
    --info-lighten-40: #8dc3cb;
    --info-lighten-5: #128294;
    --info-lighten-50: #b0d5db;
    --info-lighten-8: #1c8899;
    --link-darken-2: #003651;
    --link-lighten-5: #104965;
    --primary-darken-10: #001b28;
    --primary-darken-5: #002c42;
    --primary-lighten-10: #1f556f;
    --primary-lighten-20: #3e6c83;
    --primary-lighten-25: #4e788d;
    --primary-lighten-5: #104965;
    --primary-lighten-8: #19506b;
    --success-darken-10: #3a5c24;
    --success-darken-5: #456f2b;
    --success-lighten-20: #87a871;
    --success-lighten-5: #5e8b42;
    --text-color-highlight-fade-15: #24242426;
    --text-color-highlight-fade-30: #2424244d;
    --text-color-secondary-lighten-25: #bababa;
    --warning-darken-10: #80490a;
    --warning-darken-2: #a65f0d;
    --warning-darken-5: #97570c;
    --warning-lighten-10: #bc7d34;
    --warning-lighten-20: #c8955b;
    --warning-lighten-40: #e2c7a7;
    --warning-lighten-5: #b57021;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 90px;
    --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;
    }
}

#login-form {
  max-width: 500px !important;
}
.btn-ac-Keycloak {
  white-space: normal !important;
}
#user-auth-login-modal #tabs, #create-account-form[data-has-auth-client="0"] #registration-form, form[action="/user/auth/login"], #register-form, #account-login-form, .or-container {
  display: none !important;
}
.authChoice {
  text-align: center;
}
#calendar-entry-form a.timeZoneToggle {
  font-size: 14px;
  font-weight: bold;
}
#calendar-entry-form .timeZoneInputContainer {
  display: block !important;
}
.container-cards .card .card-body .card-details {
  color: #33373d;
}
.wall-entry .wall-entry-header .stream-entry-icon-list .icon-pin::after {
  content: " " attr(data-original-title);
  margin-right: 5px;
  font-style: normal;
  font-family: Arial, sans-serif;
}
.space-layout-container .pinned-entry > .panel {
  border-color: var(--panel-border-color);
}
.wall-entry-controls {
  margin: 12px 0 18px 0;
}

