

        .btn-outline {
            background-color: #f58300 !important;
            border-color: #f58300 !important;
            color: #ffffff !important;
        }
        .btn-outline:hover {
            background-color: #fdac4e !important;
            border-color: #fdac4e !important;
            color: #ffffff !important;
        }
        .progress-fill {
            background-color: #4caf50 !important;
        }
    
