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

:root {
    --hh-ct-container-max-width: 1600px;
    --default: #3c475a;
    --primary: #153e70;
    --info: #1A7DB2;
    --success: #518132;
    --warning: #AF640E;
    --danger: #EC0426;
    --link: #1A7DB2;
    --hh-ct-text-color-heading: #fff;
    --text-color-main: #fff;
    --text-color-default: #ffffff;
    --text-color-secondary: #5a6882;
    --text-color-highlight: #ffffff;
    --text-color-soft: #5a6882;
    --text-color-soft2: #f5f5f5;
    --text-color-soft3: #f5f5f5;
    --text-color-contrast: #ffffff;
    --background-color-main: #0c1015;
    --background-color-secondary: #13171f;
    --background-color-page: #050304;
    --background-color-highlight: #daf0f3;
    --background-color-highlight-soft: #f2f9fb;
    --hh-ct-font-family: "https://fonts.google.com/specimen/Roboto", -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: "Roboto", -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: 0px;
    --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: 12px;
    --hh-ct-menu-text-color: #fff;
    --hh-ct-menu-border-color: #5a6882;
    --hh-ct-top-bar-height: 50px;
    --hh-ct-top-bar-font-size: 10px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #0c1015;
    --hh-ct-top-menu-text-color: #5a6882;
    --hh-ct-top-menu-button-hover-background-color: #1d2938;
    --hh-ct-top-menu-button-hover-text-color: #5a6882;

    --background-color-main-darken-10: #000000;
    --background-color-page-darken-5: #000000;
    --background-color-page-lighten-10: #1e1d1e;
    --background-color-page-lighten-20: #383637;
    --background-color-page-lighten-30: #515051;
    --background-color-secondary-darken-2: #0f1219;
    --background-color-secondary-darken-5: #090b0f;
    --danger-darken-10: #ba031e;
    --danger-darken-5: #d30422;
    --danger-lighten-20: #f36378;
    --danger-lighten-5: #ee1c3a;
    --default-darken-2: #384254;
    --default-darken-5: #323b4b;
    --default-lighten-2: #424c5f;
    --info-darken-10: #145e86;
    --info-darken-27: #08293a;
    --info-darken-5: #176d9c;
    --info-lighten-25: #79b3d2;
    --info-lighten-30: #8dbed9;
    --info-lighten-40: #b3d4e5;
    --info-lighten-5: #2d88b8;
    --info-lighten-50: #d9e9f2;
    --info-lighten-8: #398ebc;
    --link-darken-2: #1977a9;
    --link-lighten-5: #2d88b8;
    --primary-darken-10: #0d2645;
    --primary-darken-5: #11325b;
    --primary-lighten-10: #355883;
    --primary-lighten-20: #547297;
    --primary-lighten-25: #647fa0;
    --primary-lighten-5: #254b7a;
    --primary-lighten-8: #2e537f;
    --success-darken-10: #3a5c24;
    --success-darken-5: #456f2b;
    --success-lighten-20: #87a871;
    --success-lighten-5: #5e8b42;
    --text-color-highlight-fade-15: #ffffff26;
    --text-color-highlight-fade-30: #ffffff4d;
    --text-color-secondary-lighten-25: #a3aab9;
    --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: 80px;
    --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;
    }
}

.panel .panel-heading {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-color-highlight);
  background-color: #282b30;
  border: none;
  padding: 10px;
  font-weight: 400;
  font-family: var(--hh-ct-heading-font-family);
  color: var(--hh-ct-text-color-heading);
  border-radius: 4px;
}
.container-cards .card .card-panel {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  border-radius: 4px;
  background-color: #0c1015;
}
.media-list li.new, .messagePreviewEntry.unread {
  background-color: #424549 !important;
}
.dropdown-menu {
  background-color: #0c1015;
}
.form-collapsible-fields {
  margin-bottom: 12px;
  border-left: 3px solid var(--primary);
  background-color: #232326;
}
.form-control {
  background-color: #0c1015;
  color: #f5f5f5;
}
.list-group {
  padding-left: 0;
  background-color: #232326;
}
.template-edit-multiple .panel-heading {
  background-color: #0c1015 !important;
}
.template-edit-multiple .panel-heading:hover {
  background-color: #13171f !important;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  background-color: #0c1015 !important;
}
.table-hover > tbody > tr:hover {
  background-color: #3c475a;
}
.modal-content {
  background-color: #0c1015;
}
target-page-list-head {
  background-color: #13171f;
}
#dropdown-messages .dropdown-header {
  color: #f7f7f7;
}
.conversation-entry-content.own {
  float: right;
  background: #1d2b3dd9;
}
.mail-inbox-messages .media h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #898989;
  display: flex;
  justify-content: space-between;
  margin: 7px 0;
}

