/******************************************************************************
 * Cascading-Style-Sheets file for Admidio
 *
 * @copyright The Admidio Team
 * @see https://www.admidio.org/
 * @license https://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2.0 only
 *
 * Here you can edit the look and feel of Admidio
 *
 *****************************************************************************/
 
 
 #adm_main_navbar {
    color: #f16500;
    background-color: #dabe96;
    min-height: 4rem;
    position: sticky;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 2rem;
    padding-top: 0;
}
.admidio-sidebar {
    padding: 0;
    background-color: #dabe96;
    overflow-y: auto;
}
.admidio-menu-list a {
    color:#0d0d0d;
}
.admidio-menu-header {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0;
    color: #0d0d0d;
}