/* オンライン資格確認等システム カスタムスタイル */

body {
    font-family: "Meiryo", "メイリオ", "MS Gothic", "ＭＳ ゴシック", sans-serif;
    font-size: 14px;
}

/* ナビゲーションバー */
.navbar-brand {
    font-size: 1rem;
    font-weight: bold;
}

/* テーブル */
.table th {
    white-space: nowrap;
    font-size: 12px;
}
.table td {
    font-size: 13px;
}

/* 資格有効性バッジ */
.badge {
    font-size: 11px;
    font-weight: normal;
}

/* カード */
.card-header.bg-light {
    background-color: #f0f4f8 !important;
    font-size: 13px;
}

/* フォームラベル */
.form-label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

/* 詳細ページのdl */
dt {
    font-size: 12px;
}
dd {
    font-size: 14px;
}

/* ページネーション */
.pagination .page-link {
    padding: 0.2rem 0.5rem;
    font-size: 12px;
}

/* ログインカード */
.card.shadow-sm {
    border-radius: 0.5rem;
}

/* テキストmuted small */
.text-muted.small {
    font-size: 11px;
}

/* MFAパスコード入力 */
#passcode {
    letter-spacing: 0.4em;
    font-size: 1.5rem;
}

/* ステージング環境インジケーター */
.badge.bg-warning.text-dark {
    font-size: 11px;
}

/* テーブルのホバー */
.table-hover tbody tr:hover {
    background-color: #f0f4ff;
}

/* ダッシュボードカード */
.dashboard-stat {
    font-size: 2rem;
    font-weight: bold;
    color: #0d6efd;
}
