/* admin.css  --  small tweaks on top of Bootstrap 4. */

body            { background: #f4f6f9; }
.card           { border: none; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.card-header    { background: #fff; font-weight: 600; }
.table thead th { border-top: none; font-size: .8rem; text-transform: uppercase;
                  letter-spacing: .03em; color: #6c757d; }
.table td       { vertical-align: middle; }
.stat-card .display-4 { font-weight: 700; }
.stat-card a    { text-decoration: none; }
.required label::after,
label.required::after { content: " *"; color: #dc3545; }
.form-section-title { font-size: .8rem; text-transform: uppercase;
                  letter-spacing: .05em; color: #6c757d; margin: 1.5rem 0 .75rem; }
.archived-row   { opacity: .55; }
.weight-ok      { color: #28a745; }
.weight-bad     { color: #dc3545; }
.vimeo-status   { font-size: .85rem; }
.login-wrap     { max-width: 380px; margin: 8vh auto; }
