.croppie-container .cr-slider-wrap{
	width: 170px;
}

.cr-slider{
    background-color: transparent;
	width: 170px;
}

.cr-slider:hover, .cr-slider:focus{
	background-color: transparent !important;
	cursor: pointer;
}

.rotate-image-buttons-container{
	margin-top: -.5em;
	margin-bottom: 1em;
	width: 300px;
}

#rotate-ebook-image-right, #crop-ebook-image, #destroy-ebook-image-crop{
    background-color: #7400e9;
    color: #fff;
	padding: .6em .8em;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	margin-bottom: 0.2em;
	font-size: 0.9em;
	transition: 1s ease;
}

#rotate-ebook-image-right:hover, #rotate-ebook-image-right:focus, #crop-ebook-image:hover, #crop-ebook-image:focus, #destroy-ebook-image-crop:hover, #destroy-ebook-image-crop:focus{
    color: #fff;
    background-color: #5c00ba;
}

.croppie-background-color{
	background-color: #f2f4f9;
}

@media all and (max-width:800px) {
	#rotate-ebook-image-right, #crop-ebook-image, #destroy-ebook-image-crop{
		margin-bottom: 0;
	}	
}

@media all and (max-width:400px) {
	.croppie-container .cr-slider-wrap{
		width: 170px !important;
		margin: 15px 0 !important;
	}
}