﻿body {
}
.modal-header {
    border-bottom: 1px solid rgba(148, 163, 184, 0.5);
    background: linear-gradient( 90deg, rgba(15, 23, 42, 0.9), rgba(15, 118, 110, 0.9) );
    color: #f9fafb;
}

    .modal-header .modal-title {
        font-weight: 600;
    }

/* primary/secondary in modals */
.modal-content .btn.btn-primary {
    border-radius: 0.45rem;
    border: none;
    background: linear-gradient(135deg, #059669, #0f766e);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.6);
}

    .modal-content .btn.btn-primary:hover {
        background: linear-gradient(135deg, #10b981, #0284c7);
    }

.form-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--tt-text-muted);
}