body {
    color: #eee;
    background: #121212;
}

nav {
    background-color: #220337;
}

footer {
    background-color: #220337;
}

/* .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
  } */

/* hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
} */

header {
    display: flex;
    /* align-items: center; */

    /* Remove the next line if you want the span to appear next to the h1 */
    justify-content: space-between;

    /* border-bottom: 1px solid #000; */
    /* padding: 10px 30px; */
}

a {
    color: #809fff;
}

.bright {
    color: white;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.b-index-divider {
    height: 1rem;
    /* background-color: rgba(163, 53, 238, 0.1); */
    background-color: rgba(34, 3, 55, 0.3);
    /* border: solid rgba(255, 255, 255, 0.15); */
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.form-user {
    max-width: 330px;
    padding: 15px;
}

.form-user .form-floating:focus-within {
    z-index: 2;
}
.form-user input[type='username'] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-user input[type='password'] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.odd-col {
    background: #131313;
}

.even-col {
    background: #1a1a1a;
}

.admin-columns {
    padding: 15px;
}

input[type='checkbox'] {
    transform: scale(1.5);
}

table {
    table-layout: fixed;
}

.htmx-indicator {
    opacity: 0;
    transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator {
    opacity: 1;
}
.htmx-request.htmx-indicator {
    opacity: 1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}
