/* /Pages/Admin/Dashboard.cshtml.rz.scp.css */
/* Quick Actions Styles - Scoped to Dashboard Page */

.quick-action-card[b-trgqownbvw] {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.quick-action-card:hover[b-trgqownbvw] {
    transform: translateY(-5px);
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.quick-action-icon[b-trgqownbvw] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

.quick-action-title[b-trgqownbvw] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #212529;
}

.quick-action-subtitle[b-trgqownbvw] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* Icon Colors - Matching Bootstrap Theme */
.quick-action-card[href*="Orders"] .quick-action-icon[b-trgqownbvw] {
    color: #0d6efd; /* Primary Blue */
}

.quick-action-card[href*="Deliveries"] .quick-action-icon[b-trgqownbvw] {
    color: #198754; /* Success Green */
}

.quick-action-card[href*="Customers"] .quick-action-icon[b-trgqownbvw] {
    color: #0dcaf0; /* Info Cyan */
}

.quick-action-card[href*="Quotes"] .quick-action-icon[b-trgqownbvw] {
    color: #ffc107; /* Warning Yellow */
}

/* Ensure hover doesn't change link color */
.quick-action-card:hover .quick-action-title[b-trgqownbvw],
.quick-action-card:focus .quick-action-title[b-trgqownbvw] {
    color: #212529;
}

/* Focus state for accessibility */
.quick-action-card:focus[b-trgqownbvw] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

/* Statistics Cards */
.stat-card[b-trgqownbvw] {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-trgqownbvw] {
    font-size: 1.5rem;
}

.stat-value[b-trgqownbvw] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
}

.stat-label[b-trgqownbvw] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-k7iu9rgch8] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-k7iu9rgch8] {
  color: #0077cc;
}

.btn-primary[b-k7iu9rgch8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-k7iu9rgch8], .nav-pills .show > .nav-link[b-k7iu9rgch8] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-k7iu9rgch8] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-k7iu9rgch8] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-k7iu9rgch8] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-k7iu9rgch8] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-k7iu9rgch8] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
