
    .document-progress-section {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 25px;
        border: 1px solid #e1e5e9;
    }
    
    .progress-container {
        width: 100%;
        background-color: #e1e5e9;
        border-radius: 20px;
        margin: 15px 0;
        overflow: hidden;
    }
    
    .progress-bar {
        height: 30px;
        background-color: #1E3B64;
        border-radius: 20px;
        transition: width 0.5s ease;
        position: relative;
    }
    
    .progress-text {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-weight: bold;
        font-size: 12px;
    }
    
    .progress-message {
        text-align: center;
        color: #1E3B64;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .progress-message p {
        margin: 0;
        padding: 0;
    }
    
    #user-documents-form .form-group .current-file a{
        color: black !important;
    }
    
      #user-documents-form .form-group {
        margin-bottom: 10px;
    }