.profimgeditCustBtn{
    position: absolute;
    top: -10px;
    right: 8px;
    color: #05a4ef !important;
    font-size: 1rem;
}

.profimgeditCustBtn:hover{
	color:#006a9d!important;
}

#crop-container {
	width: 100%;
	height: 300px;
	border: 2px dashed #ccc;
	position: relative;
	margin-bottom: 15px;
}
#crop-container img {
	max-width: 100%;
	display: block;
}
#result img {
	max-width: 100%;
	height: auto;
}

#profilePhotoerrMsg {
    font-size: 0.8rem;
    color: #c71212;
    margin-top: 6px;
}