@media (prefers-color-scheme: dark) {
    :root {
      --primary: #264b5d;
      --header-bg: rgb(1, 174, 240);
      --header-fg: #fff;
    }
}

:root {
    --primary: #264b5d;
    --header-bg: rgb(1, 174, 240);
    --header-fg: #fff;
}

#header {
    width: auto;
    height: 40px;
    padding: 10px 40px;
    background: #01aef0;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #fff;
}
.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-size: 1em;
    border-top: 1px solid #ddd
    text-align: left;
    background: var(--header-bg);
    color: var(--header-fg);
}

div.breadcrumbs {
    background: #6382af;
    padding: 10px 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.button, input[type=submit], input[type=button], .submit-row input, a.button {
    color: #fff;
    border: 1px solid #e51b8c;
    background-color: #e51b8c;
    border-bottom: 4px solid #d21274;

    padding: 10px 15px;
    border-radius: 4px;

    cursor: pointer;
}
.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #d21274;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #79aec8;
}
#header {
    width: auto;
    height: 40px;
    padding: 10px 40px;
    background: #01aef0;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #fff;
}
