﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.oauth-container {
    max-width: 600px;
}

.content {
    margin-left: 5px;
    margin-right: 5px;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 0.01%;
}

.table th.actions,
.table td.actions {
    white-space: nowrap;
    width: 0.01%;
    text-align: right;
}

/* Fix submit button vs link button sizes (not perfect) */
.btn {
    padding-inline: 6px;
    padding-block: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

/* Fix using spans as form-controls having zero height if empty */
span.form-control {
    display: block;
    min-height: 2.5rem;
}

label.required-field::after {
    content: " *";
    color: red;
}

ul.dotseparators li:not(:last-child)::after {
    content: "\2022";
    display: inline-block;
    padding-top: 0.5rem;
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

ul.dotseparators li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

p.copyright {
    font-size: 0.75rem;
}