/** profile uploader **/
.item-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
	width: 100%;
	justify-content: start;
	cursor: pointer;
}
.item-wrapper svg {
	width:20px;
	height:20px;
}
.crop-window, .upload-window {
    width:100%;
}
.crop-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid var(--borderColor);
	margin-bottom: 20px;
}
.crop-header > * {
	margin: 0;
}
.crop-body {
    padding:0px 40px 20px 40px;
    display: grid;
    gap:20px;
}
.crop-header svg {
    cursor:pointer;
}
.avatar-uploader .cropper-view-box {
	box-shadow: 0 0 0 1px #39f;
	border-radius: 50%;
	outline: 0;
}
.avatar-uploader .cropper-face {
	background-color:inherit !important;
}
.avatar-uploader .cropper-view-box {
	outline:inherit !important;
}