
.crop-modal .modal-dialog {
	max-width: 800px !important;
	width: auto !important;
}


.crop-modal .close {
	color: #fff;
}

.crop-modal .modal-body {
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 0;
}

.crop-modal .modal-footer {
	display: flex;
	justify-content: center;
}



.crop-modal .img-container {
	width: 100%;
	height: 400px;
}

.crop-modal .close:not(:disabled):not(.disabled):focus,.crop-modal .close:not(:disabled):not(.disabled):hover {
	color: #B48254;
}

.crop-modal .modal-content {
	border: 1px solid transparent;
	background-color: #fff;
}

.crop-modal .modal-header {
	border-bottom: 1px solid transparent;
}

.crop-modal .modal-footer {
	border-top: 1px solid transparent;
}