/* Example: Gmail-like sidebar for all skins */

#layout-sidebar, .sidebar {
    background-color: #f6f8fc !important;
}

/* 2. Unset/Override it when Dark Mode is active */
@media (prefers-color-scheme: dark) {
    #layout-sidebar, .sidebar {
        /* This reverts it to the skin's default dark color */
        background-color: #2c363a !important; 
    }
}


#layout-menu .popover-header img {
    max-height: 38px!important;
}


/* Force pill-shaped buttons */
.button, .btn {
    border-radius: 20px !important;
    text-transform: none !important;
}

.folderlist li.mailbox .unreadcount {
    background: #b3261e!important;
}

#message-header .header-links a {
    color: #0842a0!important;
}


#message-header .header-links a.adr {
    color: #0842a0 !important;
    text-decoration: none; /* Gmail style */
}

.folderlist li.mailbox .unreadcount {
    padding: 0 0.5em!important;
    border-radius: 1em!important;

}
/* Custom Watermark override (if not using the config option) 
body.task-mail.action-none {
    background: url('path/to/your/logo.png') center no-repeat #f6f8fc !important;
    background-size: 200px !important;
}
*/
