.has-background-dark {
    background-color: #0b0e12 !important;
}

.is-primary {
    color: #e4e1de;
    background-color: #31706e;
    border-color: #31706e;
}

.has-text-primary {
    color: #31706e !important;
}

.has-text-primary-light {
    color: #3c8b88 !important;
}

a.has-text-primary-light:hover {
    color: #50a3a0 !important;
}

.button.is-primary {
    transition: background-color .15s ease, border-color .15s ease, filter .15s ease;
    background-color: #31706e;
    border-color: #31706e;
}

.button.is-primary:hover,
.button.is-primary:focus {
    background-color: #3c8b88 !important;
    border-color: #3c8b88 !important;
}

.button.is-primary:active {
    filter: brightness(0.95);
}

.align-bottom {
    margin-top: auto !important;
}

.top-level-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.button.has-text-left {
    justify-content: flex-start;

}

.button.has-text-right {
    justify-content: flex-end;
}

.button.no-underline {
    text-decoration: none !important;
}

main {
    flex: 1;
}

#logo {
    max-height: 3.5rem;
}

.has-background-lighter-dark {
    background-color: #181b20;
}

col.long-name-col {
    width: 80%;
}

col.name-col {
    width: 60%;
}

col.side-col {
    width: 20%;
}

.field.short-width {
    max-width: 20ch;
}

.control.short-width {
    max-width: 20ch;
}

.control.medium-width {
    max-width: 30ch;
}

.control.enforce-medium-width {
    width: 30ch;
}

.input.fit-content {
    width: fit-content !important;
}

.field-label.more-space {
    min-width: 25ch;
}

.no-asterisk .asterisk {
    display: none;
}

.file-name {
    background-color: #14161a !important;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    appearance: textfield;
    -moz-appearance: textfield;
}

[x-cloak] {
    display: none !important;
}

.control.expand-select .select {
    width: 100%;
}

.a.is-textlike {
    color: inherit;
    text-decoration: none;
}

.a.is-textlike:hover {
    text-decoration: underline;
}