/* _content/SeekerLabPortal.AuthServer/Views/AffiliateApplication/History.cshtml.rz.scp.css */
.timeline[b-n5h65mt4zc] {
    position: relative;
    margin-top: 20px;
}

.timeline[b-n5h65mt4zc]::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
}

.timeline-item[b-n5h65mt4zc] {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
}

.timeline-marker[b-n5h65mt4zc] {
    position: absolute;
    left: 11px;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}

.timeline-content[b-n5h65mt4zc] {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #007bff;
}

.timeline-header[b-n5h65mt4zc] {
    margin-bottom: 10px;
}

.timeline-title[b-n5h65mt4zc] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.timeline-body[b-n5h65mt4zc] {
    margin-top: 10px;
}

.timeline-body p[b-n5h65mt4zc] {
    margin: 0;
    color: #6c757d;
}
/* _content/SeekerLabPortal.AuthServer/Views/Mypage/Index.cshtml.rz.scp.css */
.card[b-agk9duu5di] {
    transition: transform 0.2s ease-in-out;
}

.card:hover[b-agk9duu5di] {
    transform: translateY(-2px);
}

.list-group-item[b-agk9duu5di] {
    transition: background-color 0.2s ease-in-out;
}

.list-group-item:hover[b-agk9duu5di] {
    background-color: var(--bs-gray-50);
}

.license-expiration-summary[b-agk9duu5di] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.expiration-badge[b-agk9duu5di] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    margin: 0.25rem;
}

.expiration-urgent[b-agk9duu5di] {
    animation: pulse-b-agk9duu5di 2s infinite;
}

@keyframes pulse-b-agk9duu5di {
     0% {
         box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
     }
     70% {
         box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
     }
     100% {
         box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
     }
 }

