.imageset-ui-wrap {
	position: absolute;
	z-index:100;
	left:0;
	right:0;
	top:0;
	min-height: 100vh;
	background:rgba(0,0,0,0.8);
	color:#fff;
}
.imageset-ui-wrap a {
	color:#fff;
	text-decoration: underline;
}
.imageset-ui-wrap a:hover {
	color:#ddd;
}
.format-wrap {
	width:400px;
	margin:0 auto;

}
.croppie-container .cr-viewport, .croppie-container .cr-resizer {
	border:1px solid rgba(255,255,255,0.5);
}
.croppie-container .cr-boundary {

}
.croppie-container .cr-slider-wrap {
	margin:0 auto;
	width:100%;
}
.cr-slider {
	width:100%;
	border:none;
}
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #C12C08;
  cursor: pointer;
}
.cr-slider::-moz-range-thumb {
  background: #C12C08;
  cursor: pointer;
}
.cr-slider::-ms-thumb {
  background: #C12C08;
  cursor: pointer;
}
.imageset-preview img {
	height:60px; margin-right:10px; margin-bottom:10px;
}