/* Tender Submission Form Styles */
.required::after {
    content: ' *';
    color: #dc3545;
}

.form-control:focus {
    border-color: #2E3192;
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 146, 0.25);
}

.alert-info {
    background-color: #e7f3ff;
    border-color: #b8daff;
    color: #004085;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
    background-color: #2E3192 !important;
}

.submission-deadline {
    color: #000 !important;
    font-weight: bold;
}

.tender-info-card {
    margin-bottom: 2rem;
}

.section-header {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.section-header i {
    color: #2E3192;
}

.file-upload-info {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.submit-buttons {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}

/* Override Bootstrap button colors for tender pages */
.btn-primary {
    background-color: #2E3192 !important;
    border-color: #2E3192 !important;
    color: white !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #252a7a !important;
    border-color: #252a7a !important;
    color: white !important;
}

.btn-info {
    background-color: #2E3192 !important;
    border-color: #2E3192 !important;
    color: white !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #252a7a !important;
    border-color: #252a7a !important;
    color: white !important;
}

.badge-info {
    background-color: #2E3192 !important;
    color: white !important;
}

/* Outline buttons */
.btn-outline-primary {
    color: #2E3192 !important;
    border-color: #2E3192 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: white !important;
    background-color: #2E3192 !important;
    border-color: #2E3192 !important;
}

/* Pagination */
.pagination .page-link {
    color: #2E3192 !important;
}

.pagination .page-item.active .page-link {
    background-color: #2E3192 !important;
    border-color: #2E3192 !important;
    color: white !important;
}

.pagination .page-link:hover {
    color: #252a7a !important;
    background-color: rgba(46, 49, 146, 0.1) !important;
}