.select-input{
	background-color: rgb(48 48 48) !important;
}
.block-fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #212121d9;
	z-index: 1055;
}
.block-fixed-center{
	background: #1d1e1e;
	border-radius: 20px;
	padding: 30px 10px;
	width:80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.block-process{
	background-color: #6969699e;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1056;
}
.block-process .loading{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 2cm;
}
.progress.progress-striped{
	margin: 25% 60px;
	height: 20px;
}
.p-load1{
	--fa-beat-fade-opacity: 0.1; --fa-beat-fade-scale: 1.25; --fa-animation-delay: 0ms;
}
.p-load2{
	--fa-beat-fade-opacity: 0.1; --fa-beat-fade-scale: 1.25; --fa-animation-delay: 150ms;
}
.p-load3{
	--fa-beat-fade-opacity: 0.1; --fa-beat-fade-scale: 1.25; --fa-animation-delay: 300ms;
}
#popup-img {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4a4a4a91;
    z-index: 1055;
}
#popup-img img{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}