.view-password{
	cursor: pointer;
	color: #000000;
}
.swal-text{
	text-align: center !important;
}

.loading_process {
	color: rgb(0 52 120 / 70%);
	position: absolute;
	z-index: 9999;
	left: 0;
	right: auto;
	margin: 0 auto;
	text-align: center;
	width: calc(100% - 4px);
	top: 0px;
	bottom: 0px;
	padding-top: 10px;
	background-color: #ffffffdb;
}
.loading_process i{
	margin-top: 36px;
}
.uploaded_files p{
	margin-bottom: 0px;
	margin-top: 20px;
	color: var(--green);
}
.uploaded_files a{

	color: var(--green);
}

.remove_document{
	cursor: pointer;
	color: red;
}
.file_upload_value {
	position: absolute;
	left: 16px;
	z-index: 99;
	top: 9px;
}