.is-invalid + .invalid-feedback {
	display: block !important;
}

.deleteParent {
	padding-left: 55px;
}

.deleteImg {
	position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 40px;
    color: #a0a9b3;
    background: #e9ecef;
    border-radius: 3px 0 0 3px;
    cursor: not-allowed;
}

.deleteImg.active {
	color: #495057;
    background: #e9ecef;
    cursor: pointer;
}


.deleteImg.active:hover {
	background: #cacaca;
}

.deleteImg::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.custom-file-control {
	pointer-events: all;
}

.custom-file-input {
    width: calc(100% - 40px);
    margin-left: 40px;
    position: absolute;
    z-index: 99999999;
}
