<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ebookimg-con {
    width: 94%;
    height: 200px;
    padding: 5px;
    border: 2px #B2B2B2 dashed;
	position: relative;
	overflow: hidden;
}

.ebookimg-con:hover .imgbtn {
	opacity: .5;
}

.imgbtn {
    height: 44px;
    width: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #C3C3C3;
    font-size: 12px;
    /*opacity: .7;*/
    cursor: pointer;
    line-height: 41px;
    /*background-color: #464646;*/
    position: absolute;
    top: 50%;
    margin-top: -14px;
    opacity: 0;
    border: 0;
    -webkit-transition: all 0.6s ease;
  	transition: all 0.6s ease;

    display: block;
    /*background: rgba(254,254,254,.8);*/
    background: #fff;
    color: #7C7C7C;
    font-size: 19px;
}

.imgbtn:hover {
    opacity: .9 !important;
}

.imgbtn:before {
    top: 12px;
    position: absolute;
    left: 14px;
}

.removeimg {
    left: 56%;
    font-size: 21px !important;
}

.removeimg:hover {
    color: #9A0B0B;
}

.editimg {
    left: 23%;
    background: url('../images/editicon.png') center no-repeat #fff;
}

.inputebookimg {
	display: none;
}

.uploadedimg {
    height: 100%;
    width: initial;
}

.ebookimg-con {
	width: 210px;
	height: 320px;
}

.hidethis {
    display: none;
}

button.upload-btn {
    width: 100%;
    height: 180px;
    border: 2px #B2B2B2 dashed;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.upload-btn span.fa-upload {
    font-size: 43px;
    color: #B2B2B2;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

button.upload-btn:hover {
    border-color: #00A0D2;
}

button.upload-btn:hover span.fa-upload,
button.upload_image_button:hover span.fa-upload {
    color: #00A0D2;   
}

.ebookimg-con .imgcon {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100%;
    text-align: center;
}

.ebooktextarea {
    width: 100%;
}</pre></body></html>