﻿
/* ================== CARD ================== */


    .bond-status {
        font-size: 11px;
        font-weight: 600;
        border-radius: 999px;
        padding: 4px 10px;
        letter-spacing: .2px;
        display:inline-block;
    }


    .status-filing {
        background: #e0e7ff;
        color: #1e3a8a;
    }


    .status-draft {
        background: #e0e7ff;
        color: #1e3a8a;
    }

    .status-open {
        background: #e6f4ea;
        color: #1e7f43;
    }

    .status-full {
        background: #fdecea;
        color: #b71c1c;
    }

    .status-closed {
        background: #e5e7eb;
        color: #374151;
    }

