/*!
Theme Name: System by BPXI/O
Theme URI:	https://bpx.io
Version:	3.4.0
Author:		BPXI/O
*/

/* ----- MSG ----- */

.modal-backdrop {
	--bs-backdrop-zindex:1050;
	--bs-backdrop-bg:rgba(32, 32, 32, 0.9)
}
.modal-body h4 {
	color: #202020 !important
}
.modal-body p {
	color: #202020 !important
}
.modal-body .btn {
	color: #f1f1f1 !important;
	border-color: #202020 !important;
	background-color: #202020 !important;
}
.progress {
	padding: 0px;
	background: rgba(35, 35, 35, 1);
	border-radius: 0px;
}
.progress-bar {	
	height: 10px;
	background: rgba(35, 35, 35, 1);
	border-radius: 0px; 
	transition: 0.4s linear;  
	transition-property: width, background-color;    
}