/* _content/silversystem/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-6qib5ahxsq] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-6qib5ahxsq] {
  color: #0077cc;
}

.btn-primary[b-6qib5ahxsq] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-6qib5ahxsq], .nav-pills .show > .nav-link[b-6qib5ahxsq] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-6qib5ahxsq] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6qib5ahxsq] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6qib5ahxsq] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6qib5ahxsq] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-6qib5ahxsq] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* Mobile Bottom Navigation */
.fixed-bottom[b-6qib5ahxsq] {
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    padding: 8px 0 !important;
    z-index: 1030;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}

/* Main content spacing for mobile */
@media (max-width: 767.98px) {
    body[b-6qib5ahxsq] {
        padding-bottom: 80px;
    }

    .container[b-6qib5ahxsq] {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Adjust main content for bottom nav */
    main[b-6qib5ahxsq] {
        min-height: calc(100vh - 80px);
    }
}

/* Touch-friendly tap targets */
.fixed-bottom a[b-6qib5ahxsq] {
    min-width: 60px;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    transition: all 0.2s ease;
}

.fixed-bottom i[b-6qib5ahxsq] {
    font-size: 1.3rem;
    margin-bottom: 2px;
}

.fixed-bottom small[b-6qib5ahxsq] {
    font-size: 0.7rem !important;
    line-height: 1.2;
}

/* Active navigation item */
.fixed-bottom a.text-primary[b-6qib5ahxsq] {
    font-weight: 500;
}

/* Center "New" button animation */
.fixed-bottom .position-relative[b-6qib5ahxsq] {
    transition: transform 0.2s ease;
}

    .fixed-bottom .position-relative:active[b-6qib5ahxsq] {
        transform: scale(0.95);
    }

/* Tap feedback */
.fixed-bottom a:active[b-6qib5ahxsq] {
    opacity: 0.7;
    transform: scale(0.95);
}

/* Desktop navigation active state */
.navbar-nav .nav-link.active[b-6qib5ahxsq] {
    color: #0d6efd !important;
    border-bottom: 2px solid #0d6efd;
}

/* Safe area for notched phones */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .fixed-bottom[b-6qib5ahxsq] {
        padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    }

    body[b-6qib5ahxsq] {
        padding-bottom: calc(80px + env(safe-area-inset-bottom));
    }
}

/* Modal styles */
.modal-content[b-6qib5ahxsq] {
    border-radius: 15px;
}

.modal-header[b-6qib5ahxsq] {
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 15px 15px 0 0;
}

/* Product cards spacing */
.card[b-6qib5ahxsq] {
    border-radius: 12px !important;
    transition: transform 0.2s ease;
}

    .card:active[b-6qib5ahxsq] {
        transform: scale(0.98);
    }

/* Progress bars */
.progress[b-6qib5ahxsq] {
    border-radius: 10px;
    background-color: #e9ecef;
    overflow: hidden;
}

/* Badge styles */
.badge[b-6qib5ahxsq] {
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    border-radius: 8px;
}

/* Button styles */
.btn-sm[b-6qib5ahxsq] {
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
}

/* Empty state */
.fa-4x[b-6qib5ahxsq] {
    font-size: 4rem;
}

/* Alerts */
.alert[b-6qib5ahxsq] {
    border-radius: 10px;
    border: none;
}
