/**Upload Document **/
.modal-doc-content{
	padding: 0px 16px;
	
}

.modal-docs-title{
	font-size: 20px;
    font-weight: 700;
    padding: 0px;
    font-family: verdana, geneva, helvetica, arial, sans-serif;
}
.modal-instructions-title{
	font-size: 16px;
    font-weight: 700;
}

.chose-file-container{
	background-color: #F5F5F5;
	border: 1px solid #909090;
	min-height: 200px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding: 6px 0px;
	text-align: center;
	gap: 20px;
}

.upload-btn-container{
	text-align: right;
	padding: 16px 0px;
}
.other-ways-container{
	padding: 6px 0px;
    display: flex;
    flex-flow: column;
    gap: 8px;
}

.other-ways-container p{
    padding: 0px !important;
    margin: 0px !important;
}
.btn-upload{
    height: 38px;
    width: 200px;
    background-color: #0E3F75 !important;
    border: 1px solid #0E3F75 !important;
    color: white !important;
    font-size: 16px !important;
    /*
    outline-style: auto !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    */
 }
 
 .separator-b{
 	border-bottom: 1px solid #6C757D;
 }
 
 .separator-r{
 	border-right: 1px solid #6C757D;
 }
 
 .chose-file-txt{
 	color: #0E3F75 !important;
 	text-decoration: underline;
 	cursor: pointer;
 	font-size: 20px !important;
    font-weight: 700;
    line-height: 120%;
	letter-spacing: 0;
	margin: 0px;
	padding: 0px !important;
 }

 .chose-file-txt:focus{
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
 }
 .choose-text-container{	
 	width: 100%;
 	justify-content: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    gap: 4px;
}

.choose-file-icon{
	width: 48px;
    height: 30px;
}

.type-comm{
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	
}

.comm-info{
	display: flex;
    justify-content: center;
    align-items: center;
}

.sep-line{
	width: 100%;	
}

.col-fix-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-fix-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.error-doc-text{
	color: #DC3545;
	font-size: 16px;
}

.img-text-error-block{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.error-try-text{
	margin-left: 30px;
}

.doc-upload-err-icon{
	top: 4px;
    position: relative;
    width: 24px;
    height: 21px;
}
.success-upload-block{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.success-info-file{
	display: flex;
    width: 90%;
    gap: 8px;
    overflow: hidden;
  	word-break: break-all;
}
.delete-doc{
	width: 11.3px;
    height: 13.3px;
}
.delete-icon-prop{
	cursor: pointer;
}
.delete-icon-prop:focus{
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
 }
.modal-up-docs-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-up-docs-header i{
    color: #000000;
    font-weight: 100;
    transform: scaleX(1.5);
    cursor: pointer;
}

.uploadDocumentModal-body{
	padding: 12px 0px 16px 0px;
}

.docs-selected-container h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0;
	vertical-align: middle;	
}

.modalButtonClose {
	padding: 0px;
	height: 24px;
	width: 24px;
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.docs-selected-container h3{
		font-size: 16px;
	}
}

/** Mobile **/
@media only screen and (max-width: 767px){
	.upload-btn-container{
		padding: 24px 0px;
	}
	.docs-selected-container h3{
		font-size: 16px;
	}
	.btn-upload{
		width: 100%;
	}
}
/**Upload document end**/
