﻿.modal-footer { /* for full screen modals with centered buttons in footer */
    justify-content: center !important;
    flex-wrap: nowrap;
}

.spinner-border {
    vertical-align: middle !important;
    margin-top: -3px;
}

.form-floating > label {
    opacity: 0.8 !important;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.8 !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.8 !important;
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.8 !important;
}

.form-select {
    padding: 1.1rem 1.75rem 0 0.75rem !important;
    font-size: 1rem !important;
}

.form-select-no-label { /* not standard bs */
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    font-size: 1rem !important;
}

.form-control-borderless {
    padding: 0.375rem 0.75rem;
    color: #212529;
    background-color: #fff;
    border: none !important;
}

.table-dark {
    --bs-table-bg: #F6F6F6 !important;
    color: #212529 !important;
    border-color: #dee2e6 !important;
}

.table-dark thead tr, th {
    font-weight: 500 !important;
}

.input-group > a.btn {
    padding-top: 12px;
}