/*
 * Task 10 admin shell styling. This deliberately does NOT clone Bernina AdminSite's
 * wwwroot/css/custom_style.css verbatim: that 683-line file is written against Bernina's full
 * Mio theme (feather icons, tooltipster, select2, datatables, croppie, ckeditor, etc.) vendored
 * under its wwwroot/assets and wwwroot/lib, none of which exist in this project — Task 10's
 * brief is explicit that BigBang UserRole CRUD uses plain Bootstrap, not the Syncfusion/Mio view
 * components those assets support. This file instead covers only what the plain-Bootstrap
 * _Layout.cshtml / _PublicLayout.cshtml actually use.
 */

body {
    min-height: 100vh;
}

.card + .card {
    margin-top: 1rem;
}

.login-card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.table-actions a,
.table-actions form {
    display: inline-block;
    margin-right: 0.25rem;
}
