* {
    border: none;
    border-radius: 0;
    /* `otf-font-awesome` is required to be installed for icons */
    font-family: Cozette, monospace;
    font-size: 11px;
    min-height: 0;
}

window#waybar {
    background-color: #111;
    border-bottom: 3px solid #111;
    color: #fff;
    transition-property: background-color;
    transition-duration: .5s;
}

window#waybar.hidden {
    opacity: 0.2;
}

/*
window#waybar.empty {
    background-color: transparent;
}
window#waybar.solo {
    background-color: #FFFFFF;
}
*/

#workspaces button {
    padding: 0 5px;
    background-color: #111;
    color: #fff;
    border-bottom: 3px solid #111;
}

#workspaces button:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inherit;
    border-bottom: 3px solid #111;
}

#workspaces button.focused {
    background-color: #fff;
    color: #111;
    border-bottom: 3px solid #fff;
}

#workspaces button.urgent {
    background-color: #111;
    color: #2ecc40;
    border-bottom: 3px solid #111;
}

#mode {
    background-color: #111;
    border-bottom: 3px solid #111;
}

#clock,
#battery,
#cpu,
#memory,
#temperature,
#backlight,
#network,
#pulseaudio,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#mpd {
    padding: 0 10px;
    margin: 0 4px;
    color: #ffffff;
}

#clock {
    background-color: #111;
    color: #fff;

}

#battery {
    background-color: #ffffff;
    color: #111;
}

#battery.charging {
    color: #ffffff;
    background-color: #3d9970;
}

@keyframes blink {
    to {
        background-color: #ffffff;
        color: #111;
    }
}

#battery.critical:not(.charging) {
    background-color: #ff4136;
    color: #ffffff;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

label:focus {
    background-color: #111;
}

#cpu {
    background-color: #111;
    color: #fff;
}

#memory {
    background-color: #111;
    color: #fff;
}

#backlight {
    background-color: #111;
    color: #fff;
}

#network {
    background-color: #111;
    color: #fff;
}

#network.disconnected {
    background-color: #111;
    color: #fff;
}

#pulseaudio {
    background-color: #111;
    color: #fff;
}

#pulseaudio.muted {
    background-color: #111;
    color: #fff;
}

#temperature {
    background-color: #111;
    color: #fff;
}

#temperature.critical {
    background-color: #111;
    color: #fff;
}

#tray {
    background-color: #111;
    color: #fff;
}

#idle_inhibitor {
    background-color: #111;
    color: #fff;
}

#idle_inhibitor.activated {
    background-color: #111;
    color: #fff;
}