/* モバイル対応 */
@media (max-width: 575px) {
    .h2[b-agk9duu5di] {
        font-size: 1.5rem;
    }

    .btn-lg[b-agk9duu5di] {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .table[b-agk9duu5di] {
        font-size: 0.875rem;
    }
}
/* _content/SeekerLabPortal.AuthServer/Views/Mypage/OrderDetail.cshtml.rz.scp.css */
.card[b-hoeqcq2rw8] {
    margin-bottom: 1.5rem;
}

.badge[b-hoeqcq2rw8] {
    font-size: 0.875rem;
}

/* モバイル対応 */
@media (max-width: 575px) {
    .table th[b-hoeqcq2rw8] {
        font-size: 0.875rem;
    }

    .table td[b-hoeqcq2rw8] {
        font-size: 0.875rem;
    }

    .breadcrumb[b-hoeqcq2rw8] {
        font-size: 0.875rem;
    }
}

/* タブレット対応 */
@media (min-width: 576px) and (max-width: 991px) {
    dl.row dt[b-hoeqcq2rw8] {
        font-size: 0.9rem;
    }

    dl.row dd[b-hoeqcq2rw8] {
        font-size: 0.9rem;
    }
}
/* _content/SeekerLabPortal.AuthServer/Views/Mypage/Orders.cshtml.rz.scp.css */
.card[b-0wf3nnsaxq] {
    transition: box-shadow 0.3s ease-in-out;
}

.card:hover[b-0wf3nnsaxq] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* モバイル対応スタイル */
@media (max-width: 767px) {
    .order-info p[b-0wf3nnsaxq] {
        font-size: 0.9rem;
    }

    .card-title[b-0wf3nnsaxq] {
        font-size: 1.1rem;
    }

    .pagination[b-0wf3nnsaxq] {
        font-size: 0.9rem;
    }

    .pagination .page-link[b-0wf3nnsaxq] {
        padding: 0.25rem 0.5rem;
    }
}

/* タブレット対応 */
@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive[b-0wf3nnsaxq] {
        font-size: 0.9rem;
    }
}
/* _content/SeekerLabPortal.AuthServer/Views/Shared/_CookieConsentPartial.cshtml.rz.scp.css */
/* Cookie consent bottom overlay */
.cookie-consent-overlay[b-z4o94lpk8o] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080; /* above navbar and modals default (Bootstrap modal is 1050) */
    background: rgba(150,150,200,0.2);
    padding: 12px 16px;
    backdrop-filter: blur(12px) saturate(160%);
    -webkit-backdrop-filter: blur(12px) saturate(160%);
}
/* Glassmorphism panel (floating glass look) */
.cookie-consent-panel[b-z4o94lpk8o] {
    max-width: 1024px;
    margin: 0 auto;
    /* translucent glass background with subtle gradient */
    background: linear-gradient(135deg, rgb(255 144 133 / 15%), rgb(151 245 255 / 25%));
    color: #ffffff;
    border-radius: 14px;
    /* lifted shadow + inner highlight for glass edge */
    box-shadow: 0 12px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.25);
    padding: 12px 16px;
    /* glass blur/saturation */
    -webkit-backdrop-filter: blur(12px) saturate(160%);
    backdrop-filter: blur(12px) saturate(160%);
    /* subtle frosted border */
    border: 1px solid rgba(255,255,255,0.35);
}
/* Tweak link contrast on glass */
.cookie-consent-panel a[b-z4o94lpk8o] { color: #d7eaff; }
.cookie-consent-panel a:hover[b-z4o94lpk8o], .cookie-consent-panel a:focus[b-z4o94lpk8o] { color: #ffffff; }
@media (min-width: 768px) {
    .cookie-consent-panel[b-z4o94lpk8o] { padding: 14px 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .cookie-consent-overlay[b-z4o94lpk8o], .cookie-consent-panel[b-z4o94lpk8o] { transition: none !important; }
}
/* Fallback for browsers without backdrop-filter support */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .cookie-consent-panel[b-z4o94lpk8o] {
        background: #ffffff;
        color: #212529;
        border: 1px solid rgba(0,0,0,0.08);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    }
    .cookie-consent-panel a[b-z4o94lpk8o] { color: #0d6efd; }
}
/* _content/SeekerLabPortal.AuthServer/Views/Support/Details.cshtml.rz.scp.css */
.message-item[b-qgdeinil41] {
    transition: all 0.3s ease;
    border-left: 3px solid transparent !important;
}
.message-item:hover[b-qgdeinil41] {
    background-color: #f8f9fa !important;
    transform: translateX(5px);
}
.message-item.border-primary[b-qgdeinil41] {
    border-left-color: #0d6efd !important;
}
.sticky-top[b-qgdeinil41] {
    z-index: 100;
}
.bg-gradient[b-qgdeinil41] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.markdown-content[b-qgdeinil41] {
    line-height: 1.6;
}
.markdown-content h1[b-qgdeinil41], .markdown-content h2[b-qgdeinil41], .markdown-content h3[b-qgdeinil41],
.markdown-content h4[b-qgdeinil41], .markdown-content h5[b-qgdeinil41], .markdown-content h6[b-qgdeinil41] {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.markdown-content p[b-qgdeinil41] {
    margin-bottom: 0.5rem;
}
.markdown-content code[b-qgdeinil41] {
    background-color: #f4f4f4;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 90%;
}
.markdown-content pre[b-qgdeinil41] {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}
.markdown-content blockquote[b-qgdeinil41] {
    border-left: 4px solid #ddd;
    padding-left: 1rem;
    margin-left: 0;
    color: #666;
}
.markdown-content ul[b-qgdeinil41], .markdown-content ol[b-qgdeinil41] {
    margin-bottom: 0.5rem;
}
.markdown-content table[b-qgdeinil41] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
.markdown-content table th[b-qgdeinil41],
.markdown-content table td[b-qgdeinil41] {
    border: 1px solid #ddd;
    padding: 8px;
}
.markdown-content table th[b-qgdeinil41] {
    background-color: #f4f4f4;
    font-weight: bold;
}
/* _content/SeekerLabPortal.AuthServer/Views/Support/Index.cshtml.rz.scp.css */
/* Scoped styles for Views/Support/Index.cshtml */

/* Ensure the tickets table has enough width on small screens so horizontal scrolling is useful */
.support-table[b-kmqe9rxf2z] {
  /* Provide a reasonable minimum width so columns don't get cramped */
  min-width: 900px;
}

/* Reinforce horizontal scrolling behavior for the wrapper on narrow viewports */
.table-responsive[b-kmqe9rxf2z] {
  overflow-x: auto;
}

/* Optional: prevent line breaks in short cells to keep rows compact while allowing scroll */
.support-table th[b-kmqe9rxf2z],
.support-table td[b-kmqe9rxf2z] {
  white-space: nowrap;
}

/* Allow the subject column to wrap if needed to avoid excessively wide table due to very long subjects */
.support-table td:nth-child(2)[b-kmqe9rxf2z] {
  white-space: normal; /* Subject */
}

/* Tweak on extra-small devices: slightly reduce min-width so users need less scrolling */
@media (max-width: 420px) {
  .support-table[b-kmqe9rxf2z] {
    min-width: 800px;
  }
}
