.card-header{
    background-color:#7a1b1d;
}
.title_la{
    margin-left: 300px;
}
.forntedate{
    position: absolute;
    top: 39px;
    left: 12px;
    background: white;
    width: 100px;
}
.document-preview {
    position: sticky;
    top: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    min-height: 500px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.preview-header {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.preview-content {
    text-align: center;
}
.preview-image {
    max-width: 100%;
    max-height: 400px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.preview-pdf {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 5px;
}
.no-document {
    color: #6c757d;
    padding: 40px 20px;
    text-align: center;
}
.document-card {
    transition: all 0.3s ease;
}
.document-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.file-info {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}
.form-label{
    font-weight: 700;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
    background-image: none !important;
}

#enterpriseType.form-select:valid,
#enterpriseType.form-select.is-valid,
#classification.form-select:valid,
#classification.form-select.is-valid,
#industry_status.form-select:valid,
#industry_status.form-select.is-valid,
#exporter.form-select:valid,
#exporter.form-select.is-valid,
#classification.form-select:valid,
#classification.form-select.is-valid,
.was-validated #industry_status.form-select:valid {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
    background-image: none !important;
}