.tender-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.tender-confirm-modal .modal-dialog {
    width: 100%;
    max-width: 480px;
    margin: 1rem;
    pointer-events: none;
}

.tender-confirm-modal .modal-content {
    pointer-events: auto;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}

.tender-confirm-modal .modal-header {
    background: linear-gradient(135deg, var(--tender-purple, #550076), #6f42c1);
    color: #fff;
    border-bottom: none;
    padding: 1rem 1.25rem;
}

.tender-confirm-modal .modal-header .btn-close {
    filter: invert(1);
    opacity: 0.85;
}

.tender-confirm-modal .modal-header .btn-close:hover {
    opacity: 1;
}

.tender-confirm-modal .modal-title {
    color: #fff !important;
    font-size: 1.1rem;
    margin: 0;
}

.tender-confirm-modal .modal-body {
    padding: 1.25rem;
}

.tender-confirm-modal .modal-footer {
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

.tender-confirm-modal .btn-cancel {
    background: #fff !important;
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
}

.tender-confirm-modal .btn-cancel:hover {
    background: #dc3545 !important;
    color: #fff !important;
}

.tender-confirm-modal .form-control,
.tender-confirm-modal .form-select,
.tender-confirm-modal textarea.form-control {
    border-radius: 2px !important;
}
