﻿:root {
    --footer-height: 25px;
}

.main-color {
    color: #6d938b;
}

.ai-color {
    color: #d2ae50;
}

.widget-title {
    padding-left: 16px;
    margin-bottom: 16px;
    border-left: 3px solid #6d938b;
}

.mud-main-content {
    padding-bottom: var(--footer-height);
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--footer-height);
    line-height: var(--footer-height);
    background-color: #f5f3f3;
}

.footer-bottom {
    text-align: center;
    /*background-color: #e3f3f3;*/
    font-weight: 700;
}