/* Progress Bar Styles */
        .progress-container { width: 100%; background: #eee; margin: 20px 0; display: none; border-radius: 10px; overflow: hidden; }
        .progress-bar { width: 0%; height: 20px; background: #007bff; text-align: center; color: white; line-height: 20px; font-size: 12px; transition: width 0.2s; }
        #msg { color: #d9534f; font-weight: bold; text-align: center; margin-top: 10px; }


      
.progress-container { width: 100%; background: #eee;background: #c8deff; margin: 20px 0; display: none; border-radius: 10px; overflow: hidden; position: relative;}

        .progress-bar { width: 0%; height: 35px; background: #007bff; text-align: center; color: white; line-height: 20px; font-size: 12px; transition: width 0.2s; }
        #msg { color: #d9534f; font-weight: bold; text-align: center; margin-top: 10px; }


.progressText {
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
	line-height: 2;
	color: #000;
	
	
}

