.ninja {
    display: none !important;
}
.error,
.required {
    color: red;
    font-weight: bold;
}

.navbar {
    background: #7e3f3a !important;
}
.navbar .navbar-brand,
.navbar .navbar-nav .nav-link {
    color: #fff !important;
}
.navbar .navbar-nav .nav-link.active {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.btn-primary {
    background: #7e3f3a !important;
    border: #7e3f3a !important;
}

.button_holder,
.button_holder > .row{
    min-height: calc(100vh - 56px);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: rgb(255,255,255);
}

.LVW-link {
    color: #7e3f3a !important;
}

.justify-content-space-around {
    justify-content: space-around !important;
}

/* KPI card */
.kpi-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 1.2rem 1.3rem;
    height: 100%;
}
.kpi-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 12px;
}
.kpi-label {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 4px;
}
.kpi-value {
    font-size: 28px;
    font-weight: 700;
    color: #1a1d23;
    line-height: 1;
    margin-bottom: 6px;
}
.kpi-pct {
    font-size: 12px;
    color: #9ca3af;
}
.kpi-pct .pct-val {
    font-weight: 600;
}
.pct-good { color: limegreen; }
.pct-warn { color: #d97706; }
.pct-red { color: red; }

/* Funnel section card */
.section-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 1.4rem 1.5rem;
}
.section-header {
    font-size: 14px;
    font-weight: 600;
    color: #1a1d23;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-header .sub {
    font-size: 12px;
    font-weight: 400;
    color: #9ca3af;
}

/* Funnel rows */
.funnel-row {
    margin-bottom: 14px;
}
.funnel-row:last-child {
    margin-bottom: 0;
}
.funnel-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.funnel-name {
    font-size: 13px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 7px;
}
.funnel-name i {
    font-size: 14px;
}
.funnel-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.funnel-num {
    font-size: 13px;
    font-weight: 600;
    color: #1a1d23;
}
.funnel-pct {
    font-size: 12px;
    color: #9ca3af;
}

/* Bootstrap progress override */
.progress {
    height: 8px;
    border-radius: 20px;
    background: #f3f4f6;
}

.influencer-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 1rem 1.1rem;
}

.card-id {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: 2px;
}

.card-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1d23;
    margin-bottom: 2px;
}

.card-handle {
    font-size: 12px;
    color: #6b7280;
}

.card-meta-row {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #6b7280;
}

.card-meta-row i {
    font-size: 13px;
    color: #9ca3af;
    flex-shrink: 0;
}

.card-meta-row a {
    color: #6b7280;
    text-decoration: none;
}

.card-meta-row a:hover {
    color: #1a1d23;
    text-decoration: underline;
}

.checks-row {
    display: flex;
    gap: 6px;
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
}

#influencerGrid .paid-progress-row {
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
}

.check-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.check-item i {
    font-size: 18px;
}

.check-label {
    font-size: 9px;
    color: #9ca3af;
    text-align: center;
    line-height: 1.2;
}

.check-on  { color: limegreen; }
.check-off { color: red; }

.card-footer-actions {
    display: flex;
    gap: 6px;
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
    margin-top: 10px;
}

.btn-card {
    flex: 1;
    font-size: 12px;
    padding: 6px 4px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.btn-card:hover {
    background: #f3f4f6;
    color: #1a1d23;
}

.btn-card i { font-size: 13px; }

.btn-card-danger {
    color: #dc2626;
    border-color: #fecaca;
    background: #fff;
}

.btn-card-danger:hover {
    background: #fef2f2;
    color: #b91c1c;
}

.meta-icon {
    font-size: 16px;
    color: limegreen;
}

.detail-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 1.1rem 1.2rem;
}

.section-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 10px;
}

.detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 13px;
}

.detail-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-label {
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 120px;
    flex-shrink: 0;
    font-size: 13px;
}

.detail-label i { font-size: 14px; }

.detail-val {
    color: #1a1d23;
    font-size: 13px;
    word-break: break-all;
    width: 100%;
}

.detail-val a {
    color: #2563eb;
    text-decoration: none;
}

.detail-val a:hover { text-decoration: underline; }

.influencer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ede9fe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #7c3aed;
    flex-shrink: 0;
}

.influencer-name {
    font-size: 17px;
    font-weight: 600;
    color: #1a1d23;
}

