/* Core Bootstrap 5 Utility Shortcut - 100% Offline Mode Compatible */
.container { width: 100%; padding-right: var(--bs-gutter-x,.75rem); padding-left: var(--bs-gutter-x,.75rem); margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .container { max-width: 540px; } }
.card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; }
.p-4 { padding: 1.5rem!important; }
.mb-4 { margin-bottom: 1.5rem!important; }
.mb-3 { margin-bottom: 1rem!important; }
.my-4 { margin-top: 1.5rem!important; margin-bottom: 1.5rem!important; }
.text-center { text-align: center!important; }
.form-label { margin-bottom: .5rem; font-size: .875em; font-weight: 700; }
.form-control-lg { min-height: calc(1.5em + 1rem + 2px); padding: .5rem 1rem; font-size: 1.25rem; border-radius: .3rem; }
.form-control { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: border-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.bg-dark { background-color: #212529!important; }
.text-white { color: #fff!important; }
.text-warning { color: #ffc107!important; }
.text-muted { color: #6c757d!important; }
.small { font-size: .875em; }
.fw-bold { font-weight: 700!important; }
.fw-black { font-weight: 900!important; }
.fs-1 { font-size: 2.5rem!important; }
.h4 { font-size: calc(1.275rem + .3vw); font-weight: 500; line-height: 1.2; }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -user-select: none; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; border-radius: .25rem; }
.btn-warning { color: #000; background-color: #ffc107; border-color: #ffc107; }
.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; }
.alert-secondary { color: #41464b; background-color: #e2e3e5; border-color: #d3d6d8; }
.alert-warning { color: #664d03; background-color: #fff3cd; border-color: #ffecb5; }
.alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; }
.alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; }
.d-none { display: none!important; }
