#po_tenant_provision_overlay {
    position: fixed;
    inset: 0;
    z-index: 11900;
    background: rgba(15, 23, 42, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
#po_tenant_provision_overlay .po-tpg-card {
    width: min(480px, 100%);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 28px 28px 24px;
}
#po_tenant_provision_overlay .po-tpg-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eef3f8;
    color: #587899;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 0 16px;
}
#po_tenant_provision_overlay .po-tpg-title {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
}
#po_tenant_provision_overlay .po-tpg-lead {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #667085;
    line-height: 1.5;
}
#po_tenant_provision_overlay.is-failed .po-tpg-icon {
    background: #F4EBE9;
    color: #B57A72;
}
#po_tenant_provision_overlay .po-tpg-retry {
    appearance: none;
    margin-top: 18px;
    height: 36px;
    padding: 0 16px;
    border: 1px solid #587899;
    background: #ffffff;
    color: #587899;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}
#po_tenant_provision_overlay .po-tpg-retry:hover {
    background: #eef3f8;
}
#po_tenant_provision_overlay .po-tpg-retry.is-busy {
    opacity: 0.7;
    pointer-events: none;
}