.influencer-handle {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.badge-id {
    font-size: 11px;
    background: #f3f4f6;
    color: #9ca3af;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.order-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 8px;
    background: #dcfce7;
    color: #166534;
    font-weight: 500;
}

.check-item-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 10px;
    background: #f9fafb;
    font-size: 13px;
    color: #6b7280;
    border: 1px solid #f3f4f6;
}

.check-item-detail i { font-size: 16px; }

.meta-note {
    background: #f9fafb;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.55;
    border: 1px solid #f3f4f6;
}

.btn-action {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    padding: 9px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.btn-action:hover {
    background: #f3f4f6;
    color: #1a1d23;
}

.btn-action i { font-size: 15px; }

.btn-action-danger {
    color: #dc2626;
    border-color: #fecaca;
}

.btn-action-danger:hover {
    background: #fef2f2;
    color: #b91c1c;
}

.added-by-text {
    font-size: 11px;
    color: #9ca3af;
    text-align: center;
}

.text-success-custom { color: limegreen; }
.text-danger-custom { color: red; }
.text-muted-custom   { color: #9ca3af; }
/* ─── Add / Edit form ─────────────────────────────────────────────────────── */

.form-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 1.4rem 1.5rem;
}

.form-section-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 12px;
    margin-top: 4px;
    display: block;
}

.form-section-divider {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 1.2rem 0;
}

.form-label {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-control,
.form-select {
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    color: #1a1d23;
    padding: 8px 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #7e3f3a;
    box-shadow: 0 0 0 3px rgba(126,63,58,0.1);
}

.form-control::placeholder {
    color: #c9cdd6;
}

textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

.priority-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff8f7;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
}

.priority-toggle input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #dc2626;
    cursor: pointer;
    flex-shrink: 0;
}

.priority-toggle-label {
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.priority-toggle-label i {
    color: #dc2626;
    font-size: 14px;
}

.form-submit-bar {
    display: flex;
    gap: 10px;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #f3f4f6;
}

.btn-submit {
    flex: 1;
    background: #7e3f3a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: background 0.15s;
}

.btn-submit:hover { background: #6a3330; }

.btn-cancel {
    flex: 1;
    background: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.btn-cancel:hover { background: #f3f4f6; color: #1a1d23; }

/* ── Product cards ────────────────────────────────────────────────────────── */

.product-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.product-card-selected {
    border-color: #7e3f3a;
    box-shadow: 0 0 0 3px rgba(126,63,58,0.12);
}

/* ── Maat-knoppen ─────────────────────────────────────────────────────────── */

.size-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1.5px solid #e5e7eb;
    background: #f9fafb;
    cursor: pointer;
    transition: border-color 0.12s, background 0.12s, color 0.12s;
    line-height: 1;
}

.size-btn:hover:not(.size-btn-out) {
    border-color: #7e3f3a;
    background: #fff8f7;
}

.size-btn-active {
    border-color: #7e3f3a !important;
    background: #7e3f3a !important;
}

.size-btn-active .size-label,
.size-btn-active .size-stock {
    color: #fff !important;
}

.size-btn-out {
    border-color: #f3f4f6;
    background: #fafafa;
    cursor: not-allowed;
}

/* Verberg radio inputs — waarde gaat gewoon mee in POST */
.size-radio {
    display: none;
}

.size-label {
    font-size: 11px;
    font-weight: 700;
    color: #374151;
}

.size-stock {
    font-size: 10px;
    color: #9ca3af;
    margin-top: 2px;
}

.size-btn-out .size-label {
    color: #d1d5db;
    text-decoration: line-through;
}

.size-btn-out .size-stock {
    color: #e5e7eb;
}
/* ── Order kaart & status badges ─────────────────────────────────────────── */

.order-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 1rem 1.1rem;
}

.order-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 8px;
}

.order-status-badge i {
    font-size: 13px;
}

.order-status-badge-lg {
    font-size: 13px;
    padding: 6px 14px;
}

/* ── KPI card clickable hover ────────────────────────────────────────────── */
.kpi-card-clickable {
    transition: box-shadow 0.15s, border-color 0.15s;
}
.kpi-card-clickable:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.kpi-card-clickable.kpi-card-active {
    border-color: #7e3f3a;
    box-shadow: 0 0 0 3px rgba(126,63,58,0.12);
}
