:root {
    /*--bs-body-font-size: 0.875rem;*/
    --bs-body-font-size: 1rem;
}

body {
    background-color: white;
    padding-bottom: 20px;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.td-min {
    width: 1%;
    white-space: nowrap;
}
.td-no-space {
    white-space: nowrap;
}
.td-no-space .input-group {
    white-space: nowrap;
    flex-wrap: nowrap;
}
.td-end {
    align-content: end;
}
.tr-middle {
    vertical-align: middle;
}

.form-label,
.col-form-label {
    font-weight: bold;
}

.form-check {
    font-size: 1rem;
}

.sortable .sort-item {
    background-color: #f9f9f9;
    border: 1px #ccc solid;
    padding: 20px;
    margin-bottom: 10px;
}
.sortable .sort-item.sortable-chosen {
    border: 4px #666 dashed;
}

.clipboard input {
    font-size: 0.875rem;
    min-width: 200px !important;
}
