/**
 * Max Matthiessen Custom Style
 * (Proprietor 37)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Max Matthiessen */
:root {
    /*Theme Hex: #2d6694*/
    --theme-hue: 207;
    --theme-saturation: 53%;
    --theme-lightness: 38%;
    --theme-alpha: 1;
    /*Accent Hex: #2d6694*/
    --accent-hue: 207;
    --accent-saturation: 53%;
    --accent-lightness: 38%;
    --accent-alpha: 1;
    /* Chart Variables. */
    --chart-series-color-100: #0f00a6;
    --chart-series-color-200: #fc005c;
    --chart-series-color-300: #ffab00;
    --chart-series-color-400: #1a05f7;
    --chart-series-color-500: #3c9664;
    --chart-series-color-600: #001b3c;
    --chart-series-color-700: #ffa0d1;
    --chart-series-color-800: #c2c2c2;
    --chart-series-color-900: #707070;
}

.FM-button.button-yellow {
    background: #2d6694 !important;
    border-color: #2d6694 !important;
}

.FM-panel .FM-panel--header {
    border-bottom-color: #2d6694 !important;
}

.FM-panel .account-block-link .account-name span {
    text-decoration: underline;
    font-weight: 600;
}

.FM-panel .account-block-link .account-name .balloon {
    text-decoration: none;
}

i.fa.fa-refresh:before {
    color: #2d6694 !important;
}

i.fa.fa-bell:before {
    color: #ec971f !important;
}

i.fa.fa-times-circle:before {
    color: #e63532 !important;
}


.wp-block-file {
    margin-bottom: 16px;
}

.wp-block-file .wp-block-file__button {
   display:none;
}

/* csslint ignore:end */