html,body{height:100%}body{display:flex;flex-direction:column}.main-container{flex:1 0 auto;padding-top:2rem;padding-bottom:2rem}header.sticky-top{z-index:1040}.navbar{background-color:rgb(var(--nav-bg-rgb));border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.navbar .nav-link{color:rgba(var(--nav-text-rgb),.75);font-weight:500;transition:color .2s ease}.navbar .nav-link:hover,.navbar .nav-link.active,.navbar .nav-link.show,.navbar .navbar-brand{color:rgb(var(--nav-text-rgb))}.navbar .navbar-toggler{color:rgb(var(--nav-text-rgb));border-color:rgba(var(--nav-text-rgb),.1)}.nav-user-profile .icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;background-color:rgb(var(--brand-primary-rgb));color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2);flex-shrink:0}.dropdown-menu{background-color:var(--bs-dropdown-bg);color:var(--bs-dropdown-color);border:1px solid var(--bs-dropdown-border-color);box-shadow:0 10px 30px rgba(0,0,0,.15)}.dropdown-item{color:var(--bs-dropdown-link-color);border-radius:.5rem;margin:.2rem}.dropdown-item:hover,.dropdown-item:focus{background-color:var(--bs-dropdown-link-hover-bg,rgba(var(--brand-primary-rgb),.1));color:var(--bs-dropdown-link-hover-color,rgb(var(--brand-primary-rgb)))}html[data-bs-theme="dark"] .dropdown-menu{background-color:rgb(var(--card-bg-rgb));color:rgb(var(--body-text-rgb));border:1px solid rgba(255,255,255,.15)}html[data-bs-theme="dark"] .dropdown-item{color:rgb(var(--body-text-rgb))}html[data-bs-theme="dark"] .dropdown-item:hover,html[data-bs-theme="dark"] .dropdown-item:focus{background-color:rgba(var(--brand-primary-rgb),.2);color:#fff}html[data-bs-theme="dark"] select,html[data-bs-theme="dark"] .form-select{color-scheme:dark}html[data-bs-theme="dark"] select option{background-color:rgb(var(--card-bg-rgb));color:rgb(var(--body-text-rgb))}.footer{background-color:rgb(var(--nav-bg-rgb));color:rgb(var(--nav-text-rgb));border-top:1px solid rgba(255,255,255,.05);padding:1.5rem 0}.footer .text-muted{color:rgba(var(--nav-text-rgb),.6)!important}.footer a{color:rgba(var(--nav-text-rgb),.85);text-decoration:none}.footer a:hover{color:rgb(var(--nav-text-rgb))}.card-driver-active{background-color:rgba(var(--brand-primary-rgb),.15);border:1px solid rgba(var(--brand-primary-rgb),.4);color:rgb(var(--body-text-rgb))}.card-driver-active:hover{background-color:rgba(var(--brand-primary-rgb),.25);box-shadow:0 8px 20px rgba(var(--brand-primary-rgb),.15);border-color:rgb(var(--brand-primary-rgb))}.card-driver-excluded{background-color:rgba(var(--body-text-rgb),.05);border:1px solid rgba(var(--body-text-rgb),.1);opacity:.75}